commit 9f3f719375a43a222b4b0607d7862249f7cce699 Author: Brett Laptop Date: Sun Jan 14 13:39:15 2024 -0500 init diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c055cad --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "libraries/BLT-With-Graphics-Template"] + path = libraries/BLT-With-Graphics-Template + url = https://git.tpgc.me/tri11paragon/BLT-With-Graphics-Template.git diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..96f97ad --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,35 @@ +cmake_minimum_required(VERSION 3.25) +project(gp_image_test) + +option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF) +option(ENABLE_UBSAN "Enable the ub sanitizer" OFF) +option(ENABLE_TSAN "Enable the thread data race sanitizer" OFF) + +set(CMAKE_CXX_STANDARD 17) + +add_subdirectory(libraries/BLT-With-Graphics-Template) + +include_directories(include/) +file(GLOB_RECURSE PROJECT_BUILD_FILES "${CMAKE_CURRENT_SOURCE_DIR}/src/*.cpp") + +add_executable(gp_image_test ${PROJECT_BUILD_FILES}) + +target_compile_options(gp_image_test PRIVATE -Wall -Wextra -Werror -Wpedantic -Wno-comment) +target_link_options(gp_image_test PRIVATE -Wall -Wextra -Werror -Wpedantic -Wno-comment) + +target_link_libraries(gp_image_test BLT_WITH_GRAPHICS) + +if (${ENABLE_ADDRSAN} MATCHES ON) + target_compile_options(gp_image_test PRIVATE -fsanitize=address) + target_link_options(gp_image_test PRIVATE -fsanitize=address) +endif () + +if (${ENABLE_UBSAN} MATCHES ON) + target_compile_options(gp_image_test PRIVATE -fsanitize=undefined) + target_link_options(gp_image_test PRIVATE -fsanitize=undefined) +endif () + +if (${ENABLE_TSAN} MATCHES ON) + target_compile_options(gp_image_test PRIVATE -fsanitize=thread) + target_link_options(gp_image_test PRIVATE -fsanitize=thread) +endif () \ No newline at end of file diff --git a/cmake-build-debug/.cmake/api/v1/query/cache-v2 b/cmake-build-debug/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 b/cmake-build-debug/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 b/cmake-build-debug/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-debug/.cmake/api/v1/reply/cache-v2-d2b43231879546ad13d4.json b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-d2b43231879546ad13d4.json new file mode 100644 index 0000000..10a177f --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/cache-v2-d2b43231879546ad13d4.json @@ -0,0 +1,7791 @@ +{ + "entries" : + [ + { + "name" : "ALSA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) include directory" + } + ], + "type" : "PATH", + "value" : "ALSA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "ALSA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) library" + } + ], + "type" : "FILEPATH", + "value" : "ALSA_LIBRARY-NOTFOUND" + }, + { + "name" : "ALSOFT_BACKEND_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ALSA backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable JACK backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Oboe backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OSS backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_BACKEND_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SndIO backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Solaris backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_WAVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Wave Writer backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE2 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE3 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_DLOPEN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Check for the dlopen API for loading optional libs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EAX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable legacy EAX extensions" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_EMBED_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Embed the HRTF data files (increases library footprint)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install main library" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_AMBDEC_PRESETS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install AmbDec preset files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_CONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install alsoft.conf sample configuration file" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install example programs (alplay, alstream, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install HRTF data files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install utility programs (openal-info, alsoft-config, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_NO_CONFIG_UTIL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable building the alsoft-config utility" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ALSA backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require JACK backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Oboe backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OSS backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require RTKit/D-Bus support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SndIO backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Solaris backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE2 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE3 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable RTKit support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_SEARCH_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Search the installation data directory" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_LIBGCC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Force -static-libgcc for static GCC runtimes" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_STDCXX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Static link libstdc++" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_UPDATE_BUILD_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Update git build version info" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build utility programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_WERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Treat compile warnings as errors" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "AUDIOIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The AudioIO include directory" + } + ], + "type" : "PATH", + "value" : "AUDIOIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "AUDIOUNIT_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "AUDIOUNIT_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BLT_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_DISABLE_DEBUG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_DEBUG macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_ERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_ERROR macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_FATAL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_FATAL macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_INFO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_INFO macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_LOGGING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging (all macros and will safely disable logging function!)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_TRACE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_TRACE macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_WARN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_WARN macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;ZLIB::ZLIB;" + }, + { + "name" : "BLT_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_WITH_GRAPHICS_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BLT_WITH_GRAPHICS_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_WITH_GRAPHICS_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "BUILD_GRAPHICS_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT Graphics test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_NBT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT NBT + eNBT extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PARSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT parsers" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PROFILING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT profiler extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build shared libraries" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_STD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT standard utilities." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BZIP2_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "BZIP2_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_RELEASE-NOTFOUND" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "25" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Library postfix for debug builds. Normally left blank." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "gp_image_test" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.9.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "9" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake-3.25" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "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." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "COREAUDIO_FRAMEWORK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "COREAUDIO_FRAMEWORK-NOTFOUND" + }, + { + "name" : "CPACK_SOURCE_RPM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build RPM source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CPACK_SOURCE_TBZ2", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TBZ2 source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TGZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TGZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TXZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TXZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_ZIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build ZIP source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "DBus1_ARCH_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "DBus1_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for DBus1." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1" + }, + { + "name" : "DBus1_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/dbus-1.0" + }, + { + "name" : "DBus1_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding BrotliDec" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Git", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Git" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/git][v2.39.2()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding HarfBuzz" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OSS" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/x86_64-linux-gnu][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PNG" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PkgConfig" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/pkg-config][v1.8.1()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_SndFile", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding SndFile" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding ZLIB" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()]" + }, + { + "name" : "FT_DISABLE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable HarfBuzz (used for improving auto-hinting of OpenType fonts)." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable use of system zlib and use internal zlib library instead." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_ENABLE_ERROR_STRINGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable support for meaningful error descriptions." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require HarfBuzz for improving auto-hinting of OpenType fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require system zlib instead of internal zlib library." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GIT_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Git command line client" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/git" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "HAVE_ARM_NEON_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include arm_neon.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_CPUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include cpuid.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_DLFCN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include dlfcn.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_EMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include emmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FCNTL_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include fcntl.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FNO_MATH_ERRNO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_FNO_MATH_ERRNO" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_GET_CPUID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_GET_CPUID" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_PROTECTED_VISIBILITY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_PROTECTED_VISIBILITY" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GETOPT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol getopt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GUIDDEF_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include guiddef.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INITGUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include initguid.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include intrin.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_LIBATOMIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_LIBATOMIC" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBDL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library dl" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library m" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBRT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library rt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MALLOC_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include malloc.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MSSE2_SWITCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_MSSE2_SWITCH" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_POSIX_MEMALIGN_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol posix_memalign" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PROC_PIDPATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol proc_pidpath" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pthread.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_NP_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have includes pthread.h;pthread_np.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETNAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setname_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETSCHEDPARAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setschedparam" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_SET_NAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_set_name_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_SMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include smmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_SSE_INTRINSICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_SSE_INTRINSICS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_STDC_FORMAT_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_STDC_FORMAT_MACROS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_UNISTD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include unistd.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_WNO_CXX20_ATTR_EXT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_WNO_CXX20_ATTR_EXT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_XMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include xmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE___RESTRICT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE___RESTRICT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HarfBuzz_ICU_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_ICU_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/harfbuzz" + }, + { + "name" : "HarfBuzz_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "JACK_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK include directory" + } + ], + "type" : "PATH", + "value" : "JACK_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "JACK_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK library" + } + ], + "type" : "FILEPATH", + "value" : "JACK_LIBRARY-NOTFOUND" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "MYSOFA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA include directory" + } + ], + "type" : "PATH", + "value" : "MYSOFA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "MYSOFA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA library" + } + ], + "type" : "FILEPATH", + "value" : "MYSOFA_LIBRARY-NOTFOUND" + }, + { + "name" : "MYSOFA_M_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The math library for MySOFA" + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "OPENSL_ANDROID_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL Android include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL library" + } + ], + "type" : "FILEPATH", + "value" : "OPENSL_LIBRARY-NOTFOUND" + }, + { + "name" : "OSS_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OSS include directory" + } + ], + "type" : "PATH", + "value" : "/usr/include/x86_64-linux-gnu" + }, + { + "name" : "OSS_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Optional OSS library" + } + ], + "type" : "FILEPATH", + "value" : "OSS_LIBRARY-NOTFOUND" + }, + { + "name" : "OpenAL_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "OpenAL_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "OpenAL_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_BROTLIDEC_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec" + }, + { + "name" : "PC_BROTLIDEC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec;brotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.0.9" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_DBUS1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_DBUS1_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1" + }, + { + "name" : "PC_DBUS1_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1;systemd" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.14.10" + }, + { + "name" : "PC_DBUS1_dbus-1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_HARFBUZZ_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_HARFBUZZ_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread;-pthread" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "6.0.0" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PIPEWIRE_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PIPEWIRE_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3" + }, + { + "name" : "PIPEWIRE_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "0.3.65" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_CONFIG_ARGN", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Arguments to supply to pkg-config" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PKG_CONFIG_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "pkg-config executable" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/pkg-config" + }, + { + "name" : "PNG_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "PNG_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "PNG_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpng.so" + }, + { + "name" : "PNG_PNG_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "PORTAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio include directory" + } + ], + "type" : "PATH", + "value" : "PORTAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PORTAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PORTAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio include directory" + } + ], + "type" : "PATH", + "value" : "PULSEAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PULSEAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "Qt5Widgets_DIR-NOTFOUND" + }, + { + "name" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/librt.a" + }, + { + "name" : "SDL2_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for SDL2." + } + ], + "type" : "PATH", + "value" : "SDL2_DIR-NOTFOUND" + }, + { + "name" : "SNDFILE_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "SNDFILE_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libsndfile.so" + }, + { + "name" : "SOUNDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO include directory" + } + ], + "type" : "PATH", + "value" : "SOUNDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "SOUNDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO library" + } + ], + "type" : "FILEPATH", + "value" : "SOUNDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libSM.so" + }, + { + "name" : "X11_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libX11.so" + }, + { + "name" : "X11_X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_X11_xcb_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_X11_xcb_LIB-NOTFOUND" + }, + { + "name" : "X11_XRes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_XRes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_XRes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_XRes_LIB-NOTFOUND" + }, + { + "name" : "X11_XShm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XSync_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessrules_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaccessrules_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaccessstr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXau.so" + }, + { + "name" : "X11_Xaw_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaw_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xaw_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xcomposite_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xcomposite_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcursor_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcursor_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXcursor.so" + }, + { + "name" : "X11_Xdamage_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xdamage_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xdamage_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xdamage_LIB-NOTFOUND" + }, + { + "name" : "X11_Xdmcp_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdmcp_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXdmcp.so" + }, + { + "name" : "X11_Xext_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xext_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXext.so" + }, + { + "name" : "X11_Xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXfixes.so" + }, + { + "name" : "X11_Xft_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xft_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xft_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xft_LIB-NOTFOUND" + }, + { + "name" : "X11_Xi_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xi_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXi.so" + }, + { + "name" : "X11_Xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXinerama.so" + }, + { + "name" : "X11_Xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xkblib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xlib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xmu_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xmu_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xmu_LIB-NOTFOUND" + }, + { + "name" : "X11_Xpm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xpm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xpm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xpm_LIB-NOTFOUND" + }, + { + "name" : "X11_Xrandr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrandr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrandr.so" + }, + { + "name" : "X11_Xrender_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrender_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrender.so" + }, + { + "name" : "X11_Xshape_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xss_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xss_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xss_LIB-NOTFOUND" + }, + { + "name" : "X11_Xt_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXt.so" + }, + { + "name" : "X11_Xtst_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xtst_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xtst_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xtst_LIB-NOTFOUND" + }, + { + "name" : "X11_Xutil_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xv_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xv_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86misc_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86vm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86vm_LIB-NOTFOUND" + }, + { + "name" : "X11_dpms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libxcb.so" + }, + { + "name" : "X11_xcb_icccm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_icccm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_icccm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_icccm_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_keysyms_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_randr_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_randr_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_util_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_util_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_util_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_util_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xfixes_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xkb_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xtest_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_X11_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbfile_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbfile_LIB-NOTFOUND" + }, + { + "name" : "ZLIB_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "ZLIB_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "ZLIB_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "ZLIB_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libz.so" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "__pkg_config_arguments_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;libbrotlidec" + }, + { + "name" : "__pkg_config_arguments_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;dbus-1" + }, + { + "name" : "__pkg_config_arguments_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;harfbuzz" + }, + { + "name" : "__pkg_config_arguments_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3>=0.3.23" + }, + { + "name" : "__pkg_config_checked_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "alsoft-config_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "alsoft-config_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "alsoft-config_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "freetype_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "freetype_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "freetype_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so;" + }, + { + "name" : "freetype_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "gp_image_test_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug" + }, + { + "name" : "gp_image_test_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "gp_image_test_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "pkgcfg_lib_PC_BROTLIDEC_brotlidec", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "pkgcfg_lib_PC_DBUS1_dbus-1", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "pkgcfg_lib_PC_HARFBUZZ_harfbuzz", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "pkgcfg_lib_PIPEWIRE_pipewire-0.3", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so" + }, + { + "name" : "prefix_result", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-f583ed5b908fd16c53de.json b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-f583ed5b908fd16c53de.json new file mode 100644 index 0000000..e86ff29 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/cmakeFiles-v1-f583ed5b908fd16c53de.json @@ -0,0 +1,813 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.1/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.1/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-debug/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPNG.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindBZip2.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPack.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPackComponent.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-d992970b42ba4444e998.json b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-d992970b42ba4444e998.json new file mode 100644 index 0000000..e32d633 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/codemodel-v2-d992970b42ba4444e998.json @@ -0,0 +1,467 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 18 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template", + "childIndexes" : + [ + 2, + 4, + 6, + 7 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template-Debug-191a688bc69624ad1c79.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "libraries/BLT-With-Graphics-Template", + "targetIndexes" : + [ + 1 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "childIndexes" : + [ + 3 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Debug-9a9ce317d3f7e07b23d8.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "targetIndexes" : + [ + 22 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Debug-9182c3242e1d6b5925d2.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "targetIndexes" : + [ + 17, + 23 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "childIndexes" : + [ + 5 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Debug-676921500cf3013df091.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 1, + "projectIndex" : 3, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Debug-0f6eded386a94e65cb43.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 4, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Debug-d358d56cebe99bac2100.json", + "minimumCMakeVersion" : + { + "string" : "3.5" + }, + "parentIndex" : 1, + "projectIndex" : 5, + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Debug-8d24fb6dff7cb74d6588.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 6, + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "targetIndexes" : + [ + 16 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "gp_image_test", + "targetIndexes" : + [ + 18 + ] + }, + { + "childIndexes" : + [ + 2, + 3, + 5, + 6 + ], + "directoryIndexes" : + [ + 1 + ], + "name" : "BLT_WITH_GRAPHICS", + "parentIndex" : 0, + "targetIndexes" : + [ + 1 + ] + }, + { + "directoryIndexes" : + [ + 2, + 3 + ], + "name" : "GLFW", + "parentIndex" : 1, + "targetIndexes" : + [ + 17, + 22, + 23 + ] + }, + { + "childIndexes" : + [ + 4 + ], + "directoryIndexes" : + [ + 4 + ], + "name" : "OpenAL", + "parentIndex" : 1, + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "directoryIndexes" : + [ + 5 + ], + "name" : "alsoft-config", + "parentIndex" : 3 + }, + { + "directoryIndexes" : + [ + 6 + ], + "name" : "BLT", + "parentIndex" : 1, + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "freetype", + "parentIndex" : 1, + "targetIndexes" : + [ + 16 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 6, + "id" : "BLT::@50366bf68bbd07315335", + "jsonFile" : "target-BLT-Debug-1b5f84168a77b21523f9.json", + "name" : "BLT", + "projectIndex" : 5 + }, + { + "directoryIndex" : 1, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "jsonFile" : "target-BLT_WITH_GRAPHICS-Debug-8be1c03648bff768777e.json", + "name" : "BLT_WITH_GRAPHICS", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "OpenAL::@1336fb67af673d856491", + "jsonFile" : "target-OpenAL-Debug-015ebc67c3409299a6d9.json", + "name" : "OpenAL", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "al-excommon::@1336fb67af673d856491", + "jsonFile" : "target-al-excommon-Debug-39bc2cfa190322f75294.json", + "name" : "al-excommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alcommon::@1336fb67af673d856491", + "jsonFile" : "target-alcommon-Debug-7d921b6543ec7687ec1e.json", + "name" : "alcommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alconvolve::@1336fb67af673d856491", + "jsonFile" : "target-alconvolve-Debug-3cd114ba5af0b8b817bb.json", + "name" : "alconvolve", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alhrtf::@1336fb67af673d856491", + "jsonFile" : "target-alhrtf-Debug-da962a94a8d219370cd3.json", + "name" : "alhrtf", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "allatency::@1336fb67af673d856491", + "jsonFile" : "target-allatency-Debug-afd1e95d6e57a9b31300.json", + "name" : "allatency", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "almultireverb::@1336fb67af673d856491", + "jsonFile" : "target-almultireverb-Debug-d0a8b6b139333af58b04.json", + "name" : "almultireverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alplay::@1336fb67af673d856491", + "jsonFile" : "target-alplay-Debug-3d4ae4cb8e5834164637.json", + "name" : "alplay", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alrecord::@1336fb67af673d856491", + "jsonFile" : "target-alrecord-Debug-dbcf864b792f8ee1002e.json", + "name" : "alrecord", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alreverb::@1336fb67af673d856491", + "jsonFile" : "target-alreverb-Debug-86c11e0ad66fff96b49e.json", + "name" : "alreverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstream::@1336fb67af673d856491", + "jsonFile" : "target-alstream-Debug-0a66a5f669ceb5cf1b3e.json", + "name" : "alstream", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstreamcb::@1336fb67af673d856491", + "jsonFile" : "target-alstreamcb-Debug-59031ac170aa5bd7e03c.json", + "name" : "alstreamcb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "altonegen::@1336fb67af673d856491", + "jsonFile" : "target-altonegen-Debug-66dfe7f059995901998c.json", + "name" : "altonegen", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "build_version::@1336fb67af673d856491", + "jsonFile" : "target-build_version-Debug-f4a345c961cde0eb1824.json", + "name" : "build_version", + "projectIndex" : 3 + }, + { + "directoryIndex" : 7, + "id" : "freetype::@e00407d3eb957746b2e2", + "jsonFile" : "target-freetype-Debug-d593d3082e218d6d3355.json", + "name" : "freetype", + "projectIndex" : 6 + }, + { + "directoryIndex" : 3, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-glfw-Debug-9e0d23d9d9cba0a86115.json", + "name" : "glfw", + "projectIndex" : 2 + }, + { + "directoryIndex" : 0, + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "jsonFile" : "target-gp_image_test-Debug-3af20007db50880cc299.json", + "name" : "gp_image_test", + "projectIndex" : 0 + }, + { + "directoryIndex" : 4, + "id" : "openal-info::@1336fb67af673d856491", + "jsonFile" : "target-openal-info-Debug-48bd28c41ec4f82cdaa6.json", + "name" : "openal-info", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjdecoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjdecoder-Debug-7d2faaa0bb799ea2ecfa.json", + "name" : "uhjdecoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjencoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjencoder-Debug-1ae11987be9915cd1850.json", + "name" : "uhjencoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 2, + "id" : "uninstall::@14b83a2e4b8869b63580", + "jsonFile" : "target-uninstall-Debug-1968320be2633b8fe4b0.json", + "name" : "uninstall", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-update_mappings-Debug-f5517210fa578ac2a79f.json", + "name" : "update_mappings", + "projectIndex" : 2 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json b/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-.-Debug-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-Debug-191a688bc69624ad1c79.json b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-Debug-191a688bc69624ad1c79.json new file mode 100644 index 0000000..2e49953 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-Debug-191a688bc69624ad1c79.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Debug-d358d56cebe99bac2100.json b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Debug-d358d56cebe99bac2100.json new file mode 100644 index 0000000..02100cd --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Debug-d358d56cebe99bac2100.json @@ -0,0 +1,555 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 120, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h" + ], + "type" : "file" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h" + ], + "type" : "file" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h" + ], + "type" : "file" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h" + ], + "type" : "file" + }, + { + "backtrace" : 10, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h" + ], + "type" : "file" + }, + { + "backtrace" : 11, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 12, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h" + ], + "type" : "file" + }, + { + "backtrace" : 13, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h" + ], + "type" : "file" + }, + { + "backtrace" : 14, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h" + ], + "type" : "file" + }, + { + "backtrace" : 15, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h" + ], + "type" : "file" + }, + { + "backtrace" : 16, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h" + ], + "type" : "file" + }, + { + "backtrace" : 17, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h" + ], + "type" : "file" + }, + { + "backtrace" : 18, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h" + ], + "type" : "file" + }, + { + "backtrace" : 19, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h" + ], + "type" : "file" + }, + { + "backtrace" : 20, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 21, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h" + ], + "type" : "file" + }, + { + "backtrace" : 22, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h" + ], + "type" : "file" + }, + { + "backtrace" : 23, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 24, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h" + ], + "type" : "file" + }, + { + "backtrace" : 25, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h" + ], + "type" : "file" + }, + { + "backtrace" : 26, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h" + ], + "type" : "file" + }, + { + "backtrace" : 27, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h" + ], + "type" : "file" + }, + { + "backtrace" : 28, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h" + ], + "type" : "file" + }, + { + "backtrace" : 29, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h" + ], + "type" : "file" + }, + { + "backtrace" : 30, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h" + ], + "type" : "file" + }, + { + "backtrace" : 31, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h" + ], + "type" : "file" + }, + { + "backtrace" : 32, + "component" : "Unspecified", + "destination" : "include/blt/window", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h" + ], + "type" : "file" + }, + { + "backtrace" : 33, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "cmake-build-debug/config/blt/config.h" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Debug-8d24fb6dff7cb74d6588.json b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Debug-8d24fb6dff7cb74d6588.json new file mode 100644 index 0000000..2887a52 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Debug-8d24fb6dff7cb74d6588.json @@ -0,0 +1,141 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 561, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 569, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 623, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 642, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 647, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "headers", + "destination" : "include/freetype2", + "paths" : + [ + { + "from" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "headers", + "destination" : "include/freetype2/freetype/config", + "paths" : + [ + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "pkgconfig", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a" + ], + "targetId" : "freetype::@e00407d3eb957746b2e2", + "targetIndex" : 16, + "type" : "target" + }, + { + "backtrace" : 5, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "exportName" : "freetype-targets", + "exportTargets" : + [ + { + "id" : "freetype::@e00407d3eb957746b2e2", + "index" : 16 + }, + { + "id" : "freetype-interface::@e00407d3eb957746b2e2", + "index" : 0 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 6, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "paths" : + [ + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Debug-9a9ce317d3f7e07b23d8.json b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Debug-9a9ce317d3f7e07b23d8.json new file mode 100644 index 0000000..1989f5b --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Debug-9a9ce317d3f7e07b23d8.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake", + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@c52b2194413d9c9d0e1f", + "index" : 17 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Debug-9182c3242e1d6b5925d2.json b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Debug-9182c3242e1d6b5925d2.json new file mode 100644 index 0000000..060768e --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Debug-9182c3242e1d6b5925d2.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + ], + "targetId" : "glfw::@c52b2194413d9c9d0e1f", + "targetIndex" : 17, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Debug-676921500cf3013df091.json b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Debug-676921500cf3013df091.json new file mode 100644 index 0000000..80107b9 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Debug-676921500cf3013df091.json @@ -0,0 +1,294 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1571, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1575, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1577, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1579, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1591, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1597, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1603, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1824, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "skip", + "type" : "target" + }, + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "only", + "type" : "target" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "exportName" : "OpenAL", + "exportTargets" : + [ + { + "id" : "OpenAL::@1336fb67af673d856491", + "index" : 2 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + ], + "type" : "directory" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "paths" : + [ + "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf" + ], + "type" : "directory" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets" + ], + "type" : "directory" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + ], + "targetId" : "openal-info::@1336fb67af673d856491", + "targetIndex" : 19, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + ], + "targetId" : "altonegen::@1336fb67af673d856491", + "targetIndex" : 14, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + ], + "targetId" : "alrecord::@1336fb67af673d856491", + "targetIndex" : 10, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + ], + "targetId" : "alplay::@1336fb67af673d856491", + "targetIndex" : 9, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + ], + "targetId" : "alstream::@1336fb67af673d856491", + "targetIndex" : 12, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + ], + "targetId" : "alreverb::@1336fb67af673d856491", + "targetIndex" : 11, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + ], + "targetId" : "almultireverb::@1336fb67af673d856491", + "targetIndex" : 8, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + ], + "targetId" : "allatency::@1336fb67af673d856491", + "targetIndex" : 7, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + ], + "targetId" : "alhrtf::@1336fb67af673d856491", + "targetIndex" : 6, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Debug-0f6eded386a94e65cb43.json b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Debug-0f6eded386a94e65cb43.json new file mode 100644 index 0000000..83c282b --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Debug-0f6eded386a94e65cb43.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/index-2024-01-14T18-29-19-0220.json b/cmake-build-debug/.cmake/api/v1/reply/index-2024-01-14T18-29-19-0220.json new file mode 100644 index 0000000..d8e1292 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/index-2024-01-14T18-29-19-0220.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-3.25" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 25, + "patch" : 1, + "string" : "3.25.1", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-d992970b42ba4444e998.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + { + "jsonFile" : "cache-v2-d2b43231879546ad13d4.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-f583ed5b908fd16c53de.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-d2b43231879546ad13d4.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-f583ed5b908fd16c53de.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-d992970b42ba4444e998.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-BLT-Debug-1b5f84168a77b21523f9.json b/cmake-build-debug/.cmake/api/v1/reply/target-BLT-Debug-1b5f84168a77b21523f9.json new file mode 100644 index 0000000..8130d5a --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-BLT-Debug-1b5f84168a77b21523f9.json @@ -0,0 +1,258 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 84, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 125, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 100, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 76, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 77, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "id" : "BLT::@50366bf68bbd07315335", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "BLT", + "nameOnDisk" : "libBLT.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-Debug-8be1c03648bff768777e.json b/cmake-build-debug/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-Debug-8be1c03648bff768777e.json new file mode 100644 index 0000000..7be874f --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-Debug-8be1c03648bff768777e.json @@ -0,0 +1,370 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 116, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 119, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 44, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Werror" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-comment" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-strict-aliasing" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-unused-function" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples" + }, + { + "backtrace" : 9, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 5, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "name" : "BLT_WITH_GRAPHICS", + "nameOnDisk" : "libBLT_WITH_GRAPHICS.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-OpenAL-Debug-015ebc67c3409299a6d9.json b/cmake-build-debug/.cmake/api/v1/reply/target-OpenAL-Debug-015ebc67c3409299a6d9.json new file mode 100644 index 0000000..2b8ae27 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-OpenAL-Debug-015ebc67c3409299a6d9.json @@ -0,0 +1,1464 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_options", + "target_link_libraries", + "add_dependencies", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1404, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1432, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1409, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1496, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1493, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1490, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 1471, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 1485, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-Winline" + }, + { + "backtrace" : 6, + "fragment" : "-Wunused" + }, + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Wextra" + }, + { + "backtrace" : 6, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 6, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 6, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 6, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 6, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 6, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 6, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 6, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "ALC_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_ALEXT_PROTOTYPES" + }, + { + "backtrace" : 7, + "define" : "AL_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_BUILD_LIBRARY" + }, + { + "define" : "OpenAL_EXPORTS" + }, + { + "backtrace" : 7, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/dbus-1.0" + }, + { + "backtrace" : 8, + "path" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/pipewire-0.3" + }, + { + "backtrace" : 8, + "path" : "/usr/include/spa-0.2" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 9 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "build_version::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "OpenAL::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + }, + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version", + "role" : "flags" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-latomic", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lm", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "OpenAL", + "nameOnDisk" : "libopenal.so", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150, + 151 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 6, + 8, + 17, + 27, + 30, + 32, + 34, + 38, + 40, + 42, + 44, + 45, + 61, + 62, + 63, + 66, + 68, + 70, + 72, + 74, + 76, + 79, + 81, + 82, + 84, + 86, + 87, + 89, + 90, + 92, + 94, + 96, + 98, + 99, + 101, + 103, + 105, + 106, + 108, + 110, + 111, + 114, + 116, + 118, + 120, + 121, + 123, + 125, + 127, + 129, + 131, + 132, + 134, + 137, + 138, + 140, + 142, + 143, + 144, + 145, + 152, + 153, + 154, + 155, + 156 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 77 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 157 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/export_list.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfbase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/resources/openal32.rc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx-presets.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-al-excommon-Debug-39bc2cfa190322f75294.json b/cmake-build-debug/.cmake/api/v1/reply/target-al-excommon-Debug-39bc2cfa190322f75294.json new file mode 100644 index 0000000..7205d7d --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-al-excommon-Debug-39bc2cfa190322f75294.json @@ -0,0 +1,204 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1694, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1699, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1697, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1698, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1701, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "al-excommon::@1336fb67af673d856491", + "name" : "al-excommon", + "nameOnDisk" : "libal-excommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alcommon-Debug-7d921b6543ec7687ec1e.json b/cmake-build-debug/.cmake/api/v1/reply/target-alcommon-Debug-7d921b6543ec7687ec1e.json new file mode 100644 index 0000000..4232e93 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alcommon-Debug-7d921b6543ec7687ec1e.json @@ -0,0 +1,422 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1338, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1342, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1341, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1339, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1343, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "id" : "alcommon::@1336fb67af673d856491", + "name" : "alcommon", + "nameOnDisk" : "libalcommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 5, + 6, + 7, + 9, + 10, + 12, + 14, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 24, + 25, + 27, + 28, + 30, + 32, + 33, + 34 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/comptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/phase_shifter.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alconvolve-Debug-3cd114ba5af0b8b817bb.json b/cmake-build-debug/.cmake/api/v1/reply/target-alconvolve-Debug-3cd114ba5af0b8b817bb.json new file mode 100644 index 0000000..6ee5336 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alconvolve-Debug-3cd114ba5af0b8b817bb.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1754, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1755, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1757, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alconvolve::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alconvolve", + "nameOnDisk" : "alconvolve", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alhrtf-Debug-da962a94a8d219370cd3.json b/cmake-build-debug/.cmake/api/v1/reply/target-alhrtf-Debug-da962a94a8d219370cd3.json new file mode 100644 index 0000000..ec00389 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alhrtf-Debug-da962a94a8d219370cd3.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1744, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1745, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1747, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alhrtf::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alhrtf", + "nameOnDisk" : "alhrtf", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-allatency-Debug-afd1e95d6e57a9b31300.json b/cmake-build-debug/.cmake/api/v1/reply/target-allatency-Debug-afd1e95d6e57a9b31300.json new file mode 100644 index 0000000..0764328 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-allatency-Debug-afd1e95d6e57a9b31300.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1739, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1740, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1742, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "allatency::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "allatency", + "nameOnDisk" : "allatency", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-almultireverb-Debug-d0a8b6b139333af58b04.json b/cmake-build-debug/.cmake/api/v1/reply/target-almultireverb-Debug-d0a8b6b139333af58b04.json new file mode 100644 index 0000000..e88788a --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-almultireverb-Debug-d0a8b6b139333af58b04.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1734, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1735, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1737, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "almultireverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "almultireverb", + "nameOnDisk" : "almultireverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alplay-Debug-3d4ae4cb8e5834164637.json b/cmake-build-debug/.cmake/api/v1/reply/target-alplay-Debug-3d4ae4cb8e5834164637.json new file mode 100644 index 0000000..d28fcb6 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alplay-Debug-3d4ae4cb8e5834164637.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1719, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1720, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1722, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alplay::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alplay", + "nameOnDisk" : "alplay", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alrecord-Debug-dbcf864b792f8ee1002e.json b/cmake-build-debug/.cmake/api/v1/reply/target-alrecord-Debug-dbcf864b792f8ee1002e.json new file mode 100644 index 0000000..6e75268 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alrecord-Debug-dbcf864b792f8ee1002e.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1708, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1709, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1710, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alrecord::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alrecord", + "nameOnDisk" : "alrecord", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alreverb-Debug-86c11e0ad66fff96b49e.json b/cmake-build-debug/.cmake/api/v1/reply/target-alreverb-Debug-86c11e0ad66fff96b49e.json new file mode 100644 index 0000000..d2b1ed7 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alreverb-Debug-86c11e0ad66fff96b49e.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1729, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1730, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1732, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alreverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alreverb", + "nameOnDisk" : "alreverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alstream-Debug-0a66a5f669ceb5cf1b3e.json b/cmake-build-debug/.cmake/api/v1/reply/target-alstream-Debug-0a66a5f669ceb5cf1b3e.json new file mode 100644 index 0000000..aeb9280 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alstream-Debug-0a66a5f669ceb5cf1b3e.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1724, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1725, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1727, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstream::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alstream", + "nameOnDisk" : "alstream", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-alstreamcb-Debug-59031ac170aa5bd7e03c.json b/cmake-build-debug/.cmake/api/v1/reply/target-alstreamcb-Debug-59031ac170aa5bd7e03c.json new file mode 100644 index 0000000..25aed57 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-alstreamcb-Debug-59031ac170aa5bd7e03c.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1749, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1750, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1752, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstreamcb::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alstreamcb", + "nameOnDisk" : "alstreamcb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-altonegen-Debug-66dfe7f059995901998c.json b/cmake-build-debug/.cmake/api/v1/reply/target-altonegen-Debug-66dfe7f059995901998c.json new file mode 100644 index 0000000..d6edddc --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-altonegen-Debug-66dfe7f059995901998c.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1704, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1705, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1706, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "altonegen::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "altonegen", + "nameOnDisk" : "altonegen", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-build_version-Debug-f4a345c961cde0eb1824.json b/cmake-build-debug/.cmake/api/v1/reply/target-build_version-Debug-f4a345c961cde0eb1824.json new file mode 100644 index 0000000..54e90ed --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-build_version-Debug-f4a345c961cde0eb1824.json @@ -0,0 +1,78 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1251, + "parent" : 0 + } + ] + }, + "id" : "build_version::@1336fb67af673d856491", + "name" : "build_version", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-freetype-Debug-d593d3082e218d6d3355.json b/cmake-build-debug/.cmake/api/v1/reply/target-freetype-Debug-d593d3082e218d6d3355.json new file mode 100644 index 0000000..ff52eda --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-freetype-Debug-d593d3082e218d6d3355.json @@ -0,0 +1,958 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 454, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 465, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 484, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 546, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "FT2_BUILD_LIBRARY" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config" + }, + { + "backtrace" : 5, + "path" : "/usr/include/harfbuzz" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "id" : "freetype::@e00407d3eb957746b2e2", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "freetype", + "nameOnDisk" : "libfreetyped.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftadvanc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbbox.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbzip2.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcache.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftchapters.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftfntfmt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgasp.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgxval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgzip.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlogging.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlzw.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmac.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftotval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftpfr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsnames.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftstroke.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsynth.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftwinfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftmodule.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftrfork.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fttrace.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/svginterface.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-glfw-Debug-9e0d23d9d9cba0a86115.json b/cmake-build-debug/.cmake/api/v1/reply/target-glfw-Debug-9e0d23d9d9cba0a86115.json new file mode 100644 index 0000000..32bbd6e --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-glfw-Debug-9e0d23d9d9cba0a86115.json @@ -0,0 +1,429 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-gp_image_test-Debug-3af20007db50880cc299.json b/cmake-build-debug/.cmake/api/v1/reply/target-gp_image_test-Debug-3af20007db50880cc299.json new file mode 100644 index 0000000..837c88a --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-gp_image_test-Debug-3af20007db50880cc299.json @@ -0,0 +1,398 @@ +{ + "artifacts" : + [ + { + "path" : "gp_image_test" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_options", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 15, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 18, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 49, + "parent" : 4 + }, + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 89, + "parent" : 6 + }, + { + "command" : 2, + "file" : 1, + "line" : 50, + "parent" : 4 + }, + { + "file" : 3 + }, + { + "command" : 2, + "file" : 3, + "line" : 525, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 539, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 545, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 550, + "parent" : 9 + }, + { + "command" : 2, + "file" : 1, + "line" : 116, + "parent" : 4 + }, + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 119, + "parent" : 15 + }, + { + "command" : 2, + "file" : 1, + "line" : 117, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 12, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fdiagnostics-color=always" + }, + { + "backtrace" : 18, + "fragment" : "-Wall" + }, + { + "backtrace" : 18, + "fragment" : "-Wextra" + }, + { + "backtrace" : 18, + "fragment" : "-Werror" + }, + { + "backtrace" : 18, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 18, + "fragment" : "-Wno-comment" + } + ], + "includes" : + [ + { + "backtrace" : 19, + "path" : "/home/brett/Documents/code/c++/gp_image_test/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b" + }, + { + "backtrace" : 3, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 3, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wall", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Werror", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-comment", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + }, + { + "backtrace" : 17, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "gp_image_test", + "nameOnDisk" : "gp_image_test", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-openal-info-Debug-48bd28c41ec4f82cdaa6.json b/cmake-build-debug/.cmake/api/v1/reply/target-openal-info-Debug-48bd28c41ec4f82cdaa6.json new file mode 100644 index 0000000..3734898 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-openal-info-Debug-48bd28c41ec4f82cdaa6.json @@ -0,0 +1,227 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "target_compile_options", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1615, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1618, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1617, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1616, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1619, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 4, + "fragment" : "-Winline" + }, + { + "backtrace" : 4, + "fragment" : "-Wunused" + }, + { + "backtrace" : 4, + "fragment" : "-Wall" + }, + { + "backtrace" : 4, + "fragment" : "-Wextra" + }, + { + "backtrace" : 4, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 4, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 4, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 4, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 4, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 4, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "openal-info::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "openal-info", + "nameOnDisk" : "openal-info", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-uhjdecoder-Debug-7d2faaa0bb799ea2ecfa.json b/cmake-build-debug/.cmake/api/v1/reply/target-uhjdecoder-Debug-7d2faaa0bb799ea2ecfa.json new file mode 100644 index 0000000..6be0a9f --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-uhjdecoder-Debug-7d2faaa0bb799ea2ecfa.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1625, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1630, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1629, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1626, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1627, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1632, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjdecoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjdecoder", + "nameOnDisk" : "uhjdecoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-uhjencoder-Debug-1ae11987be9915cd1850.json b/cmake-build-debug/.cmake/api/v1/reply/target-uhjencoder-Debug-1ae11987be9915cd1850.json new file mode 100644 index 0000000..9c34e49 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-uhjencoder-Debug-1ae11987be9915cd1850.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1634, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1639, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1638, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1635, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1636, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1641, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-g -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjencoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjencoder", + "nameOnDisk" : "uhjencoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-uninstall-Debug-1968320be2633b8fe4b0.json b/cmake-build-debug/.cmake/api/v1/reply/target-uninstall-Debug-1968320be2633b8fe4b0.json new file mode 100644 index 0000000..2cbaa98 --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-uninstall-Debug-1968320be2633b8fe4b0.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@14b83a2e4b8869b63580", + "name" : "uninstall", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/target-update_mappings-Debug-f5517210fa578ac2a79f.json b/cmake-build-debug/.cmake/api/v1/reply/target-update_mappings-Debug-f5517210fa578ac2a79f.json new file mode 100644 index 0000000..1945fef --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/target-update_mappings-Debug-f5517210fa578ac2a79f.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "name" : "update_mappings", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json new file mode 100644 index 0000000..d98e41f --- /dev/null +++ b/cmake-build-debug/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json @@ -0,0 +1,107 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "12.2.0" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/12", + "/usr/include/x86_64-linux-gnu/c++/12", + "/usr/include/c++/12/backward", + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "12.2.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-debug/CMakeCache.txt b/cmake-build-debug/CMakeCache.txt new file mode 100644 index 0000000..4e5f065 --- /dev/null +++ b/cmake-build-debug/CMakeCache.txt @@ -0,0 +1,1761 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug +# 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 +######################## + +//The ALSA (asound) include directory +ALSA_INCLUDE_DIR:PATH=ALSA_INCLUDE_DIR-NOTFOUND + +//The ALSA (asound) library +ALSA_LIBRARY:FILEPATH=ALSA_LIBRARY-NOTFOUND + +//Enable ALSA backend +ALSOFT_BACKEND_ALSA:BOOL=ON + +//Enable CoreAudio backend +ALSOFT_BACKEND_COREAUDIO:BOOL=ON + +//Enable JACK backend +ALSOFT_BACKEND_JACK:BOOL=ON + +//Enable Oboe backend +ALSOFT_BACKEND_OBOE:BOOL=ON + +//Enable OpenSL backend +ALSOFT_BACKEND_OPENSL:BOOL=ON + +//Enable OSS backend +ALSOFT_BACKEND_OSS:BOOL=ON + +//Enable PipeWire backend +ALSOFT_BACKEND_PIPEWIRE:BOOL=ON + +//Enable PortAudio backend +ALSOFT_BACKEND_PORTAUDIO:BOOL=ON + +//Enable PulseAudio backend +ALSOFT_BACKEND_PULSEAUDIO:BOOL=ON + +//Enable SDL2 backend +ALSOFT_BACKEND_SDL2:BOOL=OFF + +//Enable SndIO backend +ALSOFT_BACKEND_SNDIO:BOOL=ON + +//Enable Solaris backend +ALSOFT_BACKEND_SOLARIS:BOOL=ON + +//Enable Wave Writer backend +ALSOFT_BACKEND_WAVE:BOOL=ON + +//Enable ARM NEON support +ALSOFT_CPUEXT_NEON:BOOL=ON + +//Enable SSE support +ALSOFT_CPUEXT_SSE:BOOL=ON + +//Enable SSE2 support +ALSOFT_CPUEXT_SSE2:BOOL=ON + +//Enable SSE3 support +ALSOFT_CPUEXT_SSE3:BOOL=ON + +//Enable SSE4.1 support +ALSOFT_CPUEXT_SSE4_1:BOOL=ON + +//Check for the dlopen API for loading optional libs +ALSOFT_DLOPEN:BOOL=ON + +//Enable legacy EAX extensions +ALSOFT_EAX:BOOL=OFF + +//Embed the HRTF data files (increases library footprint) +ALSOFT_EMBED_HRTF_DATA:BOOL=ON + +//Build example programs +ALSOFT_EXAMPLES:BOOL=ON + +//Install main library +ALSOFT_INSTALL:BOOL=ON + +//Install AmbDec preset files +ALSOFT_INSTALL_AMBDEC_PRESETS:BOOL=ON + +//Install alsoft.conf sample configuration file +ALSOFT_INSTALL_CONFIG:BOOL=ON + +//Install example programs (alplay, alstream, ...) +ALSOFT_INSTALL_EXAMPLES:BOOL=ON + +//Install HRTF data files +ALSOFT_INSTALL_HRTF_DATA:BOOL=ON + +//Install utility programs (openal-info, alsoft-config, ...) +ALSOFT_INSTALL_UTILS:BOOL=ON + +//Disable building the alsoft-config utility +ALSOFT_NO_CONFIG_UTIL:BOOL=OFF + +//Require ALSA backend +ALSOFT_REQUIRE_ALSA:BOOL=OFF + +//Require CoreAudio backend +ALSOFT_REQUIRE_COREAUDIO:BOOL=OFF + +//Require JACK backend +ALSOFT_REQUIRE_JACK:BOOL=OFF + +//Require ARM NEON support +ALSOFT_REQUIRE_NEON:BOOL=OFF + +//Require Oboe backend +ALSOFT_REQUIRE_OBOE:BOOL=OFF + +//Require OpenSL backend +ALSOFT_REQUIRE_OPENSL:BOOL=OFF + +//Require OSS backend +ALSOFT_REQUIRE_OSS:BOOL=OFF + +//Require PipeWire backend +ALSOFT_REQUIRE_PIPEWIRE:BOOL=OFF + +//Require PortAudio backend +ALSOFT_REQUIRE_PORTAUDIO:BOOL=OFF + +//Require PulseAudio backend +ALSOFT_REQUIRE_PULSEAUDIO:BOOL=OFF + +//Require RTKit/D-Bus support +ALSOFT_REQUIRE_RTKIT:BOOL=OFF + +//Require SDL2 backend +ALSOFT_REQUIRE_SDL2:BOOL=OFF + +//Require SndIO backend +ALSOFT_REQUIRE_SNDIO:BOOL=OFF + +//Require Solaris backend +ALSOFT_REQUIRE_SOLARIS:BOOL=OFF + +//Require SSE support +ALSOFT_REQUIRE_SSE:BOOL=OFF + +//Require SSE2 support +ALSOFT_REQUIRE_SSE2:BOOL=OFF + +//Require SSE3 support +ALSOFT_REQUIRE_SSE3:BOOL=OFF + +//Require SSE4.1 support +ALSOFT_REQUIRE_SSE4_1:BOOL=OFF + +//Enable RTKit support +ALSOFT_RTKIT:BOOL=ON + +//Search the installation data directory +ALSOFT_SEARCH_INSTALL_DATADIR:BOOL=OFF + +//Force -static-libgcc for static GCC runtimes +ALSOFT_STATIC_LIBGCC:BOOL=OFF + +//Static link libstdc++ +ALSOFT_STATIC_STDCXX:BOOL=OFF + +//Build test programs +ALSOFT_TESTS:BOOL=OFF + +//Update git build version info +ALSOFT_UPDATE_BUILD_VERSION:BOOL=ON + +//Build utility programs +ALSOFT_UTILS:BOOL=ON + +//Treat compile warnings as errors +ALSOFT_WERROR:BOOL=OFF + +//The AudioIO include directory +AUDIOIO_INCLUDE_DIR:PATH=AUDIOIO_INCLUDE_DIR-NOTFOUND + +//Path to a file. +AUDIOUNIT_INCLUDE_DIR:PATH=AUDIOUNIT_INCLUDE_DIR-NOTFOUND + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Disable blt::logging BLT_DEBUG macro +BLT_DISABLE_DEBUG:BOOL=OFF + +//Disable blt::logging BLT_ERROR macro +BLT_DISABLE_ERROR:BOOL=OFF + +//Disable blt::logging BLT_FATAL macro +BLT_DISABLE_FATAL:BOOL=OFF + +//Disable blt::logging BLT_INFO macro +BLT_DISABLE_INFO:BOOL=OFF + +//Disable blt::logging (all macros and will safely disable logging +// function!) +BLT_DISABLE_LOGGING:BOOL=OFF + +//Disable blt::logging BLT_TRACE macro +BLT_DISABLE_TRACE:BOOL=OFF + +//Disable blt::logging BLT_WARN macro +BLT_DISABLE_WARN:BOOL=OFF + +//Value Computed by CMake +BLT_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +BLT_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Value Computed by CMake +BLT_WITH_GRAPHICS_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template + +//Value Computed by CMake +BLT_WITH_GRAPHICS_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +BLT_WITH_GRAPHICS_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +//Path to a file. +BROTLIDEC_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +BROTLIDEC_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Build the BLT Graphics test set +BUILD_GRAPHICS_TESTS:BOOL=OFF + +//Build the BLT NBT + eNBT extension +BUILD_NBT:BOOL=ON + +//Build the BLT parsers +BUILD_PARSE:BOOL=ON + +//Build the BLT profiler extension +BUILD_PROFILING:BOOL=ON + +//Build shared libraries +BUILD_SHARED_LIBS:BOOL=OFF + +//Build the BLT standard utilities. +BUILD_STD:BOOL=ON + +//Build the BLT test set +BUILD_TESTS:BOOL=OFF + +//Path to a file. +BZIP2_INCLUDE_DIR:PATH=BZIP2_INCLUDE_DIR-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_RELEASE:FILEPATH=BZIP2_LIBRARY_RELEASE-NOTFOUND + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//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 + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//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 + +//Library postfix for debug builds. Normally left blank. +CMAKE_DEBUG_POSTFIX:STRING= + +//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= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja + +//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=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/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=gp_image_test + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.9.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=9 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/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=/usr/bin/strip + +//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 + +//Path to a library. +COREAUDIO_FRAMEWORK:FILEPATH=COREAUDIO_FRAMEWORK-NOTFOUND + +//Enable to build RPM source packages +CPACK_SOURCE_RPM:BOOL=OFF + +//Enable to build TBZ2 source packages +CPACK_SOURCE_TBZ2:BOOL=ON + +//Enable to build TGZ source packages +CPACK_SOURCE_TGZ:BOOL=ON + +//Enable to build TXZ source packages +CPACK_SOURCE_TXZ:BOOL=ON + +//Enable to build TZ source packages +CPACK_SOURCE_TZ:BOOL=ON + +//Enable to build ZIP source packages +CPACK_SOURCE_ZIP:BOOL=OFF + +//Path to a file. +DBus1_ARCH_INCLUDE_DIR:PATH=/usr/lib/x86_64-linux-gnu/dbus-1.0/include + +//The directory containing a CMake configuration file for DBus1. +DBus1_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/DBus1 + +//Path to a file. +DBus1_INCLUDE_DIR:PATH=/usr/include/dbus-1.0 + +//Path to a library. +DBus1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=OFF + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + +//Disable support of compressed WOFF2 fonts. +FT_DISABLE_BROTLI:BOOL=OFF + +//Disable support of bzip2 compressed fonts. +FT_DISABLE_BZIP2:BOOL=OFF + +//Disable HarfBuzz (used for improving auto-hinting of OpenType +// fonts). +FT_DISABLE_HARFBUZZ:BOOL=OFF + +//Disable support of PNG compressed OpenType embedded bitmaps. +FT_DISABLE_PNG:BOOL=OFF + +//Disable use of system zlib and use internal zlib library instead. +FT_DISABLE_ZLIB:BOOL=OFF + +//Enable support for meaningful error descriptions. +FT_ENABLE_ERROR_STRINGS:BOOL=OFF + +//Require support of compressed WOFF2 fonts. +FT_REQUIRE_BROTLI:BOOL=OFF + +//Require support of bzip2 compressed fonts. +FT_REQUIRE_BZIP2:BOOL=OFF + +//Require HarfBuzz for improving auto-hinting of OpenType fonts. +FT_REQUIRE_HARFBUZZ:BOOL=OFF + +//Require support of PNG compressed OpenType embedded bitmaps. +FT_REQUIRE_PNG:BOOL=OFF + +//Require system zlib instead of internal zlib library. +FT_REQUIRE_ZLIB:BOOL=OFF + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=OFF + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=OFF + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=OFF + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Path to a file. +HarfBuzz_INCLUDE_DIR:PATH=/usr/include/harfbuzz + +//Path to a library. +HarfBuzz_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//The JACK include directory +JACK_INCLUDE_DIR:PATH=JACK_INCLUDE_DIR-NOTFOUND + +//The JACK library +JACK_LIBRARY:FILEPATH=JACK_LIBRARY-NOTFOUND + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The MySOFA include directory +MYSOFA_INCLUDE_DIR:PATH=MYSOFA_INCLUDE_DIR-NOTFOUND + +//The MySOFA library +MYSOFA_LIBRARY:FILEPATH=MYSOFA_LIBRARY-NOTFOUND + +//The math library for MySOFA +MYSOFA_M_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The OpenSL Android include directory +OPENSL_ANDROID_INCLUDE_DIR:PATH=OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND + +//The OpenSL include directory +OPENSL_INCLUDE_DIR:PATH=OPENSL_INCLUDE_DIR-NOTFOUND + +//The OpenSL library +OPENSL_LIBRARY:FILEPATH=OPENSL_LIBRARY-NOTFOUND + +//The OSS include directory +OSS_INCLUDE_DIR:PATH=/usr/include/x86_64-linux-gnu + +//Optional OSS library +OSS_LIBRARY:FILEPATH=OSS_LIBRARY-NOTFOUND + +//Value Computed by CMake +OpenAL_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Value Computed by CMake +OpenAL_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +OpenAL_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +PNG_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libpng.so + +//Path to a file. +PNG_PNG_INCLUDE_DIR:PATH=/usr/include + +//The PortAudio include directory +PORTAUDIO_INCLUDE_DIR:PATH=PORTAUDIO_INCLUDE_DIR-NOTFOUND + +//The PortAudio library +PORTAUDIO_LIBRARY:FILEPATH=PORTAUDIO_LIBRARY-NOTFOUND + +//The PulseAudio include directory +PULSEAUDIO_INCLUDE_DIR:PATH=PULSEAUDIO_INCLUDE_DIR-NOTFOUND + +//The PulseAudio library +PULSEAUDIO_LIBRARY:FILEPATH=PULSEAUDIO_LIBRARY-NOTFOUND + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=Qt5Widgets_DIR-NOTFOUND + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.a + +//The directory containing a CMake configuration file for SDL2. +SDL2_DIR:PATH=SDL2_DIR-NOTFOUND + +//Path to a file. +SNDFILE_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +SNDFILE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libsndfile.so + +//The SoundIO include directory +SOUNDIO_INCLUDE_DIR:PATH=SOUNDIO_INCLUDE_DIR-NOTFOUND + +//The SoundIO library +SOUNDIO_LIBRARY:FILEPATH=SOUNDIO_LIBRARY-NOTFOUND + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=X11_X11_xcb_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=X11_X11_xcb_LIB-NOTFOUND + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=X11_Xaw_LIB-NOTFOUND + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=X11_Xdamage_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=X11_Xss_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xss_LIB:FILEPATH=X11_Xss_LIB-NOTFOUND + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=X11_Xtst_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xtst_LIB:FILEPATH=X11_Xtst_LIB-NOTFOUND + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=X11_Xxf86vm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=X11_Xxf86vm_LIB-NOTFOUND + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=X11_xcb_icccm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=X11_xcb_icccm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=X11_xcb_keysyms_LIB-NOTFOUND + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=X11_xcb_randr_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=X11_xcb_randr_LIB-NOTFOUND + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=X11_xcb_util_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=X11_xcb_util_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=X11_xcb_xfixes_LIB-NOTFOUND + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=X11_xcb_xkb_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=X11_xcb_xtest_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=X11_xcb_xtest_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=X11_xkbcommon_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=X11_xkbcommon_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=X11_xkbcommon_X11_LIB-NOTFOUND + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=X11_xkbfile_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=X11_xkbfile_LIB-NOTFOUND + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so + +//Value Computed by CMake +alsoft-config_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +alsoft-config_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +alsoft-config_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +freetype_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +freetype_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +freetype_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so; + +//Value Computed by CMake +freetype_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +gp_image_test_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + +//Value Computed by CMake +gp_image_test_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +gp_image_test_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test + +//Path to a library. +pkgcfg_lib_PC_BROTLIDEC_brotlidec:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Path to a library. +pkgcfg_lib_PC_DBUS1_dbus-1:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Path to a library. +pkgcfg_lib_PC_HARFBUZZ_harfbuzz:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//Path to a library. +pkgcfg_lib_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: ALSA_INCLUDE_DIR +ALSA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ALSA_LIBRARY +ALSA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AUDIOIO_INCLUDE_DIR +AUDIOIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_INCLUDE_DIRS +BROTLIDEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_LIBRARIES +BROTLIDEC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_INCLUDE_DIR +BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG +BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE +BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug +//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=25 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION: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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//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 +CMAKE_C_COMPILER-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 +//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=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/Documents/code/c++/gp_image_test +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-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=8 +//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-3.25 +//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 +//ADVANCED property for variable: CPACK_SOURCE_RPM +CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TBZ2 +CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TGZ +CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TXZ +CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TZ +CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_ZIP +CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_INCLUDE_DIR +DBus1_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_LIBRARY +DBus1_LIBRARY-ADVANCED:INTERNAL=1 +//Details about finding BrotliDec +FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()] +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.39.2()] +//Details about finding HarfBuzz +FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz:INTERNAL=[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)] +//Details about finding OSS +FIND_PACKAGE_MESSAGE_DETAILS_OSS:INTERNAL=[/usr/include/x86_64-linux-gnu][v()] +//Details about finding PNG +FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()] +//Details about finding PkgConfig +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()] +//Details about finding SndFile +FIND_PACKAGE_MESSAGE_DETAILS_SndFile:INTERNAL=[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()] +//Details about finding ZLIB +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Have include arm_neon.h +HAVE_ARM_NEON_H:INTERNAL= +//Have include cpuid.h +HAVE_CPUID_H:INTERNAL=1 +//Have include dlfcn.h +HAVE_DLFCN_H:INTERNAL=1 +//Have include emmintrin.h +HAVE_EMMINTRIN_H:INTERNAL=1 +//Have include fcntl.h +HAVE_FCNTL_H:INTERNAL=1 +//Test HAVE_FNO_MATH_ERRNO +HAVE_FNO_MATH_ERRNO:INTERNAL=1 +//Test HAVE_GCC_GET_CPUID +HAVE_GCC_GET_CPUID:INTERNAL=1 +//Test HAVE_GCC_PROTECTED_VISIBILITY +HAVE_GCC_PROTECTED_VISIBILITY:INTERNAL=1 +//Have symbol getopt +HAVE_GETOPT:INTERNAL=1 +//Have include guiddef.h +HAVE_GUIDDEF_H:INTERNAL= +//Have include initguid.h +HAVE_INITGUID_H:INTERNAL= +//Have include intrin.h +HAVE_INTRIN_H:INTERNAL= +//Test HAVE_LIBATOMIC +HAVE_LIBATOMIC:INTERNAL=1 +//Have library dl +HAVE_LIBDL:INTERNAL=1 +//Have library m +HAVE_LIBM:INTERNAL=1 +//Have library rt +HAVE_LIBRT:INTERNAL=1 +//Have include malloc.h +HAVE_MALLOC_H:INTERNAL=1 +//Test HAVE_MSSE2_SWITCH +HAVE_MSSE2_SWITCH:INTERNAL=1 +//Have include pmmintrin.h +HAVE_PMMINTRIN_H:INTERNAL=1 +//Have symbol posix_memalign +HAVE_POSIX_MEMALIGN_DEFAULT:INTERNAL=1 +//Have symbol proc_pidpath +HAVE_PROC_PIDPATH:INTERNAL= +//Test HAVE_PTHREAD +HAVE_PTHREAD:INTERNAL=1 +//Have include pthread.h +HAVE_PTHREAD_H:INTERNAL=1 +//Have includes pthread.h;pthread_np.h +HAVE_PTHREAD_NP_H:INTERNAL= +//Have symbol pthread_setname_np +HAVE_PTHREAD_SETNAME_NP:INTERNAL= +//Have symbol pthread_setschedparam +HAVE_PTHREAD_SETSCHEDPARAM:INTERNAL=1 +//Have symbol pthread_set_name_np +HAVE_PTHREAD_SET_NAME_NP:INTERNAL= +//Have include smmintrin.h +HAVE_SMMINTRIN_H:INTERNAL=1 +//Test HAVE_SSE_INTRINSICS +HAVE_SSE_INTRINSICS:INTERNAL=1 +//Test HAVE_STDC_FORMAT_MACROS +HAVE_STDC_FORMAT_MACROS:INTERNAL=1 +//Have include unistd.h +HAVE_UNISTD_H:INTERNAL=1 +//Test HAVE_WNO_CXX20_ATTR_EXT +HAVE_WNO_CXX20_ATTR_EXT:INTERNAL=1 +//Have include xmmintrin.h +HAVE_XMMINTRIN_H:INTERNAL=1 +//Test HAVE___RESTRICT +HAVE___RESTRICT:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_INCLUDE_DIR +HarfBuzz_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_LIBRARY +HarfBuzz_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_INCLUDE_DIR +JACK_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_LIBRARY +JACK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_INCLUDE_DIR +MYSOFA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_LIBRARY +MYSOFA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_ANDROID_INCLUDE_DIR +OPENSL_ANDROID_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_INCLUDE_DIR +OPENSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_LIBRARY +OPENSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_INCLUDE_DIR +OSS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_LIBRARY +OSS_LIBRARY-ADVANCED:INTERNAL=1 +PC_BROTLIDEC_CFLAGS:INTERNAL= +PC_BROTLIDEC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_FOUND:INTERNAL=1 +PC_BROTLIDEC_INCLUDEDIR:INTERNAL=/usr/include +PC_BROTLIDEC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec +PC_BROTLIDEC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBRARIES:INTERNAL=brotlidec +PC_BROTLIDEC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBS:INTERNAL= +PC_BROTLIDEC_LIBS_L:INTERNAL= +PC_BROTLIDEC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_MODULE_NAME:INTERNAL=libbrotlidec +PC_BROTLIDEC_PREFIX:INTERNAL=/usr +PC_BROTLIDEC_STATIC_CFLAGS:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon +PC_BROTLIDEC_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBDIR:INTERNAL= +PC_BROTLIDEC_STATIC_LIBRARIES:INTERNAL=brotlidec;brotlicommon +PC_BROTLIDEC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_STATIC_LIBS:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_L:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_VERSION:INTERNAL=1.0.9 +PC_BROTLIDEC_libbrotlidec_INCLUDEDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_LIBDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_PREFIX:INTERNAL= +PC_BROTLIDEC_libbrotlidec_VERSION:INTERNAL= +PC_BZIP2_CFLAGS:INTERNAL= +PC_BZIP2_CFLAGS_I:INTERNAL= +PC_BZIP2_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_FOUND:INTERNAL= +PC_BZIP2_INCLUDEDIR:INTERNAL= +PC_BZIP2_LIBDIR:INTERNAL= +PC_BZIP2_LIBS:INTERNAL= +PC_BZIP2_LIBS_L:INTERNAL= +PC_BZIP2_LIBS_OTHER:INTERNAL= +PC_BZIP2_LIBS_PATHS:INTERNAL= +PC_BZIP2_MODULE_NAME:INTERNAL= +PC_BZIP2_PREFIX:INTERNAL= +PC_BZIP2_STATIC_CFLAGS:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_I:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBDIR:INTERNAL= +PC_BZIP2_STATIC_LIBS:INTERNAL= +PC_BZIP2_STATIC_LIBS_L:INTERNAL= +PC_BZIP2_STATIC_LIBS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBS_PATHS:INTERNAL= +PC_BZIP2_VERSION:INTERNAL= +PC_BZIP2_bzip2_INCLUDEDIR:INTERNAL= +PC_BZIP2_bzip2_LIBDIR:INTERNAL= +PC_BZIP2_bzip2_PREFIX:INTERNAL= +PC_BZIP2_bzip2_VERSION:INTERNAL= +PC_DBUS1_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_CFLAGS_I:INTERNAL= +PC_DBUS1_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_FOUND:INTERNAL=1 +PC_DBUS1_INCLUDEDIR:INTERNAL=/usr/include +PC_DBUS1_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1 +PC_DBUS1_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBRARIES:INTERNAL=dbus-1 +PC_DBUS1_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBS:INTERNAL= +PC_DBUS1_LIBS_L:INTERNAL= +PC_DBUS1_LIBS_OTHER:INTERNAL= +PC_DBUS1_LIBS_PATHS:INTERNAL= +PC_DBUS1_MODULE_NAME:INTERNAL=dbus-1 +PC_DBUS1_PREFIX:INTERNAL=/usr +PC_DBUS1_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_CFLAGS_I:INTERNAL= +PC_DBUS1_STATIC_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd +PC_DBUS1_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBDIR:INTERNAL= +PC_DBUS1_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd +PC_DBUS1_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_STATIC_LIBS:INTERNAL= +PC_DBUS1_STATIC_LIBS_L:INTERNAL= +PC_DBUS1_STATIC_LIBS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBS_PATHS:INTERNAL= +PC_DBUS1_VERSION:INTERNAL=1.14.10 +PC_DBUS1_dbus-1_INCLUDEDIR:INTERNAL= +PC_DBUS1_dbus-1_LIBDIR:INTERNAL= +PC_DBUS1_dbus-1_PREFIX:INTERNAL= +PC_DBUS1_dbus-1_VERSION:INTERNAL= +PC_HARFBUZZ_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_FOUND:INTERNAL=1 +PC_HARFBUZZ_INCLUDEDIR:INTERNAL=/usr/include +PC_HARFBUZZ_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz +PC_HARFBUZZ_LDFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBRARIES:INTERNAL=harfbuzz +PC_HARFBUZZ_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBS:INTERNAL= +PC_HARFBUZZ_LIBS_L:INTERNAL= +PC_HARFBUZZ_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_MODULE_NAME:INTERNAL=harfbuzz +PC_HARFBUZZ_PREFIX:INTERNAL=/usr +PC_HARFBUZZ_STATIC_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_STATIC_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8 +PC_HARFBUZZ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL= +PC_HARFBUZZ_STATIC_LIBRARIES:INTERNAL=harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8 +PC_HARFBUZZ_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_STATIC_LIBS:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_L:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_VERSION:INTERNAL=6.0.0 +PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL= +PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL= +PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_CFLAGS_I:INTERNAL= +PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_FOUND:INTERNAL=1 +PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include +PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBS:INTERNAL= +PIPEWIRE_LIBS_L:INTERNAL= +PIPEWIRE_LIBS_OTHER:INTERNAL= +PIPEWIRE_LIBS_PATHS:INTERNAL= +PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 +PIPEWIRE_PREFIX:INTERNAL=/usr +PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= +PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBDIR:INTERNAL= +PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_STATIC_LIBS:INTERNAL= +PIPEWIRE_STATIC_LIBS_L:INTERNAL= +PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= +PIPEWIRE_VERSION:INTERNAL=0.3.65 +PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= +PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_DEBUG +PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_RELEASE +PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR +PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_INCLUDE_DIR +PORTAUDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_LIBRARY +PORTAUDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_INCLUDE_DIR +SNDFILE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_LIBRARY +SNDFILE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_INCLUDE_DIR +SOUNDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_LIBRARY +SOUNDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_PC_BROTLIDEC:INTERNAL=QUIET;libbrotlidec +__pkg_config_arguments_PC_DBUS1:INTERNAL=QUIET;dbus-1 +__pkg_config_arguments_PC_HARFBUZZ:INTERNAL=QUIET;harfbuzz +__pkg_config_arguments_PIPEWIRE:INTERNAL=libpipewire-0.3>=0.3.23 +__pkg_config_checked_PC_BROTLIDEC:INTERNAL=1 +__pkg_config_checked_PC_BZIP2:INTERNAL=1 +__pkg_config_checked_PC_DBUS1:INTERNAL=1 +__pkg_config_checked_PC_HARFBUZZ:INTERNAL=1 +__pkg_config_checked_PIPEWIRE:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_BROTLIDEC_brotlidec +pkgcfg_lib_PC_BROTLIDEC_brotlidec-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_DBUS1_dbus-1 +pkgcfg_lib_PC_DBUS1_dbus-1-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_HARFBUZZ_harfbuzz +pkgcfg_lib_PC_HARFBUZZ_harfbuzz-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PIPEWIRE_pipewire-0.3 +pkgcfg_lib_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu + diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CMakeCCompiler.cmake b/cmake-build-debug/CMakeFiles/3.25.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..14ce679 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/3.25.1/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "12.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;c_std_17;c_std_23") +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_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake b/cmake-build-debug/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..1be14a5 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;cxx_std_23") +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_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +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 "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin b/cmake-build-debug/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..f38c8e7 Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-debug/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..60578f9 Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CMakeSystem.cmake b/cmake-build-debug/CMakeFiles/3.25.1/CMakeSystem.cmake new file mode 100644 index 0000000..8e69a26 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/3.25.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..a83e378 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,868 @@ +#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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdC/a.out b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdC/a.out new file mode 100755 index 0000000..2842992 Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdC/a.out differ diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..c9ba632 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,857 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef 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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdCXX/a.out b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..af69ab5 Binary files /dev/null and b/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdCXX/a.out differ diff --git a/cmake-build-debug/CMakeFiles/CMakeError.log b/cmake-build-debug/CMakeFiles/CMakeError.log new file mode 100644 index 0000000..f1d27aa --- /dev/null +++ b/cmake-build-debug/CMakeFiles/CMakeError.log @@ -0,0 +1,162 @@ +Determining if the include file arm_neon.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lPh82W + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_9461b && [1/2] Building C object CMakeFiles/cmTC_9461b.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_9461b.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_9461b.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lPh82W/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lPh82W/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file intrin.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-umezDn + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_bd010 && [1/2] Building C object CMakeFiles/cmTC_bd010.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_bd010.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_bd010.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-umezDn/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-umezDn/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory + 1 | #include + | ^~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file guiddef.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-xu9gF9 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_a4f85 && [1/2] Building C object CMakeFiles/cmTC_a4f85.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_a4f85.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_a4f85.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-xu9gF9/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-xu9gF9/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file initguid.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lm4XhV + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_72651 && [1/2] Building C object CMakeFiles/cmTC_72651.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_72651.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_72651.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lm4XhV/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-lm4XhV/CheckIncludeFile.c:1:10: fatal error: initguid.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the proc_pidpath exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ox3Cic + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_a80e3 && [1/2] Building C object CMakeFiles/cmTC_a80e3.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_a80e3.dir/CheckSymbolExists.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_a80e3.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ox3Cic/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ox3Cic/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory + 2 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef proc_pidpath + return ((int*)(&proc_pidpath))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if files pthread.h;pthread_np.h exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TNZcOf + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_7f684 && [1/2] Building C object CMakeFiles/cmTC_7f684.dir/HAVE_PTHREAD_NP_H.c.o +FAILED: CMakeFiles/cmTC_7f684.dir/HAVE_PTHREAD_NP_H.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_7f684.dir/HAVE_PTHREAD_NP_H.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TNZcOf/HAVE_PTHREAD_NP_H.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-TNZcOf/HAVE_PTHREAD_NP_H.c:3:10: fatal error: pthread_np.h: No such file or directory + 3 | #include + | ^~~~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +Source: +/* */ +#include +#include + + +int main(void){return 0;} + +Determining if the pthread_setname_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_8d451 && [1/2] Building C object CMakeFiles/cmTC_8d451.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_8d451.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_8d451.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c:8:19: error: ‘pthread_setname_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_setname_np))[argc]; + | ^~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SMdOzK/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setname_np + return ((int*)(&pthread_setname_np))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the pthread_set_name_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_f8e29 && [1/2] Building C object CMakeFiles/cmTC_f8e29.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_f8e29.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_f8e29.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c:8:19: error: ‘pthread_set_name_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_set_name_np))[argc]; + | ^~~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Veti8j/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_set_name_np + return ((int*)(&pthread_set_name_np))[argc]; +#else + (void)argc; + return 0; +#endif +} diff --git a/cmake-build-debug/CMakeFiles/CMakeOutput.log b/cmake-build-debug/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..bba63cc --- /dev/null +++ b/cmake-build-debug/CMakeFiles/CMakeOutput.log @@ -0,0 +1,798 @@ +The system is: Linux - 6.1.0-16-amd64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/3.25.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kiTV9m + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_c3aaf && [1/2] Building C object CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c3aaf.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_c3aaf.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/cccUsmQp.s +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c3aaf.dir/' + as -v --64 -o CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o /tmp/cccUsmQp.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.' +[2/2] Linking C executable cmTC_c3aaf +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c3aaf' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c3aaf.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2fCLe4.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c3aaf /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c3aaf' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c3aaf.' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-kiTV9m] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_c3aaf && [1/2] Building C object CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c3aaf.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_c3aaf.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/cccUsmQp.s] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c3aaf.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o /tmp/cccUsmQp.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] Linking C executable cmTC_c3aaf] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c3aaf' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c3aaf.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cc2fCLe4.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c3aaf /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc2fCLe4.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_c3aaf] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_c3aaf.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-WmqMeD + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_c13e9 && [1/2] Building CXX object CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c13e9.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_c13e9.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccXezWjD.s +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/12 + /usr/include/x86_64-linux-gnu/c++/12 + /usr/include/c++/12/backward + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c13e9.dir/' + as -v --64 -o CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccXezWjD.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.' +[2/2] Linking CXX executable cmTC_c13e9 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c13e9' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c13e9.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKqO06a.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c13e9 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c13e9' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c13e9.' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/12] + add: [/usr/include/x86_64-linux-gnu/c++/12] + add: [/usr/include/c++/12/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/12] ==> [/usr/include/c++/12] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/12] ==> [/usr/include/x86_64-linux-gnu/c++/12] + collapse include dir [/usr/include/c++/12/backward] ==> [/usr/include/c++/12/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-WmqMeD] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_c13e9 && [1/2] Building CXX object CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c13e9.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_c13e9.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccXezWjD.s] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/12] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/12] + ignore line: [ /usr/include/c++/12/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c13e9.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccXezWjD.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] Linking CXX executable cmTC_c13e9] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_c13e9' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_c13e9.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKqO06a.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_c13e9 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccKqO06a.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_c13e9] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_c13e9.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-vTbzJC + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_cd817 && [1/2] Building C object CMakeFiles/cmTC_cd817.dir/src.c.o +[2/2] Linking C executable cmTC_cd817 + + +Source file was: +#include + +static void* test_func(void* data) +{ + return data; +} + +int main(void) +{ + pthread_t thread; + pthread_create(&thread, NULL, test_func, NULL); + pthread_detach(thread); + pthread_cancel(thread); + pthread_join(thread, NULL); + pthread_atfork(NULL, NULL, NULL); + pthread_exit(NULL); + + return 0; +} + + +Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-BZVAXE + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_4c93c && [1/2] Building C object CMakeFiles/cmTC_4c93c.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_4c93c + + + +Determining if the function gethostbyname exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ZssmRY + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_100ad && [1/2] Building C object CMakeFiles/cmTC_100ad.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_100ad + + + +Determining if the function connect exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-31Z8Js + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d4ee9 && [1/2] Building C object CMakeFiles/cmTC_d4ee9.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_d4ee9 + + + +Determining if the function remove exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-oT54kz + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_f8780 && [1/2] Building C object CMakeFiles/cmTC_f8780.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_f8780 + + + +Determining if the function shmat exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-CoMTEw + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_a9889 && [1/2] Building C object CMakeFiles/cmTC_a9889.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_a9889 + + + +Determining if the function IceConnectionNumber exists in the ICE passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-X1YUiY + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_9861c && [1/2] Building C object CMakeFiles/cmTC_9861c.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_9861c + + + +Determining if the include file unistd.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-79NLJ1 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_64742 && [1/2] Building C object CMakeFiles/cmTC_64742.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_64742 + + + +Determining if the include file fcntl.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gwEQ1e + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_939bc && [1/2] Building C object CMakeFiles/cmTC_939bc.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_939bc + + + +Performing C++ SOURCE FILE Test HAVE_STDC_FORMAT_MACROS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-yp3n1f + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ea8aa && [1/2] Building CXX object CMakeFiles/cmTC_ea8aa.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_ea8aa + + +Source file was: +#include +#include +int main() +{ + int64_t i64{}; + std::printf("%" PRId64, i64); +} + +Determining if the posix_memalign exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-2djnMw + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_7ad1a && [1/2] Building C object CMakeFiles/cmTC_7ad1a.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_7ad1a + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef posix_memalign + return ((int*)(&posix_memalign))[argc]; +#else + (void)argc; + return 0; +#endif +} +Performing C++ SOURCE FILE Test HAVE___RESTRICT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Mdjs8E + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_92740 && [1/2] Building CXX object CMakeFiles/cmTC_92740.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_92740 + + +Source file was: +int *__restrict foo; +int main() { return 0; } + +Performing C++ SOURCE FILE Test HAVE_LIBATOMIC succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-VXSY08 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_91fc0 && [1/2] Building CXX object CMakeFiles/cmTC_91fc0.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_91fc0 + + +Source file was: +#include +std::atomic foo{0}; +int main() { return foo.fetch_add(2); } + +Performing C++ SOURCE FILE Test HAVE_WNO_CXX20_ATTR_EXT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-l12MVH + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_28e75 && [1/2] Building CXX object CMakeFiles/cmTC_28e75.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_28e75 + + +Source file was: +int main() { return 0; } + +Performing C SOURCE FILE Test HAVE_FNO_MATH_ERRNO succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-yMgZPi + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_07951 && [1/2] Building C object CMakeFiles/cmTC_07951.dir/src.c.o +[2/2] Linking C executable cmTC_07951 + + +Source file was: +int main(void) { return 0; } + +Performing C SOURCE FILE Test HAVE_GCC_PROTECTED_VISIBILITY succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-gl3dJ6 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_16fad && [1/2] Building C object CMakeFiles/cmTC_16fad.dir/src.c.o +[2/2] Linking C executable cmTC_16fad + + +Source file was: +int foo() __attribute__((visibility("protected"))); + int main() {return 0;} + +Performing C SOURCE FILE Test HAVE_MSSE2_SWITCH succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-SgCOWG + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_3994d && [1/2] Building C object CMakeFiles/cmTC_3994d.dir/src.c.o +[2/2] Linking C executable cmTC_3994d + + +Source file was: +int main(void) { return 0; } + +Determining if the include file xmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-HDoCQs + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_99a6f && [1/2] Building C object CMakeFiles/cmTC_99a6f.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_99a6f + + + +Determining if the include file emmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-fC3qNq + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_f3397 && [1/2] Building C object CMakeFiles/cmTC_f3397.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_f3397 + + + +Determining if the include file pmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Cw6aUx + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_56a76 && [1/2] Building C object CMakeFiles/cmTC_56a76.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_56a76 + + + +Determining if the include file smmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3nZOPZ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d6036 && [1/2] Building C object CMakeFiles/cmTC_d6036.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_d6036 + + + +Performing C SOURCE FILE Test HAVE_SSE_INTRINSICS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-mJ5ihT + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_38f3c && [1/2] Building C object CMakeFiles/cmTC_38f3c.dir/src.c.o +[2/2] Linking C executable cmTC_38f3c + + +Source file was: +#include + int main() {_mm_pause(); return 0;} + +Determining if the include file malloc.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-XqdI7I + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_4fabd && [1/2] Building C object CMakeFiles/cmTC_4fabd.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_4fabd + + + +Determining if the include file cpuid.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-YwTbWq + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_17410 && [1/2] Building C object CMakeFiles/cmTC_17410.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_17410 + + + +Determining if the function pow exists in the m passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-px5Q6X + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b66e5 && [1/2] Building C object CMakeFiles/cmTC_b66e5.dir/CheckFunctionExists.c.o +: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-px5Q6X/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ + 7 | CHECK_FUNCTION_EXISTS(void); + | ^~~~~~~~~~~~~~~~~~~~~ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-px5Q6X/CheckFunctionExists.c:1:1: note: ‘pow’ is declared in header ‘’ + +++ |+#include + 1 | #ifdef CHECK_FUNCTION_EXISTS +[2/2] Linking C executable cmTC_b66e5 + + + +Determining if the function clock_gettime exists in the rt passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-3ZGPA2 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b3467 && [1/2] Building C object CMakeFiles/cmTC_b3467.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_b3467 + + + +Determining if the include file dlfcn.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-ey3m3v + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_42061 && [1/2] Building C object CMakeFiles/cmTC_42061.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_42061 + + + +Determining if the function dlopen exists in the dl passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-qmmcnb + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_dba23 && [1/2] Building C object CMakeFiles/cmTC_dba23.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_dba23 + + + +Performing C SOURCE FILE Test HAVE_GCC_GET_CPUID succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-y28Oa6 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_fc8d6 && [1/2] Building C object CMakeFiles/cmTC_fc8d6.dir/src.c.o +[2/2] Linking C executable cmTC_fc8d6 + + +Source file was: +#include + int main() + { + unsigned int eax, ebx, ecx, edx; + return __get_cpuid(0, &eax, &ebx, &ecx, &edx); + } + +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-jJyMIV + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_05832 && [1/2] Building C object CMakeFiles/cmTC_05832.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_05832 + + + +Performing C SOURCE FILE Test HAVE_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Ecrewl + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_75ec8 && [1/2] Building C object CMakeFiles/cmTC_75ec8.dir/src.c.o +[2/2] Linking C executable cmTC_75ec8 + + +Source file was: +int main(void) { return 0; } + +Determining if the pthread_setschedparam exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-Svs2Sb + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0daa7 && [1/2] Building C object CMakeFiles/cmTC_0daa7.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_0daa7 + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setschedparam + return ((int*)(&pthread_setschedparam))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the getopt exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/CMakeScratch/TryCompile-acPh3Q + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ef4ce && [1/2] Building C object CMakeFiles/cmTC_ef4ce.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_ef4ce + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef getopt + return ((int*)(&getopt))[argc]; +#else + (void)argc; + return 0; +#endif +} diff --git a/cmake-build-debug/CMakeFiles/TargetDirectories.txt b/cmake-build-debug/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..575aa04 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,88 @@ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/gp_image_test.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.dir diff --git a/cmake-build-debug/CMakeFiles/clion-Debug-log.txt b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt new file mode 100644 index 0000000..269b9c5 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/clion-Debug-log.txt @@ -0,0 +1,51 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -G Ninja -S /home/brett/Documents/code/c++/gp_image_test -B /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug +Not using emscripten! (linking GLFW) +-- Using X11 for window creation +-- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR) +-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) +-- Could NOT find AudioIO (missing: AUDIOIO_INCLUDE_DIR) +-- Could NOT find SoundIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR) +-- Could NOT find JACK (missing: JACK_LIBRARY JACK_INCLUDE_DIR) +-- Could NOT find OpenSL (missing: OPENSL_LIBRARY OPENSL_INCLUDE_DIR OPENSL_ANDROID_INCLUDE_DIR) +-- Could NOT find PortAudio (missing: PORTAUDIO_LIBRARY PORTAUDIO_INCLUDE_DIR) +-- Could NOT find MySOFA (missing: MYSOFA_LIBRARY MYSOFA_INCLUDE_DIR) +-- Could NOT find Qt5Widgets +-- +-- Building OpenAL with support for the following backends: +-- PipeWire, OSS, WaveFile, Null +-- +-- Building with support for CPU extensions: +-- Default, SSE, SSE2, SSE3, SSE4.1 +-- +-- Embedding HRTF datasets +-- +-- Installing library and headers +-- Installing sample configuration +-- Installing HRTF data files +-- Installing AmbDec presets +-- +-- Building utility programs +-- +-- Building example programs +-- Building SndFile example programs +-- +Building STD +Building Profiling +Building NBT +Building Parsers +Found Parallel Hashmaps +Standard Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp +Profiler Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp +Source: /home/brett/Documents/code/c++/gp_image_test +Current Source: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT +Including phmap +BLT Successfully included! +Installing to lib with headers at include +-- Found the following HarfBuzz libraries: +-- HarfBuzz (required): /usr/lib/x86_64-linux-gnu/libharfbuzz.so +-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) +-- Checking for module 'bzip2' +-- Package 'bzip2', required by 'virtual:world', not found +-- Configuring done +-- Generating done +-- Build files have been written to: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug diff --git a/cmake-build-debug/CMakeFiles/clion-environment.txt b/cmake-build-debug/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..d1d0a61 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/clion-environment.txt @@ -0,0 +1,3 @@ +ToolSet: 1.0 (local)Options: + +Options:-DCMAKE_MAKE_PROGRAM=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja \ No newline at end of file diff --git a/cmake-build-debug/CMakeFiles/cmake.check_cache b/cmake-build-debug/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake-build-debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-debug/CMakeFiles/rules.ninja b/cmake-build-debug/CMakeFiles/rules.ninja new file mode 100644 index 0000000..9ea719d --- /dev/null +++ b/cmake-build-debug/CMakeFiles/rules.ninja @@ -0,0 +1,452 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: gp_image_test +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__gp_image_test_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__gp_image_test_Debug + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_WITH_GRAPHICS_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alcommon_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__alcommon_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__OpenAL_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX shared library. + +rule CXX_SHARED_LIBRARY_LINKER__OpenAL_Debug + command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX shared library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for creating library symlink. + +rule CMAKE_SYMLINK_LIBRARY + command = /usr/bin/cmake -E cmake_symlink_library $in $SONAME $out && $POST_BUILD + description = Creating library symlink $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__openal-info_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__openal-info_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjdecoder_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjdecoder_Debug + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjencoder_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjencoder_Debug + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__al-excommon_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__al-excommon_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__altonegen_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__altonegen_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alrecord_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alrecord_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alplay_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alplay_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alstream_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alstream_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alreverb_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alreverb_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__almultireverb_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__almultireverb_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__allatency_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__allatency_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alhrtf_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alhrtf_Debug + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alstreamcb_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alstreamcb_Debug + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alconvolve_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alconvolve_Debug + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__freetype_Debug + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__freetype_Debug + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/cmake-build-debug/CPackConfig.cmake b/cmake-build-debug/CPackConfig.cmake new file mode 100644 index 0000000..7b04683 --- /dev/null +++ b/cmake-build-debug/CPackConfig.cmake @@ -0,0 +1,78 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TGZ") +set(CPACK_INSTALL_CMAKE_PROJECTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug;gp_image_test;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Linux") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-debug/CPackSourceConfig.cmake b/cmake-build-debug/CPackSourceConfig.cmake new file mode 100644 index 0000000..be85d30 --- /dev/null +++ b/cmake-build-debug/CPackSourceConfig.cmake @@ -0,0 +1,86 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-debug/Testing/Temporary/LastTest.log b/cmake-build-debug/Testing/Temporary/LastTest.log new file mode 100644 index 0000000..34f61e7 --- /dev/null +++ b/cmake-build-debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Jan 14 13:29 EST +---------------------------------------------------------- +End testing: Jan 14 13:29 EST diff --git a/cmake-build-debug/build.ninja b/cmake-build-debug/build.ninja new file mode 100644 index 0000000..7ca44ba --- /dev/null +++ b/cmake-build-debug/build.ninja @@ -0,0 +1,3134 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: gp_image_test +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target gp_image_test + + +############################################# +# Order-only phony target for gp_image_test + +build cmake_object_order_depends_target_gp_image_test: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_BLT_WITH_GRAPHICS cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build CMakeFiles/gp_image_test.dir/src/main.cpp.o: CXX_COMPILER__gp_image_test_Debug /home/brett/Documents/code/c++/gp_image_test/src/main.cpp || cmake_object_order_depends_target_gp_image_test + DEP_FILE = CMakeFiles/gp_image_test.dir/src/main.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Werror -Wpedantic -Wno-comment + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = CMakeFiles/gp_image_test.dir + OBJECT_FILE_DIR = CMakeFiles/gp_image_test.dir/src + + +# ============================================================================= +# Link build statements for EXECUTABLE target gp_image_test + + +############################################# +# Link the executable gp_image_test + +build gp_image_test: CXX_EXECUTABLE_LINKER__gp_image_test_Debug CMakeFiles/gp_image_test.dir/src/main.cpp.o | libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_FLAGS = -Wall -Wextra -Werror -Wpedantic -Wno-comment -rdynamic + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = CMakeFiles/gp_image_test.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = gp_image_test + TARGET_PDB = gp_image_test.dbg + + +############################################# +# Utility command for package + +build CMakeFiles/package.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build package: phony CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build package_source: phony CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Order-only phony target for BLT_WITH_GRAPHICS + +build cmake_object_order_depends_target_BLT_WITH_GRAPHICS: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_Debug libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o || libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + TARGET_PDB = BLT_WITH_GRAPHICS.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package_source: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/edit_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/rebuild_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/local: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/strip: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -g -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_Debug libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + TARGET_PDB = glfw3.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Order-only phony target for alcommon + +build cmake_object_order_depends_target_alcommon: phony || libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: CXX_COMPILER__alcommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a: CXX_STATIC_LIBRARY_LINKER__alcommon_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + TARGET_PDB = alcommon.a.dbg + +# ============================================================================= +# Object build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Order-only phony target for OpenAL + +build cmake_object_order_depends_target_OpenAL: phony || cmake_object_order_depends_target_alcommon libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: CXX_COMPILER__OpenAL_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d + FLAGS = -g -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + + +# ============================================================================= +# Link build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Link the shared library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1: CXX_SHARED_LIBRARY_LINKER__OpenAL_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + LANGUAGE_COMPILE_FLAGS = -g + LINK_FLAGS = -Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread -ldl -latomic -lm + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + POST_BUILD = : + PRE_LINK = : + SONAME = libopenal.so.1 + SONAME_FLAG = -Wl,-soname, + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + TARGET_PDB = openal.so.dbg + + +############################################# +# Create library symlink libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so: CMAKE_SYMLINK_LIBRARY libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + POST_BUILD = : + +# ============================================================================= +# Object build statements for EXECUTABLE target openal-info + + +############################################# +# Order-only phony target for openal-info + +build cmake_object_order_depends_target_openal-info: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: C_COMPILER__openal-info_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c || cmake_object_order_depends_target_openal-info + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target openal-info + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info: C_EXECUTABLE_LINKER__openal-info_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + TARGET_PDB = openal-info.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Order-only phony target for uhjdecoder + +build cmake_object_order_depends_target_uhjdecoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: CXX_COMPILER__uhjdecoder_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp || cmake_object_order_depends_target_uhjdecoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder: CXX_EXECUTABLE_LINKER__uhjdecoder_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -g + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + TARGET_PDB = uhjdecoder.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjencoder + + +############################################# +# Order-only phony target for uhjencoder + +build cmake_object_order_depends_target_uhjencoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: CXX_COMPILER__uhjencoder_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp || cmake_object_order_depends_target_uhjencoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjencoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder: CXX_EXECUTABLE_LINKER__uhjencoder_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -g + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + TARGET_PDB = uhjencoder.dbg + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Order-only phony target for al-excommon + +build cmake_object_order_depends_target_al-excommon: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: C_COMPILER__al-excommon_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c || cmake_object_order_depends_target_al-excommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a: C_STATIC_LIBRARY_LINKER__al-excommon_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + TARGET_PDB = al-excommon.a.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target altonegen + + +############################################# +# Order-only phony target for altonegen + +build cmake_object_order_depends_target_altonegen: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: C_COMPILER__altonegen_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c || cmake_object_order_depends_target_altonegen + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target altonegen + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen: C_EXECUTABLE_LINKER__altonegen_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + TARGET_PDB = altonegen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alrecord + + +############################################# +# Order-only phony target for alrecord + +build cmake_object_order_depends_target_alrecord: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: C_COMPILER__alrecord_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c || cmake_object_order_depends_target_alrecord + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alrecord + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord: C_EXECUTABLE_LINKER__alrecord_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + TARGET_PDB = alrecord.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alplay + + +############################################# +# Order-only phony target for alplay + +build cmake_object_order_depends_target_alplay: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o: C_COMPILER__alplay_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c || cmake_object_order_depends_target_alplay + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alplay + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay: C_EXECUTABLE_LINKER__alplay_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + TARGET_PDB = alplay.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstream + + +############################################# +# Order-only phony target for alstream + +build cmake_object_order_depends_target_alstream: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o: C_COMPILER__alstream_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c || cmake_object_order_depends_target_alstream + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstream + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream: C_EXECUTABLE_LINKER__alstream_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + TARGET_PDB = alstream.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alreverb + + +############################################# +# Order-only phony target for alreverb + +build cmake_object_order_depends_target_alreverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o: C_COMPILER__alreverb_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c || cmake_object_order_depends_target_alreverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alreverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb: C_EXECUTABLE_LINKER__alreverb_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + TARGET_PDB = alreverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target almultireverb + + +############################################# +# Order-only phony target for almultireverb + +build cmake_object_order_depends_target_almultireverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: C_COMPILER__almultireverb_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c || cmake_object_order_depends_target_almultireverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target almultireverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb: C_EXECUTABLE_LINKER__almultireverb_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + TARGET_PDB = almultireverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target allatency + + +############################################# +# Order-only phony target for allatency + +build cmake_object_order_depends_target_allatency: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o: C_COMPILER__allatency_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c || cmake_object_order_depends_target_allatency + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target allatency + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency: C_EXECUTABLE_LINKER__allatency_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + TARGET_PDB = allatency.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alhrtf + + +############################################# +# Order-only phony target for alhrtf + +build cmake_object_order_depends_target_alhrtf: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: C_COMPILER__alhrtf_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c || cmake_object_order_depends_target_alhrtf + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alhrtf + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf: C_EXECUTABLE_LINKER__alhrtf_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + TARGET_PDB = alhrtf.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstreamcb + + +############################################# +# Order-only phony target for alstreamcb + +build cmake_object_order_depends_target_alstreamcb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: CXX_COMPILER__alstreamcb_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp || cmake_object_order_depends_target_alstreamcb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstreamcb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb: CXX_EXECUTABLE_LINKER__alstreamcb_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + TARGET_PDB = alstreamcb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alconvolve + + +############################################# +# Order-only phony target for alconvolve + +build cmake_object_order_depends_target_alconvolve: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: C_COMPILER__alconvolve_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c || cmake_object_order_depends_target_alconvolve + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alconvolve + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve: CXX_EXECUTABLE_LINKER__alconvolve_Debug libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -g + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + TARGET_PDB = alconvolve.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in /home/brett/Documents/code/c++/gp_image_test/.git/modules/libraries/BLT-With-Graphics-Template/modules/libraries/openal-soft/index /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D GIT_EXECUTABLE=/usr/bin/git -D LIB_VERSION=1.23.1 -D LIB_VERSION_NUM=1,23,1,0 -D SRC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in -D DST=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake && /usr/bin/cmake -E touch /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + DESC = Generating version_witness.txt + restat = 1 + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default$ HRTF.mhr /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D "INPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default HRTF.mhr" -D OUTPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake + DESC = Generating default_hrtf.txt + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT + + +############################################# +# Order-only phony target for BLT + +build cmake_object_order_depends_target_BLT: phony || libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: CXX_COMPILER__BLT_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d + FLAGS = -g -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: CXX_STATIC_LIBRARY_LINKER__BLT_Debug libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + TARGET_PDB = BLT.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package_source: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/BLT/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/local: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target freetype + + +############################################# +# Order-only phony target for freetype + +build cmake_object_order_depends_target_freetype: phony || libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: C_COMPILER__freetype_Debug /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d + FLAGS = -g -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target freetype + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a: C_STATIC_LIBRARY_LINKER__freetype_Debug libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o + LANGUAGE_COMPILE_FLAGS = -g + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a + TARGET_PDB = freetyped.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package_source: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/local: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build BLT: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build BLT_WITH_GRAPHICS: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build OpenAL: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build al-excommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build alcommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build alconvolve: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build alhrtf: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build allatency: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build almultireverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build alplay: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build alrecord: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build alreverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build alstream: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build alstreamcb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build altonegen: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version + +build freetype: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a + +build glfw: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libBLT.a: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libBLT_WITH_GRAPHICS.a: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libal-excommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libalcommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libfreetyped.a: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a + +build libglfw3.a: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libopenal.so: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build openal-info: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build uhjdecoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build uhjencoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall + +build update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug + +build all: phony gp_image_test libraries/BLT-With-Graphics-Template/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template + +build libraries/BLT-With-Graphics-Template/all: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all libraries/BLT-With-Graphics-Template/libraries/openal-soft/all libraries/BLT-With-Graphics-Template/libraries/BLT/all libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT + +build libraries/BLT-With-Graphics-Template/libraries/BLT/all: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/all: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all: phony + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake-build-debug/cmake_install.cmake b/cmake-build-debug/cmake_install.cmake new file mode 100644 index 0000000..5ad49e0 --- /dev/null +++ b/cmake-build-debug/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/cmake_install.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/cmake_install.cmake new file mode 100644 index 0000000..998a313 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/cmake_install.cmake @@ -0,0 +1,64 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake") +endif() + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake new file mode 100644 index 0000000..b0f6106 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake @@ -0,0 +1,182 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/window" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/config/blt/config.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a") + endif() +endif() + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h new file mode 100755 index 0000000..c59bead --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h @@ -0,0 +1,13 @@ +#ifndef BLT_CONFIG_H +#define BLT_CONFIG_H + +/* #undef ZLIB_FOUND */ +/* #undef BLT_DISABLE_LOGGING */ +/* #undef BLT_DISABLE_TRACE */ +/* #undef BLT_DISABLE_DEBUG */ +/* #undef BLT_DISABLE_INFO */ +/* #undef BLT_DISABLE_WARN */ +/* #undef BLT_DISABLE_ERROR */ +/* #undef BLT_DISABLE_FATAL */ + +#endif // BLT_CONFIG_H diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-debug.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-debug.cmake new file mode 100644 index 0000000..9be16eb --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-debug.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Debug". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "freetype" for configuration "Debug" +set_property(TARGET freetype APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(freetype PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libfreetyped.a" + ) + +list(APPEND _cmake_import_check_targets freetype ) +list(APPEND _cmake_import_check_files_for_freetype "${_IMPORT_PREFIX}/lib/libfreetyped.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake new file mode 100644 index 0000000..b2b4557 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS freetype Freetype::Freetype) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target freetype +add_library(freetype STATIC IMPORTED) + +set_target_properties(freetype PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/freetype2" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;/usr/lib/x86_64-linux-gnu/libbrotlidec.so" +) + +# Create imported target Freetype::Freetype +add_library(Freetype::Freetype INTERFACE IMPORTED) + +set_target_properties(Freetype::Freetype PROPERTIES + INTERFACE_LINK_LIBRARIES "freetype" +) + +if(CMAKE_VERSION VERSION_LESS 3.0.0) + message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") +endif() + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/freetype-config-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake new file mode 100644 index 0000000..d2e6c67 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake @@ -0,0 +1,90 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/" REGEX "/internal$" EXCLUDE REGEX "/ftconfig\\.h$" EXCLUDE REGEX "/ftoption\\.h$" EXCLUDE) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2/freetype/config" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "pkgconfig" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetyped.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-debug.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake") +endif() + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake new file mode 100644 index 0000000..5f85b31 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "2.13.2") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("2.13.2" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "2.13.2") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc new file mode 100644 index 0000000..d491ff4 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc @@ -0,0 +1,14 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: FreeType 2 +URL: https://freetype.org +Description: A free, high-quality, and portable font engine. +Version: 26.1.20 +Requires: zlib, libpng, harfbuzz >= 2.0.0, libbrotlidec +Requires.private: +Libs: -L${libdir} -lfreetype +Libs.private: +Cflags: -I${includedir}/freetype2 diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h new file mode 100644 index 0000000..3d8dede --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h @@ -0,0 +1,52 @@ +/**************************************************************************** + * + * ftconfig.h.in + * + * UNIX-specific configuration file (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + + /************************************************************************** + * + * This header file contains a number of macro definitions that are used by + * the rest of the engine. Most of the macros here are automatically + * determined at compile time, and you should not need to change it to port + * FreeType, except to compile the library with a non-ANSI compiler. + * + * Note however that if some specific modifications are needed, we advise + * you to place a modified copy in your build directory. + * + * The build directory is usually `builds/`, and contains + * system-specific files that are always included first when building the + * library. + * + */ + +#ifndef FTCONFIG_H_ +#define FTCONFIG_H_ + +#include +#include FT_CONFIG_OPTIONS_H +#include FT_CONFIG_STANDARD_LIBRARY_H + +#define HAVE_UNISTD_H 1 +#define HAVE_FCNTL_H 1 + +#include +#include +#include + +#endif /* FTCONFIG_H_ */ + + +/* END */ diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h new file mode 100644 index 0000000..c1347f2 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h @@ -0,0 +1,1014 @@ +/**************************************************************************** + * + * ftoption.h + * + * User-selectable configuration macros (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + +#ifndef FTOPTION_H_ +#define FTOPTION_H_ + + +#include + + +FT_BEGIN_HEADER + + /************************************************************************** + * + * USER-SELECTABLE CONFIGURATION MACROS + * + * This file contains the default configuration macro definitions for a + * standard build of the FreeType library. There are three ways to use + * this file to build project-specific versions of the library: + * + * - You can modify this file by hand, but this is not recommended in + * cases where you would like to build several versions of the library + * from a single source directory. + * + * - You can put a copy of this file in your build directory, more + * precisely in `$BUILD/freetype/config/ftoption.h`, where `$BUILD` is + * the name of a directory that is included _before_ the FreeType include + * path during compilation. + * + * The default FreeType Makefiles use the build directory + * `builds/` by default, but you can easily change that for your + * own projects. + * + * - Copy the file to `$BUILD/ft2build.h` and modify it + * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate + * this file during the build. For example, + * + * ``` + * #define FT_CONFIG_OPTIONS_H + * #include + * ``` + * + * will use `$BUILD/myftoptions.h` instead of this file for macro + * definitions. + * + * Note also that you can similarly pre-define the macro + * `FT_CONFIG_MODULES_H` used to locate the file listing of the modules + * that are statically linked to the library at compile time. By + * default, this file is ``. + * + * We highly recommend using the third method whenever possible. + * + */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** G E N E R A L F R E E T Y P E 2 C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /*#************************************************************************ + * + * If you enable this configuration option, FreeType recognizes an + * environment variable called `FREETYPE_PROPERTIES`, which can be used to + * control the various font drivers and modules. The controllable + * properties are listed in the section @properties. + * + * You have to undefine this configuration option on platforms that lack + * the concept of environment variables (and thus don't have the `getenv` + * function), for example Windows CE. + * + * `FREETYPE_PROPERTIES` has the following syntax form (broken here into + * multiple lines for better readability). + * + * ``` + * + * ':' + * '=' + * + * ':' + * '=' + * ... + * ``` + * + * Example: + * + * ``` + * FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ + * cff:no-stem-darkening=1 + * ``` + * + */ +#define FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES + + + /************************************************************************** + * + * Uncomment the line below if you want to activate LCD rendering + * technology similar to ClearType in this build of the library. This + * technology triples the resolution in the direction color subpixels. To + * mitigate color fringes inherent to this technology, you also need to + * explicitly set up LCD filtering. + * + * When this macro is not defined, FreeType offers alternative LCD + * rendering technology that produces excellent output. + */ +/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ + + + /************************************************************************** + * + * Many compilers provide a non-ANSI 64-bit data type that can be used by + * FreeType to speed up some computations. However, this will create some + * problems when compiling the library in strict ANSI mode. + * + * For this reason, the use of 64-bit integers is normally disabled when + * the `__STDC__` macro is defined. You can however disable this by + * defining the macro `FT_CONFIG_OPTION_FORCE_INT64` here. + * + * For most compilers, this will only create compilation warnings when + * building the library. + * + * ObNote: The compiler-specific 64-bit integers are detected in the + * file `ftconfig.h` either statically or through the `configure` + * script on supported platforms. + */ +#undef FT_CONFIG_OPTION_FORCE_INT64 + + + /************************************************************************** + * + * If this macro is defined, do not try to use an assembler version of + * performance-critical functions (e.g., @FT_MulFix). You should only do + * that to verify that the assembler function works properly, or to execute + * benchmark tests of the various implementations. + */ +/* #define FT_CONFIG_OPTION_NO_ASSEMBLER */ + + + /************************************************************************** + * + * If this macro is defined, try to use an inlined assembler version of the + * @FT_MulFix function, which is a 'hotspot' when loading and hinting + * glyphs, and which should be executed as fast as possible. + * + * Note that if your compiler or CPU is not supported, this will default to + * the standard and portable implementation found in `ftcalc.c`. + */ +#define FT_CONFIG_OPTION_INLINE_MULFIX + + + /************************************************************************** + * + * LZW-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `compress` program. This is mostly used to parse many of the PCF + * files that come with various X11 distributions. The implementation + * uses NetBSD's `zopen` to partially uncompress the file on the fly (see + * `src/lzw/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. + */ +#define FT_CONFIG_OPTION_USE_LZW + + + /************************************************************************** + * + * Gzip-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `gzip` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses 'zlib' to partially + * uncompress the file on the fly (see `src/gzip/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. See also the + * macro `FT_CONFIG_OPTION_SYSTEM_ZLIB` below. + */ +#define FT_CONFIG_OPTION_USE_ZLIB + + + /************************************************************************** + * + * ZLib library selection + * + * This macro is only used when `FT_CONFIG_OPTION_USE_ZLIB` is defined. + * It allows FreeType's 'ftgzip' component to link to the system's + * installation of the ZLib library. This is useful on systems like + * Unix or VMS where it generally is already available. + * + * If you let it undefined, the component will use its own copy of the + * zlib sources instead. These have been modified to be included + * directly within the component and **not** export external function + * names. This allows you to link any program with FreeType _and_ ZLib + * without linking conflicts. + * + * Do not `#undef` this macro here since the build system might define + * it for certain configurations only. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + * + * If you use the GNU make build system directly (that is, without the + * `configure` script) and you define this macro, you also have to pass + * `SYSTEM_ZLIB=yes` as an argument to make. + */ +#define FT_CONFIG_OPTION_SYSTEM_ZLIB + + + /************************************************************************** + * + * Bzip2-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `bzip2` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses `libbz2` to partially + * uncompress the file on the fly (see `src/bzip2/ftbzip2.c`). Contrary + * to gzip, bzip2 currently is not included and need to use the system + * available bzip2 implementation. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +/* #define FT_CONFIG_OPTION_USE_BZIP2 */ + + + /************************************************************************** + * + * Define to disable the use of file stream functions and types, `FILE`, + * `fopen`, etc. Enables the use of smaller system libraries on embedded + * systems that have multiple system libraries, some with or without file + * stream support, in the cases where file stream support is not necessary + * such as memory loading of font files. + */ +/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */ + + + /************************************************************************** + * + * PNG bitmap support. + * + * FreeType now handles loading color bitmap glyphs in the PNG format. + * This requires help from the external libpng library. Uncompressed + * color bitmaps do not need any external libraries and will be supported + * regardless of this configuration. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_PNG + + + /************************************************************************** + * + * HarfBuzz support. + * + * FreeType uses the HarfBuzz library to improve auto-hinting of OpenType + * fonts. If available, many glyphs not directly addressable by a font's + * character map will be hinted also. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_HARFBUZZ + + + /************************************************************************** + * + * Brotli support. + * + * FreeType uses the Brotli library to provide support for decompressing + * WOFF2 streams. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_BROTLI + + + /************************************************************************** + * + * Glyph Postscript Names handling + * + * By default, FreeType 2 is compiled with the 'psnames' module. This + * module is in charge of converting a glyph name string into a Unicode + * value, or return a Macintosh standard glyph name for the use with the + * TrueType 'post' table. + * + * Undefine this macro if you do not want 'psnames' compiled in your + * build of FreeType. This has the following effects: + * + * - The TrueType driver will provide its own set of glyph names, if you + * build it to support postscript names in the TrueType 'post' table, + * but will not synthesize a missing Unicode charmap. + * + * - The Type~1 driver will not be able to synthesize a Unicode charmap + * out of the glyphs found in the fonts. + * + * You would normally undefine this configuration macro when building a + * version of FreeType that doesn't contain a Type~1 or CFF driver. + */ +#define FT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Postscript Names to Unicode Values support + * + * By default, FreeType~2 is built with the 'psnames' module compiled in. + * Among other things, the module is used to convert a glyph name into a + * Unicode value. This is especially useful in order to synthesize on + * the fly a Unicode charmap from the CFF/Type~1 driver through a big + * table named the 'Adobe Glyph List' (AGL). + * + * Undefine this macro if you do not want the Adobe Glyph List compiled + * in your 'psnames' module. The Type~1 driver will not be able to + * synthesize a Unicode charmap out of the glyphs found in the fonts. + */ +#define FT_CONFIG_OPTION_ADOBE_GLYPH_LIST + + + /************************************************************************** + * + * Support for Mac fonts + * + * Define this macro if you want support for outline fonts in Mac format + * (mac dfont, mac resource, macbinary containing a mac resource) on + * non-Mac platforms. + * + * Note that the 'FOND' resource isn't checked. + */ +#define FT_CONFIG_OPTION_MAC_FONTS + + + /************************************************************************** + * + * Guessing methods to access embedded resource forks + * + * Enable extra Mac fonts support on non-Mac platforms (e.g., GNU/Linux). + * + * Resource forks which include fonts data are stored sometimes in + * locations which users or developers don't expected. In some cases, + * resource forks start with some offset from the head of a file. In + * other cases, the actual resource fork is stored in file different from + * what the user specifies. If this option is activated, FreeType tries + * to guess whether such offsets or different file names must be used. + * + * Note that normal, direct access of resource forks is controlled via + * the `FT_CONFIG_OPTION_MAC_FONTS` option. + */ +#ifdef FT_CONFIG_OPTION_MAC_FONTS +#define FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK +#endif + + + /************************************************************************** + * + * Allow the use of `FT_Incremental_Interface` to load typefaces that + * contain no glyph data, but supply it via a callback function. This is + * required by clients supporting document formats which supply font data + * incrementally as the document is parsed, such as the Ghostscript + * interpreter for the PostScript language. + */ +#define FT_CONFIG_OPTION_INCREMENTAL + + + /************************************************************************** + * + * The size in bytes of the render pool used by the scan-line converter to + * do all of its work. + */ +#define FT_RENDER_POOL_SIZE 16384L + + + /************************************************************************** + * + * FT_MAX_MODULES + * + * The maximum number of modules that can be registered in a single + * FreeType library object. 32~is the default. + */ +#define FT_MAX_MODULES 32 + + + /************************************************************************** + * + * Debug level + * + * FreeType can be compiled in debug or trace mode. In debug mode, + * errors are reported through the 'ftdebug' component. In trace mode, + * additional messages are sent to the standard output during execution. + * + * Define `FT_DEBUG_LEVEL_ERROR` to build the library in debug mode. + * Define `FT_DEBUG_LEVEL_TRACE` to build it in trace mode. + * + * Don't define any of these macros to compile in 'release' mode! + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_LEVEL_ERROR */ +/* #define FT_DEBUG_LEVEL_TRACE */ + + + /************************************************************************** + * + * Logging + * + * Compiling FreeType in debug or trace mode makes FreeType write error + * and trace log messages to `stderr`. Enabling this macro + * automatically forces the `FT_DEBUG_LEVEL_ERROR` and + * `FT_DEBUG_LEVEL_TRACE` macros and allows FreeType to write error and + * trace log messages to a file instead of `stderr`. For writing logs + * to a file, FreeType uses an the external `dlg` library (the source + * code is in `src/dlg`). + * + * This option needs a C99 compiler. + */ +/* #define FT_DEBUG_LOGGING */ + + + /************************************************************************** + * + * Autofitter debugging + * + * If `FT_DEBUG_AUTOFIT` is defined, FreeType provides some means to + * control the autofitter behaviour for debugging purposes with global + * boolean variables (consequently, you should **never** enable this + * while compiling in 'release' mode): + * + * ``` + * af_debug_disable_horz_hints_ + * af_debug_disable_vert_hints_ + * af_debug_disable_blue_hints_ + * ``` + * + * Additionally, the following functions provide dumps of various + * internal autofit structures to stdout (using `printf`): + * + * ``` + * af_glyph_hints_dump_points + * af_glyph_hints_dump_segments + * af_glyph_hints_dump_edges + * af_glyph_hints_get_num_segments + * af_glyph_hints_get_segment_offset + * ``` + * + * As an argument, they use another global variable: + * + * ``` + * af_debug_hints_ + * ``` + * + * Please have a look at the `ftgrid` demo program to see how those + * variables and macros should be used. + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_AUTOFIT */ + + + /************************************************************************** + * + * Memory Debugging + * + * FreeType now comes with an integrated memory debugger that is capable + * of detecting simple errors like memory leaks or double deletes. To + * compile it within your build of the library, you should define + * `FT_DEBUG_MEMORY` here. + * + * Note that the memory debugger is only activated at runtime when when + * the _environment_ variable `FT2_DEBUG_MEMORY` is defined also! + * + * Do not `#undef` this macro here since the build system might define it + * for certain configurations only. + */ +/* #define FT_DEBUG_MEMORY */ + + + /************************************************************************** + * + * Module errors + * + * If this macro is set (which is _not_ the default), the higher byte of + * an error code gives the module in which the error has occurred, while + * the lower byte is the real error code. + * + * Setting this macro makes sense for debugging purposes only, since it + * would break source compatibility of certain programs that use + * FreeType~2. + * + * More details can be found in the files `ftmoderr.h` and `fterrors.h`. + */ +#undef FT_CONFIG_OPTION_USE_MODULE_ERRORS + + + /************************************************************************** + * + * OpenType SVG Glyph Support + * + * Setting this macro enables support for OpenType SVG glyphs. By + * default, FreeType can only fetch SVG documents. However, it can also + * render them if external rendering hook functions are plugged in at + * runtime. + * + * More details on the hooks can be found in file `otsvg.h`. + */ +#define FT_CONFIG_OPTION_SVG + + + /************************************************************************** + * + * Error Strings + * + * If this macro is set, `FT_Error_String` will return meaningful + * descriptions. This is not enabled by default to reduce the overall + * size of FreeType. + * + * More details can be found in the file `fterrors.h`. + */ +/* #define FT_CONFIG_OPTION_ERROR_STRINGS */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** S F N T D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_EMBEDDED_BITMAPS` if you want to support + * embedded bitmaps in all formats using the 'sfnt' module (namely + * TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_EMBEDDED_BITMAPS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support colored + * outlines (from the 'COLR'/'CPAL' tables) in all formats using the 'sfnt' + * module (namely TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_COLOR_LAYERS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_POSTSCRIPT_NAMES` if you want to be able to + * load and enumerate Postscript names of glyphs in a TrueType or OpenType + * file. + * + * Note that if you do not compile the 'psnames' module by undefining the + * above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES` macro, the 'sfnt' module will + * contain additional code to read the PostScript name table from a font. + * + * (By default, the module uses 'psnames' to extract glyph names.) + */ +#define TT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SFNT_NAMES` if your applications need to access + * the internal name table in a SFNT-based format like TrueType or + * OpenType. The name table contains various strings used to describe the + * font, like family name, copyright, version, etc. It does not contain + * any glyph name though. + * + * Accessing SFNT names is done through the functions declared in + * `ftsnames.h`. + */ +#define TT_CONFIG_OPTION_SFNT_NAMES + + + /************************************************************************** + * + * TrueType CMap support + * + * Here you can fine-tune which TrueType CMap table format shall be + * supported. + */ +#define TT_CONFIG_CMAP_FORMAT_0 +#define TT_CONFIG_CMAP_FORMAT_2 +#define TT_CONFIG_CMAP_FORMAT_4 +#define TT_CONFIG_CMAP_FORMAT_6 +#define TT_CONFIG_CMAP_FORMAT_8 +#define TT_CONFIG_CMAP_FORMAT_10 +#define TT_CONFIG_CMAP_FORMAT_12 +#define TT_CONFIG_CMAP_FORMAT_13 +#define TT_CONFIG_CMAP_FORMAT_14 + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T R U E T Y P E D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` if you want to compile a + * bytecode interpreter in the TrueType driver. + * + * By undefining this, you will only compile the code necessary to load + * TrueType glyphs without hinting. + * + * Do not `#undef` this macro here, since the build system might define it + * for certain configurations only. + */ +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SUBPIXEL_HINTING` if you want to compile + * subpixel hinting support into the TrueType driver. This modifies the + * TrueType hinting mechanism when anything but `FT_RENDER_MODE_MONO` is + * requested. + * + * In particular, it modifies the bytecode interpreter to interpret (or + * not) instructions in a certain way so that all TrueType fonts look like + * they do in a Windows ClearType (DirectWrite) environment. See [1] for a + * technical overview on what this means. See `ttinterp.h` for more + * details on this option. + * + * The new default mode focuses on applying a minimal set of rules to all + * fonts indiscriminately so that modern and web fonts render well while + * legacy fonts render okay. The corresponding interpreter version is v40. + * The so-called Infinality mode (v38) is no longer available in FreeType. + * + * By undefining these, you get rendering behavior like on Windows without + * ClearType, i.e., Windows XP without ClearType enabled and Win9x + * (interpreter version v35). Or not, depending on how much hinting blood + * and testing tears the font designer put into a given font. If you + * define one or both subpixel hinting options, you can switch between + * between v35 and the ones you define (using `FT_Property_Set`). + * + * This option requires `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` to be + * defined. + * + * [1] + * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx + */ +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED` to compile the + * TrueType glyph loader to use Apple's definition of how to handle + * component offsets in composite glyphs. + * + * Apple and MS disagree on the default behavior of component offsets in + * composites. Apple says that they should be scaled by the scaling + * factors in the transformation matrix (roughly, it's more complex) while + * MS says they should not. OpenType defines two bits in the composite + * flags array which can be used to disambiguate, but old fonts will not + * have them. + * + * https://www.microsoft.com/typography/otspec/glyf.htm + * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html + */ +#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_GX_VAR_SUPPORT` if you want to include support + * for Apple's distortable font technology ('fvar', 'gvar', 'cvar', and + * 'avar' tables). Tagged 'Font Variations', this is now part of OpenType + * also. This has many similarities to Type~1 Multiple Masters support. + */ +#define TT_CONFIG_OPTION_GX_VAR_SUPPORT + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_NO_BORING_EXPANSION` if you want to exclude + * support for 'boring' OpenType specification expansions. + * + * https://github.com/harfbuzz/boring-expansion-spec + * + * Right now, the following features are covered: + * + * - 'avar' version 2.0 + * + * Most likely, this is a temporary configuration option to be removed in + * the near future, since it is assumed that eventually those features are + * added to the OpenType standard. + */ +/* #define TT_CONFIG_OPTION_NO_BORING_EXPANSION */ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BDF` if you want to include support for an + * embedded 'BDF~' table within SFNT-based bitmap formats. + */ +#define TT_CONFIG_OPTION_BDF + + + /************************************************************************** + * + * Option `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES` controls the maximum + * number of bytecode instructions executed for a single run of the + * bytecode interpreter, needed to prevent infinite loops. You don't want + * to change this except for very special situations (e.g., making a + * library fuzzer spend less time to handle broken fonts). + * + * It is not expected that this value is ever modified by a configuring + * script; instead, it gets surrounded with `#ifndef ... #endif` so that + * the value can be set as a preprocessor option on the compiler's command + * line. + */ +#ifndef TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES +#define TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES 1000000L +#endif + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T Y P E 1 D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * `T1_MAX_DICT_DEPTH` is the maximum depth of nest dictionaries and arrays + * in the Type~1 stream (see `t1load.c`). A minimum of~4 is required. + */ +#define T1_MAX_DICT_DEPTH 5 + + + /************************************************************************** + * + * `T1_MAX_SUBRS_CALLS` details the maximum number of nested sub-routine + * calls during glyph loading. + */ +#define T1_MAX_SUBRS_CALLS 16 + + + /************************************************************************** + * + * `T1_MAX_CHARSTRING_OPERANDS` is the charstring stack's capacity. A + * minimum of~16 is required. + * + * The Chinese font 'MingTiEG-Medium' (covering the CNS 11643 character + * set) needs 256. + */ +#define T1_MAX_CHARSTRINGS_OPERANDS 256 + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the 't1afm' module, which is in charge of reading Type~1 AFM files + * into an existing face. Note that if set, the Type~1 driver will be + * unable to produce kerning distances. + */ +#undef T1_CONFIG_OPTION_NO_AFM + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the Multiple Masters font support in the Type~1 driver. + */ +#undef T1_CONFIG_OPTION_NO_MM_SUPPORT + + + /************************************************************************** + * + * `T1_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe Type~1 + * engine gets compiled into FreeType. If defined, it is possible to + * switch between the two engines using the `hinting-engine` property of + * the 'type1' driver module. + */ +/* #define T1_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** C F F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Using `CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4}` it is + * possible to set up the default values of the four control points that + * define the stem darkening behaviour of the (new) CFF engine. For more + * details please read the documentation of the `darkening-parameters` + * property (file `ftdriver.h`), which allows the control at run-time. + * + * Do **not** undefine these macros! + */ +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 500 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 400 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 1000 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 1667 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 2333 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 0 + + + /************************************************************************** + * + * `CFF_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe CFF engine + * gets compiled into FreeType. If defined, it is possible to switch + * between the two engines using the `hinting-engine` property of the 'cff' + * driver module. + */ +/* #define CFF_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** P C F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * There are many PCF fonts just called 'Fixed' which look completely + * different, and which have nothing to do with each other. When selecting + * 'Fixed' in KDE or Gnome one gets results that appear rather random, the + * style changes often if one changes the size and one cannot select some + * fonts at all. This option makes the 'pcf' module prepend the foundry + * name (plus a space) to the family name. + * + * We also check whether we have 'wide' characters; all put together, we + * get family names like 'Sony Fixed' or 'Misc Fixed Wide'. + * + * If this option is activated, it can be controlled with the + * `no-long-family-names` property of the 'pcf' driver module. + */ +/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** A U T O F I T M O D U L E C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Compile 'autofit' module with CJK (Chinese, Japanese, Korean) script + * support. + */ +#define AF_CONFIG_OPTION_CJK + + + /************************************************************************** + * + * Compile 'autofit' module with fallback Indic script support, covering + * some scripts that the 'latin' submodule of the 'autofit' module doesn't + * (yet) handle. Currently, this needs option `AF_CONFIG_OPTION_CJK`. + */ +#ifdef AF_CONFIG_OPTION_CJK +#define AF_CONFIG_OPTION_INDIC +#endif + + + /************************************************************************** + * + * Use TrueType-like size metrics for 'light' auto-hinting. + * + * It is strongly recommended to avoid this option, which exists only to + * help some legacy applications retain its appearance and behaviour with + * respect to auto-hinted TrueType fonts. + * + * The very reason this option exists at all are GNU/Linux distributions + * like Fedora that did not un-patch the following change (which was + * present in FreeType between versions 2.4.6 and 2.7.1, inclusive). + * + * ``` + * 2011-07-16 Steven Chu + * + * [truetype] Fix metrics on size request for scalable fonts. + * ``` + * + * This problematic commit is now reverted (more or less). + */ +/* #define AF_CONFIG_OPTION_TT_SIZE_METRICS */ + + /* */ + + + /* + * This macro is obsolete. Support has been removed in FreeType version + * 2.5. + */ +/* #define FT_CONFIG_OPTION_OLD_INTERNALS */ + + + /* + * The next two macros are defined if native TrueType hinting is + * requested by the definitions above. Don't change this. + */ +#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER +#define TT_USE_BYTECODE_INTERPRETER +#ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING +#define TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL +#endif +#endif + + + /* + * The TT_SUPPORT_COLRV1 macro is defined to indicate to clients that this + * version of FreeType has support for 'COLR' v1 API. This definition is + * useful to FreeType clients that want to build in support for 'COLR' v1 + * depending on a tip-of-tree checkout before it is officially released in + * FreeType, and while the feature cannot yet be tested against using + * version macros. Don't change this macro. This may be removed once the + * feature is in a FreeType release version and version macros can be used + * to test for availability. + */ +#ifdef TT_CONFIG_OPTION_COLOR_LAYERS +#define TT_SUPPORT_COLRV1 +#endif + + + /* + * Check CFF darkening parameters. The checks are the same as in function + * `cff_property_set` in file `cffdrivr.c`. + */ +#if CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 > 500 +#error "Invalid CFF darkening parameters!" +#endif + + +FT_END_HEADER + +#endif /* FTOPTION_H_ */ + + +/* END */ diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake new file mode 100644 index 0000000..251ac92 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Debug". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "Debug" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "C" + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..6189407 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,103 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/librt.a;/usr/lib/x86_64-linux-gnu/libm.so;\$;/usr/lib/x86_64-linux-gnu/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..323f627 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,87 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-debug.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..7400467 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..b7e053e --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..733a6c8 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-debug.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-debug.cmake new file mode 100644 index 0000000..5adadad --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-debug.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Debug". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "OpenAL::OpenAL" for configuration "Debug" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" + IMPORTED_SONAME_DEBUG "libopenal.so.1" + ) + +list(APPEND _cmake_import_check_targets OpenAL::OpenAL ) +list(APPEND _cmake_import_check_files_for_OpenAL::OpenAL "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake new file mode 100644 index 0000000..330a22a --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake @@ -0,0 +1,102 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL;${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenALTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake new file mode 100644 index 0000000..7f9d848 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("utils/alsoft-config") diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake new file mode 100644 index 0000000..9ac79f9 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.1...3.18) + +include("${CMAKE_CURRENT_LIST_DIR}/OpenALTargets.cmake") + +set(OPENAL_FOUND ON) +set(OPENAL_INCLUDE_DIR $) +set(OPENAL_LIBRARY $) +set(OPENAL_DEFINITIONS $) +set(OPENAL_VERSION_STRING 1.23.1) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake new file mode 100644 index 0000000..02b80f9 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" +) + +# Import target "OpenAL::OpenAL" for configuration "Debug" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_DEBUG "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + IMPORTED_SONAME_DEBUG "libopenal.so.1" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake new file mode 100644 index 0000000..57bb0e8 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake @@ -0,0 +1,322 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + file(RPATH_CHECK + FILE "${file}" + RPATH "") + endif() + endforeach() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Dd][Ee][Bb][Uu][Gg])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-debug.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake") + +endif() + diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h new file mode 100644 index 0000000..8fd4374 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h @@ -0,0 +1,119 @@ +/* Define the alignment attribute for externally callable functions. */ +#define FORCE_ALIGN + +/* Define if deprecated EAX extensions are enabled */ +/* #undef ALSOFT_EAX */ + +/* Define if HRTF data is embedded in the library */ +#define ALSOFT_EMBED_HRTF_DATA + +/* Define if we have the proc_pidpath function */ +/* #undef HAVE_PROC_PIDPATH */ + +/* Define if we have the getopt function */ +#define HAVE_GETOPT + +/* Define if we have DBus/RTKit */ +#define HAVE_RTKIT + +/* Define if we have SSE CPU extensions */ +#define HAVE_SSE +#define HAVE_SSE2 +#define HAVE_SSE3 +#define HAVE_SSE4_1 + +/* Define if we have ARM Neon CPU extensions */ +/* #undef HAVE_NEON */ + +/* Define if we have the ALSA backend */ +/* #undef HAVE_ALSA */ + +/* Define if we have the OSS backend */ +#define HAVE_OSS + +/* Define if we have the PipeWire backend */ +#define HAVE_PIPEWIRE + +/* Define if we have the Solaris backend */ +/* #undef HAVE_SOLARIS */ + +/* Define if we have the SndIO backend */ +/* #undef HAVE_SNDIO */ + +/* Define if we have the WASAPI backend */ +/* #undef HAVE_WASAPI */ + +/* Define if we have the DSound backend */ +/* #undef HAVE_DSOUND */ + +/* Define if we have the Windows Multimedia backend */ +/* #undef HAVE_WINMM */ + +/* Define if we have the PortAudio backend */ +/* #undef HAVE_PORTAUDIO */ + +/* Define if we have the PulseAudio backend */ +/* #undef HAVE_PULSEAUDIO */ + +/* Define if we have the JACK backend */ +/* #undef HAVE_JACK */ + +/* Define if we have the CoreAudio backend */ +/* #undef HAVE_COREAUDIO */ + +/* Define if we have the OpenSL backend */ +/* #undef HAVE_OPENSL */ + +/* Define if we have the Oboe backend */ +/* #undef HAVE_OBOE */ + +/* Define if we have the Wave Writer backend */ +#define HAVE_WAVE + +/* Define if we have the SDL2 backend */ +/* #undef HAVE_SDL2 */ + +/* Define if we have dlfcn.h */ +#define HAVE_DLFCN_H + +/* Define if we have pthread_np.h */ +/* #undef HAVE_PTHREAD_NP_H */ + +/* Define if we have malloc.h */ +#define HAVE_MALLOC_H + +/* Define if we have cpuid.h */ +#define HAVE_CPUID_H + +/* Define if we have intrin.h */ +/* #undef HAVE_INTRIN_H */ + +/* Define if we have guiddef.h */ +/* #undef HAVE_GUIDDEF_H */ + +/* Define if we have initguid.h */ +/* #undef HAVE_INITGUID_H */ + +/* Define if we have GCC's __get_cpuid() */ +#define HAVE_GCC_GET_CPUID + +/* Define if we have the __cpuid() intrinsic */ +/* #undef HAVE_CPUID_INTRINSIC */ + +/* Define if we have SSE intrinsics */ +#define HAVE_SSE_INTRINSICS + +/* Define if we have pthread_setschedparam() */ +#define HAVE_PTHREAD_SETSCHEDPARAM + +/* Define if we have pthread_setname_np() */ +/* #undef HAVE_PTHREAD_SETNAME_NP */ + +/* Define if we have pthread_set_name_np() */ +/* #undef HAVE_PTHREAD_SET_NAME_NP */ + +/* Define the installation data directory */ +/* #undef ALSOFT_INSTALL_DATADIR */ + +/* Define whether build alsoft for winuwp */ +/* #undef ALSOFT_UWP */ diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc new file mode 100644 index 0000000..bd44244 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc @@ -0,0 +1,12 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: OpenAL +Description: OpenAL is a cross-platform 3D audio API +Requires: +Version: 1.23.1 +Libs: -L${libdir} -lopenal +Libs.private: +Cflags: -I${includedir} -I${includedir}/AL diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake new file mode 100644 index 0000000..947a911 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake new file mode 100644 index 0000000..40e6088 --- /dev/null +++ b/cmake-build-debug/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-release/.cmake/api/v1/query/cache-v2 b/cmake-build-release/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-release/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-release/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-release/.cmake/api/v1/query/codemodel-v2 b/cmake-build-release/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-release/.cmake/api/v1/query/toolchains-v1 b/cmake-build-release/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-release/.cmake/api/v1/reply/cache-v2-3b928a6a4634dfaa8f9a.json b/cmake-build-release/.cmake/api/v1/reply/cache-v2-3b928a6a4634dfaa8f9a.json new file mode 100644 index 0000000..11463e6 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/cache-v2-3b928a6a4634dfaa8f9a.json @@ -0,0 +1,7791 @@ +{ + "entries" : + [ + { + "name" : "ALSA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) include directory" + } + ], + "type" : "PATH", + "value" : "ALSA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "ALSA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) library" + } + ], + "type" : "FILEPATH", + "value" : "ALSA_LIBRARY-NOTFOUND" + }, + { + "name" : "ALSOFT_BACKEND_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ALSA backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable JACK backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Oboe backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OSS backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_BACKEND_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SndIO backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Solaris backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_WAVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Wave Writer backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE2 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE3 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_DLOPEN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Check for the dlopen API for loading optional libs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EAX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable legacy EAX extensions" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_EMBED_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Embed the HRTF data files (increases library footprint)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install main library" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_AMBDEC_PRESETS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install AmbDec preset files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_CONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install alsoft.conf sample configuration file" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install example programs (alplay, alstream, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install HRTF data files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install utility programs (openal-info, alsoft-config, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_NO_CONFIG_UTIL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable building the alsoft-config utility" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ALSA backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require JACK backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Oboe backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OSS backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require RTKit/D-Bus support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SndIO backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Solaris backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE2 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE3 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable RTKit support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_SEARCH_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Search the installation data directory" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_LIBGCC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Force -static-libgcc for static GCC runtimes" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_STDCXX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Static link libstdc++" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_UPDATE_BUILD_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Update git build version info" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build utility programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_WERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Treat compile warnings as errors" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "AUDIOIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The AudioIO include directory" + } + ], + "type" : "PATH", + "value" : "AUDIOIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "AUDIOUNIT_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "AUDIOUNIT_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BLT_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_DISABLE_DEBUG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_DEBUG macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_ERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_ERROR macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_FATAL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_FATAL macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_INFO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_INFO macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_LOGGING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging (all macros and will safely disable logging function!)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_TRACE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_TRACE macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_WARN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_WARN macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;ZLIB::ZLIB;" + }, + { + "name" : "BLT_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_WITH_GRAPHICS_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BLT_WITH_GRAPHICS_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_WITH_GRAPHICS_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "BUILD_GRAPHICS_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT Graphics test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_NBT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT NBT + eNBT extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PARSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT parsers" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PROFILING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT profiler extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build shared libraries" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_STD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT standard utilities." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BZIP2_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "BZIP2_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_RELEASE-NOTFOUND" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "Release" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "25" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Library postfix for debug builds. Normally left blank." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "gp_image_test" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.9.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "9" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake-3.25" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "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." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "COREAUDIO_FRAMEWORK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "COREAUDIO_FRAMEWORK-NOTFOUND" + }, + { + "name" : "CPACK_SOURCE_RPM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build RPM source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CPACK_SOURCE_TBZ2", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TBZ2 source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TGZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TGZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TXZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TXZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_ZIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build ZIP source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "DBus1_ARCH_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "DBus1_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for DBus1." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1" + }, + { + "name" : "DBus1_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/dbus-1.0" + }, + { + "name" : "DBus1_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding BrotliDec" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Git", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Git" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/git][v2.39.2()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding HarfBuzz" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OSS" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/x86_64-linux-gnu][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PNG" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PkgConfig" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/pkg-config][v1.8.1()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_SndFile", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding SndFile" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding ZLIB" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()]" + }, + { + "name" : "FT_DISABLE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable HarfBuzz (used for improving auto-hinting of OpenType fonts)." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable use of system zlib and use internal zlib library instead." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_ENABLE_ERROR_STRINGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable support for meaningful error descriptions." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require HarfBuzz for improving auto-hinting of OpenType fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require system zlib instead of internal zlib library." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GIT_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Git command line client" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/git" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "HAVE_ARM_NEON_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include arm_neon.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_CPUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include cpuid.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_DLFCN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include dlfcn.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_EMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include emmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FCNTL_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include fcntl.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FNO_MATH_ERRNO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_FNO_MATH_ERRNO" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_GET_CPUID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_GET_CPUID" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_PROTECTED_VISIBILITY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_PROTECTED_VISIBILITY" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GETOPT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol getopt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GUIDDEF_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include guiddef.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INITGUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include initguid.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include intrin.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_LIBATOMIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_LIBATOMIC" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBDL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library dl" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library m" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBRT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library rt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MALLOC_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include malloc.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MSSE2_SWITCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_MSSE2_SWITCH" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_POSIX_MEMALIGN_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol posix_memalign" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PROC_PIDPATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol proc_pidpath" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pthread.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_NP_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have includes pthread.h;pthread_np.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETNAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setname_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETSCHEDPARAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setschedparam" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_SET_NAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_set_name_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_SMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include smmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_SSE_INTRINSICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_SSE_INTRINSICS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_STDC_FORMAT_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_STDC_FORMAT_MACROS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_UNISTD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include unistd.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_WNO_CXX20_ATTR_EXT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_WNO_CXX20_ATTR_EXT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_XMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include xmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE___RESTRICT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE___RESTRICT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HarfBuzz_ICU_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_ICU_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/harfbuzz" + }, + { + "name" : "HarfBuzz_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "JACK_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK include directory" + } + ], + "type" : "PATH", + "value" : "JACK_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "JACK_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK library" + } + ], + "type" : "FILEPATH", + "value" : "JACK_LIBRARY-NOTFOUND" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "MYSOFA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA include directory" + } + ], + "type" : "PATH", + "value" : "MYSOFA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "MYSOFA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA library" + } + ], + "type" : "FILEPATH", + "value" : "MYSOFA_LIBRARY-NOTFOUND" + }, + { + "name" : "MYSOFA_M_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The math library for MySOFA" + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "OPENSL_ANDROID_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL Android include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL library" + } + ], + "type" : "FILEPATH", + "value" : "OPENSL_LIBRARY-NOTFOUND" + }, + { + "name" : "OSS_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OSS include directory" + } + ], + "type" : "PATH", + "value" : "/usr/include/x86_64-linux-gnu" + }, + { + "name" : "OSS_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Optional OSS library" + } + ], + "type" : "FILEPATH", + "value" : "OSS_LIBRARY-NOTFOUND" + }, + { + "name" : "OpenAL_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "OpenAL_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "OpenAL_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_BROTLIDEC_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec" + }, + { + "name" : "PC_BROTLIDEC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec;brotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.0.9" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_DBUS1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_DBUS1_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1" + }, + { + "name" : "PC_DBUS1_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1;systemd" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.14.10" + }, + { + "name" : "PC_DBUS1_dbus-1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_HARFBUZZ_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_HARFBUZZ_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread;-pthread" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "6.0.0" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PIPEWIRE_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PIPEWIRE_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3" + }, + { + "name" : "PIPEWIRE_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "0.3.65" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_CONFIG_ARGN", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Arguments to supply to pkg-config" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PKG_CONFIG_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "pkg-config executable" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/pkg-config" + }, + { + "name" : "PNG_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "PNG_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "PNG_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpng.so" + }, + { + "name" : "PNG_PNG_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "PORTAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio include directory" + } + ], + "type" : "PATH", + "value" : "PORTAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PORTAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PORTAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio include directory" + } + ], + "type" : "PATH", + "value" : "PULSEAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PULSEAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "Qt5Widgets_DIR-NOTFOUND" + }, + { + "name" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/librt.a" + }, + { + "name" : "SDL2_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for SDL2." + } + ], + "type" : "PATH", + "value" : "SDL2_DIR-NOTFOUND" + }, + { + "name" : "SNDFILE_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "SNDFILE_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libsndfile.so" + }, + { + "name" : "SOUNDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO include directory" + } + ], + "type" : "PATH", + "value" : "SOUNDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "SOUNDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO library" + } + ], + "type" : "FILEPATH", + "value" : "SOUNDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libSM.so" + }, + { + "name" : "X11_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libX11.so" + }, + { + "name" : "X11_X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_X11_xcb_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_X11_xcb_LIB-NOTFOUND" + }, + { + "name" : "X11_XRes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_XRes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_XRes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_XRes_LIB-NOTFOUND" + }, + { + "name" : "X11_XShm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XSync_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessrules_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaccessrules_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaccessstr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXau.so" + }, + { + "name" : "X11_Xaw_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaw_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xaw_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xcomposite_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xcomposite_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcursor_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcursor_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXcursor.so" + }, + { + "name" : "X11_Xdamage_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xdamage_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xdamage_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xdamage_LIB-NOTFOUND" + }, + { + "name" : "X11_Xdmcp_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdmcp_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXdmcp.so" + }, + { + "name" : "X11_Xext_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xext_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXext.so" + }, + { + "name" : "X11_Xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXfixes.so" + }, + { + "name" : "X11_Xft_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xft_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xft_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xft_LIB-NOTFOUND" + }, + { + "name" : "X11_Xi_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xi_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXi.so" + }, + { + "name" : "X11_Xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXinerama.so" + }, + { + "name" : "X11_Xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xkblib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xlib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xmu_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xmu_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xmu_LIB-NOTFOUND" + }, + { + "name" : "X11_Xpm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xpm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xpm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xpm_LIB-NOTFOUND" + }, + { + "name" : "X11_Xrandr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrandr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrandr.so" + }, + { + "name" : "X11_Xrender_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrender_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrender.so" + }, + { + "name" : "X11_Xshape_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xss_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xss_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xss_LIB-NOTFOUND" + }, + { + "name" : "X11_Xt_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXt.so" + }, + { + "name" : "X11_Xtst_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xtst_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xtst_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xtst_LIB-NOTFOUND" + }, + { + "name" : "X11_Xutil_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xv_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xv_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86misc_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86vm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86vm_LIB-NOTFOUND" + }, + { + "name" : "X11_dpms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libxcb.so" + }, + { + "name" : "X11_xcb_icccm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_icccm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_icccm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_icccm_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_keysyms_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_randr_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_randr_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_util_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_util_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_util_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_util_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xfixes_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xkb_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xtest_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_X11_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbfile_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbfile_LIB-NOTFOUND" + }, + { + "name" : "ZLIB_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "ZLIB_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "ZLIB_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "ZLIB_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libz.so" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "__pkg_config_arguments_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;libbrotlidec" + }, + { + "name" : "__pkg_config_arguments_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;dbus-1" + }, + { + "name" : "__pkg_config_arguments_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;harfbuzz" + }, + { + "name" : "__pkg_config_arguments_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3>=0.3.23" + }, + { + "name" : "__pkg_config_checked_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "alsoft-config_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "alsoft-config_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "alsoft-config_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "freetype_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "freetype_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "freetype_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so;" + }, + { + "name" : "freetype_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "gp_image_test_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release" + }, + { + "name" : "gp_image_test_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "gp_image_test_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "pkgcfg_lib_PC_BROTLIDEC_brotlidec", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "pkgcfg_lib_PC_DBUS1_dbus-1", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "pkgcfg_lib_PC_HARFBUZZ_harfbuzz", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "pkgcfg_lib_PIPEWIRE_pipewire-0.3", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so" + }, + { + "name" : "prefix_result", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/cmakeFiles-v1-2b70b4feed59e6a685c6.json b/cmake-build-release/.cmake/api/v1/reply/cmakeFiles-v1-2b70b4feed59e6a685c6.json new file mode 100644 index 0000000..3e20faa --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/cmakeFiles-v1-2b70b4feed59e6a685c6.json @@ -0,0 +1,813 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-release/CMakeFiles/3.25.1/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-release/CMakeFiles/3.25.1/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-release/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPNG.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindBZip2.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPack.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPackComponent.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-6001d762f718457c7908.json b/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-6001d762f718457c7908.json new file mode 100644 index 0000000..5688a32 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/codemodel-v2-6001d762f718457c7908.json @@ -0,0 +1,467 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-Release-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 18 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template", + "childIndexes" : + [ + 2, + 4, + 6, + 7 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template-Release-191a688bc69624ad1c79.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "libraries/BLT-With-Graphics-Template", + "targetIndexes" : + [ + 1 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "childIndexes" : + [ + 3 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Release-d87fdd890c31b12430c7.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "targetIndexes" : + [ + 22 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Release-9182c3242e1d6b5925d2.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "targetIndexes" : + [ + 17, + 23 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "childIndexes" : + [ + 5 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Release-37e887c45b6875c772b3.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 1, + "projectIndex" : 3, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Release-0f6eded386a94e65cb43.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 4, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Release-aa37a0ed23648fd4709d.json", + "minimumCMakeVersion" : + { + "string" : "3.5" + }, + "parentIndex" : 1, + "projectIndex" : 5, + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Release-d218976143bfc70cfe92.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 6, + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "targetIndexes" : + [ + 16 + ] + } + ], + "name" : "Release", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "gp_image_test", + "targetIndexes" : + [ + 18 + ] + }, + { + "childIndexes" : + [ + 2, + 3, + 5, + 6 + ], + "directoryIndexes" : + [ + 1 + ], + "name" : "BLT_WITH_GRAPHICS", + "parentIndex" : 0, + "targetIndexes" : + [ + 1 + ] + }, + { + "directoryIndexes" : + [ + 2, + 3 + ], + "name" : "GLFW", + "parentIndex" : 1, + "targetIndexes" : + [ + 17, + 22, + 23 + ] + }, + { + "childIndexes" : + [ + 4 + ], + "directoryIndexes" : + [ + 4 + ], + "name" : "OpenAL", + "parentIndex" : 1, + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "directoryIndexes" : + [ + 5 + ], + "name" : "alsoft-config", + "parentIndex" : 3 + }, + { + "directoryIndexes" : + [ + 6 + ], + "name" : "BLT", + "parentIndex" : 1, + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "freetype", + "parentIndex" : 1, + "targetIndexes" : + [ + 16 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 6, + "id" : "BLT::@50366bf68bbd07315335", + "jsonFile" : "target-BLT-Release-8b06c72274956a70e695.json", + "name" : "BLT", + "projectIndex" : 5 + }, + { + "directoryIndex" : 1, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "jsonFile" : "target-BLT_WITH_GRAPHICS-Release-67552b4203b88d1a14a8.json", + "name" : "BLT_WITH_GRAPHICS", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "OpenAL::@1336fb67af673d856491", + "jsonFile" : "target-OpenAL-Release-e3f95dfd067f4d8b96d3.json", + "name" : "OpenAL", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "al-excommon::@1336fb67af673d856491", + "jsonFile" : "target-al-excommon-Release-513163601a42b9426855.json", + "name" : "al-excommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alcommon::@1336fb67af673d856491", + "jsonFile" : "target-alcommon-Release-c64dda94dd126818feba.json", + "name" : "alcommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alconvolve::@1336fb67af673d856491", + "jsonFile" : "target-alconvolve-Release-f4d17492bdb0d3a33303.json", + "name" : "alconvolve", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alhrtf::@1336fb67af673d856491", + "jsonFile" : "target-alhrtf-Release-75d6032144e62b6bab09.json", + "name" : "alhrtf", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "allatency::@1336fb67af673d856491", + "jsonFile" : "target-allatency-Release-f587142a8ebd5b8822bd.json", + "name" : "allatency", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "almultireverb::@1336fb67af673d856491", + "jsonFile" : "target-almultireverb-Release-fb8b3e2e6fcd68214326.json", + "name" : "almultireverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alplay::@1336fb67af673d856491", + "jsonFile" : "target-alplay-Release-58a7f39fa519cfca89bc.json", + "name" : "alplay", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alrecord::@1336fb67af673d856491", + "jsonFile" : "target-alrecord-Release-9b136f5cf144a5e069df.json", + "name" : "alrecord", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alreverb::@1336fb67af673d856491", + "jsonFile" : "target-alreverb-Release-819fc41a898e9fd7fcad.json", + "name" : "alreverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstream::@1336fb67af673d856491", + "jsonFile" : "target-alstream-Release-90ed95afb791cbec313d.json", + "name" : "alstream", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstreamcb::@1336fb67af673d856491", + "jsonFile" : "target-alstreamcb-Release-c56a17a2545ab6ffe25e.json", + "name" : "alstreamcb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "altonegen::@1336fb67af673d856491", + "jsonFile" : "target-altonegen-Release-ed83464d96e7c560f54a.json", + "name" : "altonegen", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "build_version::@1336fb67af673d856491", + "jsonFile" : "target-build_version-Release-3fa8d6cb6e77eca67925.json", + "name" : "build_version", + "projectIndex" : 3 + }, + { + "directoryIndex" : 7, + "id" : "freetype::@e00407d3eb957746b2e2", + "jsonFile" : "target-freetype-Release-5a10fadcbb7dad095f4f.json", + "name" : "freetype", + "projectIndex" : 6 + }, + { + "directoryIndex" : 3, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-glfw-Release-e8275e00a509f85c6ee0.json", + "name" : "glfw", + "projectIndex" : 2 + }, + { + "directoryIndex" : 0, + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "jsonFile" : "target-gp_image_test-Release-e56a6f8bd8e8cb1c3230.json", + "name" : "gp_image_test", + "projectIndex" : 0 + }, + { + "directoryIndex" : 4, + "id" : "openal-info::@1336fb67af673d856491", + "jsonFile" : "target-openal-info-Release-aae8419aaabb9afa92d2.json", + "name" : "openal-info", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjdecoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjdecoder-Release-6d0c7bbdb42b36be1d0b.json", + "name" : "uhjdecoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjencoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjencoder-Release-1ae2c23edff9d2234852.json", + "name" : "uhjencoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 2, + "id" : "uninstall::@14b83a2e4b8869b63580", + "jsonFile" : "target-uninstall-Release-2b4f50b3ba20011b0bc0.json", + "name" : "uninstall", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-update_mappings-Release-855d9133e01a8b768c52.json", + "name" : "update_mappings", + "projectIndex" : 2 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json b/cmake-build-release/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-.-Release-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-Release-191a688bc69624ad1c79.json b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-Release-191a688bc69624ad1c79.json new file mode 100644 index 0000000..2e49953 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-Release-191a688bc69624ad1c79.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Release-aa37a0ed23648fd4709d.json b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Release-aa37a0ed23648fd4709d.json new file mode 100644 index 0000000..72130f1 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-Release-aa37a0ed23648fd4709d.json @@ -0,0 +1,555 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 120, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h" + ], + "type" : "file" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h" + ], + "type" : "file" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h" + ], + "type" : "file" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h" + ], + "type" : "file" + }, + { + "backtrace" : 10, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h" + ], + "type" : "file" + }, + { + "backtrace" : 11, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 12, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h" + ], + "type" : "file" + }, + { + "backtrace" : 13, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h" + ], + "type" : "file" + }, + { + "backtrace" : 14, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h" + ], + "type" : "file" + }, + { + "backtrace" : 15, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h" + ], + "type" : "file" + }, + { + "backtrace" : 16, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h" + ], + "type" : "file" + }, + { + "backtrace" : 17, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h" + ], + "type" : "file" + }, + { + "backtrace" : 18, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h" + ], + "type" : "file" + }, + { + "backtrace" : 19, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h" + ], + "type" : "file" + }, + { + "backtrace" : 20, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 21, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h" + ], + "type" : "file" + }, + { + "backtrace" : 22, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h" + ], + "type" : "file" + }, + { + "backtrace" : 23, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 24, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h" + ], + "type" : "file" + }, + { + "backtrace" : 25, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h" + ], + "type" : "file" + }, + { + "backtrace" : 26, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h" + ], + "type" : "file" + }, + { + "backtrace" : 27, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h" + ], + "type" : "file" + }, + { + "backtrace" : 28, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h" + ], + "type" : "file" + }, + { + "backtrace" : 29, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h" + ], + "type" : "file" + }, + { + "backtrace" : 30, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h" + ], + "type" : "file" + }, + { + "backtrace" : 31, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h" + ], + "type" : "file" + }, + { + "backtrace" : 32, + "component" : "Unspecified", + "destination" : "include/blt/window", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h" + ], + "type" : "file" + }, + { + "backtrace" : 33, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "cmake-build-release/config/blt/config.h" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Release-d218976143bfc70cfe92.json b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Release-d218976143bfc70cfe92.json new file mode 100644 index 0000000..f24eda0 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-Release-d218976143bfc70cfe92.json @@ -0,0 +1,141 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 561, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 569, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 623, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 642, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 647, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "headers", + "destination" : "include/freetype2", + "paths" : + [ + { + "from" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "headers", + "destination" : "include/freetype2/freetype/config", + "paths" : + [ + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "pkgconfig", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a" + ], + "targetId" : "freetype::@e00407d3eb957746b2e2", + "targetIndex" : 16, + "type" : "target" + }, + { + "backtrace" : 5, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "exportName" : "freetype-targets", + "exportTargets" : + [ + { + "id" : "freetype::@e00407d3eb957746b2e2", + "index" : 16 + }, + { + "id" : "freetype-interface::@e00407d3eb957746b2e2", + "index" : 0 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 6, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "paths" : + [ + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Release-d87fdd890c31b12430c7.json b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Release-d87fdd890c31b12430c7.json new file mode 100644 index 0000000..143b971 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-Release-d87fdd890c31b12430c7.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake", + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@c52b2194413d9c9d0e1f", + "index" : 17 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Release-9182c3242e1d6b5925d2.json b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Release-9182c3242e1d6b5925d2.json new file mode 100644 index 0000000..060768e --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-Release-9182c3242e1d6b5925d2.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + ], + "targetId" : "glfw::@c52b2194413d9c9d0e1f", + "targetIndex" : 17, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Release-37e887c45b6875c772b3.json b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Release-37e887c45b6875c772b3.json new file mode 100644 index 0000000..df82f22 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-Release-37e887c45b6875c772b3.json @@ -0,0 +1,294 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1571, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1575, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1577, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1579, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1591, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1597, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1603, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1824, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "skip", + "type" : "target" + }, + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "only", + "type" : "target" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "exportName" : "OpenAL", + "exportTargets" : + [ + { + "id" : "OpenAL::@1336fb67af673d856491", + "index" : 2 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + ], + "type" : "directory" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "paths" : + [ + "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf" + ], + "type" : "directory" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets" + ], + "type" : "directory" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + ], + "targetId" : "openal-info::@1336fb67af673d856491", + "targetIndex" : 19, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + ], + "targetId" : "altonegen::@1336fb67af673d856491", + "targetIndex" : 14, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + ], + "targetId" : "alrecord::@1336fb67af673d856491", + "targetIndex" : 10, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + ], + "targetId" : "alplay::@1336fb67af673d856491", + "targetIndex" : 9, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + ], + "targetId" : "alstream::@1336fb67af673d856491", + "targetIndex" : 12, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + ], + "targetId" : "alreverb::@1336fb67af673d856491", + "targetIndex" : 11, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + ], + "targetId" : "almultireverb::@1336fb67af673d856491", + "targetIndex" : 8, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + ], + "targetId" : "allatency::@1336fb67af673d856491", + "targetIndex" : 7, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + ], + "targetId" : "alhrtf::@1336fb67af673d856491", + "targetIndex" : 6, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Release-0f6eded386a94e65cb43.json b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Release-0f6eded386a94e65cb43.json new file mode 100644 index 0000000..83c282b --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-Release-0f6eded386a94e65cb43.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0382.json b/cmake-build-release/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0382.json new file mode 100644 index 0000000..b5306f5 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0382.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-3.25" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 25, + "patch" : 1, + "string" : "3.25.1", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-6001d762f718457c7908.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + { + "jsonFile" : "cache-v2-3b928a6a4634dfaa8f9a.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-2b70b4feed59e6a685c6.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3b928a6a4634dfaa8f9a.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-2b70b4feed59e6a685c6.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-6001d762f718457c7908.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-BLT-Release-8b06c72274956a70e695.json b/cmake-build-release/.cmake/api/v1/reply/target-BLT-Release-8b06c72274956a70e695.json new file mode 100644 index 0000000..2623909 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-BLT-Release-8b06c72274956a70e695.json @@ -0,0 +1,258 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 84, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 125, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 100, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 76, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 77, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "id" : "BLT::@50366bf68bbd07315335", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "BLT", + "nameOnDisk" : "libBLT.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-Release-67552b4203b88d1a14a8.json b/cmake-build-release/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-Release-67552b4203b88d1a14a8.json new file mode 100644 index 0000000..2f51ab3 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-Release-67552b4203b88d1a14a8.json @@ -0,0 +1,370 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 118, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 120, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 44, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Werror" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-comment" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-strict-aliasing" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-unused-function" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples" + }, + { + "backtrace" : 9, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 5, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "name" : "BLT_WITH_GRAPHICS", + "nameOnDisk" : "libBLT_WITH_GRAPHICS.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-OpenAL-Release-e3f95dfd067f4d8b96d3.json b/cmake-build-release/.cmake/api/v1/reply/target-OpenAL-Release-e3f95dfd067f4d8b96d3.json new file mode 100644 index 0000000..9eac083 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-OpenAL-Release-e3f95dfd067f4d8b96d3.json @@ -0,0 +1,1464 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_options", + "target_link_libraries", + "add_dependencies", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1404, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1432, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1409, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1496, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1493, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1490, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 1471, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 1485, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-Winline" + }, + { + "backtrace" : 6, + "fragment" : "-Wunused" + }, + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Wextra" + }, + { + "backtrace" : 6, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 6, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 6, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 6, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 6, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 6, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 6, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 6, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "ALC_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_ALEXT_PROTOTYPES" + }, + { + "backtrace" : 7, + "define" : "AL_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_BUILD_LIBRARY" + }, + { + "define" : "OpenAL_EXPORTS" + }, + { + "backtrace" : 7, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/dbus-1.0" + }, + { + "backtrace" : 8, + "path" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/pipewire-0.3" + }, + { + "backtrace" : 8, + "path" : "/usr/include/spa-0.2" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 9 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "build_version::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "OpenAL::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + }, + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version", + "role" : "flags" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-latomic", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lm", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "OpenAL", + "nameOnDisk" : "libopenal.so", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150, + 151 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 6, + 8, + 17, + 27, + 30, + 32, + 34, + 38, + 40, + 42, + 44, + 45, + 61, + 62, + 63, + 66, + 68, + 70, + 72, + 74, + 76, + 79, + 81, + 82, + 84, + 86, + 87, + 89, + 90, + 92, + 94, + 96, + 98, + 99, + 101, + 103, + 105, + 106, + 108, + 110, + 111, + 114, + 116, + 118, + 120, + 121, + 123, + 125, + 127, + 129, + 131, + 132, + 134, + 137, + 138, + 140, + 142, + 143, + 144, + 145, + 152, + 153, + 154, + 155, + 156 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 77 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 157 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/export_list.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfbase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/resources/openal32.rc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx-presets.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-al-excommon-Release-513163601a42b9426855.json b/cmake-build-release/.cmake/api/v1/reply/target-al-excommon-Release-513163601a42b9426855.json new file mode 100644 index 0000000..09451db --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-al-excommon-Release-513163601a42b9426855.json @@ -0,0 +1,204 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1694, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1699, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1697, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1698, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1701, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "al-excommon::@1336fb67af673d856491", + "name" : "al-excommon", + "nameOnDisk" : "libal-excommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alcommon-Release-c64dda94dd126818feba.json b/cmake-build-release/.cmake/api/v1/reply/target-alcommon-Release-c64dda94dd126818feba.json new file mode 100644 index 0000000..e76e1c5 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alcommon-Release-c64dda94dd126818feba.json @@ -0,0 +1,422 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1338, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1342, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1341, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1339, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1343, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "id" : "alcommon::@1336fb67af673d856491", + "name" : "alcommon", + "nameOnDisk" : "libalcommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 5, + 6, + 7, + 9, + 10, + 12, + 14, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 24, + 25, + 27, + 28, + 30, + 32, + 33, + 34 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/comptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/phase_shifter.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alconvolve-Release-f4d17492bdb0d3a33303.json b/cmake-build-release/.cmake/api/v1/reply/target-alconvolve-Release-f4d17492bdb0d3a33303.json new file mode 100644 index 0000000..594d32a --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alconvolve-Release-f4d17492bdb0d3a33303.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1754, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1755, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1757, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alconvolve::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alconvolve", + "nameOnDisk" : "alconvolve", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alhrtf-Release-75d6032144e62b6bab09.json b/cmake-build-release/.cmake/api/v1/reply/target-alhrtf-Release-75d6032144e62b6bab09.json new file mode 100644 index 0000000..c1b7760 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alhrtf-Release-75d6032144e62b6bab09.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1744, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1745, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1747, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alhrtf::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alhrtf", + "nameOnDisk" : "alhrtf", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-allatency-Release-f587142a8ebd5b8822bd.json b/cmake-build-release/.cmake/api/v1/reply/target-allatency-Release-f587142a8ebd5b8822bd.json new file mode 100644 index 0000000..77cd2a8 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-allatency-Release-f587142a8ebd5b8822bd.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1739, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1740, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1742, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "allatency::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "allatency", + "nameOnDisk" : "allatency", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-almultireverb-Release-fb8b3e2e6fcd68214326.json b/cmake-build-release/.cmake/api/v1/reply/target-almultireverb-Release-fb8b3e2e6fcd68214326.json new file mode 100644 index 0000000..c4c2f36 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-almultireverb-Release-fb8b3e2e6fcd68214326.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1734, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1735, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1737, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "almultireverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "almultireverb", + "nameOnDisk" : "almultireverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alplay-Release-58a7f39fa519cfca89bc.json b/cmake-build-release/.cmake/api/v1/reply/target-alplay-Release-58a7f39fa519cfca89bc.json new file mode 100644 index 0000000..bf6fbce --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alplay-Release-58a7f39fa519cfca89bc.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1719, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1720, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1722, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alplay::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alplay", + "nameOnDisk" : "alplay", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alrecord-Release-9b136f5cf144a5e069df.json b/cmake-build-release/.cmake/api/v1/reply/target-alrecord-Release-9b136f5cf144a5e069df.json new file mode 100644 index 0000000..e315616 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alrecord-Release-9b136f5cf144a5e069df.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1708, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1709, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1710, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alrecord::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alrecord", + "nameOnDisk" : "alrecord", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alreverb-Release-819fc41a898e9fd7fcad.json b/cmake-build-release/.cmake/api/v1/reply/target-alreverb-Release-819fc41a898e9fd7fcad.json new file mode 100644 index 0000000..2e6e370 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alreverb-Release-819fc41a898e9fd7fcad.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1729, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1730, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1732, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alreverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alreverb", + "nameOnDisk" : "alreverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alstream-Release-90ed95afb791cbec313d.json b/cmake-build-release/.cmake/api/v1/reply/target-alstream-Release-90ed95afb791cbec313d.json new file mode 100644 index 0000000..57e4806 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alstream-Release-90ed95afb791cbec313d.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1724, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1725, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1727, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstream::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alstream", + "nameOnDisk" : "alstream", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-alstreamcb-Release-c56a17a2545ab6ffe25e.json b/cmake-build-release/.cmake/api/v1/reply/target-alstreamcb-Release-c56a17a2545ab6ffe25e.json new file mode 100644 index 0000000..3a8c2e4 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-alstreamcb-Release-c56a17a2545ab6ffe25e.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1749, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1750, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1752, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstreamcb::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alstreamcb", + "nameOnDisk" : "alstreamcb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-altonegen-Release-ed83464d96e7c560f54a.json b/cmake-build-release/.cmake/api/v1/reply/target-altonegen-Release-ed83464d96e7c560f54a.json new file mode 100644 index 0000000..b3a0fee --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-altonegen-Release-ed83464d96e7c560f54a.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1704, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1705, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1706, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "altonegen::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "altonegen", + "nameOnDisk" : "altonegen", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-build_version-Release-3fa8d6cb6e77eca67925.json b/cmake-build-release/.cmake/api/v1/reply/target-build_version-Release-3fa8d6cb6e77eca67925.json new file mode 100644 index 0000000..1a5643f --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-build_version-Release-3fa8d6cb6e77eca67925.json @@ -0,0 +1,78 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1251, + "parent" : 0 + } + ] + }, + "id" : "build_version::@1336fb67af673d856491", + "name" : "build_version", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-freetype-Release-5a10fadcbb7dad095f4f.json b/cmake-build-release/.cmake/api/v1/reply/target-freetype-Release-5a10fadcbb7dad095f4f.json new file mode 100644 index 0000000..268d948 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-freetype-Release-5a10fadcbb7dad095f4f.json @@ -0,0 +1,958 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 454, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 465, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 484, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 546, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "FT2_BUILD_LIBRARY" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config" + }, + { + "backtrace" : 5, + "path" : "/usr/include/harfbuzz" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "id" : "freetype::@e00407d3eb957746b2e2", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "freetype", + "nameOnDisk" : "libfreetype.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftadvanc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbbox.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbzip2.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcache.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftchapters.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftfntfmt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgasp.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgxval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgzip.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlogging.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlzw.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmac.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftotval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftpfr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsnames.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftstroke.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsynth.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftwinfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftmodule.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftrfork.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fttrace.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/svginterface.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-glfw-Release-e8275e00a509f85c6ee0.json b/cmake-build-release/.cmake/api/v1/reply/target-glfw-Release-e8275e00a509f85c6ee0.json new file mode 100644 index 0000000..fb78e71 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-glfw-Release-e8275e00a509f85c6ee0.json @@ -0,0 +1,429 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-gp_image_test-Release-e56a6f8bd8e8cb1c3230.json b/cmake-build-release/.cmake/api/v1/reply/target-gp_image_test-Release-e56a6f8bd8e8cb1c3230.json new file mode 100644 index 0000000..6e7e78a --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-gp_image_test-Release-e56a6f8bd8e8cb1c3230.json @@ -0,0 +1,402 @@ +{ + "artifacts" : + [ + { + "path" : "gp_image_test" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_options", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 15, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 18, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 49, + "parent" : 4 + }, + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 89, + "parent" : 6 + }, + { + "command" : 2, + "file" : 1, + "line" : 50, + "parent" : 4 + }, + { + "file" : 3 + }, + { + "command" : 2, + "file" : 3, + "line" : 525, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 539, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 545, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 550, + "parent" : 9 + }, + { + "command" : 2, + "file" : 1, + "line" : 117, + "parent" : 4 + }, + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 119, + "parent" : 15 + }, + { + "command" : 2, + "file" : 1, + "line" : 118, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 12, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 18, + "fragment" : "-Wall" + }, + { + "backtrace" : 18, + "fragment" : "-Wextra" + }, + { + "backtrace" : 18, + "fragment" : "-Werror" + }, + { + "backtrace" : 18, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 18, + "fragment" : "-Wno-comment" + } + ], + "includes" : + [ + { + "backtrace" : 19, + "path" : "/home/brett/Documents/code/c++/gp_image_test/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b" + }, + { + "backtrace" : 3, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 3, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wall", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Werror", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-comment", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + }, + { + "backtrace" : 17, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "gp_image_test", + "nameOnDisk" : "gp_image_test", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-openal-info-Release-aae8419aaabb9afa92d2.json b/cmake-build-release/.cmake/api/v1/reply/target-openal-info-Release-aae8419aaabb9afa92d2.json new file mode 100644 index 0000000..0efc6e6 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-openal-info-Release-aae8419aaabb9afa92d2.json @@ -0,0 +1,227 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "target_compile_options", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1615, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1618, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1617, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1616, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1619, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 4, + "fragment" : "-Winline" + }, + { + "backtrace" : 4, + "fragment" : "-Wunused" + }, + { + "backtrace" : 4, + "fragment" : "-Wall" + }, + { + "backtrace" : 4, + "fragment" : "-Wextra" + }, + { + "backtrace" : 4, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 4, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 4, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 4, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 4, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 4, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "openal-info::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "openal-info", + "nameOnDisk" : "openal-info", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-uhjdecoder-Release-6d0c7bbdb42b36be1d0b.json b/cmake-build-release/.cmake/api/v1/reply/target-uhjdecoder-Release-6d0c7bbdb42b36be1d0b.json new file mode 100644 index 0000000..e96d570 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-uhjdecoder-Release-6d0c7bbdb42b36be1d0b.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1625, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1630, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1629, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1626, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1627, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1632, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjdecoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjdecoder", + "nameOnDisk" : "uhjdecoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-uhjencoder-Release-1ae2c23edff9d2234852.json b/cmake-build-release/.cmake/api/v1/reply/target-uhjencoder-Release-1ae2c23edff9d2234852.json new file mode 100644 index 0000000..e304964 --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-uhjencoder-Release-1ae2c23edff9d2234852.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1634, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1639, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1638, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1635, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1636, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1641, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjencoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O3 -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjencoder", + "nameOnDisk" : "uhjencoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-uninstall-Release-2b4f50b3ba20011b0bc0.json b/cmake-build-release/.cmake/api/v1/reply/target-uninstall-Release-2b4f50b3ba20011b0bc0.json new file mode 100644 index 0000000..f9d4a8d --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-uninstall-Release-2b4f50b3ba20011b0bc0.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@14b83a2e4b8869b63580", + "name" : "uninstall", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/target-update_mappings-Release-855d9133e01a8b768c52.json b/cmake-build-release/.cmake/api/v1/reply/target-update_mappings-Release-855d9133e01a8b768c52.json new file mode 100644 index 0000000..2c4c15e --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/target-update_mappings-Release-855d9133e01a8b768c52.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "name" : "update_mappings", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-release/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json b/cmake-build-release/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json new file mode 100644 index 0000000..d98e41f --- /dev/null +++ b/cmake-build-release/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json @@ -0,0 +1,107 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "12.2.0" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/12", + "/usr/include/x86_64-linux-gnu/c++/12", + "/usr/include/c++/12/backward", + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "12.2.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-release/.ninja_deps b/cmake-build-release/.ninja_deps new file mode 100644 index 0000000..7a95beb Binary files /dev/null and b/cmake-build-release/.ninja_deps differ diff --git a/cmake-build-release/.ninja_log b/cmake-build-release/.ninja_log new file mode 100644 index 0000000..b461b55 --- /dev/null +++ b/cmake-build-release/.ninja_log @@ -0,0 +1,204 @@ +# ninja log v5 +5 127 1705257416458933494 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o de9c41455dbdd39e +5 175 1705257416506931508 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o 90038901de853815 +6 183 1705257416514931177 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o 5d322ce889f5040b +3 255 1705257416586928199 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o f7e7b89d8df0ba4 +2 301 1705257416630926377 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o 9d5aa77428ee086 +2 398 1705257416730922241 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o b488136440968407 +129 412 1705257416742921744 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o cb1c04881df6bfb2 +6 480 1705257416810918931 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o cd13fd400d141c70 +413 489 1705257416818918600 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o 45865195ec3b696a +6 530 1705257416858916945 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o 35db12de82c11062 +4 539 1705257416870916449 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o b1870d013b62735e +480 545 1705257416874916283 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o 15bb0e1239f9df57 +4 573 1705257416902915125 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o 40d59d59a8e3ddc8 +175 617 1705257416946913304 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o a30d80ba7c3c6fa1 +574 641 1705257416970912311 libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt 6325405b7e3e96f7 +574 641 1705257416970912311 libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h 6325405b7e3e96f7 +574 641 1705257416970912311 /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt 6325405b7e3e96f7 +574 641 1705257416970912311 /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h 6325405b7e3e96f7 +3 676 1705257417006910822 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o 6e22c8a8f443ee9f +4 707 1705257417038909498 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o d8ba4279207acdb3 +3 923 1705257417254900561 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o 203a6c6696d0eee9 +399 958 1705257417286899237 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o 3098adaf270a33ea +184 992 1705257417322897749 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o 370e5f637b7412a0 +255 1098 1705257417430893279 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o 8f437ed3f47991dc +545 1206 1705257417538888812 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o 849b70999c51ee71 +539 1812 1705257418142863823 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o 9c971666eeb00a3a +5 1953 1705257418282858031 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o 2c65c7808b75064b +643 2143 1705257418474850087 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o ee604f726693b5ec +530 2213 1705257418542847273 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o 954014ebcef4aecb +1954 2244 1705257418562846446 libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a 61f46ca7155fa369 +959 2411 1705257418742838999 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o ffdedcddc4fc54a6 +302 2711 1705257419042826587 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o 3ade985e9ec4bc12 +2143 3029 1705257419358813513 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o 379a224b32c4db04 +618 3137 1705257419466809046 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o ab908b0b18a9b173 +707 3208 1705257419538806067 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o 8222480bc6271994 +3138 3270 1705257419598803583 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o 47f3305837164623 +3030 3282 1705257419610803088 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o c180002137c60b3c +3282 3389 1705257419718798620 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o 67cdd07fc4e0fcb6 +3271 3401 1705257419730798123 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o a026c32a01729510 +3390 3512 1705257419842793489 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o 6f224f781739a2e3 +3512 3618 1705257419950789021 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o add35239f1fe1e05 +3619 3781 1705257420110782401 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o bfb52657c0dc6b4c +3401 3793 1705257420122781904 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o eb70423d9e824dca +3794 3923 1705257420254776443 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o 456f7a759e2805f5 +489 3934 1705257420266775948 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o d863d6e73ce334ac +3923 4018 1705257420350772471 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o 24a9fbc77d6bc33b +3935 4130 1705257420454768169 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a 87319ee2cfd2028b +4019 4157 1705257420486766845 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o 33709e077d256673 +3781 4213 1705257420542764528 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o 9eacfd052e4e7eba +3208 4226 1705257420558763866 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o 1394d4ae85dcc950 +993 4314 1705257420646760226 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o 19facd5153bbeb65 +4226 4329 1705257420658759729 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o cd15ff0bb85b2430 +4213 4381 1705257420710757578 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o fef8950bfa8d4c16 +4317 4382 1705257420714757412 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o 84b0475b11b493fb +4381 4467 1705257420798753937 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o a50e9d6d57593d62 +4130 4743 1705257421070742684 libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt 8b893f05e6040a1f +4130 4743 1705257421070742684 /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt 8b893f05e6040a1f +4157 5444 1705257421774713558 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o 28db7448b705d1b6 +4382 5593 1705257421922707434 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o a765366190300783 +4329 6074 1705257422406687409 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o 3303e4800c85f3d3 +5444 6817 1705257423146656795 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o 9688430b5b66eddb +1812 7242 1705257423570639252 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o 7dbbbc9aae708fd3 +924 7400 1705257423730632632 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o 98326aebace376c2 +677 7451 1705257423778630646 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o 6e3f45f3dc12e269 +7451 7481 1705257423810629322 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o bbfd6f767a97715d +2411 7649 1705257423978622371 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o 375ecb8adb2a31bd +4467 8011 1705257424342607312 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o 654825d0e029ca35 +2711 8158 1705257424486601354 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o 7592987b2606707 +1098 8226 1705257424554598541 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o f04f2912385e97f3 +6817 8293 1705257424622595729 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o 3ee816200bfd11e0 +2244 8885 1705257425214571235 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o 1e57cb950c082d76 +7481 8908 1705257425238570242 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o 5cbde74b50e03af4 +1206 9136 1705257425466560810 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o a0d6b519269ef1ea +5593 9172 1705257425502559321 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o 63b272ff9b82824a +8226 9487 1705257425818546246 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o d1e95706501d48fc +6075 10035 1705257426366523574 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o cc3e37a4970259c9 +8158 10121 1705257426450520099 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o a661bdacde78963a +7400 10494 1705257426822504709 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o 4d418a8b297de028 +7242 10854 1705257427186489649 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o c062912dcd2674e1 +2214 10971 1705257427302484849 libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o 210bd2ec6e6f5e51 +7650 12981 1705257429310401773 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o 1edb7dfb62376900 +8293 24449 1705257440777927313 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o 739af71b0892c562 +8011 28316 1705257444645767283 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o aacae5fd64ac5b41 +7 639 1705257445969712505 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o aea6e247ac92ae55 +7 650 1705257445981712010 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o 9ebef5ee60ea399b +10 1413 1705257446741680566 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o bcb3c0398f02b828 +9 1764 1705257447093666003 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o 61e9dcb83b19abf1 +9 1807 1705257447137664182 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o cd99e81c1d08ded4 +1807 1827 1705257447157663356 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o 5b0bdebf904c52c5 +641 2427 1705257447757638531 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o ece19bb9ca1b93ee +651 2618 1705257447949630589 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o a650c7478e8429f6 +1413 3035 1705257448365613377 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o 98887fc6486beb08 +1765 3191 1705257448521606923 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o 79a11e87ebb77856 +1827 3225 1705257448553605599 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o 2db2f960791d325d +2429 4192 1705257449521565551 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o f355f7de4abf7a4d +2619 4277 1705257449605562074 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o 3f31dadae2464b56 +5 4388 1705257449717557441 CMakeFiles/gp_image_test.dir/src/main.cpp.o d2247c8eaef04c80 +3036 4486 1705257449817553304 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o 8e48c86fbf6e7b9c +3192 4525 1705257449853551814 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o b3cf3c49a7e81cb3 +8 4747 1705257450077542548 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o 6a079101b9e3fc25 +8 4858 1705257450185538078 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o c54151bea35a367f +8 5043 1705257450373530300 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o d782ce1f14374f33 +3226 5260 1705257450589521364 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o 981d8384c616d221 +8 5532 1705257450861510112 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o 26adf981521d12b8 +4193 5879 1705257451209495713 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o 694af9cb24ee1a6a +4487 6318 1705257451649477510 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o 6d81ae454745bccc +4278 6826 1705257452153456657 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o d38238edab56ea94 +4388 7358 1705257452689434482 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o 39ffe2e1a6cdf31b +6 7399 1705257452729432827 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o e06ff9e5f7467dba +4747 7530 1705257452857427531 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o de9f0c23cf31ad6a +5879 9186 1705257454513359019 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o 2a599fb0ec15b362 +4525 9197 1705257454525358521 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o 80a3363b63af276b +5043 9251 1705257454581356204 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o 33613a70ae869f22 +7399 9609 1705257454937341476 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o 9d91532ff25786f0 +6318 9768 1705257455097334856 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o fa44527056322fde +7359 9843 1705257455173331713 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o b5a21190fab50338 +7530 9904 1705257455233329229 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o 5bcce4c22ca7a129 +6827 9922 1705257455249328569 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o c6f7b58f9c7378c +9923 11111 1705257456441279252 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o 196359e49b357caa +6 11355 1705257456681269323 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o 8e68116ec6a40707 +9197 11412 1705257456741266841 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o 43acbeac37ac1486 +9252 11761 1705257457089252442 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o 24e872829233e52a +9609 12196 1705257457525234403 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o 4fd42b35cfe01432 +9905 12573 1705257457901218848 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o 71a559f3d810f58d +9774 12592 1705257457921218020 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o cb93c5f251788487 +9843 12944 1705257458273203458 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o 450a02d3facce430 +6 13742 1705257459069170525 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o ee8678306088a506 +12573 14104 1705257459433155465 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o a1421579b1cbba1c +5532 14133 1705257459449154803 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o 371f06eebd3b1d17 +11113 14134 1705257459461154306 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o 46e05c566f632d23 +12592 14336 1705257459665145866 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o e3259350f16e486 +11761 14397 1705257459725143385 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o eb3eb976e7fe5bc +11415 14470 1705257459797140406 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o 975125a63a065d56 +9186 14771 1705257460101127828 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o b7ee49e56dd4f4dc +5260 14861 1705257460189124187 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o 41c462300ee855cd +12945 15338 1705257460665104494 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o a73b33974b43886 +4858 15512 1705257460841097212 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o 245d3e24016b9443 +14470 15652 1705257460981091421 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o 2d99057d3f84661c +14339 15920 1705257461249080333 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o 6229f87d0fbb5b48 +14863 16502 1705257461829056337 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o 447f954b6371fb48 +16502 16601 1705257461929052198 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o 91af632465e42664 +14134 16710 1705257462037047731 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o 76bb6d9351c19ba5 +15654 16762 1705257462089045579 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o dd1cb84915fc6641 +14397 16887 1705257462217040284 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o f4fba3d3ad7e4fc5 +14774 16889 1705257462213040449 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o 999e80a04866669a +15921 16972 1705257462301036808 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o ae4545a4df50e9b2 +7 17224 1705257462549026547 libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o c791f2479130dcae +14133 17398 1705257462729019100 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o fdedddbd3ab6b9a0 +16762 17753 1705257463081004537 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o abc721714cfab90a +14106 18144 1705257463472988320 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o b2182578d37ea801 +17399 18149 1705257463476988153 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o 854fe805c3ea9a0b +16889 18164 1705257463492987492 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o a17256a33990e1d1 +12196 18639 1705257463968967798 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o 5c6c97a28011b32a +16887 18656 1705257463984967136 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o 30b135a5817a207e +11355 18792 1705257464120961511 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o 8a2ae2cdcef7bce1 +16710 18797 1705257464124961344 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o e35f48472a32b3c +18792 18895 1705257464224957208 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o 429c07745addf57a +16973 18967 1705257464296954229 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o 7d605eaa14208ebb +17225 19196 1705257464524944795 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o d018505fc62afda2 +15512 19334 1705257464660939170 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o a9ff78040dc86130 +16601 19452 1705257464780934205 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o 1cba1e8d8b6e75bb +18149 19770 1705257465100920965 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o 9900a53879f7909d +19770 19879 1705257465208916497 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o ec4af832bc82c491 +18895 20080 1705257465408908223 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o 930f0ee8fecb76a8 +18967 20254 1705257465580901107 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o 21db1d534737bebe +20083 20340 1705257465656897961 libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a 5e3491f3bb42050d +15340 20353 1705257465680896968 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o 92b6a102f3ad010d +18640 20590 1705257465916887205 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o d845d9a9209fb4c1 +20340 20648 1705257465976884722 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o 7c92b6039c9e0b3a +20353 20834 1705257466160877111 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o d7c1a3618a090d62 +18164 20907 1705257466236873965 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o cd6c226a9dd2be2d +19455 21111 1705257466440865526 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o 2ac1aca1ec647d7b +17754 21263 1705257466592859237 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o 1f3c10ecf5245b9e +19196 21267 1705257466596859072 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o 2104ecc78e74501e +20254 21348 1705257466676855762 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o d3fdb992cb359fdc +19879 21508 1705257466836849143 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o efba3602d44b296c +19334 21544 1705257466872847652 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o a603bcb5bd0f5baf +21113 21623 1705257466952844342 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o dbc53bb96b84298c +21544 21727 1705257467056840041 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o 44397edce0c6cd01 +20591 21834 1705257467164835571 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o 9102681744597c00 +20648 22261 1705257467588818031 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o e921c200bc9dbe58 +21508 22450 1705257467780810087 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o 383cbabcfe603bc6 +21834 22454 1705257467784809920 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o 39a8d8535a9e4497 +22451 22556 1705257467884805784 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o bc2b43749a2792f8 +22454 22556 1705257467884805784 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o dc99a32ca3decdb +21263 22660 1705257467988801481 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o 283928d73db48246 +22262 22715 1705257468044799164 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o 724cefe4956c73ef +20910 22924 1705257468252790558 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o 47f8878cf3307a73 +18658 22979 1705257468308788241 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o fcc102555ceae13e +21268 23098 1705257468428783276 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o 8ee4a200f49b4a16 +18797 23455 1705257468784768548 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o 69acd89c051f23a9 +21727 23616 1705257468944761928 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o 2f16f9560d93eb83 +13742 23929 1705257469256749021 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o cf59ff174e9ddcd6 +18148 25429 1705257470756686962 libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o b58677a6eabfdef2 +25429 25580 1705257470908680673 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 455ff3e867d08b44 +25581 25597 1705257470908680673 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 3384e89f8b1d14cf +25581 25597 1705257470908680673 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so 3384e89f8b1d14cf +20834 26066 1705257471392660649 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o 39c48d55033cc1c4 +21623 26261 1705257471588652540 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o 7c1fb93386c48f79 +21348 26737 1705257472068632680 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o c58f9bd95b917de9 +26737 26901 1705257472228626060 libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a 1ef1507fdc5a3960 +26901 27054 1705257472380619772 libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a 2582d8919b3ccd7b +27054 27191 1705257472520613980 gp_image_test 627b40e9bcf815e3 diff --git a/cmake-build-release/CMakeCache.txt b/cmake-build-release/CMakeCache.txt new file mode 100644 index 0000000..7105aa2 --- /dev/null +++ b/cmake-build-release/CMakeCache.txt @@ -0,0 +1,1761 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release +# 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 +######################## + +//The ALSA (asound) include directory +ALSA_INCLUDE_DIR:PATH=ALSA_INCLUDE_DIR-NOTFOUND + +//The ALSA (asound) library +ALSA_LIBRARY:FILEPATH=ALSA_LIBRARY-NOTFOUND + +//Enable ALSA backend +ALSOFT_BACKEND_ALSA:BOOL=ON + +//Enable CoreAudio backend +ALSOFT_BACKEND_COREAUDIO:BOOL=ON + +//Enable JACK backend +ALSOFT_BACKEND_JACK:BOOL=ON + +//Enable Oboe backend +ALSOFT_BACKEND_OBOE:BOOL=ON + +//Enable OpenSL backend +ALSOFT_BACKEND_OPENSL:BOOL=ON + +//Enable OSS backend +ALSOFT_BACKEND_OSS:BOOL=ON + +//Enable PipeWire backend +ALSOFT_BACKEND_PIPEWIRE:BOOL=ON + +//Enable PortAudio backend +ALSOFT_BACKEND_PORTAUDIO:BOOL=ON + +//Enable PulseAudio backend +ALSOFT_BACKEND_PULSEAUDIO:BOOL=ON + +//Enable SDL2 backend +ALSOFT_BACKEND_SDL2:BOOL=OFF + +//Enable SndIO backend +ALSOFT_BACKEND_SNDIO:BOOL=ON + +//Enable Solaris backend +ALSOFT_BACKEND_SOLARIS:BOOL=ON + +//Enable Wave Writer backend +ALSOFT_BACKEND_WAVE:BOOL=ON + +//Enable ARM NEON support +ALSOFT_CPUEXT_NEON:BOOL=ON + +//Enable SSE support +ALSOFT_CPUEXT_SSE:BOOL=ON + +//Enable SSE2 support +ALSOFT_CPUEXT_SSE2:BOOL=ON + +//Enable SSE3 support +ALSOFT_CPUEXT_SSE3:BOOL=ON + +//Enable SSE4.1 support +ALSOFT_CPUEXT_SSE4_1:BOOL=ON + +//Check for the dlopen API for loading optional libs +ALSOFT_DLOPEN:BOOL=ON + +//Enable legacy EAX extensions +ALSOFT_EAX:BOOL=OFF + +//Embed the HRTF data files (increases library footprint) +ALSOFT_EMBED_HRTF_DATA:BOOL=ON + +//Build example programs +ALSOFT_EXAMPLES:BOOL=ON + +//Install main library +ALSOFT_INSTALL:BOOL=ON + +//Install AmbDec preset files +ALSOFT_INSTALL_AMBDEC_PRESETS:BOOL=ON + +//Install alsoft.conf sample configuration file +ALSOFT_INSTALL_CONFIG:BOOL=ON + +//Install example programs (alplay, alstream, ...) +ALSOFT_INSTALL_EXAMPLES:BOOL=ON + +//Install HRTF data files +ALSOFT_INSTALL_HRTF_DATA:BOOL=ON + +//Install utility programs (openal-info, alsoft-config, ...) +ALSOFT_INSTALL_UTILS:BOOL=ON + +//Disable building the alsoft-config utility +ALSOFT_NO_CONFIG_UTIL:BOOL=OFF + +//Require ALSA backend +ALSOFT_REQUIRE_ALSA:BOOL=OFF + +//Require CoreAudio backend +ALSOFT_REQUIRE_COREAUDIO:BOOL=OFF + +//Require JACK backend +ALSOFT_REQUIRE_JACK:BOOL=OFF + +//Require ARM NEON support +ALSOFT_REQUIRE_NEON:BOOL=OFF + +//Require Oboe backend +ALSOFT_REQUIRE_OBOE:BOOL=OFF + +//Require OpenSL backend +ALSOFT_REQUIRE_OPENSL:BOOL=OFF + +//Require OSS backend +ALSOFT_REQUIRE_OSS:BOOL=OFF + +//Require PipeWire backend +ALSOFT_REQUIRE_PIPEWIRE:BOOL=OFF + +//Require PortAudio backend +ALSOFT_REQUIRE_PORTAUDIO:BOOL=OFF + +//Require PulseAudio backend +ALSOFT_REQUIRE_PULSEAUDIO:BOOL=OFF + +//Require RTKit/D-Bus support +ALSOFT_REQUIRE_RTKIT:BOOL=OFF + +//Require SDL2 backend +ALSOFT_REQUIRE_SDL2:BOOL=OFF + +//Require SndIO backend +ALSOFT_REQUIRE_SNDIO:BOOL=OFF + +//Require Solaris backend +ALSOFT_REQUIRE_SOLARIS:BOOL=OFF + +//Require SSE support +ALSOFT_REQUIRE_SSE:BOOL=OFF + +//Require SSE2 support +ALSOFT_REQUIRE_SSE2:BOOL=OFF + +//Require SSE3 support +ALSOFT_REQUIRE_SSE3:BOOL=OFF + +//Require SSE4.1 support +ALSOFT_REQUIRE_SSE4_1:BOOL=OFF + +//Enable RTKit support +ALSOFT_RTKIT:BOOL=ON + +//Search the installation data directory +ALSOFT_SEARCH_INSTALL_DATADIR:BOOL=OFF + +//Force -static-libgcc for static GCC runtimes +ALSOFT_STATIC_LIBGCC:BOOL=OFF + +//Static link libstdc++ +ALSOFT_STATIC_STDCXX:BOOL=OFF + +//Build test programs +ALSOFT_TESTS:BOOL=OFF + +//Update git build version info +ALSOFT_UPDATE_BUILD_VERSION:BOOL=ON + +//Build utility programs +ALSOFT_UTILS:BOOL=ON + +//Treat compile warnings as errors +ALSOFT_WERROR:BOOL=OFF + +//The AudioIO include directory +AUDIOIO_INCLUDE_DIR:PATH=AUDIOIO_INCLUDE_DIR-NOTFOUND + +//Path to a file. +AUDIOUNIT_INCLUDE_DIR:PATH=AUDIOUNIT_INCLUDE_DIR-NOTFOUND + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Disable blt::logging BLT_DEBUG macro +BLT_DISABLE_DEBUG:BOOL=OFF + +//Disable blt::logging BLT_ERROR macro +BLT_DISABLE_ERROR:BOOL=OFF + +//Disable blt::logging BLT_FATAL macro +BLT_DISABLE_FATAL:BOOL=OFF + +//Disable blt::logging BLT_INFO macro +BLT_DISABLE_INFO:BOOL=OFF + +//Disable blt::logging (all macros and will safely disable logging +// function!) +BLT_DISABLE_LOGGING:BOOL=OFF + +//Disable blt::logging BLT_TRACE macro +BLT_DISABLE_TRACE:BOOL=OFF + +//Disable blt::logging BLT_WARN macro +BLT_DISABLE_WARN:BOOL=OFF + +//Value Computed by CMake +BLT_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +BLT_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Value Computed by CMake +BLT_WITH_GRAPHICS_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template + +//Value Computed by CMake +BLT_WITH_GRAPHICS_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +BLT_WITH_GRAPHICS_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +//Path to a file. +BROTLIDEC_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +BROTLIDEC_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Build the BLT Graphics test set +BUILD_GRAPHICS_TESTS:BOOL=OFF + +//Build the BLT NBT + eNBT extension +BUILD_NBT:BOOL=ON + +//Build the BLT parsers +BUILD_PARSE:BOOL=ON + +//Build the BLT profiler extension +BUILD_PROFILING:BOOL=ON + +//Build shared libraries +BUILD_SHARED_LIBS:BOOL=OFF + +//Build the BLT standard utilities. +BUILD_STD:BOOL=ON + +//Build the BLT test set +BUILD_TESTS:BOOL=OFF + +//Path to a file. +BZIP2_INCLUDE_DIR:PATH=BZIP2_INCLUDE_DIR-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_RELEASE:FILEPATH=BZIP2_LIBRARY_RELEASE-NOTFOUND + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=Release + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//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 + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//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 + +//Library postfix for debug builds. Normally left blank. +CMAKE_DEBUG_POSTFIX:STRING= + +//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= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja + +//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=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/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=gp_image_test + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.9.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=9 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/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=/usr/bin/strip + +//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 + +//Path to a library. +COREAUDIO_FRAMEWORK:FILEPATH=COREAUDIO_FRAMEWORK-NOTFOUND + +//Enable to build RPM source packages +CPACK_SOURCE_RPM:BOOL=OFF + +//Enable to build TBZ2 source packages +CPACK_SOURCE_TBZ2:BOOL=ON + +//Enable to build TGZ source packages +CPACK_SOURCE_TGZ:BOOL=ON + +//Enable to build TXZ source packages +CPACK_SOURCE_TXZ:BOOL=ON + +//Enable to build TZ source packages +CPACK_SOURCE_TZ:BOOL=ON + +//Enable to build ZIP source packages +CPACK_SOURCE_ZIP:BOOL=OFF + +//Path to a file. +DBus1_ARCH_INCLUDE_DIR:PATH=/usr/lib/x86_64-linux-gnu/dbus-1.0/include + +//The directory containing a CMake configuration file for DBus1. +DBus1_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/DBus1 + +//Path to a file. +DBus1_INCLUDE_DIR:PATH=/usr/include/dbus-1.0 + +//Path to a library. +DBus1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=OFF + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + +//Disable support of compressed WOFF2 fonts. +FT_DISABLE_BROTLI:BOOL=OFF + +//Disable support of bzip2 compressed fonts. +FT_DISABLE_BZIP2:BOOL=OFF + +//Disable HarfBuzz (used for improving auto-hinting of OpenType +// fonts). +FT_DISABLE_HARFBUZZ:BOOL=OFF + +//Disable support of PNG compressed OpenType embedded bitmaps. +FT_DISABLE_PNG:BOOL=OFF + +//Disable use of system zlib and use internal zlib library instead. +FT_DISABLE_ZLIB:BOOL=OFF + +//Enable support for meaningful error descriptions. +FT_ENABLE_ERROR_STRINGS:BOOL=OFF + +//Require support of compressed WOFF2 fonts. +FT_REQUIRE_BROTLI:BOOL=OFF + +//Require support of bzip2 compressed fonts. +FT_REQUIRE_BZIP2:BOOL=OFF + +//Require HarfBuzz for improving auto-hinting of OpenType fonts. +FT_REQUIRE_HARFBUZZ:BOOL=OFF + +//Require support of PNG compressed OpenType embedded bitmaps. +FT_REQUIRE_PNG:BOOL=OFF + +//Require system zlib instead of internal zlib library. +FT_REQUIRE_ZLIB:BOOL=OFF + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=OFF + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=OFF + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=OFF + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Path to a file. +HarfBuzz_INCLUDE_DIR:PATH=/usr/include/harfbuzz + +//Path to a library. +HarfBuzz_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//The JACK include directory +JACK_INCLUDE_DIR:PATH=JACK_INCLUDE_DIR-NOTFOUND + +//The JACK library +JACK_LIBRARY:FILEPATH=JACK_LIBRARY-NOTFOUND + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The MySOFA include directory +MYSOFA_INCLUDE_DIR:PATH=MYSOFA_INCLUDE_DIR-NOTFOUND + +//The MySOFA library +MYSOFA_LIBRARY:FILEPATH=MYSOFA_LIBRARY-NOTFOUND + +//The math library for MySOFA +MYSOFA_M_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The OpenSL Android include directory +OPENSL_ANDROID_INCLUDE_DIR:PATH=OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND + +//The OpenSL include directory +OPENSL_INCLUDE_DIR:PATH=OPENSL_INCLUDE_DIR-NOTFOUND + +//The OpenSL library +OPENSL_LIBRARY:FILEPATH=OPENSL_LIBRARY-NOTFOUND + +//The OSS include directory +OSS_INCLUDE_DIR:PATH=/usr/include/x86_64-linux-gnu + +//Optional OSS library +OSS_LIBRARY:FILEPATH=OSS_LIBRARY-NOTFOUND + +//Value Computed by CMake +OpenAL_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Value Computed by CMake +OpenAL_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +OpenAL_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +PNG_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libpng.so + +//Path to a file. +PNG_PNG_INCLUDE_DIR:PATH=/usr/include + +//The PortAudio include directory +PORTAUDIO_INCLUDE_DIR:PATH=PORTAUDIO_INCLUDE_DIR-NOTFOUND + +//The PortAudio library +PORTAUDIO_LIBRARY:FILEPATH=PORTAUDIO_LIBRARY-NOTFOUND + +//The PulseAudio include directory +PULSEAUDIO_INCLUDE_DIR:PATH=PULSEAUDIO_INCLUDE_DIR-NOTFOUND + +//The PulseAudio library +PULSEAUDIO_LIBRARY:FILEPATH=PULSEAUDIO_LIBRARY-NOTFOUND + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=Qt5Widgets_DIR-NOTFOUND + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.a + +//The directory containing a CMake configuration file for SDL2. +SDL2_DIR:PATH=SDL2_DIR-NOTFOUND + +//Path to a file. +SNDFILE_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +SNDFILE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libsndfile.so + +//The SoundIO include directory +SOUNDIO_INCLUDE_DIR:PATH=SOUNDIO_INCLUDE_DIR-NOTFOUND + +//The SoundIO library +SOUNDIO_LIBRARY:FILEPATH=SOUNDIO_LIBRARY-NOTFOUND + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=X11_X11_xcb_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=X11_X11_xcb_LIB-NOTFOUND + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=X11_Xaw_LIB-NOTFOUND + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=X11_Xdamage_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=X11_Xss_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xss_LIB:FILEPATH=X11_Xss_LIB-NOTFOUND + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=X11_Xtst_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xtst_LIB:FILEPATH=X11_Xtst_LIB-NOTFOUND + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=X11_Xxf86vm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=X11_Xxf86vm_LIB-NOTFOUND + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=X11_xcb_icccm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=X11_xcb_icccm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=X11_xcb_keysyms_LIB-NOTFOUND + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=X11_xcb_randr_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=X11_xcb_randr_LIB-NOTFOUND + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=X11_xcb_util_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=X11_xcb_util_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=X11_xcb_xfixes_LIB-NOTFOUND + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=X11_xcb_xkb_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=X11_xcb_xtest_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=X11_xcb_xtest_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=X11_xkbcommon_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=X11_xkbcommon_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=X11_xkbcommon_X11_LIB-NOTFOUND + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=X11_xkbfile_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=X11_xkbfile_LIB-NOTFOUND + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so + +//Value Computed by CMake +alsoft-config_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +alsoft-config_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +alsoft-config_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +freetype_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +freetype_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +freetype_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so; + +//Value Computed by CMake +freetype_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +gp_image_test_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + +//Value Computed by CMake +gp_image_test_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +gp_image_test_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test + +//Path to a library. +pkgcfg_lib_PC_BROTLIDEC_brotlidec:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Path to a library. +pkgcfg_lib_PC_DBUS1_dbus-1:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Path to a library. +pkgcfg_lib_PC_HARFBUZZ_harfbuzz:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//Path to a library. +pkgcfg_lib_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: ALSA_INCLUDE_DIR +ALSA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ALSA_LIBRARY +ALSA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AUDIOIO_INCLUDE_DIR +AUDIOIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_INCLUDE_DIRS +BROTLIDEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_LIBRARIES +BROTLIDEC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_INCLUDE_DIR +BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG +BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE +BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release +//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=25 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION: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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//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 +CMAKE_C_COMPILER-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 +//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=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/Documents/code/c++/gp_image_test +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-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=8 +//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-3.25 +//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 +//ADVANCED property for variable: CPACK_SOURCE_RPM +CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TBZ2 +CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TGZ +CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TXZ +CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TZ +CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_ZIP +CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_INCLUDE_DIR +DBus1_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_LIBRARY +DBus1_LIBRARY-ADVANCED:INTERNAL=1 +//Details about finding BrotliDec +FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()] +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.39.2()] +//Details about finding HarfBuzz +FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz:INTERNAL=[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)] +//Details about finding OSS +FIND_PACKAGE_MESSAGE_DETAILS_OSS:INTERNAL=[/usr/include/x86_64-linux-gnu][v()] +//Details about finding PNG +FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()] +//Details about finding PkgConfig +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()] +//Details about finding SndFile +FIND_PACKAGE_MESSAGE_DETAILS_SndFile:INTERNAL=[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()] +//Details about finding ZLIB +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Have include arm_neon.h +HAVE_ARM_NEON_H:INTERNAL= +//Have include cpuid.h +HAVE_CPUID_H:INTERNAL=1 +//Have include dlfcn.h +HAVE_DLFCN_H:INTERNAL=1 +//Have include emmintrin.h +HAVE_EMMINTRIN_H:INTERNAL=1 +//Have include fcntl.h +HAVE_FCNTL_H:INTERNAL=1 +//Test HAVE_FNO_MATH_ERRNO +HAVE_FNO_MATH_ERRNO:INTERNAL=1 +//Test HAVE_GCC_GET_CPUID +HAVE_GCC_GET_CPUID:INTERNAL=1 +//Test HAVE_GCC_PROTECTED_VISIBILITY +HAVE_GCC_PROTECTED_VISIBILITY:INTERNAL=1 +//Have symbol getopt +HAVE_GETOPT:INTERNAL=1 +//Have include guiddef.h +HAVE_GUIDDEF_H:INTERNAL= +//Have include initguid.h +HAVE_INITGUID_H:INTERNAL= +//Have include intrin.h +HAVE_INTRIN_H:INTERNAL= +//Test HAVE_LIBATOMIC +HAVE_LIBATOMIC:INTERNAL=1 +//Have library dl +HAVE_LIBDL:INTERNAL=1 +//Have library m +HAVE_LIBM:INTERNAL=1 +//Have library rt +HAVE_LIBRT:INTERNAL=1 +//Have include malloc.h +HAVE_MALLOC_H:INTERNAL=1 +//Test HAVE_MSSE2_SWITCH +HAVE_MSSE2_SWITCH:INTERNAL=1 +//Have include pmmintrin.h +HAVE_PMMINTRIN_H:INTERNAL=1 +//Have symbol posix_memalign +HAVE_POSIX_MEMALIGN_DEFAULT:INTERNAL=1 +//Have symbol proc_pidpath +HAVE_PROC_PIDPATH:INTERNAL= +//Test HAVE_PTHREAD +HAVE_PTHREAD:INTERNAL=1 +//Have include pthread.h +HAVE_PTHREAD_H:INTERNAL=1 +//Have includes pthread.h;pthread_np.h +HAVE_PTHREAD_NP_H:INTERNAL= +//Have symbol pthread_setname_np +HAVE_PTHREAD_SETNAME_NP:INTERNAL= +//Have symbol pthread_setschedparam +HAVE_PTHREAD_SETSCHEDPARAM:INTERNAL=1 +//Have symbol pthread_set_name_np +HAVE_PTHREAD_SET_NAME_NP:INTERNAL= +//Have include smmintrin.h +HAVE_SMMINTRIN_H:INTERNAL=1 +//Test HAVE_SSE_INTRINSICS +HAVE_SSE_INTRINSICS:INTERNAL=1 +//Test HAVE_STDC_FORMAT_MACROS +HAVE_STDC_FORMAT_MACROS:INTERNAL=1 +//Have include unistd.h +HAVE_UNISTD_H:INTERNAL=1 +//Test HAVE_WNO_CXX20_ATTR_EXT +HAVE_WNO_CXX20_ATTR_EXT:INTERNAL=1 +//Have include xmmintrin.h +HAVE_XMMINTRIN_H:INTERNAL=1 +//Test HAVE___RESTRICT +HAVE___RESTRICT:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_INCLUDE_DIR +HarfBuzz_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_LIBRARY +HarfBuzz_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_INCLUDE_DIR +JACK_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_LIBRARY +JACK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_INCLUDE_DIR +MYSOFA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_LIBRARY +MYSOFA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_ANDROID_INCLUDE_DIR +OPENSL_ANDROID_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_INCLUDE_DIR +OPENSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_LIBRARY +OPENSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_INCLUDE_DIR +OSS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_LIBRARY +OSS_LIBRARY-ADVANCED:INTERNAL=1 +PC_BROTLIDEC_CFLAGS:INTERNAL= +PC_BROTLIDEC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_FOUND:INTERNAL=1 +PC_BROTLIDEC_INCLUDEDIR:INTERNAL=/usr/include +PC_BROTLIDEC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec +PC_BROTLIDEC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBRARIES:INTERNAL=brotlidec +PC_BROTLIDEC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBS:INTERNAL= +PC_BROTLIDEC_LIBS_L:INTERNAL= +PC_BROTLIDEC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_MODULE_NAME:INTERNAL=libbrotlidec +PC_BROTLIDEC_PREFIX:INTERNAL=/usr +PC_BROTLIDEC_STATIC_CFLAGS:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon +PC_BROTLIDEC_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBDIR:INTERNAL= +PC_BROTLIDEC_STATIC_LIBRARIES:INTERNAL=brotlidec;brotlicommon +PC_BROTLIDEC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_STATIC_LIBS:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_L:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_VERSION:INTERNAL=1.0.9 +PC_BROTLIDEC_libbrotlidec_INCLUDEDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_LIBDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_PREFIX:INTERNAL= +PC_BROTLIDEC_libbrotlidec_VERSION:INTERNAL= +PC_BZIP2_CFLAGS:INTERNAL= +PC_BZIP2_CFLAGS_I:INTERNAL= +PC_BZIP2_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_FOUND:INTERNAL= +PC_BZIP2_INCLUDEDIR:INTERNAL= +PC_BZIP2_LIBDIR:INTERNAL= +PC_BZIP2_LIBS:INTERNAL= +PC_BZIP2_LIBS_L:INTERNAL= +PC_BZIP2_LIBS_OTHER:INTERNAL= +PC_BZIP2_LIBS_PATHS:INTERNAL= +PC_BZIP2_MODULE_NAME:INTERNAL= +PC_BZIP2_PREFIX:INTERNAL= +PC_BZIP2_STATIC_CFLAGS:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_I:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBDIR:INTERNAL= +PC_BZIP2_STATIC_LIBS:INTERNAL= +PC_BZIP2_STATIC_LIBS_L:INTERNAL= +PC_BZIP2_STATIC_LIBS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBS_PATHS:INTERNAL= +PC_BZIP2_VERSION:INTERNAL= +PC_BZIP2_bzip2_INCLUDEDIR:INTERNAL= +PC_BZIP2_bzip2_LIBDIR:INTERNAL= +PC_BZIP2_bzip2_PREFIX:INTERNAL= +PC_BZIP2_bzip2_VERSION:INTERNAL= +PC_DBUS1_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_CFLAGS_I:INTERNAL= +PC_DBUS1_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_FOUND:INTERNAL=1 +PC_DBUS1_INCLUDEDIR:INTERNAL=/usr/include +PC_DBUS1_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1 +PC_DBUS1_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBRARIES:INTERNAL=dbus-1 +PC_DBUS1_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBS:INTERNAL= +PC_DBUS1_LIBS_L:INTERNAL= +PC_DBUS1_LIBS_OTHER:INTERNAL= +PC_DBUS1_LIBS_PATHS:INTERNAL= +PC_DBUS1_MODULE_NAME:INTERNAL=dbus-1 +PC_DBUS1_PREFIX:INTERNAL=/usr +PC_DBUS1_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_CFLAGS_I:INTERNAL= +PC_DBUS1_STATIC_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd +PC_DBUS1_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBDIR:INTERNAL= +PC_DBUS1_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd +PC_DBUS1_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_STATIC_LIBS:INTERNAL= +PC_DBUS1_STATIC_LIBS_L:INTERNAL= +PC_DBUS1_STATIC_LIBS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBS_PATHS:INTERNAL= +PC_DBUS1_VERSION:INTERNAL=1.14.10 +PC_DBUS1_dbus-1_INCLUDEDIR:INTERNAL= +PC_DBUS1_dbus-1_LIBDIR:INTERNAL= +PC_DBUS1_dbus-1_PREFIX:INTERNAL= +PC_DBUS1_dbus-1_VERSION:INTERNAL= +PC_HARFBUZZ_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_FOUND:INTERNAL=1 +PC_HARFBUZZ_INCLUDEDIR:INTERNAL=/usr/include +PC_HARFBUZZ_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz +PC_HARFBUZZ_LDFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBRARIES:INTERNAL=harfbuzz +PC_HARFBUZZ_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBS:INTERNAL= +PC_HARFBUZZ_LIBS_L:INTERNAL= +PC_HARFBUZZ_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_MODULE_NAME:INTERNAL=harfbuzz +PC_HARFBUZZ_PREFIX:INTERNAL=/usr +PC_HARFBUZZ_STATIC_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_STATIC_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8 +PC_HARFBUZZ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL= +PC_HARFBUZZ_STATIC_LIBRARIES:INTERNAL=harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8 +PC_HARFBUZZ_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_STATIC_LIBS:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_L:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_VERSION:INTERNAL=6.0.0 +PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL= +PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL= +PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_CFLAGS_I:INTERNAL= +PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_FOUND:INTERNAL=1 +PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include +PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBS:INTERNAL= +PIPEWIRE_LIBS_L:INTERNAL= +PIPEWIRE_LIBS_OTHER:INTERNAL= +PIPEWIRE_LIBS_PATHS:INTERNAL= +PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 +PIPEWIRE_PREFIX:INTERNAL=/usr +PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= +PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBDIR:INTERNAL= +PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_STATIC_LIBS:INTERNAL= +PIPEWIRE_STATIC_LIBS_L:INTERNAL= +PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= +PIPEWIRE_VERSION:INTERNAL=0.3.65 +PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= +PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_DEBUG +PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_RELEASE +PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR +PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_INCLUDE_DIR +PORTAUDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_LIBRARY +PORTAUDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_INCLUDE_DIR +SNDFILE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_LIBRARY +SNDFILE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_INCLUDE_DIR +SOUNDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_LIBRARY +SOUNDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_PC_BROTLIDEC:INTERNAL=QUIET;libbrotlidec +__pkg_config_arguments_PC_DBUS1:INTERNAL=QUIET;dbus-1 +__pkg_config_arguments_PC_HARFBUZZ:INTERNAL=QUIET;harfbuzz +__pkg_config_arguments_PIPEWIRE:INTERNAL=libpipewire-0.3>=0.3.23 +__pkg_config_checked_PC_BROTLIDEC:INTERNAL=1 +__pkg_config_checked_PC_BZIP2:INTERNAL=1 +__pkg_config_checked_PC_DBUS1:INTERNAL=1 +__pkg_config_checked_PC_HARFBUZZ:INTERNAL=1 +__pkg_config_checked_PIPEWIRE:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_BROTLIDEC_brotlidec +pkgcfg_lib_PC_BROTLIDEC_brotlidec-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_DBUS1_dbus-1 +pkgcfg_lib_PC_DBUS1_dbus-1-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_HARFBUZZ_harfbuzz +pkgcfg_lib_PC_HARFBUZZ_harfbuzz-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PIPEWIRE_pipewire-0.3 +pkgcfg_lib_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu + diff --git a/cmake-build-release/CMakeFiles/3.25.1/CMakeCCompiler.cmake b/cmake-build-release/CMakeFiles/3.25.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..14ce679 --- /dev/null +++ b/cmake-build-release/CMakeFiles/3.25.1/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "12.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;c_std_17;c_std_23") +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_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-release/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake b/cmake-build-release/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..1be14a5 --- /dev/null +++ b/cmake-build-release/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;cxx_std_23") +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_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +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 "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-release/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin b/cmake-build-release/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..f38c8e7 Binary files /dev/null and b/cmake-build-release/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/cmake-build-release/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-release/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..60578f9 Binary files /dev/null and b/cmake-build-release/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-release/CMakeFiles/3.25.1/CMakeSystem.cmake b/cmake-build-release/CMakeFiles/3.25.1/CMakeSystem.cmake new file mode 100644 index 0000000..8e69a26 --- /dev/null +++ b/cmake-build-release/CMakeFiles/3.25.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-release/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..a83e378 --- /dev/null +++ b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,868 @@ +#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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake-build-release/CMakeFiles/3.25.1/CompilerIdC/a.out b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdC/a.out new file mode 100755 index 0000000..2842992 Binary files /dev/null and b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdC/a.out differ diff --git a/cmake-build-release/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..c9ba632 --- /dev/null +++ b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,857 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef 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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-release/CMakeFiles/3.25.1/CompilerIdCXX/a.out b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..af69ab5 Binary files /dev/null and b/cmake-build-release/CMakeFiles/3.25.1/CompilerIdCXX/a.out differ diff --git a/cmake-build-release/CMakeFiles/CMakeError.log b/cmake-build-release/CMakeFiles/CMakeError.log new file mode 100644 index 0000000..826c880 --- /dev/null +++ b/cmake-build-release/CMakeFiles/CMakeError.log @@ -0,0 +1,162 @@ +Determining if the include file arm_neon.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Jx9Itn + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_bcd73 && [1/2] Building C object CMakeFiles/cmTC_bcd73.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_bcd73.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_bcd73.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Jx9Itn/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Jx9Itn/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file intrin.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-J7rzaH + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e2480 && [1/2] Building C object CMakeFiles/cmTC_e2480.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_e2480.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_e2480.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-J7rzaH/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-J7rzaH/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory + 1 | #include + | ^~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file guiddef.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-7VyZOD + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_6d237 && [1/2] Building C object CMakeFiles/cmTC_6d237.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_6d237.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_6d237.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-7VyZOD/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-7VyZOD/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file initguid.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-IusE3E + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ac377 && [1/2] Building C object CMakeFiles/cmTC_ac377.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_ac377.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_ac377.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-IusE3E/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-IusE3E/CheckIncludeFile.c:1:10: fatal error: initguid.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the proc_pidpath exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-WT4Iod + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_2550b && [1/2] Building C object CMakeFiles/cmTC_2550b.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_2550b.dir/CheckSymbolExists.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_2550b.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-WT4Iod/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-WT4Iod/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory + 2 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef proc_pidpath + return ((int*)(&proc_pidpath))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if files pthread.h;pthread_np.h exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-MSmUAK + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_f5800 && [1/2] Building C object CMakeFiles/cmTC_f5800.dir/HAVE_PTHREAD_NP_H.c.o +FAILED: CMakeFiles/cmTC_f5800.dir/HAVE_PTHREAD_NP_H.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_f5800.dir/HAVE_PTHREAD_NP_H.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-MSmUAK/HAVE_PTHREAD_NP_H.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-MSmUAK/HAVE_PTHREAD_NP_H.c:3:10: fatal error: pthread_np.h: No such file or directory + 3 | #include + | ^~~~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +Source: +/* */ +#include +#include + + +int main(void){return 0;} + +Determining if the pthread_setname_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-0hFauG + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_df1df && [1/2] Building C object CMakeFiles/cmTC_df1df.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_df1df.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_df1df.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-0hFauG/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-0hFauG/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-0hFauG/CheckSymbolExists.c:8:19: error: ‘pthread_setname_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_setname_np))[argc]; + | ^~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-0hFauG/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setname_np + return ((int*)(&pthread_setname_np))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the pthread_set_name_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-KZZ8XT + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0f7d5 && [1/2] Building C object CMakeFiles/cmTC_0f7d5.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_0f7d5.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_0f7d5.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-KZZ8XT/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-KZZ8XT/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-KZZ8XT/CheckSymbolExists.c:8:19: error: ‘pthread_set_name_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_set_name_np))[argc]; + | ^~~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-KZZ8XT/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_set_name_np + return ((int*)(&pthread_set_name_np))[argc]; +#else + (void)argc; + return 0; +#endif +} diff --git a/cmake-build-release/CMakeFiles/CMakeOutput.log b/cmake-build-release/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..8ec7be4 --- /dev/null +++ b/cmake-build-release/CMakeFiles/CMakeOutput.log @@ -0,0 +1,798 @@ +The system is: Linux - 6.1.0-16-amd64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/3.25.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/3.25.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-9fjDYq + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e9794 && [1/2] Building C object CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e9794.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_e9794.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccRmdWok.s +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e9794.dir/' + as -v --64 -o CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o /tmp/ccRmdWok.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.' +[2/2] Linking C executable cmTC_e9794 +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e9794' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e9794.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWsTBDe.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e9794 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e9794' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e9794.' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-9fjDYq] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e9794 && [1/2] Building C object CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e9794.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_e9794.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccRmdWok.s] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e9794.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o /tmp/ccRmdWok.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] Linking C executable cmTC_e9794] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e9794' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e9794.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccWsTBDe.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e9794 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccWsTBDe.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_e9794] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_e9794.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-h5A2ja + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e364b && [1/2] Building CXX object CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e364b.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e364b.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccFLfBTh.s +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/12 + /usr/include/x86_64-linux-gnu/c++/12 + /usr/include/c++/12/backward + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e364b.dir/' + as -v --64 -o CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccFLfBTh.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.' +[2/2] Linking CXX executable cmTC_e364b +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e364b' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e364b.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9ZnjC7.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e364b /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e364b' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e364b.' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/12] + add: [/usr/include/x86_64-linux-gnu/c++/12] + add: [/usr/include/c++/12/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/12] ==> [/usr/include/c++/12] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/12] ==> [/usr/include/x86_64-linux-gnu/c++/12] + collapse include dir [/usr/include/c++/12/backward] ==> [/usr/include/c++/12/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-h5A2ja] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e364b && [1/2] Building CXX object CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e364b.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e364b.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccFLfBTh.s] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/12] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/12] + ignore line: [ /usr/include/c++/12/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e364b.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccFLfBTh.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] Linking CXX executable cmTC_e364b] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e364b' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e364b.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cc9ZnjC7.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e364b /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc9ZnjC7.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_e364b] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_e364b.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-MlchEV + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_1ca33 && [1/2] Building C object CMakeFiles/cmTC_1ca33.dir/src.c.o +[2/2] Linking C executable cmTC_1ca33 + + +Source file was: +#include + +static void* test_func(void* data) +{ + return data; +} + +int main(void) +{ + pthread_t thread; + pthread_create(&thread, NULL, test_func, NULL); + pthread_detach(thread); + pthread_cancel(thread); + pthread_join(thread, NULL); + pthread_atfork(NULL, NULL, NULL); + pthread_exit(NULL); + + return 0; +} + + +Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-aZAaLv + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_11f68 && [1/2] Building C object CMakeFiles/cmTC_11f68.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_11f68 + + + +Determining if the function gethostbyname exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-rj4w7A + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_bb15a && [1/2] Building C object CMakeFiles/cmTC_bb15a.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_bb15a + + + +Determining if the function connect exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-PezPfO + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e71c3 && [1/2] Building C object CMakeFiles/cmTC_e71c3.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_e71c3 + + + +Determining if the function remove exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-fiqdv8 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e7111 && [1/2] Building C object CMakeFiles/cmTC_e7111.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_e7111 + + + +Determining if the function shmat exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-JvIVw7 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_2cd48 && [1/2] Building C object CMakeFiles/cmTC_2cd48.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_2cd48 + + + +Determining if the function IceConnectionNumber exists in the ICE passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-wyxeZI + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_2155b && [1/2] Building C object CMakeFiles/cmTC_2155b.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_2155b + + + +Performing C++ SOURCE FILE Test HAVE_STDC_FORMAT_MACROS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-pbrSXr + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_2f2ad && [1/2] Building CXX object CMakeFiles/cmTC_2f2ad.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_2f2ad + + +Source file was: +#include +#include +int main() +{ + int64_t i64{}; + std::printf("%" PRId64, i64); +} + +Determining if the posix_memalign exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-s2vTqZ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e60fe && [1/2] Building C object CMakeFiles/cmTC_e60fe.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_e60fe + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef posix_memalign + return ((int*)(&posix_memalign))[argc]; +#else + (void)argc; + return 0; +#endif +} +Performing C++ SOURCE FILE Test HAVE___RESTRICT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Gmh6bP + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_be75f && [1/2] Building CXX object CMakeFiles/cmTC_be75f.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_be75f + + +Source file was: +int *__restrict foo; +int main() { return 0; } + +Performing C++ SOURCE FILE Test HAVE_LIBATOMIC succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-72jHcM + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_563ff && [1/2] Building CXX object CMakeFiles/cmTC_563ff.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_563ff + + +Source file was: +#include +std::atomic foo{0}; +int main() { return foo.fetch_add(2); } + +Performing C++ SOURCE FILE Test HAVE_WNO_CXX20_ATTR_EXT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-BgyPZ3 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ff1df && [1/2] Building CXX object CMakeFiles/cmTC_ff1df.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_ff1df + + +Source file was: +int main() { return 0; } + +Performing C SOURCE FILE Test HAVE_FNO_MATH_ERRNO succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-bzyHAJ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_99147 && [1/2] Building C object CMakeFiles/cmTC_99147.dir/src.c.o +[2/2] Linking C executable cmTC_99147 + + +Source file was: +int main(void) { return 0; } + +Performing C SOURCE FILE Test HAVE_GCC_PROTECTED_VISIBILITY succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-ecSz4K + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_3e0a5 && [1/2] Building C object CMakeFiles/cmTC_3e0a5.dir/src.c.o +[2/2] Linking C executable cmTC_3e0a5 + + +Source file was: +int foo() __attribute__((visibility("protected"))); + int main() {return 0;} + +Performing C SOURCE FILE Test HAVE_MSSE2_SWITCH succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-nOr3Sh + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_4c756 && [1/2] Building C object CMakeFiles/cmTC_4c756.dir/src.c.o +[2/2] Linking C executable cmTC_4c756 + + +Source file was: +int main(void) { return 0; } + +Determining if the include file xmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-uem4QY + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_cffd0 && [1/2] Building C object CMakeFiles/cmTC_cffd0.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_cffd0 + + + +Determining if the include file emmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-zwxkbk + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0b6ff && [1/2] Building C object CMakeFiles/cmTC_0b6ff.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_0b6ff + + + +Determining if the include file pmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-vF9wtp + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_15316 && [1/2] Building C object CMakeFiles/cmTC_15316.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_15316 + + + +Determining if the include file smmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-VgIxc6 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_45dc3 && [1/2] Building C object CMakeFiles/cmTC_45dc3.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_45dc3 + + + +Performing C SOURCE FILE Test HAVE_SSE_INTRINSICS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-9EpxWv + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_19cf9 && [1/2] Building C object CMakeFiles/cmTC_19cf9.dir/src.c.o +[2/2] Linking C executable cmTC_19cf9 + + +Source file was: +#include + int main() {_mm_pause(); return 0;} + +Determining if the include file malloc.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-enC1Nk + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ece3b && [1/2] Building C object CMakeFiles/cmTC_ece3b.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_ece3b + + + +Determining if the include file cpuid.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-tJBUKe + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_10542 && [1/2] Building C object CMakeFiles/cmTC_10542.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_10542 + + + +Determining if the function pow exists in the m passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-bM9Ndz + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_de465 && [1/2] Building C object CMakeFiles/cmTC_de465.dir/CheckFunctionExists.c.o +: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-bM9Ndz/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ + 7 | CHECK_FUNCTION_EXISTS(void); + | ^~~~~~~~~~~~~~~~~~~~~ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-bM9Ndz/CheckFunctionExists.c:1:1: note: ‘pow’ is declared in header ‘’ + +++ |+#include + 1 | #ifdef CHECK_FUNCTION_EXISTS +[2/2] Linking C executable cmTC_de465 + + + +Determining if the function clock_gettime exists in the rt passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-UZ8Uuj + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d4fb8 && [1/2] Building C object CMakeFiles/cmTC_d4fb8.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_d4fb8 + + + +Determining if the include file dlfcn.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-PRlpcO + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_aaca8 && [1/2] Building C object CMakeFiles/cmTC_aaca8.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_aaca8 + + + +Determining if the function dlopen exists in the dl passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-1QWlc2 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_011f9 && [1/2] Building C object CMakeFiles/cmTC_011f9.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_011f9 + + + +Performing C SOURCE FILE Test HAVE_GCC_GET_CPUID succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-RIQ4qZ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_f56e1 && [1/2] Building C object CMakeFiles/cmTC_f56e1.dir/src.c.o +[2/2] Linking C executable cmTC_f56e1 + + +Source file was: +#include + int main() + { + unsigned int eax, ebx, ecx, edx; + return __get_cpuid(0, &eax, &ebx, &ecx, &edx); + } + +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-WZB9WM + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_59461 && [1/2] Building C object CMakeFiles/cmTC_59461.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_59461 + + + +Performing C SOURCE FILE Test HAVE_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-Bpl1Vy + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e665a && [1/2] Building C object CMakeFiles/cmTC_e665a.dir/src.c.o +[2/2] Linking C executable cmTC_e665a + + +Source file was: +int main(void) { return 0; } + +Determining if the pthread_setschedparam exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-xzPTPq + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_807c9 && [1/2] Building C object CMakeFiles/cmTC_807c9.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_807c9 + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setschedparam + return ((int*)(&pthread_setschedparam))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the getopt exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-sEsBYn + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_c71b8 && [1/2] Building C object CMakeFiles/cmTC_c71b8.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_c71b8 + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef getopt + return ((int*)(&getopt))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the include file unistd.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-UagzZo + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_5c615 && [1/2] Building C object CMakeFiles/cmTC_5c615.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_5c615 + + + +Determining if the include file fcntl.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/CMakeScratch/TryCompile-ZCFAJ1 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_3c949 && [1/2] Building C object CMakeFiles/cmTC_3c949.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_3c949 + + + diff --git a/cmake-build-release/CMakeFiles/TargetDirectories.txt b/cmake-build-release/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..8966571 --- /dev/null +++ b/cmake-build-release/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,88 @@ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/gp_image_test.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.dir diff --git a/cmake-build-release/CMakeFiles/clion-Release-log.txt b/cmake-build-release/CMakeFiles/clion-Release-log.txt new file mode 100644 index 0000000..e76f81d --- /dev/null +++ b/cmake-build-release/CMakeFiles/clion-Release-log.txt @@ -0,0 +1,51 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_MAKE_PROGRAM=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -G Ninja -S /home/brett/Documents/code/c++/gp_image_test -B /home/brett/Documents/code/c++/gp_image_test/cmake-build-release +Not using emscripten! (linking GLFW) +-- Using X11 for window creation +-- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR) +-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) +-- Could NOT find AudioIO (missing: AUDIOIO_INCLUDE_DIR) +-- Could NOT find SoundIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR) +-- Could NOT find JACK (missing: JACK_LIBRARY JACK_INCLUDE_DIR) +-- Could NOT find OpenSL (missing: OPENSL_LIBRARY OPENSL_INCLUDE_DIR OPENSL_ANDROID_INCLUDE_DIR) +-- Could NOT find PortAudio (missing: PORTAUDIO_LIBRARY PORTAUDIO_INCLUDE_DIR) +-- Could NOT find MySOFA (missing: MYSOFA_LIBRARY MYSOFA_INCLUDE_DIR) +-- Could NOT find Qt5Widgets +-- +-- Building OpenAL with support for the following backends: +-- PipeWire, OSS, WaveFile, Null +-- +-- Building with support for CPU extensions: +-- Default, SSE, SSE2, SSE3, SSE4.1 +-- +-- Embedding HRTF datasets +-- +-- Installing library and headers +-- Installing sample configuration +-- Installing HRTF data files +-- Installing AmbDec presets +-- +-- Building utility programs +-- +-- Building example programs +-- Building SndFile example programs +-- +Building STD +Building Profiling +Building NBT +Building Parsers +Found Parallel Hashmaps +Standard Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp +Profiler Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp +Source: /home/brett/Documents/code/c++/gp_image_test +Current Source: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT +Including phmap +BLT Successfully included! +Installing to lib with headers at include +-- Found the following HarfBuzz libraries: +-- HarfBuzz (required): /usr/lib/x86_64-linux-gnu/libharfbuzz.so +-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) +-- Checking for module 'bzip2' +-- Package 'bzip2', required by 'virtual:world', not found +-- Configuring done +-- Generating done +-- Build files have been written to: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release diff --git a/cmake-build-release/CMakeFiles/clion-environment.txt b/cmake-build-release/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..d1d0a61 --- /dev/null +++ b/cmake-build-release/CMakeFiles/clion-environment.txt @@ -0,0 +1,3 @@ +ToolSet: 1.0 (local)Options: + +Options:-DCMAKE_MAKE_PROGRAM=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja \ No newline at end of file diff --git a/cmake-build-release/CMakeFiles/cmake.check_cache b/cmake-build-release/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake-build-release/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-release/CMakeFiles/gp_image_test.dir/src/main.cpp.o b/cmake-build-release/CMakeFiles/gp_image_test.dir/src/main.cpp.o new file mode 100644 index 0000000..0c58085 Binary files /dev/null and b/cmake-build-release/CMakeFiles/gp_image_test.dir/src/main.cpp.o differ diff --git a/cmake-build-release/CMakeFiles/rules.ninja b/cmake-build-release/CMakeFiles/rules.ninja new file mode 100644 index 0000000..f44e7fd --- /dev/null +++ b/cmake-build-release/CMakeFiles/rules.ninja @@ -0,0 +1,452 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: gp_image_test +# Configurations: Release +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__gp_image_test_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__gp_image_test_Release + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_WITH_GRAPHICS_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alcommon_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__alcommon_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__OpenAL_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX shared library. + +rule CXX_SHARED_LIBRARY_LINKER__OpenAL_Release + command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX shared library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for creating library symlink. + +rule CMAKE_SYMLINK_LIBRARY + command = /usr/bin/cmake -E cmake_symlink_library $in $SONAME $out && $POST_BUILD + description = Creating library symlink $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__openal-info_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__openal-info_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjdecoder_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjdecoder_Release + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjencoder_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjencoder_Release + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__al-excommon_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__al-excommon_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__altonegen_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__altonegen_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alrecord_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alrecord_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alplay_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alplay_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alstream_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alstream_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alreverb_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alreverb_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__almultireverb_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__almultireverb_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__allatency_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__allatency_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alhrtf_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alhrtf_Release + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alstreamcb_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alstreamcb_Release + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alconvolve_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alconvolve_Release + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__freetype_Release + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__freetype_Release + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/cmake-build-release/CPackConfig.cmake b/cmake-build-release/CPackConfig.cmake new file mode 100644 index 0000000..112c595 --- /dev/null +++ b/cmake-build-release/CPackConfig.cmake @@ -0,0 +1,78 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-release") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TGZ") +set(CPACK_INSTALL_CMAKE_PROJECTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release;gp_image_test;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Linux") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-release/CPackSourceConfig.cmake b/cmake-build-release/CPackSourceConfig.cmake new file mode 100644 index 0000000..fbf7d81 --- /dev/null +++ b/cmake-build-release/CPackSourceConfig.cmake @@ -0,0 +1,86 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-release") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-release/Testing/Temporary/LastTest.log b/cmake-build-release/Testing/Temporary/LastTest.log new file mode 100644 index 0000000..c728996 --- /dev/null +++ b/cmake-build-release/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Jan 14 13:37 EST +---------------------------------------------------------- +End testing: Jan 14 13:37 EST diff --git a/cmake-build-release/build.ninja b/cmake-build-release/build.ninja new file mode 100644 index 0000000..1a4776e --- /dev/null +++ b/cmake-build-release/build.ninja @@ -0,0 +1,3134 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: gp_image_test +# Configurations: Release +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Release +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/ +# ============================================================================= +# Object build statements for EXECUTABLE target gp_image_test + + +############################################# +# Order-only phony target for gp_image_test + +build cmake_object_order_depends_target_gp_image_test: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_BLT_WITH_GRAPHICS cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build CMakeFiles/gp_image_test.dir/src/main.cpp.o: CXX_COMPILER__gp_image_test_Release /home/brett/Documents/code/c++/gp_image_test/src/main.cpp || cmake_object_order_depends_target_gp_image_test + DEP_FILE = CMakeFiles/gp_image_test.dir/src/main.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Werror -Wpedantic -Wno-comment + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = CMakeFiles/gp_image_test.dir + OBJECT_FILE_DIR = CMakeFiles/gp_image_test.dir/src + + +# ============================================================================= +# Link build statements for EXECUTABLE target gp_image_test + + +############################################# +# Link the executable gp_image_test + +build gp_image_test: CXX_EXECUTABLE_LINKER__gp_image_test_Release CMakeFiles/gp_image_test.dir/src/main.cpp.o | libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_FLAGS = -Wall -Wextra -Werror -Wpedantic -Wno-comment -rdynamic + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = CMakeFiles/gp_image_test.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = gp_image_test + TARGET_PDB = gp_image_test.dbg + + +############################################# +# Utility command for package + +build CMakeFiles/package.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build package: phony CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build package_source: phony CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Order-only phony target for BLT_WITH_GRAPHICS + +build cmake_object_order_depends_target_BLT_WITH_GRAPHICS: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_Release libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o || libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + TARGET_PDB = BLT_WITH_GRAPHICS.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package_source: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/edit_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/rebuild_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/local: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/strip: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_Release libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o + LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + TARGET_PDB = glfw3.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Order-only phony target for alcommon + +build cmake_object_order_depends_target_alcommon: phony || libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: CXX_COMPILER__alcommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a: CXX_STATIC_LIBRARY_LINKER__alcommon_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o + LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + TARGET_PDB = alcommon.a.dbg + +# ============================================================================= +# Object build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Order-only phony target for OpenAL + +build cmake_object_order_depends_target_OpenAL: phony || cmake_object_order_depends_target_alcommon libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: CXX_COMPILER__OpenAL_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d + FLAGS = -O3 -DNDEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + + +# ============================================================================= +# Link build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Link the shared library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1: CXX_SHARED_LIBRARY_LINKER__OpenAL_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG + LINK_FLAGS = -Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread -ldl -latomic -lm + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + POST_BUILD = : + PRE_LINK = : + SONAME = libopenal.so.1 + SONAME_FLAG = -Wl,-soname, + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + TARGET_PDB = openal.so.dbg + + +############################################# +# Create library symlink libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so: CMAKE_SYMLINK_LIBRARY libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + POST_BUILD = : + +# ============================================================================= +# Object build statements for EXECUTABLE target openal-info + + +############################################# +# Order-only phony target for openal-info + +build cmake_object_order_depends_target_openal-info: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: C_COMPILER__openal-info_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c || cmake_object_order_depends_target_openal-info + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target openal-info + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info: C_EXECUTABLE_LINKER__openal-info_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + TARGET_PDB = openal-info.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Order-only phony target for uhjdecoder + +build cmake_object_order_depends_target_uhjdecoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: CXX_COMPILER__uhjdecoder_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp || cmake_object_order_depends_target_uhjdecoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder: CXX_EXECUTABLE_LINKER__uhjdecoder_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + TARGET_PDB = uhjdecoder.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjencoder + + +############################################# +# Order-only phony target for uhjencoder + +build cmake_object_order_depends_target_uhjencoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: CXX_COMPILER__uhjencoder_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp || cmake_object_order_depends_target_uhjencoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjencoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder: CXX_EXECUTABLE_LINKER__uhjencoder_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + TARGET_PDB = uhjencoder.dbg + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Order-only phony target for al-excommon + +build cmake_object_order_depends_target_al-excommon: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: C_COMPILER__al-excommon_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c || cmake_object_order_depends_target_al-excommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a: C_STATIC_LIBRARY_LINKER__al-excommon_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + TARGET_PDB = al-excommon.a.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target altonegen + + +############################################# +# Order-only phony target for altonegen + +build cmake_object_order_depends_target_altonegen: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: C_COMPILER__altonegen_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c || cmake_object_order_depends_target_altonegen + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target altonegen + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen: C_EXECUTABLE_LINKER__altonegen_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + TARGET_PDB = altonegen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alrecord + + +############################################# +# Order-only phony target for alrecord + +build cmake_object_order_depends_target_alrecord: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: C_COMPILER__alrecord_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c || cmake_object_order_depends_target_alrecord + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alrecord + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord: C_EXECUTABLE_LINKER__alrecord_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + TARGET_PDB = alrecord.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alplay + + +############################################# +# Order-only phony target for alplay + +build cmake_object_order_depends_target_alplay: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o: C_COMPILER__alplay_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c || cmake_object_order_depends_target_alplay + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alplay + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay: C_EXECUTABLE_LINKER__alplay_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + TARGET_PDB = alplay.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstream + + +############################################# +# Order-only phony target for alstream + +build cmake_object_order_depends_target_alstream: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o: C_COMPILER__alstream_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c || cmake_object_order_depends_target_alstream + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstream + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream: C_EXECUTABLE_LINKER__alstream_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + TARGET_PDB = alstream.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alreverb + + +############################################# +# Order-only phony target for alreverb + +build cmake_object_order_depends_target_alreverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o: C_COMPILER__alreverb_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c || cmake_object_order_depends_target_alreverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alreverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb: C_EXECUTABLE_LINKER__alreverb_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + TARGET_PDB = alreverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target almultireverb + + +############################################# +# Order-only phony target for almultireverb + +build cmake_object_order_depends_target_almultireverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: C_COMPILER__almultireverb_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c || cmake_object_order_depends_target_almultireverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target almultireverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb: C_EXECUTABLE_LINKER__almultireverb_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + TARGET_PDB = almultireverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target allatency + + +############################################# +# Order-only phony target for allatency + +build cmake_object_order_depends_target_allatency: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o: C_COMPILER__allatency_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c || cmake_object_order_depends_target_allatency + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target allatency + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency: C_EXECUTABLE_LINKER__allatency_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + TARGET_PDB = allatency.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alhrtf + + +############################################# +# Order-only phony target for alhrtf + +build cmake_object_order_depends_target_alhrtf: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: C_COMPILER__alhrtf_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c || cmake_object_order_depends_target_alhrtf + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alhrtf + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf: C_EXECUTABLE_LINKER__alhrtf_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + TARGET_PDB = alhrtf.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstreamcb + + +############################################# +# Order-only phony target for alstreamcb + +build cmake_object_order_depends_target_alstreamcb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: CXX_COMPILER__alstreamcb_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp || cmake_object_order_depends_target_alstreamcb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstreamcb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb: CXX_EXECUTABLE_LINKER__alstreamcb_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + TARGET_PDB = alstreamcb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alconvolve + + +############################################# +# Order-only phony target for alconvolve + +build cmake_object_order_depends_target_alconvolve: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: C_COMPILER__alconvolve_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c || cmake_object_order_depends_target_alconvolve + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alconvolve + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve: CXX_EXECUTABLE_LINKER__alconvolve_Release libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O3 -DNDEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + TARGET_PDB = alconvolve.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in /home/brett/Documents/code/c++/gp_image_test/.git/modules/libraries/BLT-With-Graphics-Template/modules/libraries/openal-soft/index /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D GIT_EXECUTABLE=/usr/bin/git -D LIB_VERSION=1.23.1 -D LIB_VERSION_NUM=1,23,1,0 -D SRC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in -D DST=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake && /usr/bin/cmake -E touch /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + DESC = Generating version_witness.txt + restat = 1 + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default$ HRTF.mhr /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D "INPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default HRTF.mhr" -D OUTPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake + DESC = Generating default_hrtf.txt + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT + + +############################################# +# Order-only phony target for BLT + +build cmake_object_order_depends_target_BLT: phony || libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: CXX_COMPILER__BLT_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d + FLAGS = -O3 -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: CXX_STATIC_LIBRARY_LINKER__BLT_Release libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o + LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + TARGET_PDB = BLT.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package_source: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/BLT/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/local: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target freetype + + +############################################# +# Order-only phony target for freetype + +build cmake_object_order_depends_target_freetype: phony || libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: C_COMPILER__freetype_Release /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d + FLAGS = -O3 -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target freetype + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a: C_STATIC_LIBRARY_LINKER__freetype_Release libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o + LANGUAGE_COMPILE_FLAGS = -O3 -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + TARGET_PDB = freetype.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package_source: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-release + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/local: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build BLT: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build BLT_WITH_GRAPHICS: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build OpenAL: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build al-excommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build alcommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build alconvolve: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build alhrtf: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build allatency: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build almultireverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build alplay: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build alrecord: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build alreverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build alstream: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build alstreamcb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build altonegen: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version + +build freetype: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build glfw: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libBLT.a: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libBLT_WITH_GRAPHICS.a: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libal-excommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libalcommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libfreetype.a: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build libglfw3.a: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libopenal.so: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build openal-info: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build uhjdecoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build uhjencoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall + +build update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release + +build all: phony gp_image_test libraries/BLT-With-Graphics-Template/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template + +build libraries/BLT-With-Graphics-Template/all: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all libraries/BLT-With-Graphics-Template/libraries/openal-soft/all libraries/BLT-With-Graphics-Template/libraries/BLT/all libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT + +build libraries/BLT-With-Graphics-Template/libraries/BLT/all: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/all: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all: phony + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake-build-release/cmake_install.cmake b/cmake-build-release/cmake_install.cmake new file mode 100644 index 0000000..e1e6258 --- /dev/null +++ b/cmake-build-release/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-release/gp_image_test b/cmake-build-release/gp_image_test new file mode 100755 index 0000000..79c4123 Binary files /dev/null and b/cmake-build-release/gp_image_test differ diff --git a/cmake-build-release/imgui.ini b/cmake-build-release/imgui.ini new file mode 100644 index 0000000..9930887 --- /dev/null +++ b/cmake-build-release/imgui.ini @@ -0,0 +1,4 @@ +[Window][Debug##Default] +Pos=60,60 +Size=400,400 + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o new file mode 100644 index 0000000..aaa42ac Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o new file mode 100644 index 0000000..ec26d20 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o new file mode 100644 index 0000000..9923f56 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o new file mode 100644 index 0000000..71e8a15 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o new file mode 100644 index 0000000..9c778e3 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o new file mode 100644 index 0000000..6c2d781 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o new file mode 100644 index 0000000..3238206 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o new file mode 100644 index 0000000..ee93c4c Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o new file mode 100644 index 0000000..c07768c Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o new file mode 100644 index 0000000..edaacda Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o new file mode 100644 index 0000000..4fb7a3c Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o new file mode 100644 index 0000000..0540458 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o new file mode 100644 index 0000000..e1b5ee3 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o new file mode 100644 index 0000000..351c88b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o new file mode 100644 index 0000000..fdabd97 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o new file mode 100644 index 0000000..575ea5b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o new file mode 100644 index 0000000..edea28c Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o new file mode 100644 index 0000000..0320eac Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o new file mode 100644 index 0000000..ec8189e Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/cmake_install.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/cmake_install.cmake new file mode 100644 index 0000000..91e67de --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/cmake_install.cmake @@ -0,0 +1,64 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake") +endif() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a b/cmake-build-release/libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a new file mode 100644 index 0000000..d1b694f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o new file mode 100644 index 0000000..1416c49 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o new file mode 100644 index 0000000..204b1fc Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o new file mode 100644 index 0000000..f169750 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o new file mode 100644 index 0000000..0ada486 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o new file mode 100644 index 0000000..59eb694 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o new file mode 100644 index 0000000..7869300 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o new file mode 100644 index 0000000..9043676 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o new file mode 100644 index 0000000..512b177 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o new file mode 100644 index 0000000..6aa4dd0 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o new file mode 100644 index 0000000..32f2d51 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o new file mode 100644 index 0000000..37896eb Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o new file mode 100644 index 0000000..0390f85 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o new file mode 100644 index 0000000..80034a3 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake new file mode 100644 index 0000000..43a361f --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake @@ -0,0 +1,182 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/window" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/config/blt/config.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a") + endif() +endif() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h new file mode 100755 index 0000000..c59bead --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h @@ -0,0 +1,13 @@ +#ifndef BLT_CONFIG_H +#define BLT_CONFIG_H + +/* #undef ZLIB_FOUND */ +/* #undef BLT_DISABLE_LOGGING */ +/* #undef BLT_DISABLE_TRACE */ +/* #undef BLT_DISABLE_DEBUG */ +/* #undef BLT_DISABLE_INFO */ +/* #undef BLT_DISABLE_WARN */ +/* #undef BLT_DISABLE_ERROR */ +/* #undef BLT_DISABLE_FATAL */ + +#endif // BLT_CONFIG_H diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a new file mode 100644 index 0000000..be5e942 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-release.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-release.cmake new file mode 100644 index 0000000..84b743d --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-release.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "freetype" for configuration "Release" +set_property(TARGET freetype APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(freetype PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libfreetype.a" + ) + +list(APPEND _cmake_import_check_targets freetype ) +list(APPEND _cmake_import_check_files_for_freetype "${_IMPORT_PREFIX}/lib/libfreetype.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake new file mode 100644 index 0000000..b2b4557 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS freetype Freetype::Freetype) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target freetype +add_library(freetype STATIC IMPORTED) + +set_target_properties(freetype PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/freetype2" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;/usr/lib/x86_64-linux-gnu/libbrotlidec.so" +) + +# Create imported target Freetype::Freetype +add_library(Freetype::Freetype INTERFACE IMPORTED) + +set_target_properties(Freetype::Freetype PROPERTIES + INTERFACE_LINK_LIBRARIES "freetype" +) + +if(CMAKE_VERSION VERSION_LESS 3.0.0) + message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") +endif() + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/freetype-config-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o new file mode 100644 index 0000000..d28daa8 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o new file mode 100644 index 0000000..6ac7caf Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o new file mode 100644 index 0000000..d3b79a6 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o new file mode 100644 index 0000000..375ae4e Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o new file mode 100644 index 0000000..a05fe24 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o new file mode 100644 index 0000000..9676285 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o new file mode 100644 index 0000000..c5b8e98 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o new file mode 100644 index 0000000..780f3af Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o new file mode 100644 index 0000000..4fbda82 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o new file mode 100644 index 0000000..bfae1a7 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o new file mode 100644 index 0000000..f00f146 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o new file mode 100644 index 0000000..5c1dc47 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o new file mode 100644 index 0000000..92a96ce Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o new file mode 100644 index 0000000..c8e68cc Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o new file mode 100644 index 0000000..c44138d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o new file mode 100644 index 0000000..823798d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o new file mode 100644 index 0000000..29b9697 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o new file mode 100644 index 0000000..af8ebd2 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o new file mode 100644 index 0000000..a7cc214 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o new file mode 100644 index 0000000..5cfdd41 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o new file mode 100644 index 0000000..c1c3391 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o new file mode 100644 index 0000000..540fd7a Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o new file mode 100644 index 0000000..331011b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o new file mode 100644 index 0000000..8a307ee Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o new file mode 100644 index 0000000..e4acfdd Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o new file mode 100644 index 0000000..af2dcbe Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o new file mode 100644 index 0000000..073302d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o new file mode 100644 index 0000000..7270e09 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o new file mode 100644 index 0000000..0183e41 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o new file mode 100644 index 0000000..46ca9bd Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o new file mode 100644 index 0000000..88a74b7 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o new file mode 100644 index 0000000..98e9704 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o new file mode 100644 index 0000000..7b586c1 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o new file mode 100644 index 0000000..9b19498 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o new file mode 100644 index 0000000..631266e Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o new file mode 100644 index 0000000..5dae980 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o new file mode 100644 index 0000000..dd51ca4 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o new file mode 100644 index 0000000..a046d74 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o new file mode 100644 index 0000000..5ada474 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o new file mode 100644 index 0000000..a41d555 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o new file mode 100644 index 0000000..dadeb86 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o new file mode 100644 index 0000000..da1feac Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake new file mode 100644 index 0000000..4a6ff5d --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake @@ -0,0 +1,90 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/" REGEX "/internal$" EXCLUDE REGEX "/ftconfig\\.h$" EXCLUDE REGEX "/ftoption\\.h$" EXCLUDE) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2/freetype/config" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "pkgconfig" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-release.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake") +endif() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake new file mode 100644 index 0000000..5f85b31 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "2.13.2") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("2.13.2" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "2.13.2") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc new file mode 100644 index 0000000..d491ff4 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc @@ -0,0 +1,14 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: FreeType 2 +URL: https://freetype.org +Description: A free, high-quality, and portable font engine. +Version: 26.1.20 +Requires: zlib, libpng, harfbuzz >= 2.0.0, libbrotlidec +Requires.private: +Libs: -L${libdir} -lfreetype +Libs.private: +Cflags: -I${includedir}/freetype2 diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h new file mode 100644 index 0000000..3d8dede --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h @@ -0,0 +1,52 @@ +/**************************************************************************** + * + * ftconfig.h.in + * + * UNIX-specific configuration file (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + + /************************************************************************** + * + * This header file contains a number of macro definitions that are used by + * the rest of the engine. Most of the macros here are automatically + * determined at compile time, and you should not need to change it to port + * FreeType, except to compile the library with a non-ANSI compiler. + * + * Note however that if some specific modifications are needed, we advise + * you to place a modified copy in your build directory. + * + * The build directory is usually `builds/`, and contains + * system-specific files that are always included first when building the + * library. + * + */ + +#ifndef FTCONFIG_H_ +#define FTCONFIG_H_ + +#include +#include FT_CONFIG_OPTIONS_H +#include FT_CONFIG_STANDARD_LIBRARY_H + +#define HAVE_UNISTD_H 1 +#define HAVE_FCNTL_H 1 + +#include +#include +#include + +#endif /* FTCONFIG_H_ */ + + +/* END */ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h new file mode 100644 index 0000000..c1347f2 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h @@ -0,0 +1,1014 @@ +/**************************************************************************** + * + * ftoption.h + * + * User-selectable configuration macros (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + +#ifndef FTOPTION_H_ +#define FTOPTION_H_ + + +#include + + +FT_BEGIN_HEADER + + /************************************************************************** + * + * USER-SELECTABLE CONFIGURATION MACROS + * + * This file contains the default configuration macro definitions for a + * standard build of the FreeType library. There are three ways to use + * this file to build project-specific versions of the library: + * + * - You can modify this file by hand, but this is not recommended in + * cases where you would like to build several versions of the library + * from a single source directory. + * + * - You can put a copy of this file in your build directory, more + * precisely in `$BUILD/freetype/config/ftoption.h`, where `$BUILD` is + * the name of a directory that is included _before_ the FreeType include + * path during compilation. + * + * The default FreeType Makefiles use the build directory + * `builds/` by default, but you can easily change that for your + * own projects. + * + * - Copy the file to `$BUILD/ft2build.h` and modify it + * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate + * this file during the build. For example, + * + * ``` + * #define FT_CONFIG_OPTIONS_H + * #include + * ``` + * + * will use `$BUILD/myftoptions.h` instead of this file for macro + * definitions. + * + * Note also that you can similarly pre-define the macro + * `FT_CONFIG_MODULES_H` used to locate the file listing of the modules + * that are statically linked to the library at compile time. By + * default, this file is ``. + * + * We highly recommend using the third method whenever possible. + * + */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** G E N E R A L F R E E T Y P E 2 C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /*#************************************************************************ + * + * If you enable this configuration option, FreeType recognizes an + * environment variable called `FREETYPE_PROPERTIES`, which can be used to + * control the various font drivers and modules. The controllable + * properties are listed in the section @properties. + * + * You have to undefine this configuration option on platforms that lack + * the concept of environment variables (and thus don't have the `getenv` + * function), for example Windows CE. + * + * `FREETYPE_PROPERTIES` has the following syntax form (broken here into + * multiple lines for better readability). + * + * ``` + * + * ':' + * '=' + * + * ':' + * '=' + * ... + * ``` + * + * Example: + * + * ``` + * FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ + * cff:no-stem-darkening=1 + * ``` + * + */ +#define FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES + + + /************************************************************************** + * + * Uncomment the line below if you want to activate LCD rendering + * technology similar to ClearType in this build of the library. This + * technology triples the resolution in the direction color subpixels. To + * mitigate color fringes inherent to this technology, you also need to + * explicitly set up LCD filtering. + * + * When this macro is not defined, FreeType offers alternative LCD + * rendering technology that produces excellent output. + */ +/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ + + + /************************************************************************** + * + * Many compilers provide a non-ANSI 64-bit data type that can be used by + * FreeType to speed up some computations. However, this will create some + * problems when compiling the library in strict ANSI mode. + * + * For this reason, the use of 64-bit integers is normally disabled when + * the `__STDC__` macro is defined. You can however disable this by + * defining the macro `FT_CONFIG_OPTION_FORCE_INT64` here. + * + * For most compilers, this will only create compilation warnings when + * building the library. + * + * ObNote: The compiler-specific 64-bit integers are detected in the + * file `ftconfig.h` either statically or through the `configure` + * script on supported platforms. + */ +#undef FT_CONFIG_OPTION_FORCE_INT64 + + + /************************************************************************** + * + * If this macro is defined, do not try to use an assembler version of + * performance-critical functions (e.g., @FT_MulFix). You should only do + * that to verify that the assembler function works properly, or to execute + * benchmark tests of the various implementations. + */ +/* #define FT_CONFIG_OPTION_NO_ASSEMBLER */ + + + /************************************************************************** + * + * If this macro is defined, try to use an inlined assembler version of the + * @FT_MulFix function, which is a 'hotspot' when loading and hinting + * glyphs, and which should be executed as fast as possible. + * + * Note that if your compiler or CPU is not supported, this will default to + * the standard and portable implementation found in `ftcalc.c`. + */ +#define FT_CONFIG_OPTION_INLINE_MULFIX + + + /************************************************************************** + * + * LZW-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `compress` program. This is mostly used to parse many of the PCF + * files that come with various X11 distributions. The implementation + * uses NetBSD's `zopen` to partially uncompress the file on the fly (see + * `src/lzw/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. + */ +#define FT_CONFIG_OPTION_USE_LZW + + + /************************************************************************** + * + * Gzip-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `gzip` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses 'zlib' to partially + * uncompress the file on the fly (see `src/gzip/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. See also the + * macro `FT_CONFIG_OPTION_SYSTEM_ZLIB` below. + */ +#define FT_CONFIG_OPTION_USE_ZLIB + + + /************************************************************************** + * + * ZLib library selection + * + * This macro is only used when `FT_CONFIG_OPTION_USE_ZLIB` is defined. + * It allows FreeType's 'ftgzip' component to link to the system's + * installation of the ZLib library. This is useful on systems like + * Unix or VMS where it generally is already available. + * + * If you let it undefined, the component will use its own copy of the + * zlib sources instead. These have been modified to be included + * directly within the component and **not** export external function + * names. This allows you to link any program with FreeType _and_ ZLib + * without linking conflicts. + * + * Do not `#undef` this macro here since the build system might define + * it for certain configurations only. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + * + * If you use the GNU make build system directly (that is, without the + * `configure` script) and you define this macro, you also have to pass + * `SYSTEM_ZLIB=yes` as an argument to make. + */ +#define FT_CONFIG_OPTION_SYSTEM_ZLIB + + + /************************************************************************** + * + * Bzip2-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `bzip2` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses `libbz2` to partially + * uncompress the file on the fly (see `src/bzip2/ftbzip2.c`). Contrary + * to gzip, bzip2 currently is not included and need to use the system + * available bzip2 implementation. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +/* #define FT_CONFIG_OPTION_USE_BZIP2 */ + + + /************************************************************************** + * + * Define to disable the use of file stream functions and types, `FILE`, + * `fopen`, etc. Enables the use of smaller system libraries on embedded + * systems that have multiple system libraries, some with or without file + * stream support, in the cases where file stream support is not necessary + * such as memory loading of font files. + */ +/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */ + + + /************************************************************************** + * + * PNG bitmap support. + * + * FreeType now handles loading color bitmap glyphs in the PNG format. + * This requires help from the external libpng library. Uncompressed + * color bitmaps do not need any external libraries and will be supported + * regardless of this configuration. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_PNG + + + /************************************************************************** + * + * HarfBuzz support. + * + * FreeType uses the HarfBuzz library to improve auto-hinting of OpenType + * fonts. If available, many glyphs not directly addressable by a font's + * character map will be hinted also. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_HARFBUZZ + + + /************************************************************************** + * + * Brotli support. + * + * FreeType uses the Brotli library to provide support for decompressing + * WOFF2 streams. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_BROTLI + + + /************************************************************************** + * + * Glyph Postscript Names handling + * + * By default, FreeType 2 is compiled with the 'psnames' module. This + * module is in charge of converting a glyph name string into a Unicode + * value, or return a Macintosh standard glyph name for the use with the + * TrueType 'post' table. + * + * Undefine this macro if you do not want 'psnames' compiled in your + * build of FreeType. This has the following effects: + * + * - The TrueType driver will provide its own set of glyph names, if you + * build it to support postscript names in the TrueType 'post' table, + * but will not synthesize a missing Unicode charmap. + * + * - The Type~1 driver will not be able to synthesize a Unicode charmap + * out of the glyphs found in the fonts. + * + * You would normally undefine this configuration macro when building a + * version of FreeType that doesn't contain a Type~1 or CFF driver. + */ +#define FT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Postscript Names to Unicode Values support + * + * By default, FreeType~2 is built with the 'psnames' module compiled in. + * Among other things, the module is used to convert a glyph name into a + * Unicode value. This is especially useful in order to synthesize on + * the fly a Unicode charmap from the CFF/Type~1 driver through a big + * table named the 'Adobe Glyph List' (AGL). + * + * Undefine this macro if you do not want the Adobe Glyph List compiled + * in your 'psnames' module. The Type~1 driver will not be able to + * synthesize a Unicode charmap out of the glyphs found in the fonts. + */ +#define FT_CONFIG_OPTION_ADOBE_GLYPH_LIST + + + /************************************************************************** + * + * Support for Mac fonts + * + * Define this macro if you want support for outline fonts in Mac format + * (mac dfont, mac resource, macbinary containing a mac resource) on + * non-Mac platforms. + * + * Note that the 'FOND' resource isn't checked. + */ +#define FT_CONFIG_OPTION_MAC_FONTS + + + /************************************************************************** + * + * Guessing methods to access embedded resource forks + * + * Enable extra Mac fonts support on non-Mac platforms (e.g., GNU/Linux). + * + * Resource forks which include fonts data are stored sometimes in + * locations which users or developers don't expected. In some cases, + * resource forks start with some offset from the head of a file. In + * other cases, the actual resource fork is stored in file different from + * what the user specifies. If this option is activated, FreeType tries + * to guess whether such offsets or different file names must be used. + * + * Note that normal, direct access of resource forks is controlled via + * the `FT_CONFIG_OPTION_MAC_FONTS` option. + */ +#ifdef FT_CONFIG_OPTION_MAC_FONTS +#define FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK +#endif + + + /************************************************************************** + * + * Allow the use of `FT_Incremental_Interface` to load typefaces that + * contain no glyph data, but supply it via a callback function. This is + * required by clients supporting document formats which supply font data + * incrementally as the document is parsed, such as the Ghostscript + * interpreter for the PostScript language. + */ +#define FT_CONFIG_OPTION_INCREMENTAL + + + /************************************************************************** + * + * The size in bytes of the render pool used by the scan-line converter to + * do all of its work. + */ +#define FT_RENDER_POOL_SIZE 16384L + + + /************************************************************************** + * + * FT_MAX_MODULES + * + * The maximum number of modules that can be registered in a single + * FreeType library object. 32~is the default. + */ +#define FT_MAX_MODULES 32 + + + /************************************************************************** + * + * Debug level + * + * FreeType can be compiled in debug or trace mode. In debug mode, + * errors are reported through the 'ftdebug' component. In trace mode, + * additional messages are sent to the standard output during execution. + * + * Define `FT_DEBUG_LEVEL_ERROR` to build the library in debug mode. + * Define `FT_DEBUG_LEVEL_TRACE` to build it in trace mode. + * + * Don't define any of these macros to compile in 'release' mode! + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_LEVEL_ERROR */ +/* #define FT_DEBUG_LEVEL_TRACE */ + + + /************************************************************************** + * + * Logging + * + * Compiling FreeType in debug or trace mode makes FreeType write error + * and trace log messages to `stderr`. Enabling this macro + * automatically forces the `FT_DEBUG_LEVEL_ERROR` and + * `FT_DEBUG_LEVEL_TRACE` macros and allows FreeType to write error and + * trace log messages to a file instead of `stderr`. For writing logs + * to a file, FreeType uses an the external `dlg` library (the source + * code is in `src/dlg`). + * + * This option needs a C99 compiler. + */ +/* #define FT_DEBUG_LOGGING */ + + + /************************************************************************** + * + * Autofitter debugging + * + * If `FT_DEBUG_AUTOFIT` is defined, FreeType provides some means to + * control the autofitter behaviour for debugging purposes with global + * boolean variables (consequently, you should **never** enable this + * while compiling in 'release' mode): + * + * ``` + * af_debug_disable_horz_hints_ + * af_debug_disable_vert_hints_ + * af_debug_disable_blue_hints_ + * ``` + * + * Additionally, the following functions provide dumps of various + * internal autofit structures to stdout (using `printf`): + * + * ``` + * af_glyph_hints_dump_points + * af_glyph_hints_dump_segments + * af_glyph_hints_dump_edges + * af_glyph_hints_get_num_segments + * af_glyph_hints_get_segment_offset + * ``` + * + * As an argument, they use another global variable: + * + * ``` + * af_debug_hints_ + * ``` + * + * Please have a look at the `ftgrid` demo program to see how those + * variables and macros should be used. + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_AUTOFIT */ + + + /************************************************************************** + * + * Memory Debugging + * + * FreeType now comes with an integrated memory debugger that is capable + * of detecting simple errors like memory leaks or double deletes. To + * compile it within your build of the library, you should define + * `FT_DEBUG_MEMORY` here. + * + * Note that the memory debugger is only activated at runtime when when + * the _environment_ variable `FT2_DEBUG_MEMORY` is defined also! + * + * Do not `#undef` this macro here since the build system might define it + * for certain configurations only. + */ +/* #define FT_DEBUG_MEMORY */ + + + /************************************************************************** + * + * Module errors + * + * If this macro is set (which is _not_ the default), the higher byte of + * an error code gives the module in which the error has occurred, while + * the lower byte is the real error code. + * + * Setting this macro makes sense for debugging purposes only, since it + * would break source compatibility of certain programs that use + * FreeType~2. + * + * More details can be found in the files `ftmoderr.h` and `fterrors.h`. + */ +#undef FT_CONFIG_OPTION_USE_MODULE_ERRORS + + + /************************************************************************** + * + * OpenType SVG Glyph Support + * + * Setting this macro enables support for OpenType SVG glyphs. By + * default, FreeType can only fetch SVG documents. However, it can also + * render them if external rendering hook functions are plugged in at + * runtime. + * + * More details on the hooks can be found in file `otsvg.h`. + */ +#define FT_CONFIG_OPTION_SVG + + + /************************************************************************** + * + * Error Strings + * + * If this macro is set, `FT_Error_String` will return meaningful + * descriptions. This is not enabled by default to reduce the overall + * size of FreeType. + * + * More details can be found in the file `fterrors.h`. + */ +/* #define FT_CONFIG_OPTION_ERROR_STRINGS */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** S F N T D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_EMBEDDED_BITMAPS` if you want to support + * embedded bitmaps in all formats using the 'sfnt' module (namely + * TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_EMBEDDED_BITMAPS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support colored + * outlines (from the 'COLR'/'CPAL' tables) in all formats using the 'sfnt' + * module (namely TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_COLOR_LAYERS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_POSTSCRIPT_NAMES` if you want to be able to + * load and enumerate Postscript names of glyphs in a TrueType or OpenType + * file. + * + * Note that if you do not compile the 'psnames' module by undefining the + * above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES` macro, the 'sfnt' module will + * contain additional code to read the PostScript name table from a font. + * + * (By default, the module uses 'psnames' to extract glyph names.) + */ +#define TT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SFNT_NAMES` if your applications need to access + * the internal name table in a SFNT-based format like TrueType or + * OpenType. The name table contains various strings used to describe the + * font, like family name, copyright, version, etc. It does not contain + * any glyph name though. + * + * Accessing SFNT names is done through the functions declared in + * `ftsnames.h`. + */ +#define TT_CONFIG_OPTION_SFNT_NAMES + + + /************************************************************************** + * + * TrueType CMap support + * + * Here you can fine-tune which TrueType CMap table format shall be + * supported. + */ +#define TT_CONFIG_CMAP_FORMAT_0 +#define TT_CONFIG_CMAP_FORMAT_2 +#define TT_CONFIG_CMAP_FORMAT_4 +#define TT_CONFIG_CMAP_FORMAT_6 +#define TT_CONFIG_CMAP_FORMAT_8 +#define TT_CONFIG_CMAP_FORMAT_10 +#define TT_CONFIG_CMAP_FORMAT_12 +#define TT_CONFIG_CMAP_FORMAT_13 +#define TT_CONFIG_CMAP_FORMAT_14 + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T R U E T Y P E D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` if you want to compile a + * bytecode interpreter in the TrueType driver. + * + * By undefining this, you will only compile the code necessary to load + * TrueType glyphs without hinting. + * + * Do not `#undef` this macro here, since the build system might define it + * for certain configurations only. + */ +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SUBPIXEL_HINTING` if you want to compile + * subpixel hinting support into the TrueType driver. This modifies the + * TrueType hinting mechanism when anything but `FT_RENDER_MODE_MONO` is + * requested. + * + * In particular, it modifies the bytecode interpreter to interpret (or + * not) instructions in a certain way so that all TrueType fonts look like + * they do in a Windows ClearType (DirectWrite) environment. See [1] for a + * technical overview on what this means. See `ttinterp.h` for more + * details on this option. + * + * The new default mode focuses on applying a minimal set of rules to all + * fonts indiscriminately so that modern and web fonts render well while + * legacy fonts render okay. The corresponding interpreter version is v40. + * The so-called Infinality mode (v38) is no longer available in FreeType. + * + * By undefining these, you get rendering behavior like on Windows without + * ClearType, i.e., Windows XP without ClearType enabled and Win9x + * (interpreter version v35). Or not, depending on how much hinting blood + * and testing tears the font designer put into a given font. If you + * define one or both subpixel hinting options, you can switch between + * between v35 and the ones you define (using `FT_Property_Set`). + * + * This option requires `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` to be + * defined. + * + * [1] + * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx + */ +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED` to compile the + * TrueType glyph loader to use Apple's definition of how to handle + * component offsets in composite glyphs. + * + * Apple and MS disagree on the default behavior of component offsets in + * composites. Apple says that they should be scaled by the scaling + * factors in the transformation matrix (roughly, it's more complex) while + * MS says they should not. OpenType defines two bits in the composite + * flags array which can be used to disambiguate, but old fonts will not + * have them. + * + * https://www.microsoft.com/typography/otspec/glyf.htm + * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html + */ +#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_GX_VAR_SUPPORT` if you want to include support + * for Apple's distortable font technology ('fvar', 'gvar', 'cvar', and + * 'avar' tables). Tagged 'Font Variations', this is now part of OpenType + * also. This has many similarities to Type~1 Multiple Masters support. + */ +#define TT_CONFIG_OPTION_GX_VAR_SUPPORT + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_NO_BORING_EXPANSION` if you want to exclude + * support for 'boring' OpenType specification expansions. + * + * https://github.com/harfbuzz/boring-expansion-spec + * + * Right now, the following features are covered: + * + * - 'avar' version 2.0 + * + * Most likely, this is a temporary configuration option to be removed in + * the near future, since it is assumed that eventually those features are + * added to the OpenType standard. + */ +/* #define TT_CONFIG_OPTION_NO_BORING_EXPANSION */ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BDF` if you want to include support for an + * embedded 'BDF~' table within SFNT-based bitmap formats. + */ +#define TT_CONFIG_OPTION_BDF + + + /************************************************************************** + * + * Option `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES` controls the maximum + * number of bytecode instructions executed for a single run of the + * bytecode interpreter, needed to prevent infinite loops. You don't want + * to change this except for very special situations (e.g., making a + * library fuzzer spend less time to handle broken fonts). + * + * It is not expected that this value is ever modified by a configuring + * script; instead, it gets surrounded with `#ifndef ... #endif` so that + * the value can be set as a preprocessor option on the compiler's command + * line. + */ +#ifndef TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES +#define TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES 1000000L +#endif + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T Y P E 1 D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * `T1_MAX_DICT_DEPTH` is the maximum depth of nest dictionaries and arrays + * in the Type~1 stream (see `t1load.c`). A minimum of~4 is required. + */ +#define T1_MAX_DICT_DEPTH 5 + + + /************************************************************************** + * + * `T1_MAX_SUBRS_CALLS` details the maximum number of nested sub-routine + * calls during glyph loading. + */ +#define T1_MAX_SUBRS_CALLS 16 + + + /************************************************************************** + * + * `T1_MAX_CHARSTRING_OPERANDS` is the charstring stack's capacity. A + * minimum of~16 is required. + * + * The Chinese font 'MingTiEG-Medium' (covering the CNS 11643 character + * set) needs 256. + */ +#define T1_MAX_CHARSTRINGS_OPERANDS 256 + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the 't1afm' module, which is in charge of reading Type~1 AFM files + * into an existing face. Note that if set, the Type~1 driver will be + * unable to produce kerning distances. + */ +#undef T1_CONFIG_OPTION_NO_AFM + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the Multiple Masters font support in the Type~1 driver. + */ +#undef T1_CONFIG_OPTION_NO_MM_SUPPORT + + + /************************************************************************** + * + * `T1_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe Type~1 + * engine gets compiled into FreeType. If defined, it is possible to + * switch between the two engines using the `hinting-engine` property of + * the 'type1' driver module. + */ +/* #define T1_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** C F F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Using `CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4}` it is + * possible to set up the default values of the four control points that + * define the stem darkening behaviour of the (new) CFF engine. For more + * details please read the documentation of the `darkening-parameters` + * property (file `ftdriver.h`), which allows the control at run-time. + * + * Do **not** undefine these macros! + */ +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 500 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 400 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 1000 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 1667 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 2333 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 0 + + + /************************************************************************** + * + * `CFF_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe CFF engine + * gets compiled into FreeType. If defined, it is possible to switch + * between the two engines using the `hinting-engine` property of the 'cff' + * driver module. + */ +/* #define CFF_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** P C F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * There are many PCF fonts just called 'Fixed' which look completely + * different, and which have nothing to do with each other. When selecting + * 'Fixed' in KDE or Gnome one gets results that appear rather random, the + * style changes often if one changes the size and one cannot select some + * fonts at all. This option makes the 'pcf' module prepend the foundry + * name (plus a space) to the family name. + * + * We also check whether we have 'wide' characters; all put together, we + * get family names like 'Sony Fixed' or 'Misc Fixed Wide'. + * + * If this option is activated, it can be controlled with the + * `no-long-family-names` property of the 'pcf' driver module. + */ +/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** A U T O F I T M O D U L E C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Compile 'autofit' module with CJK (Chinese, Japanese, Korean) script + * support. + */ +#define AF_CONFIG_OPTION_CJK + + + /************************************************************************** + * + * Compile 'autofit' module with fallback Indic script support, covering + * some scripts that the 'latin' submodule of the 'autofit' module doesn't + * (yet) handle. Currently, this needs option `AF_CONFIG_OPTION_CJK`. + */ +#ifdef AF_CONFIG_OPTION_CJK +#define AF_CONFIG_OPTION_INDIC +#endif + + + /************************************************************************** + * + * Use TrueType-like size metrics for 'light' auto-hinting. + * + * It is strongly recommended to avoid this option, which exists only to + * help some legacy applications retain its appearance and behaviour with + * respect to auto-hinted TrueType fonts. + * + * The very reason this option exists at all are GNU/Linux distributions + * like Fedora that did not un-patch the following change (which was + * present in FreeType between versions 2.4.6 and 2.7.1, inclusive). + * + * ``` + * 2011-07-16 Steven Chu + * + * [truetype] Fix metrics on size request for scalable fonts. + * ``` + * + * This problematic commit is now reverted (more or less). + */ +/* #define AF_CONFIG_OPTION_TT_SIZE_METRICS */ + + /* */ + + + /* + * This macro is obsolete. Support has been removed in FreeType version + * 2.5. + */ +/* #define FT_CONFIG_OPTION_OLD_INTERNALS */ + + + /* + * The next two macros are defined if native TrueType hinting is + * requested by the definitions above. Don't change this. + */ +#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER +#define TT_USE_BYTECODE_INTERPRETER +#ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING +#define TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL +#endif +#endif + + + /* + * The TT_SUPPORT_COLRV1 macro is defined to indicate to clients that this + * version of FreeType has support for 'COLR' v1 API. This definition is + * useful to FreeType clients that want to build in support for 'COLR' v1 + * depending on a tip-of-tree checkout before it is officially released in + * FreeType, and while the feature cannot yet be tested against using + * version macros. Don't change this macro. This may be removed once the + * feature is in a FreeType release version and version macros can be used + * to test for availability. + */ +#ifdef TT_CONFIG_OPTION_COLOR_LAYERS +#define TT_SUPPORT_COLRV1 +#endif + + + /* + * Check CFF darkening parameters. The checks are the same as in function + * `cff_property_set` in file `cffdrivr.c`. + */ +#if CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 > 500 +#error "Invalid CFF darkening parameters!" +#endif + + +FT_END_HEADER + +#endif /* FTOPTION_H_ */ + + +/* END */ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a new file mode 100644 index 0000000..602238f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-release.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-release.cmake new file mode 100644 index 0000000..9803d85 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-release.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "Release" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "C" + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..6189407 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,103 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/librt.a;/usr/lib/x86_64-linux-gnu/libm.so;\$;/usr/lib/x86_64-linux-gnu/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..72157e6 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,87 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-release.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..0074f56 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o new file mode 100644 index 0000000..ecc009d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o new file mode 100644 index 0000000..89c8868 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o new file mode 100644 index 0000000..6a83dbf Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o new file mode 100644 index 0000000..37e56b5 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o new file mode 100644 index 0000000..a79f39b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o new file mode 100644 index 0000000..9d96bb7 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o new file mode 100644 index 0000000..ad35e70 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o new file mode 100644 index 0000000..a33216b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o new file mode 100644 index 0000000..53e292e Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o new file mode 100644 index 0000000..0b1108a Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o new file mode 100644 index 0000000..a24f466 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o new file mode 100644 index 0000000..6f7f779 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o new file mode 100644 index 0000000..3e22620 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o new file mode 100644 index 0000000..ef12b5d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o new file mode 100644 index 0000000..0e41359 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o new file mode 100644 index 0000000..c61f1c6 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..31699a8 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..733a6c8 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a new file mode 100644 index 0000000..76b7d4f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-release.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-release.cmake new file mode 100644 index 0000000..3ebd663 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-release.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "Release". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "OpenAL::OpenAL" for configuration "Release" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" + IMPORTED_SONAME_RELEASE "libopenal.so.1" + ) + +list(APPEND _cmake_import_check_targets OpenAL::OpenAL ) +list(APPEND _cmake_import_check_files_for_OpenAL::OpenAL "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake new file mode 100644 index 0000000..330a22a --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake @@ -0,0 +1,102 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL;${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenALTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o new file mode 100644 index 0000000..64665ef Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o new file mode 100644 index 0000000..f9367f7 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o new file mode 100644 index 0000000..44a689a Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o new file mode 100644 index 0000000..64750ad Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o new file mode 100644 index 0000000..15af646 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o new file mode 100644 index 0000000..bd835b0 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o new file mode 100644 index 0000000..22e0094 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o new file mode 100644 index 0000000..6e9167d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o new file mode 100644 index 0000000..e5f9f6e Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o new file mode 100644 index 0000000..91d299c Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o new file mode 100644 index 0000000..82d7dff Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o new file mode 100644 index 0000000..af05d1d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o new file mode 100644 index 0000000..c796bd4 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o new file mode 100644 index 0000000..46a9285 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o new file mode 100644 index 0000000..9aeae3c Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o new file mode 100644 index 0000000..f8530be Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o new file mode 100644 index 0000000..7543786 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o new file mode 100644 index 0000000..409cadc Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o new file mode 100644 index 0000000..9069f71 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o new file mode 100644 index 0000000..f5f9f0d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o new file mode 100644 index 0000000..4c42ab5 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o new file mode 100644 index 0000000..71c15c5 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o new file mode 100644 index 0000000..474ddd1 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o new file mode 100644 index 0000000..02fd8a1 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o new file mode 100644 index 0000000..f3aee36 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o new file mode 100644 index 0000000..26476f6 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o new file mode 100644 index 0000000..b4ac239 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o new file mode 100644 index 0000000..125b452 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o new file mode 100644 index 0000000..cf4b3dd Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o new file mode 100644 index 0000000..fd25163 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o new file mode 100644 index 0000000..2a9aaac Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o new file mode 100644 index 0000000..8e5da14 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o new file mode 100644 index 0000000..3887e7b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o new file mode 100644 index 0000000..ebd1c4f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o new file mode 100644 index 0000000..8e8bd69 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o new file mode 100644 index 0000000..90baf49 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o new file mode 100644 index 0000000..e99efe7 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o new file mode 100644 index 0000000..3e102c9 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o new file mode 100644 index 0000000..aca9202 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o new file mode 100644 index 0000000..b765c28 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o new file mode 100644 index 0000000..7a4da7f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o new file mode 100644 index 0000000..667c068 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o new file mode 100644 index 0000000..d0ddd86 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o new file mode 100644 index 0000000..dce1d99 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o new file mode 100644 index 0000000..52551b4 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o new file mode 100644 index 0000000..7f29f36 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o new file mode 100644 index 0000000..d837e86 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o new file mode 100644 index 0000000..ae6b744 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o new file mode 100644 index 0000000..60ca1c9 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o new file mode 100644 index 0000000..6a6dac1 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o new file mode 100644 index 0000000..0ed280f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o new file mode 100644 index 0000000..5c68404 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o new file mode 100644 index 0000000..69eb330 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o new file mode 100644 index 0000000..6577708 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o new file mode 100644 index 0000000..3f65b84 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o new file mode 100644 index 0000000..57ce9ed Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o new file mode 100644 index 0000000..4ad62f0 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o new file mode 100644 index 0000000..41cc76b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o new file mode 100644 index 0000000..e158fe0 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o new file mode 100644 index 0000000..42dcd83 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o new file mode 100644 index 0000000..29441e8 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o new file mode 100644 index 0000000..5dfb73b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o new file mode 100644 index 0000000..0e78415 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o new file mode 100644 index 0000000..0484ab3 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o new file mode 100644 index 0000000..66d2984 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o new file mode 100644 index 0000000..a368b86 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o new file mode 100644 index 0000000..5d279a6 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o new file mode 100644 index 0000000..136ef6b Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o new file mode 100644 index 0000000..5044337 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o new file mode 100644 index 0000000..9de4a94 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o new file mode 100644 index 0000000..09f6a07 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o new file mode 100644 index 0000000..23445d6 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o new file mode 100644 index 0000000..d65894c Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o new file mode 100644 index 0000000..fc7af64 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o new file mode 100644 index 0000000..7578e65 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o new file mode 100644 index 0000000..f8063ab Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o new file mode 100644 index 0000000..b5691c2 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o new file mode 100644 index 0000000..131b4a2 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o new file mode 100644 index 0000000..8a91243 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o new file mode 100644 index 0000000..54d3d5e Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o new file mode 100644 index 0000000..048648f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o new file mode 100644 index 0000000..a08b237 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o new file mode 100644 index 0000000..2c2c000 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o new file mode 100644 index 0000000..c8bc733 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o new file mode 100644 index 0000000..6a2ace5 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o new file mode 100644 index 0000000..48c1e61 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o new file mode 100644 index 0000000..891d094 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o new file mode 100644 index 0000000..a1f5d86 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o new file mode 100644 index 0000000..9b243f6 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o new file mode 100644 index 0000000..4e568d0 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o new file mode 100644 index 0000000..b926eaf Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o new file mode 100644 index 0000000..54eff31 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o new file mode 100644 index 0000000..4bddad4 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o new file mode 100644 index 0000000..eb69b06 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o new file mode 100644 index 0000000..ef8e7ed Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o new file mode 100644 index 0000000..3c07a3d Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o new file mode 100644 index 0000000..4c21da1 Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake new file mode 100644 index 0000000..491fd03 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("utils/alsoft-config") diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake new file mode 100644 index 0000000..9ac79f9 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.1...3.18) + +include("${CMAKE_CURRENT_LIST_DIR}/OpenALTargets.cmake") + +set(OPENAL_FOUND ON) +set(OPENAL_INCLUDE_DIR $) +set(OPENAL_LIBRARY $) +set(OPENAL_DEFINITIONS $) +set(OPENAL_VERSION_STRING 1.23.1) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake new file mode 100644 index 0000000..db64c02 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" +) + +# Import target "OpenAL::OpenAL" for configuration "Release" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_RELEASE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + IMPORTED_SONAME_RELEASE "libopenal.so.1" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake new file mode 100644 index 0000000..03c30b0 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake @@ -0,0 +1,322 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + file(RPATH_CHECK + FILE "${file}" + RPATH "") + endif() + endforeach() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-release.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake") + +endif() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h new file mode 100644 index 0000000..8fd4374 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h @@ -0,0 +1,119 @@ +/* Define the alignment attribute for externally callable functions. */ +#define FORCE_ALIGN + +/* Define if deprecated EAX extensions are enabled */ +/* #undef ALSOFT_EAX */ + +/* Define if HRTF data is embedded in the library */ +#define ALSOFT_EMBED_HRTF_DATA + +/* Define if we have the proc_pidpath function */ +/* #undef HAVE_PROC_PIDPATH */ + +/* Define if we have the getopt function */ +#define HAVE_GETOPT + +/* Define if we have DBus/RTKit */ +#define HAVE_RTKIT + +/* Define if we have SSE CPU extensions */ +#define HAVE_SSE +#define HAVE_SSE2 +#define HAVE_SSE3 +#define HAVE_SSE4_1 + +/* Define if we have ARM Neon CPU extensions */ +/* #undef HAVE_NEON */ + +/* Define if we have the ALSA backend */ +/* #undef HAVE_ALSA */ + +/* Define if we have the OSS backend */ +#define HAVE_OSS + +/* Define if we have the PipeWire backend */ +#define HAVE_PIPEWIRE + +/* Define if we have the Solaris backend */ +/* #undef HAVE_SOLARIS */ + +/* Define if we have the SndIO backend */ +/* #undef HAVE_SNDIO */ + +/* Define if we have the WASAPI backend */ +/* #undef HAVE_WASAPI */ + +/* Define if we have the DSound backend */ +/* #undef HAVE_DSOUND */ + +/* Define if we have the Windows Multimedia backend */ +/* #undef HAVE_WINMM */ + +/* Define if we have the PortAudio backend */ +/* #undef HAVE_PORTAUDIO */ + +/* Define if we have the PulseAudio backend */ +/* #undef HAVE_PULSEAUDIO */ + +/* Define if we have the JACK backend */ +/* #undef HAVE_JACK */ + +/* Define if we have the CoreAudio backend */ +/* #undef HAVE_COREAUDIO */ + +/* Define if we have the OpenSL backend */ +/* #undef HAVE_OPENSL */ + +/* Define if we have the Oboe backend */ +/* #undef HAVE_OBOE */ + +/* Define if we have the Wave Writer backend */ +#define HAVE_WAVE + +/* Define if we have the SDL2 backend */ +/* #undef HAVE_SDL2 */ + +/* Define if we have dlfcn.h */ +#define HAVE_DLFCN_H + +/* Define if we have pthread_np.h */ +/* #undef HAVE_PTHREAD_NP_H */ + +/* Define if we have malloc.h */ +#define HAVE_MALLOC_H + +/* Define if we have cpuid.h */ +#define HAVE_CPUID_H + +/* Define if we have intrin.h */ +/* #undef HAVE_INTRIN_H */ + +/* Define if we have guiddef.h */ +/* #undef HAVE_GUIDDEF_H */ + +/* Define if we have initguid.h */ +/* #undef HAVE_INITGUID_H */ + +/* Define if we have GCC's __get_cpuid() */ +#define HAVE_GCC_GET_CPUID + +/* Define if we have the __cpuid() intrinsic */ +/* #undef HAVE_CPUID_INTRINSIC */ + +/* Define if we have SSE intrinsics */ +#define HAVE_SSE_INTRINSICS + +/* Define if we have pthread_setschedparam() */ +#define HAVE_PTHREAD_SETSCHEDPARAM + +/* Define if we have pthread_setname_np() */ +/* #undef HAVE_PTHREAD_SETNAME_NP */ + +/* Define if we have pthread_set_name_np() */ +/* #undef HAVE_PTHREAD_SET_NAME_NP */ + +/* Define the installation data directory */ +/* #undef ALSOFT_INSTALL_DATADIR */ + +/* Define whether build alsoft for winuwp */ +/* #undef ALSOFT_UWP */ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt new file mode 100644 index 0000000..74cb9f2 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt @@ -0,0 +1,159841 @@ + 0x4d, + 0x69, + 0x6e, + 0x50, + 0x48, + 0x52, + 0x30, + 0x33, + 0x80, + 0xbb, + 0x00, + 0x00, + 0x00, + 0x40, + 0x01, + 0x78, + 0x05, + 0x13, + 0x01, + 0x0c, + 0x18, + 0x24, + 0x2d, + 0x38, + 0x3c, + 0x48, + 0x48, + 0x48, + 0x48, + 0x48, + 0x3c, + 0x38, + 0x2d, + 0x24, + 0x18, + 0x0c, + 0x01, + 0x2b, + 0x76, + 0x12, + 0x17, + 0x4f, + 0x2c, + 0xcf, + 0xcd, + 0x19, + 0x7d, + 0x2a, + 0xff, + 0xe7, + 0x4f, + 0x01, + 0x5b, + 0x38, + 0xfb, + 0x5c, + 0xf1, + 0xfe, + 0x69, + 0x68, + 0x08, + 0xac, + 0xba, + 0xfb, + 0xc2, + 0x01, + 0xf3, + 0x40, + 0x05, + 0xfb, + 0xc1, + 0xe8, + 0x09, + 0x05, + 0x65, + 0x06, + 0x55, + 0x9b, + 0xf8, + 0x98, + 0x8c, + 0xf4, + 0x54, + 0xdf, + 0xf3, + 0x70, + 0x08, + 0xff, + 0x16, + 0xb0, + 0x05, + 0x3a, + 0x58, + 0xff, + 0xdc, + 0xfe, + 0xfb, + 0x26, + 0xd1, + 0xfc, + 0xaf, + 0x27, + 0xff, + 0x0c, + 0x1c, + 0xfd, + 0x30, + 0xc6, + 0xfd, + 0x1f, + 0xc7, + 0xfe, + 0x2d, + 0x5a, + 0xfd, + 0xcc, + 0x58, + 0xff, + 0x6e, + 0x41, + 0xfd, + 0xea, + 0xa5, + 0xfc, + 0xea, + 0xb1, + 0xfe, + 0x62, + 0x04, + 0xff, + 0xa3, + 0x92, + 0xff, + 0x1a, + 0x2b, + 0xff, + 0x24, + 0x83, + 0xff, + 0xbb, + 0xbf, + 0xfe, + 0x65, + 0xe1, + 0xfe, + 0xe2, + 0x96, + 0xff, + 0x40, + 0xf7, + 0xfe, + 0xc6, + 0x14, + 0x00, + 0x5b, + 0x07, + 0x00, + 0xc3, + 0x8d, + 0xff, + 0x2f, + 0x70, + 0xff, + 0x55, + 0xb4, + 0xfe, + 0xb3, + 0xa7, + 0xfe, + 0x06, + 0x53, + 0xfe, + 0x7d, + 0x3b, + 0xfe, + 0x7d, + 0x33, + 0xfe, + 0x2a, + 0x6b, + 0xfe, + 0x71, + 0xb6, + 0xfe, + 0x21, + 0x5d, + 0xfe, + 0x28, + 0xce, + 0xfe, + 0x9d, + 0x9f, + 0xff, + 0xbe, + 0x51, + 0x00, + 0xc1, + 0x54, + 0x00, + 0xa3, + 0xb9, + 0xff, + 0x60, + 0x8e, + 0xff, + 0x9e, + 0x27, + 0xff, + 0x05, + 0x05, + 0xff, + 0xe8, + 0xf4, + 0xfe, + 0x70, + 0x43, + 0xfe, + 0x8d, + 0x4f, + 0xfe, + 0x35, + 0xcd, + 0xfe, + 0x74, + 0x3a, + 0xff, + 0xe6, + 0xe3, + 0xff, + 0x9d, + 0xd5, + 0x13, + 0xd5, + 0xeb, + 0x2c, + 0xd4, + 0xb8, + 0x15, + 0x2f, + 0x7d, + 0xfc, + 0x99, + 0x13, + 0x03, + 0xde, + 0xc8, + 0xfb, + 0x76, + 0x08, + 0xff, + 0xf2, + 0x4e, + 0x08, + 0xab, + 0x9d, + 0xfa, + 0xb5, + 0x34, + 0xf3, + 0xd0, + 0xa0, + 0xfb, + 0x44, + 0xad, + 0x09, + 0x5b, + 0xab, + 0x05, + 0x15, + 0x94, + 0xf8, + 0xa6, + 0xd6, + 0xf5, + 0xba, + 0xc3, + 0xf5, + 0xcb, + 0x86, + 0xff, + 0x8a, + 0xec, + 0x03, + 0xe0, + 0xbb, + 0xfe, + 0x26, + 0xf2, + 0xfc, + 0x4c, + 0x26, + 0xfd, + 0xc8, + 0x19, + 0xff, + 0x72, + 0x07, + 0xfd, + 0x11, + 0x07, + 0xfe, + 0xcd, + 0x33, + 0xff, + 0xef, + 0x88, + 0xfd, + 0x4f, + 0x0d, + 0xff, + 0x5d, + 0x45, + 0xfd, + 0x33, + 0x7d, + 0xfd, + 0x4d, + 0x27, + 0xff, + 0x62, + 0x3d, + 0xff, + 0xd6, + 0xcf, + 0xff, + 0x96, + 0x31, + 0xff, + 0xec, + 0x96, + 0xff, + 0xcd, + 0xcc, + 0xfe, + 0xb5, + 0xf1, + 0xfe, + 0x7e, + 0x98, + 0xff, + 0x52, + 0x18, + 0xff, + 0x1a, + 0x30, + 0x00, + 0x2c, + 0xd3, + 0xff, + 0xe6, + 0x6e, + 0xff, + 0x23, + 0x6c, + 0xff, + 0x78, + 0xcc, + 0xfe, + 0x27, + 0xdf, + 0xfe, + 0x8d, + 0x84, + 0xfe, + 0x68, + 0x72, + 0xfe, + 0xd1, + 0x6f, + 0xfe, + 0x28, + 0xaa, + 0xfe, + 0x28, + 0xe4, + 0xfe, + 0x42, + 0xa2, + 0xfe, + 0x4f, + 0x4f, + 0xff, + 0x45, + 0x0a, + 0x00, + 0x59, + 0x7b, + 0x00, + 0xe0, + 0x52, + 0x00, + 0x79, + 0x92, + 0xff, + 0xf5, + 0x5c, + 0xff, + 0x8e, + 0x0c, + 0xff, + 0xaa, + 0xf4, + 0xfe, + 0x0f, + 0xee, + 0xfe, + 0x74, + 0x5e, + 0xfe, + 0x09, + 0x77, + 0xfe, + 0xe4, + 0xe9, + 0xfe, + 0xc9, + 0x58, + 0xff, + 0x83, + 0xf9, + 0xff, + 0xbb, + 0xb2, + 0x13, + 0x53, + 0xe3, + 0x2a, + 0x19, + 0xba, + 0x13, + 0xf7, + 0x2f, + 0xfd, + 0xba, + 0x6c, + 0x02, + 0xcb, + 0x42, + 0xfb, + 0x32, + 0x5c, + 0x00, + 0xbc, + 0xcd, + 0x07, + 0xc2, + 0x3c, + 0xfa, + 0x76, + 0x9a, + 0xf3, + 0xb3, + 0x82, + 0xfc, + 0xeb, + 0x3b, + 0x0a, + 0x6a, + 0x8e, + 0x04, + 0x93, + 0x97, + 0xf8, + 0xb1, + 0x33, + 0xf6, + 0xcf, + 0x33, + 0xf6, + 0x36, + 0xce, + 0x00, + 0x19, + 0x7e, + 0x04, + 0x29, + 0x95, + 0xfe, + 0xc2, + 0xab, + 0xfc, + 0x4c, + 0xc3, + 0xfd, + 0x5b, + 0x74, + 0xff, + 0x40, + 0xfb, + 0xfc, + 0x3b, + 0x54, + 0xfe, + 0xf2, + 0xe9, + 0xfe, + 0x82, + 0xb0, + 0xfd, + 0x83, + 0x56, + 0xff, + 0x2d, + 0xf4, + 0xfc, + 0x19, + 0x49, + 0xfd, + 0xad, + 0x2d, + 0xff, + 0x80, + 0x53, + 0xff, + 0x33, + 0xab, + 0xff, + 0xb3, + 0x32, + 0xff, + 0x86, + 0x9d, + 0xff, + 0xd6, + 0xd7, + 0xfe, + 0xe2, + 0x36, + 0xff, + 0x1a, + 0x95, + 0xff, + 0x13, + 0x0d, + 0xff, + 0x06, + 0x44, + 0x00, + 0x5d, + 0xee, + 0xff, + 0xc4, + 0x8c, + 0xff, + 0xdc, + 0x70, + 0xff, + 0x3f, + 0xdd, + 0xfe, + 0xac, + 0xf2, + 0xfe, + 0x8b, + 0xa6, + 0xfe, + 0xb9, + 0x93, + 0xfe, + 0xc3, + 0x89, + 0xfe, + 0x3f, + 0xdb, + 0xfe, + 0x16, + 0x03, + 0xff, + 0x3c, + 0x99, + 0xfe, + 0xd3, + 0xfc, + 0xfe, + 0xf8, + 0x91, + 0xff, + 0xf4, + 0x1f, + 0x00, + 0xee, + 0x06, + 0x00, + 0x5b, + 0x7e, + 0xff, + 0x4d, + 0x75, + 0xff, + 0xc3, + 0x23, + 0xff, + 0x0e, + 0x28, + 0xff, + 0xd5, + 0x25, + 0xff, + 0xd3, + 0x88, + 0xfe, + 0x80, + 0xa8, + 0xfe, + 0x7d, + 0x02, + 0xff, + 0xdc, + 0x4a, + 0xff, + 0x67, + 0xcd, + 0xff, + 0xde, + 0xa6, + 0x12, + 0x7a, + 0x24, + 0x29, + 0x1c, + 0x30, + 0x13, + 0x20, + 0xe4, + 0xfc, + 0x0a, + 0xfc, + 0x01, + 0x17, + 0x6b, + 0xfb, + 0x88, + 0x63, + 0x00, + 0x8f, + 0xf9, + 0x07, + 0xb6, + 0xb5, + 0xfa, + 0xba, + 0x50, + 0xf4, + 0x3f, + 0x3e, + 0xfd, + 0xff, + 0x97, + 0x0a, + 0xf3, + 0xd4, + 0x04, + 0xc3, + 0xc6, + 0xf8, + 0x43, + 0x78, + 0xf6, + 0xa5, + 0x2a, + 0xf6, + 0x38, + 0xc7, + 0x00, + 0xae, + 0x00, + 0x05, + 0x2f, + 0xa2, + 0xfe, + 0xab, + 0x5f, + 0xfc, + 0xfa, + 0xb0, + 0xfd, + 0x21, + 0xa9, + 0xff, + 0x2e, + 0x39, + 0xfd, + 0x6c, + 0x64, + 0xfe, + 0xc7, + 0xf6, + 0xfe, + 0x81, + 0xa6, + 0xfd, + 0x3f, + 0x86, + 0xff, + 0xdb, + 0x2e, + 0xfd, + 0x93, + 0x37, + 0xfd, + 0xff, + 0x1d, + 0xff, + 0xda, + 0x43, + 0xff, + 0x89, + 0xa1, + 0xff, + 0x33, + 0x30, + 0xff, + 0x44, + 0x9f, + 0xff, + 0x99, + 0xc7, + 0xfe, + 0xe8, + 0x11, + 0xff, + 0x8e, + 0x8f, + 0xff, + 0x20, + 0xf7, + 0xfe, + 0x5b, + 0x17, + 0x00, + 0x8f, + 0xcd, + 0xff, + 0xe7, + 0x71, + 0xff, + 0x31, + 0x5e, + 0xff, + 0xfe, + 0xc3, + 0xfe, + 0x5f, + 0xcc, + 0xfe, + 0xdf, + 0x79, + 0xfe, + 0x8d, + 0x7a, + 0xfe, + 0x21, + 0x78, + 0xfe, + 0xd6, + 0xb5, + 0xfe, + 0x8f, + 0xe1, + 0xfe, + 0xa5, + 0x7c, + 0xfe, + 0x02, + 0xed, + 0xfe, + 0xe5, + 0x99, + 0xff, + 0xee, + 0x25, + 0x00, + 0x83, + 0x0a, + 0x00, + 0xf9, + 0x88, + 0xff, + 0x64, + 0x7e, + 0xff, + 0x54, + 0x24, + 0xff, + 0xe8, + 0x1a, + 0xff, + 0xa8, + 0x0c, + 0xff, + 0x98, + 0x68, + 0xfe, + 0x21, + 0x8b, + 0xfe, + 0x08, + 0xf5, + 0xfe, + 0xd2, + 0x4a, + 0xff, + 0xe3, + 0xdc, + 0xff, + 0x5f, + 0x15, + 0x12, + 0xb6, + 0xbc, + 0x28, + 0xd6, + 0xbd, + 0x13, + 0xe0, + 0xf7, + 0xfc, + 0x4c, + 0x20, + 0x02, + 0xe0, + 0xeb, + 0xfb, + 0x88, + 0x63, + 0x00, + 0xb7, + 0x6e, + 0x08, + 0xbc, + 0x34, + 0xfb, + 0x95, + 0x7c, + 0xf4, + 0x13, + 0x2a, + 0xfd, + 0x37, + 0x6c, + 0x0a, + 0xf3, + 0x0e, + 0x05, + 0x29, + 0xa2, + 0xf8, + 0x07, + 0x50, + 0xf6, + 0x84, + 0x0e, + 0xf6, + 0xe5, + 0xa9, + 0x00, + 0xf5, + 0x44, + 0x05, + 0xe5, + 0xa3, + 0xfe, + 0x61, + 0x50, + 0xfc, + 0x2e, + 0xa0, + 0xfd, + 0xaf, + 0xba, + 0xff, + 0xc9, + 0x6a, + 0xfd, + 0x4f, + 0x6b, + 0xfe, + 0x4d, + 0x23, + 0xff, + 0x0b, + 0xb4, + 0xfd, + 0x56, + 0xa7, + 0xff, + 0xfd, + 0x4c, + 0xfd, + 0xf0, + 0x04, + 0xfd, + 0xda, + 0xf4, + 0xfe, + 0x6f, + 0x16, + 0xff, + 0x5c, + 0x8c, + 0xff, + 0x4b, + 0x27, + 0xff, + 0x2e, + 0x92, + 0xff, + 0x3c, + 0xc0, + 0xfe, + 0xe0, + 0xff, + 0xfe, + 0xed, + 0x93, + 0xff, + 0x82, + 0xeb, + 0xfe, + 0x7d, + 0x0d, + 0x00, + 0x56, + 0xda, + 0xff, + 0xbc, + 0x78, + 0xff, + 0x5e, + 0x6d, + 0xff, + 0xf3, + 0xcc, + 0xfe, + 0x80, + 0xd6, + 0xfe, + 0x29, + 0x81, + 0xfe, + 0x6b, + 0x74, + 0xfe, + 0x40, + 0x6e, + 0xfe, + 0x22, + 0xaa, + 0xfe, + 0xb0, + 0xdf, + 0xfe, + 0x36, + 0x7a, + 0xfe, + 0xb6, + 0xf0, + 0xfe, + 0xae, + 0xa8, + 0xff, + 0x54, + 0x3a, + 0x00, + 0x1a, + 0x29, + 0x00, + 0xf6, + 0x9a, + 0xff, + 0x41, + 0x82, + 0xff, + 0xaa, + 0x21, + 0xff, + 0x5f, + 0x0e, + 0xff, + 0x74, + 0x04, + 0xff, + 0x54, + 0x64, + 0xfe, + 0x51, + 0x86, + 0xfe, + 0xe7, + 0xf8, + 0xfe, + 0x97, + 0x53, + 0xff, + 0xf9, + 0xe3, + 0xff, + 0x9d, + 0x0f, + 0x12, + 0x62, + 0x02, + 0x29, + 0x24, + 0x03, + 0x14, + 0xc9, + 0x8e, + 0xfc, + 0xe9, + 0xbb, + 0x01, + 0x55, + 0xab, + 0xfb, + 0x7d, + 0x02, + 0x00, + 0x04, + 0x60, + 0x08, + 0x64, + 0x06, + 0xfb, + 0x10, + 0x11, + 0xf4, + 0xba, + 0xd0, + 0xfc, + 0xfd, + 0x76, + 0x0a, + 0xf7, + 0x70, + 0x05, + 0x6a, + 0xa4, + 0xf8, + 0x2f, + 0x3f, + 0xf6, + 0x5f, + 0x07, + 0xf6, + 0x8d, + 0xac, + 0x00, + 0xe9, + 0x9c, + 0x05, + 0x53, + 0xed, + 0xfe, + 0xda, + 0x71, + 0xfc, + 0x1b, + 0xa3, + 0xfd, + 0x89, + 0xc7, + 0xff, + 0xda, + 0x72, + 0xfd, + 0xa0, + 0x47, + 0xfe, + 0x1e, + 0x15, + 0xff, + 0x76, + 0x9c, + 0xfd, + 0x4b, + 0xa2, + 0xff, + 0xe8, + 0x72, + 0xfd, + 0x00, + 0x2c, + 0xfd, + 0x64, + 0x25, + 0xff, + 0x92, + 0x42, + 0xff, + 0xc4, + 0xb8, + 0xff, + 0x89, + 0x3d, + 0xff, + 0xf5, + 0x89, + 0xff, + 0x97, + 0xa8, + 0xfe, + 0x00, + 0xda, + 0xfe, + 0xb1, + 0x7e, + 0xff, + 0xfb, + 0xde, + 0xfe, + 0xa9, + 0x05, + 0x00, + 0x19, + 0xd9, + 0xff, + 0xab, + 0x6e, + 0xff, + 0x45, + 0x61, + 0xff, + 0x0c, + 0xbb, + 0xfe, + 0x20, + 0xc1, + 0xfe, + 0xb5, + 0x6f, + 0xfe, + 0x01, + 0x69, + 0xfe, + 0x04, + 0x6b, + 0xfe, + 0x7f, + 0xa7, + 0xfe, + 0x43, + 0xdf, + 0xfe, + 0x9d, + 0x79, + 0xfe, + 0xcc, + 0xe8, + 0xfe, + 0xcc, + 0xa2, + 0xff, + 0x4e, + 0x3d, + 0x00, + 0xf9, + 0x2a, + 0x00, + 0xfe, + 0x93, + 0xff, + 0x19, + 0x79, + 0xff, + 0x25, + 0x1b, + 0xff, + 0xb0, + 0x0b, + 0xff, + 0xac, + 0x05, + 0xff, + 0x77, + 0x5e, + 0xfe, + 0xcd, + 0x76, + 0xfe, + 0x94, + 0xe9, + 0xfe, + 0xd6, + 0x44, + 0xff, + 0x01, + 0xd8, + 0xff, + 0x5a, + 0x8d, + 0x12, + 0xb8, + 0xa6, + 0x2a, + 0x61, + 0x3d, + 0x15, + 0x9a, + 0x70, + 0xfc, + 0xb6, + 0xf7, + 0x01, + 0x95, + 0xa1, + 0xfb, + 0x46, + 0x7e, + 0xff, + 0x5b, + 0x5b, + 0x08, + 0xac, + 0x63, + 0xfa, + 0x84, + 0x08, + 0xf3, + 0x74, + 0xf8, + 0xfb, + 0xd7, + 0x44, + 0x0a, + 0x6f, + 0xc1, + 0x05, + 0x25, + 0x30, + 0xf8, + 0xb2, + 0xb8, + 0xf5, + 0x89, + 0x99, + 0xf5, + 0x86, + 0x40, + 0x00, + 0xca, + 0x93, + 0x05, + 0x5d, + 0xd3, + 0xfe, + 0xb7, + 0x67, + 0xfc, + 0x7d, + 0x96, + 0xfd, + 0x22, + 0xd3, + 0xff, + 0x94, + 0x77, + 0xfd, + 0x08, + 0x2f, + 0xfe, + 0x7d, + 0x3c, + 0xff, + 0x3e, + 0xa4, + 0xfd, + 0xaf, + 0xaf, + 0xff, + 0xd0, + 0x8a, + 0xfd, + 0x91, + 0x2b, + 0xfd, + 0xe5, + 0x3b, + 0xff, + 0xd7, + 0x4c, + 0xff, + 0x61, + 0xc6, + 0xff, + 0x4f, + 0x48, + 0xff, + 0x71, + 0xb3, + 0xff, + 0x4d, + 0xf6, + 0xfe, + 0x09, + 0x25, + 0xff, + 0xff, + 0xd1, + 0xff, + 0xe9, + 0x10, + 0xff, + 0x2c, + 0x2d, + 0x00, + 0xaa, + 0x05, + 0x00, + 0x1a, + 0x8a, + 0xff, + 0xaa, + 0x76, + 0xff, + 0xfd, + 0xbf, + 0xfe, + 0xb6, + 0xbe, + 0xfe, + 0x35, + 0x6a, + 0xfe, + 0xf3, + 0x68, + 0xfe, + 0xa2, + 0x74, + 0xfe, + 0xa8, + 0xb7, + 0xfe, + 0xea, + 0xfe, + 0xfe, + 0x8d, + 0x8e, + 0xfe, + 0x44, + 0xef, + 0xfe, + 0x10, + 0xa4, + 0xff, + 0x70, + 0x35, + 0x00, + 0x52, + 0x22, + 0x00, + 0x21, + 0x7b, + 0xff, + 0xcc, + 0x50, + 0xff, + 0x4a, + 0xf5, + 0xfe, + 0x3a, + 0xec, + 0xfe, + 0x52, + 0xf9, + 0xfe, + 0x1b, + 0x62, + 0xfe, + 0x7b, + 0x82, + 0xfe, + 0x71, + 0xfa, + 0xfe, + 0x38, + 0x54, + 0xff, + 0x3b, + 0xec, + 0xff, + 0x01, + 0x5f, + 0x13, + 0xdf, + 0x75, + 0x2c, + 0xe6, + 0x50, + 0x16, + 0xa6, + 0x92, + 0xfc, + 0x57, + 0x11, + 0x02, + 0xca, + 0x83, + 0xfb, + 0xdf, + 0x3c, + 0xff, + 0x66, + 0x00, + 0x08, + 0xa5, + 0xbc, + 0xf9, + 0x29, + 0x97, + 0xf2, + 0x58, + 0x05, + 0xfc, + 0x12, + 0xdd, + 0x09, + 0xef, + 0x06, + 0x05, + 0x55, + 0x3e, + 0xf8, + 0x31, + 0xe4, + 0xf5, + 0xa2, + 0x7d, + 0xf5, + 0x77, + 0x16, + 0x00, + 0x7a, + 0x2d, + 0x05, + 0x9c, + 0xb2, + 0xfe, + 0x37, + 0xaf, + 0xfc, + 0x40, + 0xae, + 0xfd, + 0xcf, + 0x7d, + 0xff, + 0xbb, + 0x2d, + 0xfd, + 0x34, + 0x1c, + 0xfe, + 0x4b, + 0x26, + 0xff, + 0xbc, + 0x9b, + 0xfd, + 0xdb, + 0x7c, + 0xff, + 0xe9, + 0x39, + 0xfd, + 0x4a, + 0x11, + 0xfd, + 0xf2, + 0x37, + 0xff, + 0xb4, + 0x3c, + 0xff, + 0xb7, + 0xbb, + 0xff, + 0xe3, + 0x4f, + 0xff, + 0x65, + 0xbc, + 0xff, + 0x7b, + 0xf6, + 0xfe, + 0x3d, + 0x18, + 0xff, + 0xb2, + 0xbc, + 0xff, + 0x67, + 0x0a, + 0xff, + 0x4f, + 0x2f, + 0x00, + 0x6a, + 0xea, + 0xff, + 0x70, + 0x5d, + 0xff, + 0xe4, + 0x61, + 0xff, + 0xc1, + 0xb7, + 0xfe, + 0xa4, + 0xbb, + 0xfe, + 0x63, + 0x6a, + 0xfe, + 0x52, + 0x68, + 0xfe, + 0x08, + 0x7a, + 0xfe, + 0x91, + 0xbf, + 0xfe, + 0xc2, + 0x13, + 0xff, + 0x39, + 0xad, + 0xfe, + 0x97, + 0x0e, + 0xff, + 0xe3, + 0xbf, + 0xff, + 0xb4, + 0x41, + 0x00, + 0xd6, + 0x34, + 0x00, + 0x9a, + 0xa5, + 0xff, + 0x8d, + 0x72, + 0xff, + 0x90, + 0xfb, + 0xfe, + 0xc4, + 0xe8, + 0xfe, + 0x74, + 0xf9, + 0xfe, + 0x09, + 0x6a, + 0xfe, + 0x40, + 0x8f, + 0xfe, + 0xf5, + 0x07, + 0xff, + 0x31, + 0x63, + 0xff, + 0x25, + 0x06, + 0x00, + 0x09, + 0x01, + 0x14, + 0x7a, + 0xe8, + 0x2d, + 0xfb, + 0xc1, + 0x16, + 0x08, + 0x13, + 0xfc, + 0xc7, + 0x73, + 0x02, + 0xd6, + 0xed, + 0xfb, + 0x48, + 0x2c, + 0xff, + 0x61, + 0xcf, + 0x07, + 0x4e, + 0xff, + 0xf8, + 0x78, + 0x7b, + 0xf2, + 0x9c, + 0x2d, + 0xfd, + 0x5c, + 0x15, + 0x0a, + 0x06, + 0x33, + 0x03, + 0xb0, + 0xe4, + 0xf6, + 0x89, + 0x5e, + 0xf6, + 0x29, + 0x8c, + 0xf6, + 0xf2, + 0x23, + 0x01, + 0x65, + 0x31, + 0x05, + 0x6f, + 0x8f, + 0xfd, + 0xcb, + 0x27, + 0xfc, + 0x14, + 0x25, + 0xfe, + 0xec, + 0xf3, + 0xff, + 0x24, + 0x1b, + 0xfd, + 0xb6, + 0xd0, + 0xfd, + 0xae, + 0xde, + 0xfe, + 0x87, + 0x94, + 0xfd, + 0x31, + 0xa7, + 0xff, + 0x8f, + 0xfd, + 0xfc, + 0x9a, + 0xab, + 0xfc, + 0xd8, + 0xfc, + 0xfe, + 0xd3, + 0xf5, + 0xfe, + 0x7d, + 0x7e, + 0xff, + 0x9f, + 0x4f, + 0xff, + 0xc5, + 0xd4, + 0xff, + 0x45, + 0xd9, + 0xfe, + 0x6c, + 0xcb, + 0xfe, + 0xd9, + 0x72, + 0xff, + 0x6d, + 0xe3, + 0xfe, + 0x4b, + 0x3c, + 0x00, + 0x13, + 0x06, + 0x00, + 0xcf, + 0x57, + 0xff, + 0x6f, + 0x4b, + 0xff, + 0xe4, + 0x9e, + 0xfe, + 0x51, + 0x9a, + 0xfe, + 0x7c, + 0x59, + 0xfe, + 0xb9, + 0x67, + 0xfe, + 0xe1, + 0x71, + 0xfe, + 0x28, + 0x9a, + 0xfe, + 0x9c, + 0xcd, + 0xfe, + 0x37, + 0x78, + 0xfe, + 0x0b, + 0x11, + 0xff, + 0x3b, + 0xe0, + 0xff, + 0x36, + 0x5e, + 0x00, + 0x24, + 0x3c, + 0x00, + 0xbd, + 0x98, + 0xff, + 0xf2, + 0x87, + 0xff, + 0xc5, + 0x29, + 0xff, + 0xca, + 0xef, + 0xfe, + 0x30, + 0xe7, + 0xfe, + 0x6d, + 0x4f, + 0xfe, + 0xcd, + 0x86, + 0xfe, + 0xe0, + 0x1d, + 0xff, + 0x5c, + 0x70, + 0xff, + 0x44, + 0xff, + 0xff, + 0x00, + 0x30, + 0x15, + 0x60, + 0x2d, + 0x30, + 0xb9, + 0x67, + 0x16, + 0x2a, + 0xd8, + 0xf9, + 0x2e, + 0xbe, + 0x01, + 0xe6, + 0x57, + 0xfb, + 0x62, + 0x90, + 0xff, + 0x9d, + 0x9e, + 0x09, + 0xa4, + 0x38, + 0xf9, + 0xe2, + 0xed, + 0xf1, + 0x1e, + 0xca, + 0xfd, + 0x22, + 0xfe, + 0x0b, + 0xab, + 0xff, + 0x03, + 0x1c, + 0x30, + 0xf5, + 0x7d, + 0xb0, + 0xf4, + 0xee, + 0xc9, + 0xf5, + 0x5f, + 0x85, + 0x01, + 0x1f, + 0x25, + 0x06, + 0x05, + 0x63, + 0xfd, + 0xbf, + 0x70, + 0xfb, + 0xa6, + 0xaa, + 0xfd, + 0x7c, + 0xc5, + 0xff, + 0x85, + 0xfb, + 0xfc, + 0x9f, + 0xe5, + 0xfd, + 0xd0, + 0x05, + 0xff, + 0x00, + 0x52, + 0xfd, + 0x33, + 0x9f, + 0xff, + 0xfe, + 0xde, + 0xfc, + 0xf3, + 0x5f, + 0xfc, + 0xd8, + 0x0d, + 0xff, + 0x34, + 0x0a, + 0xff, + 0x96, + 0x84, + 0xff, + 0x7a, + 0x2c, + 0xff, + 0x05, + 0xab, + 0xff, + 0xdf, + 0xd6, + 0xfe, + 0xa3, + 0xe5, + 0xfe, + 0x13, + 0x8c, + 0xff, + 0x25, + 0xb7, + 0xfe, + 0xbf, + 0x1b, + 0x00, + 0xe7, + 0x06, + 0x00, + 0x56, + 0x60, + 0xff, + 0x3a, + 0x64, + 0xff, + 0x4f, + 0xaa, + 0xfe, + 0xb6, + 0xa1, + 0xfe, + 0x14, + 0x46, + 0xfe, + 0xc5, + 0x42, + 0xfe, + 0x24, + 0x58, + 0xfe, + 0x45, + 0x8c, + 0xfe, + 0x93, + 0xbd, + 0xfe, + 0x89, + 0x3f, + 0xfe, + 0x99, + 0xd7, + 0xfe, + 0x91, + 0xde, + 0xff, + 0x80, + 0x7a, + 0x00, + 0x5d, + 0x5a, + 0x00, + 0x16, + 0xb5, + 0xff, + 0x43, + 0x83, + 0xff, + 0x1d, + 0x24, + 0xff, + 0x07, + 0x03, + 0xff, + 0xdd, + 0xd4, + 0xfe, + 0xf4, + 0x20, + 0xfe, + 0x1c, + 0x53, + 0xfe, + 0x91, + 0xf4, + 0xfe, + 0x09, + 0x6f, + 0xff, + 0x6e, + 0x0a, + 0x00, + 0x23, + 0xa1, + 0x15, + 0x43, + 0x01, + 0x31, + 0xaf, + 0x02, + 0x17, + 0x74, + 0x5b, + 0xfa, + 0x9a, + 0x49, + 0x01, + 0x3b, + 0x2e, + 0xfa, + 0x4a, + 0x7f, + 0xff, + 0x53, + 0x14, + 0x0a, + 0xd3, + 0xb0, + 0xf9, + 0xf8, + 0x56, + 0xf1, + 0xd1, + 0x42, + 0xfc, + 0xac, + 0x91, + 0x0c, + 0x55, + 0x02, + 0x06, + 0x73, + 0x34, + 0xf6, + 0xb7, + 0xa7, + 0xf3, + 0xb0, + 0xaf, + 0xf3, + 0x43, + 0xef, + 0x00, + 0xa6, + 0xfc, + 0x06, + 0x40, + 0x5c, + 0xfe, + 0x61, + 0x56, + 0xfb, + 0xa5, + 0xe7, + 0xfc, + 0x8a, + 0x90, + 0xff, + 0xd8, + 0xca, + 0xfc, + 0x89, + 0xdc, + 0xfd, + 0x26, + 0xf5, + 0xfe, + 0x53, + 0x1f, + 0xfd, + 0x7f, + 0xab, + 0xff, + 0x75, + 0xec, + 0xfc, + 0x1f, + 0x84, + 0xfc, + 0x2a, + 0x09, + 0xff, + 0xc9, + 0x19, + 0xff, + 0xaf, + 0xac, + 0xff, + 0x6f, + 0x1b, + 0xff, + 0xe8, + 0x90, + 0xff, + 0x59, + 0x9f, + 0xfe, + 0x7b, + 0xe4, + 0xfe, + 0x54, + 0xb6, + 0xff, + 0x72, + 0xde, + 0xfe, + 0xad, + 0x43, + 0x00, + 0xf0, + 0x08, + 0x00, + 0xf6, + 0x78, + 0xff, + 0x62, + 0x69, + 0xff, + 0x92, + 0x93, + 0xfe, + 0xda, + 0xa2, + 0xfe, + 0x27, + 0x44, + 0xfe, + 0x3d, + 0x36, + 0xfe, + 0xb6, + 0x31, + 0xfe, + 0x94, + 0x74, + 0xfe, + 0x24, + 0xc4, + 0xfe, + 0xea, + 0x4e, + 0xfe, + 0x5b, + 0xe0, + 0xfe, + 0x11, + 0xc5, + 0xff, + 0x5d, + 0x73, + 0x00, + 0xfa, + 0x57, + 0x00, + 0x39, + 0x9f, + 0xff, + 0xc3, + 0x84, + 0xff, + 0x3c, + 0x15, + 0xff, + 0x97, + 0xfd, + 0xfe, + 0x8f, + 0xf1, + 0xfe, + 0xb9, + 0x24, + 0xfe, + 0x1c, + 0x4f, + 0xfe, + 0xc7, + 0xe2, + 0xfe, + 0xfc, + 0x4e, + 0xff, + 0xa3, + 0x02, + 0x00, + 0xdd, + 0x0f, + 0x15, + 0x1e, + 0x75, + 0x30, + 0x84, + 0x45, + 0x18, + 0x37, + 0xf4, + 0xfb, + 0x40, + 0x99, + 0x01, + 0x68, + 0x6f, + 0xfa, + 0xfe, + 0x36, + 0xff, + 0xf1, + 0x17, + 0x09, + 0x10, + 0x91, + 0xf9, + 0x18, + 0x18, + 0xf1, + 0xba, + 0xa3, + 0xfa, + 0xfb, + 0x54, + 0x0b, + 0xf8, + 0x9b, + 0x06, + 0xa9, + 0x47, + 0xf8, + 0x20, + 0x78, + 0xf5, + 0x0b, + 0xad, + 0xf2, + 0xd8, + 0xd4, + 0xfe, + 0xee, + 0xf6, + 0x06, + 0xb3, + 0x4b, + 0xff, + 0xff, + 0x2c, + 0xfc, + 0x7c, + 0x24, + 0xfd, + 0xf7, + 0x49, + 0xff, + 0x08, + 0x2b, + 0xfd, + 0xb4, + 0x0e, + 0xfe, + 0x92, + 0xc2, + 0xfe, + 0x83, + 0x16, + 0xfd, + 0xef, + 0xa0, + 0xff, + 0x03, + 0xe3, + 0xfc, + 0xd3, + 0x6a, + 0xfc, + 0xd0, + 0xf2, + 0xfe, + 0xc1, + 0xc8, + 0xfe, + 0x9a, + 0xac, + 0xff, + 0x25, + 0x7e, + 0xff, + 0xe3, + 0xaa, + 0xff, + 0xed, + 0xeb, + 0xfe, + 0xdf, + 0x1c, + 0xff, + 0x08, + 0xd3, + 0xff, + 0xf9, + 0xf0, + 0xfe, + 0xb2, + 0xfa, + 0xff, + 0xd2, + 0xdf, + 0xff, + 0x73, + 0x72, + 0xff, + 0x11, + 0x86, + 0xff, + 0x89, + 0x9f, + 0xfe, + 0xda, + 0x9e, + 0xfe, + 0x3b, + 0x68, + 0xfe, + 0x83, + 0x3f, + 0xfe, + 0x55, + 0x41, + 0xfe, + 0xdb, + 0x6e, + 0xfe, + 0x7a, + 0xd8, + 0xfe, + 0x4c, + 0x93, + 0xfe, + 0x0a, + 0x06, + 0xff, + 0x78, + 0xe7, + 0xff, + 0xec, + 0x7b, + 0x00, + 0x1f, + 0x63, + 0x00, + 0x2e, + 0xa7, + 0xff, + 0x70, + 0x5a, + 0xff, + 0x80, + 0xdf, + 0xfe, + 0x13, + 0xdf, + 0xfe, + 0x77, + 0xf2, + 0xfe, + 0xa0, + 0x1f, + 0xfe, + 0xce, + 0x48, + 0xfe, + 0x31, + 0xf0, + 0xfe, + 0x75, + 0x60, + 0xff, + 0xe3, + 0x0e, + 0x00, + 0x7c, + 0xeb, + 0x14, + 0x54, + 0x86, + 0x2f, + 0x4c, + 0x00, + 0x17, + 0xf7, + 0xc7, + 0xfb, + 0x4b, + 0x6a, + 0x02, + 0xb6, + 0x25, + 0xfb, + 0x8c, + 0xf2, + 0xfe, + 0xff, + 0x4a, + 0x08, + 0x04, + 0xac, + 0xf9, + 0xf5, + 0x9d, + 0xf2, + 0xb9, + 0x71, + 0xfb, + 0xf4, + 0x15, + 0x0a, + 0x83, + 0xd0, + 0x05, + 0x1d, + 0x9c, + 0xf7, + 0x50, + 0xbd, + 0xf5, + 0xd3, + 0x22, + 0xf5, + 0xfc, + 0xf2, + 0xfd, + 0x36, + 0x36, + 0x04, + 0xc6, + 0x96, + 0xff, + 0xb1, + 0x1f, + 0xfd, + 0x68, + 0x98, + 0xfd, + 0x54, + 0x89, + 0xff, + 0xe5, + 0x08, + 0xfd, + 0x69, + 0xc7, + 0xfd, + 0x0b, + 0xd4, + 0xfe, + 0x34, + 0x0b, + 0xfd, + 0xfb, + 0x10, + 0xff, + 0x4a, + 0x79, + 0xfd, + 0x83, + 0x10, + 0xfd, + 0x6e, + 0xe0, + 0xfe, + 0xf7, + 0x21, + 0xff, + 0x1d, + 0x8a, + 0xff, + 0x9b, + 0x40, + 0xff, + 0x05, + 0xd3, + 0xff, + 0xfa, + 0xdd, + 0xfe, + 0xdf, + 0xe4, + 0xfe, + 0x5c, + 0xb4, + 0xff, + 0xc4, + 0x29, + 0xff, + 0x35, + 0x13, + 0x00, + 0x3b, + 0xc6, + 0xff, + 0x14, + 0x4a, + 0xff, + 0xf3, + 0x71, + 0xff, + 0x19, + 0xfe, + 0xfe, + 0x96, + 0xc2, + 0xfe, + 0x66, + 0x46, + 0xfe, + 0x32, + 0x52, + 0xfe, + 0x8b, + 0x5a, + 0xfe, + 0x49, + 0x79, + 0xfe, + 0x58, + 0xbd, + 0xfe, + 0x59, + 0x98, + 0xfe, + 0x99, + 0x4a, + 0xff, + 0xb5, + 0x24, + 0x00, + 0xb3, + 0x72, + 0x00, + 0x27, + 0x25, + 0x00, + 0x0e, + 0x8e, + 0xff, + 0xc0, + 0x40, + 0xff, + 0x16, + 0xda, + 0xfe, + 0xb7, + 0xf3, + 0xfe, + 0xb8, + 0xf3, + 0xfe, + 0xa0, + 0x4f, + 0xfe, + 0x2b, + 0x71, + 0xfe, + 0xfd, + 0xea, + 0xfe, + 0x86, + 0x5b, + 0xff, + 0x01, + 0x1b, + 0x00, + 0x58, + 0xd9, + 0x14, + 0x89, + 0x77, + 0x2c, + 0xbe, + 0x44, + 0x11, + 0x44, + 0x08, + 0xfb, + 0xed, + 0xc9, + 0x05, + 0x9c, + 0x3e, + 0xfc, + 0x8f, + 0xb1, + 0xfe, + 0xdc, + 0xe3, + 0x07, + 0xea, + 0xe5, + 0xf9, + 0x71, + 0xf4, + 0xf3, + 0xb8, + 0xc0, + 0xfb, + 0x9f, + 0x98, + 0x08, + 0xbb, + 0x36, + 0x05, + 0x0b, + 0x3d, + 0xf9, + 0xed, + 0x71, + 0xf7, + 0xbb, + 0xd1, + 0xf7, + 0x2a, + 0x2d, + 0xff, + 0xaf, + 0x6d, + 0x01, + 0x82, + 0xcb, + 0xfe, + 0x0c, + 0x54, + 0xfe, + 0x37, + 0x25, + 0xfd, + 0x25, + 0xe0, + 0xfe, + 0x59, + 0x18, + 0xfd, + 0xf3, + 0x49, + 0xfe, + 0x6c, + 0x95, + 0xff, + 0x48, + 0xaa, + 0xfd, + 0xee, + 0x9c, + 0xfe, + 0x83, + 0x8e, + 0xfd, + 0xaa, + 0x74, + 0xfe, + 0xce, + 0x56, + 0xff, + 0x53, + 0x6e, + 0xff, + 0xc8, + 0x10, + 0x00, + 0xd2, + 0x30, + 0xff, + 0x91, + 0xac, + 0xff, + 0xe8, + 0xdd, + 0xfe, + 0x39, + 0x01, + 0xff, + 0x64, + 0x97, + 0xff, + 0xde, + 0x3c, + 0xff, + 0x6e, + 0x33, + 0x00, + 0x65, + 0x95, + 0xff, + 0x2f, + 0x5d, + 0xff, + 0x12, + 0x71, + 0xff, + 0x93, + 0xf2, + 0xfe, + 0xcf, + 0x17, + 0xff, + 0xf9, + 0xb5, + 0xfe, + 0x75, + 0xad, + 0xfe, + 0x4b, + 0xaa, + 0xfe, + 0xe8, + 0xe0, + 0xfe, + 0xac, + 0x0c, + 0xff, + 0xb5, + 0xf2, + 0xfe, + 0xc6, + 0xd9, + 0xff, + 0xdb, + 0x69, + 0x00, + 0xe6, + 0x91, + 0x00, + 0x1d, + 0x4f, + 0x00, + 0xe7, + 0x6e, + 0xff, + 0x2a, + 0x2a, + 0xff, + 0x48, + 0xfb, + 0xfe, + 0x31, + 0xe7, + 0xfe, + 0xfe, + 0xe5, + 0xfe, + 0x52, + 0x84, + 0xfe, + 0xce, + 0x9d, + 0xfe, + 0x49, + 0x01, + 0xff, + 0xc7, + 0x78, + 0xff, + 0x18, + 0x0a, + 0x00, + 0x86, + 0x24, + 0x14, + 0x56, + 0xd1, + 0x29, + 0x63, + 0x69, + 0x10, + 0x4f, + 0x02, + 0xfd, + 0x9b, + 0x94, + 0x04, + 0xb8, + 0xe9, + 0xfa, + 0x63, + 0xeb, + 0xff, + 0x14, + 0xc3, + 0x07, + 0x2c, + 0xdf, + 0xf9, + 0xe8, + 0x5d, + 0xf4, + 0xd1, + 0x36, + 0xfc, + 0xb0, + 0x68, + 0x08, + 0x1b, + 0x37, + 0x04, + 0x7b, + 0xef, + 0xf9, + 0xb8, + 0xe8, + 0xf7, + 0x4f, + 0xe8, + 0xf7, + 0xe9, + 0x99, + 0x00, + 0x8a, + 0x59, + 0x02, + 0xd8, + 0x17, + 0xfe, + 0x83, + 0xf8, + 0xfd, + 0x98, + 0x55, + 0xfe, + 0xdd, + 0x3c, + 0xff, + 0x65, + 0x10, + 0xfd, + 0x42, + 0xa2, + 0xfe, + 0xc8, + 0x47, + 0xff, + 0xf2, + 0x0f, + 0xfe, + 0xd3, + 0x2a, + 0xff, + 0xee, + 0x06, + 0xfd, + 0xf6, + 0x01, + 0xfe, + 0x22, + 0xa6, + 0xff, + 0xb3, + 0x6f, + 0xff, + 0x17, + 0xa1, + 0xff, + 0x2d, + 0x2d, + 0xff, + 0x34, + 0xad, + 0xff, + 0x0a, + 0x03, + 0xff, + 0x2f, + 0x54, + 0xff, + 0x7e, + 0x83, + 0xff, + 0x81, + 0x01, + 0xff, + 0x67, + 0x1f, + 0x00, + 0x98, + 0xbe, + 0xff, + 0xf0, + 0x67, + 0xff, + 0xe9, + 0x52, + 0xff, + 0xb2, + 0x03, + 0xff, + 0x0f, + 0x5e, + 0xff, + 0xac, + 0x2a, + 0xff, + 0xb9, + 0x05, + 0xff, + 0x87, + 0xf2, + 0xfe, + 0xe6, + 0x58, + 0xff, + 0xd4, + 0x7b, + 0xff, + 0x24, + 0x11, + 0xff, + 0x63, + 0x74, + 0xff, + 0x56, + 0xab, + 0xff, + 0x27, + 0xe0, + 0xff, + 0x3a, + 0xe7, + 0xff, + 0x52, + 0x6a, + 0xff, + 0xb7, + 0x58, + 0xff, + 0x3a, + 0x27, + 0xff, + 0xe9, + 0x25, + 0xff, + 0xed, + 0x31, + 0xff, + 0xeb, + 0xc2, + 0xfe, + 0x0e, + 0xe5, + 0xfe, + 0x4f, + 0x37, + 0xff, + 0x7a, + 0x7e, + 0xff, + 0xec, + 0xea, + 0xff, + 0x0b, + 0x0e, + 0x14, + 0x25, + 0xc7, + 0x27, + 0xc0, + 0x25, + 0x0e, + 0xed, + 0xea, + 0xfc, + 0x9d, + 0xe2, + 0x03, + 0xfa, + 0xa7, + 0xfb, + 0x5c, + 0x6a, + 0x01, + 0xb8, + 0x8d, + 0x06, + 0xc5, + 0x62, + 0xf9, + 0x23, + 0xd3, + 0xf4, + 0x53, + 0xa0, + 0xfd, + 0xf4, + 0x71, + 0x09, + 0x1a, + 0xda, + 0x02, + 0x77, + 0x78, + 0xf9, + 0xf9, + 0x50, + 0xf8, + 0x9f, + 0xc0, + 0xf8, + 0x1f, + 0x90, + 0x01, + 0xfe, + 0x9a, + 0x02, + 0xba, + 0x51, + 0xfe, + 0x1e, + 0xcd, + 0xfd, + 0xe3, + 0xa0, + 0xfe, + 0xf0, + 0x6f, + 0xff, + 0xc9, + 0xfe, + 0xfc, + 0xe4, + 0xda, + 0xfe, + 0x03, + 0x0e, + 0xff, + 0xf8, + 0x10, + 0xfe, + 0x71, + 0x17, + 0xff, + 0xb8, + 0xd7, + 0xfc, + 0xf6, + 0x0a, + 0xfe, + 0x68, + 0x8f, + 0xff, + 0x33, + 0x89, + 0xff, + 0x31, + 0xb3, + 0xff, + 0x5f, + 0x40, + 0xff, + 0xac, + 0xb2, + 0xff, + 0xb9, + 0x0a, + 0xff, + 0x26, + 0x82, + 0xff, + 0x7b, + 0x82, + 0xff, + 0xe1, + 0x32, + 0xff, + 0x9c, + 0x65, + 0x00, + 0xa7, + 0xd4, + 0xff, + 0xc5, + 0x8f, + 0xff, + 0xbc, + 0x7c, + 0xff, + 0xc1, + 0x16, + 0xff, + 0x01, + 0x44, + 0xff, + 0x2b, + 0xff, + 0xfe, + 0xfa, + 0xe4, + 0xfe, + 0x93, + 0xe5, + 0xfe, + 0x43, + 0x4c, + 0xff, + 0x1e, + 0x4d, + 0xff, + 0x6c, + 0xdf, + 0xfe, + 0x6c, + 0x24, + 0xff, + 0x11, + 0x73, + 0xff, + 0x14, + 0xe1, + 0xff, + 0xc5, + 0xba, + 0xff, + 0x82, + 0x4d, + 0xff, + 0x05, + 0x63, + 0xff, + 0x18, + 0x2a, + 0xff, + 0x81, + 0x50, + 0xff, + 0x57, + 0x5e, + 0xff, + 0x31, + 0xdf, + 0xfe, + 0xf9, + 0x05, + 0xff, + 0xc1, + 0x33, + 0xff, + 0xc2, + 0x55, + 0xff, + 0xd0, + 0xaa, + 0xff, + 0xa3, + 0x40, + 0x12, + 0x6f, + 0xec, + 0x25, + 0x70, + 0x7a, + 0x0e, + 0xfc, + 0x1e, + 0xfc, + 0xe1, + 0x73, + 0x03, + 0xbd, + 0x42, + 0xfc, + 0xe3, + 0xd8, + 0x00, + 0xb4, + 0xb0, + 0x06, + 0x2e, + 0xc0, + 0xf9, + 0xc6, + 0x5e, + 0xf5, + 0x30, + 0x23, + 0xfe, + 0x00, + 0x78, + 0x09, + 0xaa, + 0x23, + 0x03, + 0x02, + 0x80, + 0xf9, + 0x27, + 0xf1, + 0xf8, + 0xe0, + 0xc0, + 0xf8, + 0x94, + 0x54, + 0x01, + 0x2b, + 0x55, + 0x03, + 0x67, + 0x31, + 0xfe, + 0xd2, + 0x6f, + 0xfd, + 0xa3, + 0x89, + 0xfe, + 0x85, + 0xa8, + 0xff, + 0xf5, + 0x29, + 0xfd, + 0xd0, + 0xd1, + 0xfe, + 0xe3, + 0x69, + 0xff, + 0x98, + 0x25, + 0xfe, + 0x67, + 0x65, + 0xff, + 0x9b, + 0x08, + 0xfd, + 0x18, + 0xad, + 0xfd, + 0x61, + 0x62, + 0xff, + 0xea, + 0x79, + 0xff, + 0x2a, + 0xc4, + 0xff, + 0x4c, + 0x3e, + 0xff, + 0x3e, + 0xcb, + 0xff, + 0x5a, + 0x1c, + 0xff, + 0xf3, + 0x70, + 0xff, + 0x81, + 0xbe, + 0xff, + 0xda, + 0x40, + 0xff, + 0xbf, + 0x44, + 0x00, + 0xf0, + 0xb0, + 0xff, + 0xbc, + 0x55, + 0xff, + 0xbc, + 0x50, + 0xff, + 0x65, + 0xe1, + 0xfe, + 0x6f, + 0x02, + 0xff, + 0x0f, + 0xb5, + 0xfe, + 0x6e, + 0xc8, + 0xfe, + 0x12, + 0xda, + 0xfe, + 0x22, + 0x14, + 0xff, + 0x0b, + 0x1e, + 0xff, + 0xa1, + 0xa5, + 0xfe, + 0x82, + 0xf5, + 0xfe, + 0x9d, + 0x7c, + 0xff, + 0x55, + 0xf1, + 0xff, + 0x41, + 0xcd, + 0xff, + 0xb5, + 0x64, + 0xff, + 0x8c, + 0x6c, + 0xff, + 0xcc, + 0x29, + 0xff, + 0x99, + 0x3f, + 0xff, + 0xad, + 0x43, + 0xff, + 0x94, + 0xbe, + 0xfe, + 0xee, + 0xe1, + 0xfe, + 0xe6, + 0x1e, + 0xff, + 0xf5, + 0x3e, + 0xff, + 0x6e, + 0x9b, + 0xff, + 0x0b, + 0xe2, + 0x11, + 0xec, + 0x24, + 0x24, + 0xbf, + 0x13, + 0x0d, + 0xef, + 0x7d, + 0xfc, + 0xda, + 0xf5, + 0x02, + 0xf9, + 0xf2, + 0xfb, + 0x7a, + 0xa2, + 0x01, + 0x0f, + 0xca, + 0x06, + 0xda, + 0x46, + 0xfa, + 0x48, + 0x58, + 0xf6, + 0xd0, + 0x31, + 0xff, + 0x72, + 0x2f, + 0x0a, + 0x8e, + 0x30, + 0x03, + 0xc9, + 0xe7, + 0xf9, + 0x2d, + 0xe1, + 0xf8, + 0xd5, + 0x94, + 0xf8, + 0x10, + 0xb5, + 0x01, + 0xea, + 0xab, + 0x03, + 0x75, + 0x44, + 0xfe, + 0x77, + 0x1b, + 0xfd, + 0x6c, + 0x9c, + 0xfe, + 0x64, + 0xf3, + 0xff, + 0x6e, + 0x70, + 0xfd, + 0xce, + 0x06, + 0xff, + 0x30, + 0x18, + 0xff, + 0x34, + 0x08, + 0xfe, + 0xac, + 0x8e, + 0xff, + 0xab, + 0x3f, + 0xfd, + 0x56, + 0xe6, + 0xfd, + 0x0e, + 0x73, + 0xff, + 0x10, + 0x77, + 0xff, + 0x60, + 0xa3, + 0xff, + 0x0c, + 0x40, + 0xff, + 0x2f, + 0xbb, + 0xff, + 0x06, + 0xe0, + 0xfe, + 0x95, + 0x42, + 0xff, + 0x74, + 0x7c, + 0xff, + 0x98, + 0x03, + 0xff, + 0x8a, + 0x09, + 0x00, + 0x5d, + 0x91, + 0xff, + 0xbd, + 0x60, + 0xff, + 0x33, + 0x56, + 0xff, + 0x14, + 0xe5, + 0xfe, + 0x74, + 0xf5, + 0xfe, + 0x0a, + 0xa8, + 0xfe, + 0x47, + 0xbf, + 0xfe, + 0x57, + 0xc3, + 0xfe, + 0x4a, + 0xff, + 0xfe, + 0x81, + 0x07, + 0xff, + 0x5e, + 0xa2, + 0xfe, + 0xa6, + 0x06, + 0xff, + 0x6e, + 0x86, + 0xff, + 0x44, + 0xea, + 0xff, + 0x30, + 0xbe, + 0xff, + 0x63, + 0x67, + 0xff, + 0x00, + 0x78, + 0xff, + 0x7e, + 0x2b, + 0xff, + 0x33, + 0x37, + 0xff, + 0x09, + 0x29, + 0xff, + 0x2f, + 0x9c, + 0xfe, + 0xc1, + 0xca, + 0xfe, + 0xb6, + 0x15, + 0xff, + 0xc4, + 0x52, + 0xff, + 0xbd, + 0xca, + 0xff, + 0x6e, + 0x8f, + 0x11, + 0x3b, + 0x0e, + 0x23, + 0xee, + 0x15, + 0x0c, + 0xaa, + 0x69, + 0xfc, + 0xa9, + 0x32, + 0x03, + 0x28, + 0x9d, + 0xfc, + 0x04, + 0xad, + 0x02, + 0xd4, + 0xab, + 0x07, + 0xb3, + 0x34, + 0xfb, + 0xb1, + 0x1b, + 0xf7, + 0x7e, + 0xaf, + 0xff, + 0xdf, + 0x48, + 0x0a, + 0x2e, + 0xd2, + 0x02, + 0x18, + 0x80, + 0xf9, + 0x36, + 0x7b, + 0xf8, + 0x87, + 0x88, + 0xf8, + 0xbb, + 0x0f, + 0x02, + 0x72, + 0xf4, + 0x03, + 0x23, + 0x4c, + 0xfe, + 0x52, + 0xe3, + 0xfc, + 0xfd, + 0x77, + 0xfe, + 0x00, + 0xeb, + 0xff, + 0xde, + 0x7c, + 0xfd, + 0x4c, + 0x30, + 0xff, + 0x25, + 0x41, + 0xff, + 0xd0, + 0x42, + 0xfe, + 0x00, + 0xc2, + 0xff, + 0xa6, + 0x59, + 0xfd, + 0x45, + 0xe2, + 0xfd, + 0xe5, + 0x55, + 0xff, + 0x14, + 0x5a, + 0xff, + 0x4e, + 0x79, + 0xff, + 0xca, + 0x0a, + 0xff, + 0xe5, + 0x77, + 0xff, + 0x18, + 0xa7, + 0xfe, + 0x32, + 0x35, + 0xff, + 0xe4, + 0x8b, + 0xff, + 0xdb, + 0x1b, + 0xff, + 0xb1, + 0x1a, + 0x00, + 0x41, + 0xa9, + 0xff, + 0xda, + 0x7a, + 0xff, + 0xa4, + 0x62, + 0xff, + 0x38, + 0xef, + 0xfe, + 0xac, + 0xfe, + 0xfe, + 0xf7, + 0xb1, + 0xfe, + 0x1f, + 0xb8, + 0xfe, + 0x17, + 0xa8, + 0xfe, + 0x46, + 0xe9, + 0xfe, + 0xab, + 0xf5, + 0xfe, + 0x7d, + 0x94, + 0xfe, + 0x80, + 0x00, + 0xff, + 0x83, + 0x8e, + 0xff, + 0x95, + 0x07, + 0x00, + 0xbe, + 0xe5, + 0xff, + 0xb5, + 0x8f, + 0xff, + 0x70, + 0x95, + 0xff, + 0x1a, + 0x3c, + 0xff, + 0x48, + 0x3e, + 0xff, + 0xfd, + 0x1d, + 0xff, + 0x7a, + 0x8d, + 0xfe, + 0xc2, + 0xc4, + 0xfe, + 0xdd, + 0x11, + 0xff, + 0x5f, + 0x57, + 0xff, + 0x68, + 0xd1, + 0xff, + 0x2f, + 0xcf, + 0x10, + 0xfa, + 0x6b, + 0x23, + 0xd1, + 0x05, + 0x0e, + 0x2e, + 0x8b, + 0xfc, + 0x8e, + 0x4c, + 0x03, + 0x59, + 0xdc, + 0xfc, + 0xce, + 0xb7, + 0x01, + 0xd1, + 0xba, + 0x07, + 0x7d, + 0x21, + 0xfb, + 0x39, + 0xaa, + 0xf6, + 0x41, + 0x0d, + 0xff, + 0x14, + 0xf0, + 0x09, + 0xce, + 0x8a, + 0x03, + 0x88, + 0x81, + 0xf9, + 0xee, + 0x8d, + 0xf8, + 0x89, + 0x5e, + 0xf8, + 0x2e, + 0xab, + 0x01, + 0x40, + 0x32, + 0x04, + 0x95, + 0x2d, + 0xfe, + 0x79, + 0xf7, + 0xfc, + 0x77, + 0x7f, + 0xfe, + 0x3b, + 0x26, + 0x00, + 0x27, + 0xca, + 0xfd, + 0xf7, + 0x1a, + 0xff, + 0x1c, + 0x6e, + 0xff, + 0x19, + 0x24, + 0xfe, + 0x6f, + 0xe0, + 0xff, + 0x0c, + 0x6d, + 0xfd, + 0x01, + 0x7c, + 0xfd, + 0x51, + 0x21, + 0xff, + 0x84, + 0x20, + 0xff, + 0x59, + 0x7e, + 0xff, + 0x9c, + 0x2e, + 0xff, + 0xaa, + 0xa3, + 0xff, + 0xba, + 0xcb, + 0xfe, + 0xa4, + 0x24, + 0xff, + 0x02, + 0x86, + 0xff, + 0xb7, + 0xe7, + 0xfe, + 0xec, + 0xf9, + 0xff, + 0xa6, + 0xa8, + 0xff, + 0xdf, + 0x6c, + 0xff, + 0xd1, + 0x6f, + 0xff, + 0xdf, + 0xf3, + 0xfe, + 0x57, + 0x0a, + 0xff, + 0x6b, + 0xb4, + 0xfe, + 0x86, + 0xb1, + 0xfe, + 0xff, + 0xac, + 0xfe, + 0xca, + 0xea, + 0xfe, + 0x7c, + 0x04, + 0xff, + 0x78, + 0x9b, + 0xfe, + 0x97, + 0x11, + 0xff, + 0xaf, + 0xa6, + 0xff, + 0x48, + 0x17, + 0x00, + 0xd5, + 0xfc, + 0xff, + 0x1c, + 0x88, + 0xff, + 0x16, + 0x7d, + 0xff, + 0x28, + 0x23, + 0xff, + 0xa3, + 0x1c, + 0xff, + 0x7a, + 0x17, + 0xff, + 0xac, + 0x92, + 0xfe, + 0x4d, + 0xc2, + 0xfe, + 0x28, + 0x20, + 0xff, + 0x35, + 0x68, + 0xff, + 0x3e, + 0xdb, + 0xff, + 0x0e, + 0xbc, + 0x10, + 0x6b, + 0x5d, + 0x23, + 0x3b, + 0xd3, + 0x0d, + 0x03, + 0x0b, + 0xfc, + 0xae, + 0x16, + 0x03, + 0x2c, + 0xe8, + 0xfc, + 0xbe, + 0xb6, + 0x01, + 0xab, + 0xd2, + 0x07, + 0xab, + 0x09, + 0xfb, + 0xd3, + 0x6b, + 0xf6, + 0xa6, + 0xec, + 0xfe, + 0x95, + 0xff, + 0x09, + 0x98, + 0x8e, + 0x03, + 0x06, + 0x43, + 0xf9, + 0x54, + 0x7a, + 0xf8, + 0x73, + 0x79, + 0xf8, + 0xda, + 0xfa, + 0x01, + 0x1d, + 0xc6, + 0x04, + 0xff, + 0x77, + 0xfe, + 0xc1, + 0xdc, + 0xfc, + 0x53, + 0x3f, + 0xfe, + 0xb7, + 0xee, + 0xff, + 0x58, + 0x98, + 0xfd, + 0xd1, + 0xed, + 0xfe, + 0x0d, + 0x61, + 0xff, + 0x03, + 0x1f, + 0xfe, + 0x0f, + 0xf8, + 0xff, + 0xae, + 0xb3, + 0xfd, + 0xb1, + 0xcb, + 0xfd, + 0xb8, + 0x44, + 0xff, + 0x03, + 0x06, + 0xff, + 0xe0, + 0x4d, + 0xff, + 0x80, + 0xfa, + 0xfe, + 0x73, + 0x88, + 0xff, + 0xd3, + 0xca, + 0xfe, + 0xb7, + 0x20, + 0xff, + 0x67, + 0x84, + 0xff, + 0xe1, + 0xe0, + 0xfe, + 0xf8, + 0xec, + 0xff, + 0x2a, + 0x91, + 0xff, + 0xcd, + 0x48, + 0xff, + 0xbd, + 0x55, + 0xff, + 0x0e, + 0xdd, + 0xfe, + 0x2a, + 0xf9, + 0xfe, + 0x2c, + 0xb8, + 0xfe, + 0x4a, + 0xbf, + 0xfe, + 0xb6, + 0xba, + 0xfe, + 0x14, + 0xed, + 0xfe, + 0xb4, + 0xff, + 0xfe, + 0xbd, + 0xa1, + 0xfe, + 0xa5, + 0x19, + 0xff, + 0xb3, + 0xa5, + 0xff, + 0xa8, + 0x12, + 0x00, + 0x37, + 0xf1, + 0xff, + 0xa3, + 0x6f, + 0xff, + 0xc5, + 0x6a, + 0xff, + 0x4d, + 0x26, + 0xff, + 0x4a, + 0x28, + 0xff, + 0x57, + 0x20, + 0xff, + 0xb2, + 0x8e, + 0xfe, + 0xda, + 0xac, + 0xfe, + 0xad, + 0xfc, + 0xfe, + 0x68, + 0x40, + 0xff, + 0x21, + 0xbc, + 0xff, + 0x61, + 0xd4, + 0x10, + 0xd4, + 0x1a, + 0x24, + 0x94, + 0x7e, + 0x0e, + 0xca, + 0x8f, + 0xfb, + 0x6d, + 0x8f, + 0x02, + 0x65, + 0x5d, + 0xfc, + 0x0b, + 0xff, + 0x00, + 0xe9, + 0xb1, + 0x07, + 0xfe, + 0xb0, + 0xfa, + 0xc5, + 0xc2, + 0xf5, + 0xe0, + 0x5f, + 0xfe, + 0x86, + 0x2a, + 0x0a, + 0xba, + 0x5c, + 0x04, + 0x71, + 0x68, + 0xf9, + 0xc7, + 0x64, + 0xf8, + 0xd7, + 0x4d, + 0xf8, + 0x44, + 0xbc, + 0x01, + 0xf2, + 0xf2, + 0x04, + 0xc6, + 0xbb, + 0xfe, + 0x93, + 0x31, + 0xfd, + 0xb1, + 0x7f, + 0xfe, + 0x9d, + 0x48, + 0x00, + 0x42, + 0xd7, + 0xfd, + 0xd9, + 0xcc, + 0xfe, + 0xcc, + 0x54, + 0xff, + 0x78, + 0xf1, + 0xfd, + 0x95, + 0xda, + 0xff, + 0x65, + 0xbe, + 0xfd, + 0xe1, + 0xcc, + 0xfd, + 0x49, + 0x84, + 0xff, + 0x59, + 0x7b, + 0xff, + 0x33, + 0xdc, + 0xff, + 0x72, + 0x59, + 0xff, + 0x6c, + 0x90, + 0xff, + 0xec, + 0x98, + 0xfe, + 0x48, + 0xd8, + 0xfe, + 0xa8, + 0x60, + 0xff, + 0x45, + 0xd3, + 0xfe, + 0x08, + 0xf0, + 0xff, + 0x8d, + 0xaa, + 0xff, + 0x3d, + 0x5b, + 0xff, + 0xfe, + 0x59, + 0xff, + 0x7c, + 0xd1, + 0xfe, + 0xc9, + 0xe0, + 0xfe, + 0x46, + 0x93, + 0xfe, + 0x58, + 0x9d, + 0xfe, + 0x72, + 0xa8, + 0xfe, + 0xff, + 0xe5, + 0xfe, + 0xf0, + 0x03, + 0xff, + 0x62, + 0x9a, + 0xfe, + 0x47, + 0x00, + 0xff, + 0xa2, + 0x9b, + 0xff, + 0x82, + 0x20, + 0x00, + 0x9a, + 0xff, + 0xff, + 0xd7, + 0x76, + 0xff, + 0x01, + 0x69, + 0xff, + 0x7a, + 0x15, + 0xff, + 0xc9, + 0x18, + 0xff, + 0x54, + 0x1b, + 0xff, + 0xf7, + 0x84, + 0xfe, + 0xac, + 0xa0, + 0xfe, + 0x72, + 0x00, + 0xff, + 0x76, + 0x49, + 0xff, + 0x89, + 0xc2, + 0xff, + 0x36, + 0x07, + 0x11, + 0x7f, + 0x87, + 0x25, + 0x59, + 0x07, + 0x10, + 0x9d, + 0x86, + 0xfb, + 0x0b, + 0xc0, + 0x02, + 0x0e, + 0x54, + 0xfc, + 0xc0, + 0x43, + 0x00, + 0xd0, + 0xb6, + 0x07, + 0x46, + 0x18, + 0xfa, + 0x8f, + 0x91, + 0xf4, + 0x34, + 0x41, + 0xfd, + 0x2e, + 0xd5, + 0x09, + 0xc9, + 0xdf, + 0x04, + 0xa1, + 0xed, + 0xf8, + 0x71, + 0xe0, + 0xf7, + 0xb9, + 0xfd, + 0xf7, + 0x48, + 0x6d, + 0x01, + 0x99, + 0x50, + 0x05, + 0x58, + 0xf6, + 0xfe, + 0x0d, + 0x4d, + 0xfd, + 0xb4, + 0x83, + 0xfe, + 0x53, + 0x74, + 0x00, + 0x21, + 0xfb, + 0xfd, + 0x79, + 0xbb, + 0xfe, + 0xf3, + 0x9e, + 0xff, + 0xc8, + 0x0d, + 0xfe, + 0x8e, + 0x0a, + 0x00, + 0x21, + 0x04, + 0xfe, + 0x3e, + 0xd6, + 0xfd, + 0x98, + 0xab, + 0xff, + 0xa1, + 0x8a, + 0xff, + 0x49, + 0xd8, + 0xff, + 0x3c, + 0x54, + 0xff, + 0xa4, + 0xc5, + 0xff, + 0xba, + 0x12, + 0xff, + 0xf4, + 0x5b, + 0xff, + 0x8b, + 0xe3, + 0xff, + 0x9a, + 0xf7, + 0xfe, + 0x67, + 0xdd, + 0xff, + 0x44, + 0xa0, + 0xff, + 0x91, + 0x47, + 0xff, + 0x2f, + 0x5b, + 0xff, + 0x91, + 0xe2, + 0xfe, + 0xf4, + 0xf8, + 0xfe, + 0xf7, + 0xa3, + 0xfe, + 0x88, + 0x9b, + 0xfe, + 0x84, + 0x99, + 0xfe, + 0x8e, + 0xdc, + 0xfe, + 0xe1, + 0x1b, + 0xff, + 0xdc, + 0xb7, + 0xfe, + 0x3b, + 0x12, + 0xff, + 0x50, + 0xa8, + 0xff, + 0xba, + 0x19, + 0x00, + 0x58, + 0xe0, + 0xff, + 0xf6, + 0x40, + 0xff, + 0xb4, + 0x2f, + 0xff, + 0x92, + 0xe9, + 0xfe, + 0x4b, + 0xfe, + 0xfe, + 0x31, + 0x1a, + 0xff, + 0xff, + 0x8d, + 0xfe, + 0x39, + 0xab, + 0xfe, + 0x07, + 0x10, + 0xff, + 0xf5, + 0x5a, + 0xff, + 0xc4, + 0xe0, + 0xff, + 0xe8, + 0xfb, + 0x11, + 0xab, + 0xbf, + 0x27, + 0xda, + 0xc8, + 0x10, + 0x50, + 0xea, + 0xfa, + 0x2c, + 0x2c, + 0x03, + 0x54, + 0x44, + 0xfc, + 0x7a, + 0xe7, + 0xff, + 0x1e, + 0xd7, + 0x07, + 0xca, + 0x3b, + 0xf9, + 0x74, + 0x94, + 0xf3, + 0x62, + 0xbf, + 0xfc, + 0xed, + 0xf5, + 0x09, + 0x27, + 0x1e, + 0x05, + 0x3e, + 0x41, + 0xf8, + 0xda, + 0x4a, + 0xf7, + 0xb5, + 0x7c, + 0xf7, + 0x2d, + 0xed, + 0x00, + 0x97, + 0xf7, + 0x04, + 0x8e, + 0x7c, + 0xfe, + 0xb4, + 0x1c, + 0xfd, + 0x17, + 0x62, + 0xfe, + 0xf1, + 0x61, + 0x00, + 0xc6, + 0xd7, + 0xfd, + 0x71, + 0x90, + 0xfe, + 0x61, + 0xb0, + 0xff, + 0xed, + 0xf5, + 0xfd, + 0xb0, + 0xf3, + 0xff, + 0x2f, + 0xe9, + 0xfd, + 0x86, + 0xc0, + 0xfd, + 0x50, + 0xb2, + 0xff, + 0xf0, + 0x87, + 0xff, + 0x81, + 0xf2, + 0xff, + 0x83, + 0x67, + 0xff, + 0x87, + 0xe6, + 0xff, + 0xb8, + 0x37, + 0xff, + 0xb2, + 0x6a, + 0xff, + 0x2e, + 0x07, + 0x00, + 0x00, + 0x2d, + 0xff, + 0x8b, + 0x3e, + 0x00, + 0x9b, + 0x06, + 0x00, + 0x74, + 0x8f, + 0xff, + 0x63, + 0x83, + 0xff, + 0xdd, + 0xd5, + 0xfe, + 0xf9, + 0xd7, + 0xfe, + 0x68, + 0x84, + 0xfe, + 0xd4, + 0x9c, + 0xfe, + 0x9b, + 0xbc, + 0xfe, + 0x64, + 0x08, + 0xff, + 0x90, + 0x48, + 0xff, + 0x01, + 0xc3, + 0xfe, + 0xc1, + 0x0c, + 0xff, + 0x83, + 0xa0, + 0xff, + 0xbc, + 0x12, + 0x00, + 0x77, + 0xf2, + 0xff, + 0xc0, + 0x43, + 0xff, + 0x54, + 0x14, + 0xff, + 0x12, + 0xc8, + 0xfe, + 0x3a, + 0xd8, + 0xfe, + 0x38, + 0x04, + 0xff, + 0x55, + 0x8f, + 0xfe, + 0x23, + 0xbb, + 0xfe, + 0x60, + 0x25, + 0xff, + 0xc6, + 0x6a, + 0xff, + 0xea, + 0xef, + 0xff, + 0xf0, + 0x60, + 0x13, + 0xa9, + 0x2e, + 0x2a, + 0x61, + 0x36, + 0x11, + 0xa3, + 0x75, + 0xfa, + 0x74, + 0x56, + 0x03, + 0xb3, + 0x13, + 0xfc, + 0xd1, + 0xfc, + 0xff, + 0xf8, + 0x8c, + 0x07, + 0xc4, + 0x17, + 0xf8, + 0x4a, + 0xd5, + 0xf2, + 0x4c, + 0xdf, + 0xfc, + 0x2a, + 0x20, + 0x0a, + 0x1b, + 0xa1, + 0x04, + 0x65, + 0x09, + 0xf8, + 0x83, + 0x08, + 0xf7, + 0x0e, + 0x0e, + 0xf7, + 0xa5, + 0xea, + 0x00, + 0xb1, + 0xb5, + 0x04, + 0x98, + 0x5f, + 0xfe, + 0x87, + 0x46, + 0xfd, + 0x83, + 0x49, + 0xfe, + 0xa3, + 0x1b, + 0x00, + 0xf7, + 0x9c, + 0xfd, + 0x34, + 0x6b, + 0xfe, + 0xf7, + 0x54, + 0xff, + 0x60, + 0xb7, + 0xfd, + 0x9c, + 0xbf, + 0xff, + 0x60, + 0x91, + 0xfd, + 0xe8, + 0xb6, + 0xfd, + 0x85, + 0xbe, + 0xff, + 0x8d, + 0x8b, + 0xff, + 0x7e, + 0x03, + 0x00, + 0xf9, + 0x76, + 0xff, + 0xd1, + 0xf7, + 0xff, + 0x24, + 0x33, + 0xff, + 0x87, + 0x6a, + 0xff, + 0x4a, + 0x0a, + 0x00, + 0xe8, + 0x26, + 0xff, + 0xfe, + 0x2d, + 0x00, + 0xc5, + 0xcc, + 0xff, + 0x15, + 0x67, + 0xff, + 0x84, + 0x9b, + 0xff, + 0x0a, + 0x15, + 0xff, + 0x18, + 0x26, + 0xff, + 0xdd, + 0xb9, + 0xfe, + 0x4c, + 0xaf, + 0xfe, + 0x7a, + 0xb6, + 0xfe, + 0x5e, + 0xf8, + 0xfe, + 0x68, + 0x3c, + 0xff, + 0x00, + 0xb7, + 0xfe, + 0x81, + 0x15, + 0xff, + 0xae, + 0xb9, + 0xff, + 0x00, + 0x26, + 0x00, + 0xca, + 0x1c, + 0x00, + 0x44, + 0x77, + 0xff, + 0x77, + 0x1e, + 0xff, + 0xdc, + 0xbc, + 0xfe, + 0x17, + 0xd3, + 0xfe, + 0x37, + 0x06, + 0xff, + 0x6c, + 0xa4, + 0xfe, + 0x4e, + 0xdc, + 0xfe, + 0x80, + 0x3a, + 0xff, + 0x29, + 0x79, + 0xff, + 0xdc, + 0x02, + 0x00, + 0x7c, + 0xd7, + 0x13, + 0x3a, + 0xa0, + 0x2b, + 0xaf, + 0xbb, + 0x12, + 0x8b, + 0xf7, + 0xfa, + 0xcb, + 0x69, + 0x03, + 0xa3, + 0xf0, + 0xfb, + 0xe4, + 0x55, + 0xff, + 0x6a, + 0x2f, + 0x07, + 0xc3, + 0xe6, + 0xf7, + 0x69, + 0xc0, + 0xf2, + 0x7a, + 0xfd, + 0xfc, + 0x91, + 0x01, + 0x09, + 0xad, + 0x8a, + 0x03, + 0xda, + 0x98, + 0xf8, + 0x55, + 0xaf, + 0xf7, + 0xbc, + 0x2d, + 0xf7, + 0x46, + 0x9b, + 0x00, + 0x73, + 0x24, + 0x04, + 0xb8, + 0x4e, + 0xfe, + 0xdb, + 0xc7, + 0xfd, + 0x0a, + 0x80, + 0xfe, + 0x98, + 0x99, + 0xff, + 0x3b, + 0x4f, + 0xfd, + 0xe8, + 0x7b, + 0xfe, + 0xf6, + 0x7c, + 0xff, + 0x0b, + 0xe2, + 0xfd, + 0x84, + 0x87, + 0xff, + 0xd4, + 0x46, + 0xfd, + 0xc7, + 0x97, + 0xfd, + 0x06, + 0xa5, + 0xff, + 0xdb, + 0x5b, + 0xff, + 0x9a, + 0xe0, + 0xff, + 0x0d, + 0x7a, + 0xff, + 0x04, + 0xf2, + 0xff, + 0x5b, + 0x32, + 0xff, + 0x6f, + 0x4e, + 0xff, + 0x3d, + 0xdd, + 0xff, + 0xba, + 0x20, + 0xff, + 0xbb, + 0x41, + 0x00, + 0xf2, + 0xca, + 0xff, + 0xfc, + 0x32, + 0xff, + 0xb9, + 0x5c, + 0xff, + 0xb9, + 0xc2, + 0xfe, + 0x2b, + 0xd1, + 0xfe, + 0x4a, + 0x85, + 0xfe, + 0x21, + 0x97, + 0xfe, + 0xfc, + 0xc1, + 0xfe, + 0x02, + 0x14, + 0xff, + 0x90, + 0x77, + 0xff, + 0x2a, + 0x05, + 0xff, + 0xeb, + 0x48, + 0xff, + 0x72, + 0xd4, + 0xff, + 0x5d, + 0x25, + 0x00, + 0xf2, + 0x17, + 0x00, + 0x75, + 0x9f, + 0xff, + 0xf0, + 0x54, + 0xff, + 0xe1, + 0xcb, + 0xfe, + 0x7e, + 0xcd, + 0xfe, + 0x1e, + 0x01, + 0xff, + 0x69, + 0x9b, + 0xfe, + 0x04, + 0xd3, + 0xfe, + 0x11, + 0x40, + 0xff, + 0x46, + 0x88, + 0xff, + 0x9b, + 0x24, + 0x00, + 0x91, + 0x56, + 0x14, + 0x03, + 0xd3, + 0x2c, + 0xa8, + 0x96, + 0x13, + 0x07, + 0x68, + 0xfb, + 0x71, + 0x23, + 0x04, + 0x5c, + 0x48, + 0xfc, + 0xc5, + 0xc6, + 0xfe, + 0xac, + 0x3e, + 0x06, + 0xb0, + 0x27, + 0xf7, + 0xe7, + 0xfc, + 0xf2, + 0xa9, + 0x2b, + 0xfe, + 0xc2, + 0x93, + 0x08, + 0x26, + 0x71, + 0x01, + 0x65, + 0x34, + 0xf8, + 0x0c, + 0xc5, + 0xf8, + 0x81, + 0x47, + 0xf8, + 0xa0, + 0x37, + 0x01, + 0xa0, + 0x3f, + 0x03, + 0xe1, + 0x17, + 0xfd, + 0x8e, + 0xcb, + 0xfd, + 0xb6, + 0x57, + 0xff, + 0x97, + 0x08, + 0x00, + 0x82, + 0x29, + 0xfd, + 0xc5, + 0x51, + 0xfe, + 0xd2, + 0x5c, + 0xff, + 0x6b, + 0x16, + 0xfe, + 0x42, + 0x91, + 0xff, + 0x37, + 0xc9, + 0xfc, + 0x30, + 0x29, + 0xfd, + 0xf6, + 0x6d, + 0xff, + 0x69, + 0x35, + 0xff, + 0xb8, + 0xbc, + 0xff, + 0x04, + 0x8b, + 0xff, + 0xce, + 0x00, + 0x00, + 0xe8, + 0x12, + 0xff, + 0xb1, + 0x1f, + 0xff, + 0xe3, + 0xab, + 0xff, + 0xf0, + 0x03, + 0xff, + 0xa1, + 0x1a, + 0x00, + 0xc2, + 0x9e, + 0xff, + 0xbc, + 0xfd, + 0xfe, + 0xb8, + 0x3d, + 0xff, + 0x31, + 0xbf, + 0xfe, + 0xd8, + 0xb9, + 0xfe, + 0x28, + 0x85, + 0xfe, + 0x53, + 0xa4, + 0xfe, + 0x93, + 0xcb, + 0xfe, + 0x5c, + 0xf5, + 0xfe, + 0x69, + 0x23, + 0xff, + 0xf1, + 0xd7, + 0xfe, + 0xc9, + 0x4f, + 0xff, + 0x9d, + 0xf3, + 0xff, + 0x2b, + 0x51, + 0x00, + 0xd4, + 0x21, + 0x00, + 0x65, + 0x9c, + 0xff, + 0x45, + 0x7f, + 0xff, + 0xcc, + 0xe9, + 0xfe, + 0x0e, + 0xca, + 0xfe, + 0x07, + 0xf9, + 0xfe, + 0x9d, + 0x92, + 0xfe, + 0xf1, + 0xe9, + 0xfe, + 0x55, + 0x5c, + 0xff, + 0x98, + 0x90, + 0xff, + 0x94, + 0x0b, + 0x00, + 0x04, + 0x42, + 0x15, + 0xd7, + 0xa5, + 0x2e, + 0xba, + 0x49, + 0x13, + 0xf0, + 0xe4, + 0xf9, + 0x29, + 0x9a, + 0x04, + 0xab, + 0xaf, + 0xfc, + 0x29, + 0xf1, + 0xfe, + 0xee, + 0xc4, + 0x06, + 0x68, + 0x53, + 0xf6, + 0xf4, + 0xc0, + 0xf2, + 0x4a, + 0xbc, + 0xff, + 0x5d, + 0x3b, + 0x09, + 0xbc, + 0x37, + 0xff, + 0x8e, + 0xfa, + 0xf5, + 0x34, + 0x2b, + 0xf9, + 0x61, + 0x68, + 0xf9, + 0x5f, + 0xb7, + 0x02, + 0xf0, + 0xf6, + 0x03, + 0xcb, + 0xca, + 0xfb, + 0x18, + 0xed, + 0xfc, + 0xb4, + 0xa0, + 0xff, + 0xfc, + 0x68, + 0x00, + 0x87, + 0x0e, + 0xfd, + 0xcc, + 0xf7, + 0xfd, + 0xac, + 0xed, + 0xfe, + 0xd5, + 0xc8, + 0xfd, + 0xeb, + 0xd6, + 0xff, + 0x40, + 0xb5, + 0xfc, + 0xb7, + 0xd6, + 0xfc, + 0x60, + 0x45, + 0xff, + 0x63, + 0xc3, + 0xfe, + 0xfc, + 0x61, + 0xff, + 0xb7, + 0x84, + 0xff, + 0xba, + 0x20, + 0x00, + 0xb7, + 0xea, + 0xfe, + 0xc5, + 0xb5, + 0xfe, + 0x35, + 0x54, + 0xff, + 0x34, + 0xd9, + 0xfe, + 0xbe, + 0x5b, + 0x00, + 0x50, + 0xfc, + 0xff, + 0x3c, + 0x22, + 0xff, + 0x9c, + 0x31, + 0xff, + 0x75, + 0x92, + 0xfe, + 0x64, + 0x8b, + 0xfe, + 0xda, + 0x66, + 0xfe, + 0x48, + 0x9a, + 0xfe, + 0xb0, + 0xae, + 0xfe, + 0xc5, + 0xbf, + 0xfe, + 0x4b, + 0xe2, + 0xfe, + 0xe1, + 0x9e, + 0xfe, + 0x8a, + 0x59, + 0xff, + 0xef, + 0x17, + 0x00, + 0x09, + 0x59, + 0x00, + 0x28, + 0x21, + 0x00, + 0x0a, + 0x82, + 0xff, + 0x47, + 0x8a, + 0xff, + 0xce, + 0x2e, + 0xff, + 0xe3, + 0xcd, + 0xfe, + 0xd3, + 0xd3, + 0xfe, + 0xa1, + 0x63, + 0xfe, + 0xac, + 0xc5, + 0xfe, + 0x47, + 0x71, + 0xff, + 0xf1, + 0x9d, + 0xff, + 0xd5, + 0x11, + 0x00, + 0x5d, + 0x2b, + 0x16, + 0xeb, + 0x3c, + 0x31, + 0xfd, + 0x6d, + 0x13, + 0x65, + 0xb1, + 0xf6, + 0x63, + 0xfa, + 0x03, + 0x0e, + 0x14, + 0xfd, + 0x83, + 0x11, + 0xff, + 0x72, + 0x04, + 0x09, + 0x57, + 0xa3, + 0xf6, + 0x68, + 0xb0, + 0xf1, + 0xfa, + 0xb5, + 0x00, + 0x53, + 0x1f, + 0x0b, + 0xa0, + 0x84, + 0xff, + 0x86, + 0xa4, + 0xf3, + 0x5e, + 0xba, + 0xf7, + 0xbb, + 0x7a, + 0xf9, + 0xcf, + 0x5d, + 0x03, + 0x08, + 0x43, + 0x05, + 0xb6, + 0x97, + 0xfb, + 0x8b, + 0x0f, + 0xfc, + 0x07, + 0x4b, + 0xff, + 0x62, + 0x58, + 0x00, + 0xb5, + 0x0d, + 0xfd, + 0xef, + 0xef, + 0xfd, + 0x8d, + 0x11, + 0xff, + 0xc8, + 0x71, + 0xfd, + 0xda, + 0xb0, + 0xff, + 0x2a, + 0x93, + 0xfc, + 0xb2, + 0x74, + 0xfc, + 0x40, + 0x81, + 0xff, + 0x96, + 0xd5, + 0xfe, + 0x61, + 0x2a, + 0xff, + 0x31, + 0x3e, + 0xff, + 0xca, + 0x0f, + 0x00, + 0xcf, + 0x33, + 0xff, + 0xc0, + 0xd7, + 0xfe, + 0x7c, + 0x5f, + 0xff, + 0x65, + 0x92, + 0xfe, + 0xc0, + 0x2b, + 0x00, + 0xad, + 0x1e, + 0x00, + 0x39, + 0x2d, + 0xff, + 0x37, + 0x51, + 0xff, + 0xaf, + 0x9c, + 0xfe, + 0xa0, + 0x83, + 0xfe, + 0xac, + 0x55, + 0xfe, + 0x66, + 0x80, + 0xfe, + 0x53, + 0xb8, + 0xfe, + 0x63, + 0xc3, + 0xfe, + 0x7a, + 0xc2, + 0xfe, + 0x77, + 0x40, + 0xfe, + 0x15, + 0x13, + 0xff, + 0xb6, + 0x35, + 0x00, + 0xa4, + 0x84, + 0x00, + 0x87, + 0x52, + 0x00, + 0x6c, + 0x99, + 0xff, + 0xa1, + 0x5a, + 0xff, + 0xbb, + 0x2b, + 0xff, + 0x46, + 0xdf, + 0xfe, + 0x54, + 0xb9, + 0xfe, + 0x72, + 0x4d, + 0xfe, + 0xe8, + 0x92, + 0xfe, + 0x7e, + 0x62, + 0xff, + 0x98, + 0xb6, + 0xff, + 0xa8, + 0x11, + 0x00, + 0x35, + 0x0c, + 0x18, + 0x9e, + 0xbb, + 0x33, + 0x61, + 0xe6, + 0x11, + 0xed, + 0xaa, + 0xf4, + 0xb1, + 0x85, + 0x03, + 0x7f, + 0x8d, + 0xfb, + 0x89, + 0xef, + 0xff, + 0xd8, + 0xce, + 0x0a, + 0x36, + 0x46, + 0xf6, + 0xb3, + 0x54, + 0xf1, + 0xb8, + 0x48, + 0x01, + 0xd7, + 0x78, + 0x0d, + 0xad, + 0x9b, + 0x00, + 0x28, + 0xea, + 0xf1, + 0x70, + 0xdc, + 0xf5, + 0x7a, + 0x2e, + 0xf8, + 0x41, + 0xb8, + 0x03, + 0xc9, + 0xed, + 0x05, + 0xed, + 0x0d, + 0xfb, + 0x9e, + 0x5d, + 0xfb, + 0x07, + 0xdc, + 0xfe, + 0x92, + 0x2c, + 0x00, + 0xdb, + 0xb9, + 0xfc, + 0x00, + 0x1f, + 0xfe, + 0x54, + 0x55, + 0xff, + 0x98, + 0x3a, + 0xfd, + 0xda, + 0xd5, + 0xff, + 0xb4, + 0x62, + 0xfc, + 0x48, + 0x26, + 0xfc, + 0xad, + 0x8a, + 0xff, + 0xc0, + 0xf8, + 0xfe, + 0xe0, + 0x6c, + 0xff, + 0x20, + 0x3d, + 0xff, + 0x6a, + 0xd4, + 0xff, + 0xb9, + 0xe8, + 0xfe, + 0xd3, + 0xe1, + 0xfe, + 0x64, + 0x80, + 0xff, + 0x1e, + 0x74, + 0xfe, + 0x8f, + 0x25, + 0x00, + 0xd5, + 0x04, + 0x00, + 0xaf, + 0x2b, + 0xff, + 0x42, + 0x63, + 0xff, + 0x00, + 0xa6, + 0xfe, + 0x74, + 0x99, + 0xfe, + 0x16, + 0x3d, + 0xfe, + 0x7c, + 0x51, + 0xfe, + 0x28, + 0x81, + 0xfe, + 0x81, + 0xa5, + 0xfe, + 0xf7, + 0xbb, + 0xfe, + 0xfa, + 0x20, + 0xfe, + 0x7e, + 0xe8, + 0xfe, + 0x42, + 0x25, + 0x00, + 0xa2, + 0x98, + 0x00, + 0xa3, + 0x56, + 0x00, + 0x48, + 0xb5, + 0xff, + 0xb0, + 0x77, + 0xff, + 0x1b, + 0x26, + 0xff, + 0x35, + 0x03, + 0xff, + 0xdc, + 0xa7, + 0xfe, + 0xb4, + 0xfe, + 0xfd, + 0xf7, + 0x5f, + 0xfe, + 0x0c, + 0x24, + 0xff, + 0x83, + 0xa7, + 0xff, + 0x52, + 0x28, + 0x00, + 0x73, + 0xac, + 0x18, + 0x06, + 0x2b, + 0x35, + 0x68, + 0x93, + 0x12, + 0x45, + 0x48, + 0xf4, + 0x2b, + 0x7b, + 0x02, + 0xa6, + 0x3f, + 0xfa, + 0xd3, + 0x40, + 0x00, + 0x76, + 0x12, + 0x0c, + 0x5f, + 0xdd, + 0xf6, + 0x10, + 0x7a, + 0xf0, + 0x1a, + 0xcf, + 0xff, + 0xed, + 0xef, + 0x0e, + 0x08, + 0x1e, + 0x03, + 0xf1, + 0x0b, + 0xf2, + 0x05, + 0x33, + 0xf4, + 0x61, + 0xbc, + 0xf5, + 0xb6, + 0x4f, + 0x03, + 0x38, + 0x5f, + 0x07, + 0x2f, + 0x9d, + 0xfb, + 0xcf, + 0xe1, + 0xfa, + 0x1b, + 0x11, + 0xfe, + 0x2e, + 0xcf, + 0xff, + 0x0a, + 0xaa, + 0xfc, + 0x9c, + 0x4f, + 0xfe, + 0x15, + 0x4f, + 0xff, + 0xb2, + 0xd4, + 0xfc, + 0xd0, + 0xdf, + 0xff, + 0x1b, + 0x7c, + 0xfc, + 0xd6, + 0x40, + 0xfc, + 0xdb, + 0xc3, + 0xff, + 0xe8, + 0x29, + 0xff, + 0x96, + 0x92, + 0xff, + 0xe0, + 0x3d, + 0xff, + 0x44, + 0xb4, + 0xff, + 0x61, + 0x9c, + 0xfe, + 0xf4, + 0xc9, + 0xfe, + 0x2d, + 0x8e, + 0xff, + 0xf9, + 0x82, + 0xfe, + 0xad, + 0x43, + 0x00, + 0x7d, + 0x14, + 0x00, + 0x69, + 0x4f, + 0xff, + 0x93, + 0x64, + 0xff, + 0x81, + 0x96, + 0xfe, + 0x4e, + 0xa0, + 0xfe, + 0x20, + 0x3b, + 0xfe, + 0x00, + 0x3e, + 0xfe, + 0x78, + 0x52, + 0xfe, + 0x0c, + 0x90, + 0xfe, + 0x8a, + 0xba, + 0xfe, + 0xb9, + 0x22, + 0xfe, + 0x96, + 0xd5, + 0xfe, + 0x23, + 0xfe, + 0xff, + 0x16, + 0xa2, + 0x00, + 0x35, + 0x5b, + 0x00, + 0x6a, + 0xad, + 0xff, + 0xd5, + 0x84, + 0xff, + 0x4a, + 0x13, + 0xff, + 0x6d, + 0x0b, + 0xff, + 0xfd, + 0xd3, + 0xfe, + 0xec, + 0xef, + 0xfd, + 0xb0, + 0x4a, + 0xfe, + 0xe6, + 0x0f, + 0xff, + 0xdf, + 0x80, + 0xff, + 0x72, + 0x2a, + 0x00, + 0x3e, + 0x30, + 0x19, + 0xe0, + 0xae, + 0x35, + 0xc5, + 0xf4, + 0x12, + 0xd7, + 0x6f, + 0xf5, + 0x67, + 0x31, + 0x02, + 0x41, + 0x10, + 0xf9, + 0x2f, + 0x51, + 0x00, + 0xbf, + 0xdc, + 0x0b, + 0x7a, + 0x14, + 0xf7, + 0xda, + 0xd5, + 0xef, + 0xfe, + 0xfc, + 0xfd, + 0xe6, + 0x56, + 0x0f, + 0x07, + 0x10, + 0x05, + 0xbf, + 0x8d, + 0xf3, + 0x6a, + 0x1b, + 0xf3, + 0x37, + 0xab, + 0xf3, + 0x73, + 0x1d, + 0x03, + 0xe1, + 0x16, + 0x08, + 0xcd, + 0xfd, + 0xfc, + 0x69, + 0xc5, + 0xfa, + 0x11, + 0x23, + 0xfd, + 0xc0, + 0x03, + 0x00, + 0xa2, + 0x5b, + 0xfc, + 0xf7, + 0x03, + 0xfe, + 0x64, + 0x25, + 0xff, + 0x54, + 0xd4, + 0xfc, + 0x11, + 0x13, + 0x00, + 0xee, + 0x7d, + 0xfc, + 0x69, + 0x6d, + 0xfc, + 0x59, + 0x72, + 0xff, + 0xb4, + 0x21, + 0xff, + 0x16, + 0xc5, + 0xff, + 0xb2, + 0x04, + 0xff, + 0x16, + 0xa3, + 0xff, + 0x86, + 0x78, + 0xfe, + 0xef, + 0xed, + 0xfe, + 0x5f, + 0xd9, + 0xff, + 0xa1, + 0xbc, + 0xfe, + 0xc0, + 0x7c, + 0x00, + 0x1b, + 0x02, + 0x00, + 0xdb, + 0x60, + 0xff, + 0xa6, + 0x65, + 0xff, + 0x3d, + 0x70, + 0xfe, + 0xa6, + 0xa3, + 0xfe, + 0xa9, + 0x34, + 0xfe, + 0x33, + 0x33, + 0xfe, + 0xd6, + 0x30, + 0xfe, + 0x8d, + 0x7f, + 0xfe, + 0xc5, + 0xd1, + 0xfe, + 0x48, + 0x3c, + 0xfe, + 0x5b, + 0xf7, + 0xfe, + 0xda, + 0xeb, + 0xff, + 0xe8, + 0x91, + 0x00, + 0xe6, + 0x54, + 0x00, + 0x9e, + 0x80, + 0xff, + 0xea, + 0x7e, + 0xff, + 0xa5, + 0x02, + 0xff, + 0xcf, + 0xf8, + 0xfe, + 0x62, + 0xef, + 0xfe, + 0xec, + 0x02, + 0xfe, + 0x70, + 0x54, + 0xfe, + 0x63, + 0xfb, + 0xfe, + 0xfc, + 0x61, + 0xff, + 0x17, + 0x21, + 0x00, + 0xe1, + 0x35, + 0x19, + 0xaa, + 0x6d, + 0x35, + 0xd8, + 0xca, + 0x13, + 0x92, + 0xa1, + 0xf7, + 0x35, + 0x7c, + 0x02, + 0xcf, + 0x93, + 0xf8, + 0xeb, + 0x64, + 0x00, + 0xbd, + 0xc4, + 0x0a, + 0xcb, + 0xa9, + 0xf6, + 0x1a, + 0x59, + 0xef, + 0xf0, + 0x54, + 0xfc, + 0xf7, + 0xab, + 0x0e, + 0xfa, + 0x16, + 0x06, + 0xc7, + 0x66, + 0xf6, + 0xa5, + 0x2c, + 0xf4, + 0xe1, + 0x97, + 0xf1, + 0x95, + 0xfe, + 0x01, + 0xa6, + 0xa4, + 0x08, + 0xaf, + 0x3c, + 0xfe, + 0xa1, + 0x83, + 0xfb, + 0xd3, + 0x85, + 0xfc, + 0x62, + 0xbd, + 0xff, + 0xe3, + 0xcf, + 0xfc, + 0x76, + 0x0c, + 0xfe, + 0xc5, + 0x1d, + 0xff, + 0x87, + 0x35, + 0xfd, + 0x66, + 0x2f, + 0x00, + 0x20, + 0x50, + 0xfc, + 0xf3, + 0x56, + 0xfc, + 0x7d, + 0x25, + 0xff, + 0xd5, + 0xc1, + 0xfe, + 0xad, + 0xcb, + 0xff, + 0xe5, + 0x0d, + 0xff, + 0xf4, + 0xa9, + 0xff, + 0x0b, + 0xe8, + 0xfe, + 0x9d, + 0x5e, + 0xff, + 0x43, + 0x25, + 0x00, + 0x81, + 0xc0, + 0xfe, + 0xba, + 0x5c, + 0x00, + 0x5f, + 0x1b, + 0x00, + 0x75, + 0x6a, + 0xff, + 0xa6, + 0x6e, + 0xff, + 0xde, + 0x67, + 0xfe, + 0x84, + 0xa5, + 0xfe, + 0x8b, + 0x3f, + 0xfe, + 0xc5, + 0x16, + 0xfe, + 0xb6, + 0x35, + 0xfe, + 0x32, + 0x8f, + 0xfe, + 0xf8, + 0x10, + 0xff, + 0xb5, + 0x75, + 0xfe, + 0xa2, + 0x03, + 0xff, + 0x00, + 0x14, + 0x00, + 0x17, + 0xa4, + 0x00, + 0x64, + 0x67, + 0x00, + 0xe1, + 0x76, + 0xff, + 0x2f, + 0x46, + 0xff, + 0x5a, + 0xcc, + 0xfe, + 0x44, + 0xd8, + 0xfe, + 0xf1, + 0xec, + 0xfe, + 0x38, + 0xf4, + 0xfd, + 0xcc, + 0x52, + 0xfe, + 0x56, + 0x0a, + 0xff, + 0x3f, + 0x6b, + 0xff, + 0x5c, + 0x2a, + 0x00, + 0xcb, + 0xb9, + 0x17, + 0x41, + 0x51, + 0x34, + 0xa2, + 0x15, + 0x16, + 0xaa, + 0x0a, + 0xf9, + 0x7a, + 0x8c, + 0x02, + 0x64, + 0x82, + 0xf9, + 0x4a, + 0x81, + 0xff, + 0x40, + 0xb5, + 0x09, + 0xb2, + 0x34, + 0xf7, + 0xe5, + 0x42, + 0xef, + 0x0c, + 0x26, + 0xfa, + 0xea, + 0xe4, + 0x0c, + 0x4a, + 0xe0, + 0x06, + 0x29, + 0x3f, + 0xf8, + 0xc4, + 0xc3, + 0xf6, + 0x7d, + 0xbf, + 0xf0, + 0x14, + 0x6e, + 0xfe, + 0x0a, + 0xb0, + 0x08, + 0x94, + 0x31, + 0xff, + 0x26, + 0x69, + 0xfc, + 0x70, + 0x69, + 0xfd, + 0xc3, + 0x46, + 0xff, + 0xdd, + 0x4b, + 0xfd, + 0xd9, + 0x53, + 0xfe, + 0x1d, + 0xa4, + 0xfe, + 0xdf, + 0xdd, + 0xfc, + 0x69, + 0x0c, + 0x00, + 0x4a, + 0x66, + 0xfc, + 0x05, + 0x16, + 0xfc, + 0xb7, + 0x3f, + 0xff, + 0xad, + 0x7c, + 0xfe, + 0x1b, + 0xda, + 0xff, + 0x56, + 0xe0, + 0xff, + 0x02, + 0xbd, + 0xff, + 0x1b, + 0x25, + 0xff, + 0x63, + 0x5f, + 0xff, + 0xaf, + 0x02, + 0x00, + 0x3a, + 0xdb, + 0xfe, + 0x18, + 0xdf, + 0xff, + 0x2c, + 0xc5, + 0xff, + 0x05, + 0x50, + 0xff, + 0x6d, + 0x99, + 0xff, + 0x72, + 0x84, + 0xfe, + 0xe4, + 0x9c, + 0xfe, + 0x55, + 0x8f, + 0xfe, + 0xec, + 0x3a, + 0xfe, + 0x2c, + 0x50, + 0xfe, + 0x9d, + 0x75, + 0xfe, + 0x99, + 0xfc, + 0xfe, + 0x19, + 0xc5, + 0xfe, + 0x2a, + 0x34, + 0xff, + 0x7e, + 0x36, + 0x00, + 0xa0, + 0xa5, + 0x00, + 0xdd, + 0x6d, + 0x00, + 0x84, + 0x8c, + 0xff, + 0xc5, + 0x1b, + 0xff, + 0xfe, + 0x97, + 0xfe, + 0x69, + 0xbe, + 0xfe, + 0xb4, + 0xf1, + 0xfe, + 0xab, + 0xf7, + 0xfd, + 0x46, + 0x4b, + 0xfe, + 0xab, + 0x1c, + 0xff, + 0xb3, + 0x81, + 0xff, + 0x8d, + 0x34, + 0x00, + 0xb0, + 0x50, + 0x17, + 0xc6, + 0x12, + 0x33, + 0xc2, + 0x7f, + 0x15, + 0x52, + 0x01, + 0xfa, + 0x9e, + 0x89, + 0x03, + 0xde, + 0x97, + 0xf9, + 0x32, + 0xde, + 0xfe, + 0xa3, + 0x7b, + 0x09, + 0x84, + 0x94, + 0xf7, + 0xd6, + 0xa5, + 0xef, + 0xd4, + 0xb8, + 0xf9, + 0x30, + 0x9d, + 0x0b, + 0x1b, + 0xb9, + 0x06, + 0x50, + 0x0e, + 0xf8, + 0x07, + 0xc1, + 0xf7, + 0x99, + 0x6f, + 0xf2, + 0x3f, + 0x9f, + 0xfb, + 0x12, + 0xc2, + 0x06, + 0x9d, + 0xbe, + 0x00, + 0x62, + 0x33, + 0xfd, + 0x4c, + 0x13, + 0xfe, + 0xa3, + 0x30, + 0xff, + 0xe4, + 0x1d, + 0xfd, + 0xde, + 0xcf, + 0xfe, + 0x6c, + 0x7f, + 0xfe, + 0x40, + 0xce, + 0xfb, + 0x02, + 0x5e, + 0xff, + 0x3b, + 0x60, + 0xfd, + 0xfc, + 0x6c, + 0xfc, + 0x74, + 0x5b, + 0xff, + 0x8d, + 0xf5, + 0xfe, + 0x2c, + 0x6a, + 0xff, + 0xcf, + 0x15, + 0x00, + 0x17, + 0xfa, + 0xff, + 0xdb, + 0xdf, + 0xfe, + 0x45, + 0x5f, + 0xff, + 0xc2, + 0xfb, + 0xff, + 0x96, + 0xe4, + 0xfe, + 0xef, + 0x9f, + 0xff, + 0x60, + 0x57, + 0xff, + 0x26, + 0x1f, + 0xff, + 0xf0, + 0xf0, + 0xff, + 0x49, + 0xe6, + 0xfe, + 0xd7, + 0x71, + 0xfe, + 0x15, + 0xa0, + 0xfe, + 0x77, + 0x58, + 0xfe, + 0xf1, + 0x4b, + 0xfe, + 0xe4, + 0x7c, + 0xfe, + 0x23, + 0xc6, + 0xfe, + 0x7a, + 0xf1, + 0xfe, + 0x99, + 0xac, + 0xff, + 0xbe, + 0x4e, + 0x00, + 0x35, + 0x71, + 0x00, + 0x81, + 0x4e, + 0x00, + 0x21, + 0x9c, + 0xff, + 0xf0, + 0x00, + 0xff, + 0xff, + 0x79, + 0xfe, + 0x80, + 0x9e, + 0xfe, + 0x8b, + 0xe8, + 0xfe, + 0xaf, + 0x57, + 0xfe, + 0x2a, + 0x79, + 0xfe, + 0x87, + 0x06, + 0xff, + 0xbe, + 0x7e, + 0xff, + 0xe6, + 0x35, + 0x00, + 0xa6, + 0x51, + 0x17, + 0x01, + 0x11, + 0x32, + 0x83, + 0x7a, + 0x13, + 0xe4, + 0x3b, + 0xf9, + 0x4f, + 0x96, + 0x04, + 0xf4, + 0xdf, + 0xfa, + 0x12, + 0x97, + 0xfe, + 0xa3, + 0xec, + 0x07, + 0xd2, + 0xca, + 0xf7, + 0x13, + 0xc9, + 0xf2, + 0x85, + 0x68, + 0xfb, + 0x09, + 0xb4, + 0x09, + 0x12, + 0xa2, + 0x05, + 0x18, + 0x0f, + 0xf7, + 0x18, + 0x73, + 0xf7, + 0xcd, + 0x4a, + 0xf6, + 0xeb, + 0xa9, + 0xfb, + 0x7b, + 0xa1, + 0x02, + 0x55, + 0xb7, + 0x00, + 0x9c, + 0x62, + 0xfe, + 0xf4, + 0x20, + 0xfe, + 0xaf, + 0xd6, + 0xff, + 0x71, + 0x16, + 0xfd, + 0xe7, + 0xc4, + 0xfd, + 0x9e, + 0xad, + 0xfe, + 0x51, + 0xa5, + 0xfc, + 0xab, + 0xea, + 0xfe, + 0xa2, + 0x04, + 0xfe, + 0xc5, + 0x5f, + 0xfd, + 0xab, + 0xc6, + 0xfe, + 0x46, + 0x3d, + 0xff, + 0xdc, + 0x88, + 0xff, + 0x24, + 0x71, + 0xff, + 0x75, + 0x1e, + 0x00, + 0x71, + 0xed, + 0xfe, + 0xeb, + 0xf8, + 0xfe, + 0xb7, + 0xd9, + 0xff, + 0x7a, + 0x47, + 0xff, + 0xdc, + 0xf0, + 0xff, + 0xb3, + 0x8f, + 0xff, + 0x41, + 0x1d, + 0xff, + 0x59, + 0x85, + 0xff, + 0x88, + 0x48, + 0xff, + 0xb0, + 0xc5, + 0xfe, + 0x15, + 0x44, + 0xfe, + 0xf3, + 0x75, + 0xfe, + 0x31, + 0x76, + 0xfe, + 0x43, + 0x81, + 0xfe, + 0x60, + 0xcc, + 0xfe, + 0xac, + 0xe0, + 0xfe, + 0x8e, + 0xc8, + 0xff, + 0x82, + 0x9d, + 0x00, + 0xae, + 0x7c, + 0x00, + 0x18, + 0xf6, + 0xff, + 0xd4, + 0x6f, + 0xff, + 0xcb, + 0xe4, + 0xfe, + 0xfa, + 0x8c, + 0xfe, + 0x71, + 0xee, + 0xfe, + 0xf6, + 0xea, + 0xfe, + 0x13, + 0x5f, + 0xfe, + 0x48, + 0x96, + 0xfe, + 0xc2, + 0x05, + 0xff, + 0xb6, + 0x81, + 0xff, + 0x09, + 0x54, + 0x00, + 0x53, + 0xb7, + 0x16, + 0x8e, + 0x8a, + 0x2f, + 0x45, + 0x5d, + 0x11, + 0x3e, + 0x2f, + 0xfa, + 0xe4, + 0xdd, + 0x05, + 0xa4, + 0x53, + 0xfb, + 0xfc, + 0x72, + 0xfe, + 0x33, + 0x95, + 0x07, + 0xdf, + 0xa2, + 0xf8, + 0xf9, + 0x87, + 0xf3, + 0x70, + 0xef, + 0xfb, + 0x44, + 0xa8, + 0x09, + 0xb6, + 0xaf, + 0x05, + 0x50, + 0xc6, + 0xf7, + 0xea, + 0xae, + 0xf6, + 0x08, + 0xbb, + 0xf7, + 0x98, + 0xea, + 0xfd, + 0xc7, + 0xb5, + 0x00, + 0xec, + 0x4f, + 0xff, + 0x38, + 0xa5, + 0xfe, + 0xc3, + 0x94, + 0xfd, + 0x31, + 0x7f, + 0xff, + 0xe4, + 0x53, + 0xfd, + 0x45, + 0x1f, + 0xfe, + 0x63, + 0x23, + 0xff, + 0x7a, + 0x59, + 0xfd, + 0x9b, + 0xa1, + 0xfe, + 0x34, + 0xc8, + 0xfd, + 0x0c, + 0x21, + 0xfe, + 0x9a, + 0xa2, + 0xfe, + 0xd1, + 0x43, + 0xff, + 0xb7, + 0x01, + 0x00, + 0xcd, + 0x2f, + 0xff, + 0x4c, + 0xf8, + 0xff, + 0xa9, + 0x00, + 0xff, + 0x83, + 0xf5, + 0xfe, + 0x7a, + 0xcf, + 0xff, + 0x0a, + 0x8f, + 0xff, + 0xd3, + 0x1e, + 0x00, + 0x0e, + 0x74, + 0xff, + 0xf0, + 0x43, + 0xff, + 0x6c, + 0x39, + 0xff, + 0x9c, + 0x09, + 0xff, + 0xc7, + 0x25, + 0xff, + 0x52, + 0x5f, + 0xfe, + 0x9b, + 0x74, + 0xfe, + 0x1e, + 0xb2, + 0xfe, + 0x57, + 0xc8, + 0xfe, + 0xfb, + 0xe0, + 0xfe, + 0x52, + 0xef, + 0xfe, + 0xa4, + 0xdb, + 0xff, + 0x50, + 0x7e, + 0x00, + 0x51, + 0x92, + 0x00, + 0xda, + 0xfe, + 0xff, + 0xf9, + 0x2b, + 0xff, + 0xef, + 0x07, + 0xff, + 0x9e, + 0xe3, + 0xfe, + 0x51, + 0xf0, + 0xfe, + 0xb3, + 0xf1, + 0xfe, + 0x36, + 0x77, + 0xfe, + 0x34, + 0x7b, + 0xfe, + 0xf5, + 0x01, + 0xff, + 0x0e, + 0xa9, + 0xff, + 0x78, + 0x44, + 0x00, + 0x74, + 0x4d, + 0x15, + 0x4c, + 0xb0, + 0x2a, + 0x61, + 0xd0, + 0x0c, + 0xe8, + 0x3e, + 0xfb, + 0x2a, + 0x3f, + 0x09, + 0x8b, + 0x62, + 0xfc, + 0xf8, + 0xe0, + 0xfd, + 0xcf, + 0x3f, + 0x07, + 0x2b, + 0xe0, + 0xf9, + 0xbc, + 0x3a, + 0xf5, + 0x65, + 0x01, + 0xfb, + 0x9f, + 0x95, + 0x06, + 0xb2, + 0x65, + 0x05, + 0x71, + 0x9e, + 0xfa, + 0x92, + 0x33, + 0xf9, + 0x07, + 0x10, + 0xfa, + 0x4b, + 0xd3, + 0xfd, + 0xb5, + 0x57, + 0xfe, + 0x93, + 0xcf, + 0xff, + 0x3c, + 0xee, + 0xff, + 0xe8, + 0xa3, + 0xfc, + 0x63, + 0x9e, + 0xfe, + 0x62, + 0x65, + 0xfd, + 0xe8, + 0x74, + 0xfe, + 0xe5, + 0xdd, + 0xff, + 0x3f, + 0xc4, + 0xfd, + 0x53, + 0x1f, + 0xfe, + 0x9c, + 0x37, + 0xfe, + 0x55, + 0x5c, + 0xff, + 0xfc, + 0x26, + 0xff, + 0x7c, + 0xb9, + 0xff, + 0x32, + 0x59, + 0x00, + 0xa8, + 0x27, + 0xff, + 0xe2, + 0xc8, + 0xff, + 0xab, + 0xf2, + 0xfe, + 0x38, + 0x14, + 0xff, + 0x61, + 0x97, + 0xff, + 0x24, + 0x58, + 0xff, + 0x66, + 0x17, + 0x00, + 0x92, + 0x5f, + 0xff, + 0xe6, + 0x5b, + 0xff, + 0xa6, + 0x7b, + 0xff, + 0x47, + 0x26, + 0xff, + 0x6c, + 0x49, + 0xff, + 0xeb, + 0xe8, + 0xfe, + 0xd0, + 0xf0, + 0xfe, + 0xe7, + 0xde, + 0xfe, + 0x26, + 0x0c, + 0xff, + 0x0a, + 0x34, + 0xff, + 0xa1, + 0x4e, + 0xff, + 0xb6, + 0x65, + 0x00, + 0xd7, + 0xba, + 0x00, + 0xc1, + 0x98, + 0x00, + 0x0b, + 0x54, + 0x00, + 0x23, + 0x56, + 0xff, + 0x93, + 0xf6, + 0xfe, + 0x30, + 0xf6, + 0xfe, + 0x6c, + 0xd9, + 0xfe, + 0x4c, + 0xd7, + 0xfe, + 0xc1, + 0xb2, + 0xfe, + 0xb2, + 0xbf, + 0xfe, + 0x4b, + 0x14, + 0xff, + 0x7c, + 0x9c, + 0xff, + 0x79, + 0x13, + 0x00, + 0xf6, + 0xe3, + 0x13, + 0x8b, + 0xbc, + 0x27, + 0x3e, + 0x81, + 0x0d, + 0x0f, + 0xcd, + 0xfd, + 0x58, + 0x35, + 0x07, + 0x08, + 0xaa, + 0xfa, + 0xb5, + 0xbf, + 0xfe, + 0x4b, + 0x58, + 0x07, + 0xfb, + 0x10, + 0xfa, + 0xb9, + 0x9b, + 0xf5, + 0xa8, + 0x70, + 0xfb, + 0xba, + 0xbe, + 0x05, + 0x39, + 0x67, + 0x04, + 0xe0, + 0xdf, + 0xfb, + 0x59, + 0xdf, + 0xf9, + 0xde, + 0xfe, + 0xf9, + 0x7f, + 0x28, + 0xff, + 0x0e, + 0x4c, + 0xff, + 0x41, + 0x88, + 0xfe, + 0x1c, + 0xb9, + 0xff, + 0xc1, + 0x89, + 0xfe, + 0x8a, + 0xdd, + 0xfe, + 0x49, + 0x27, + 0xfd, + 0x92, + 0xcc, + 0xfe, + 0xf3, + 0xbf, + 0xff, + 0xe4, + 0x6c, + 0xfe, + 0x44, + 0xd0, + 0xfe, + 0x1d, + 0x7f, + 0xfd, + 0xbd, + 0xca, + 0xfe, + 0xd1, + 0xb5, + 0xff, + 0xe1, + 0x9b, + 0xff, + 0xea, + 0xcc, + 0xff, + 0xd5, + 0x18, + 0xff, + 0x9e, + 0xa6, + 0xff, + 0x5b, + 0x3b, + 0xff, + 0xa0, + 0x5f, + 0xff, + 0x5e, + 0x7d, + 0xff, + 0x3d, + 0x29, + 0xff, + 0x0e, + 0xe2, + 0xff, + 0xc0, + 0x7a, + 0xff, + 0x2a, + 0x66, + 0xff, + 0xe1, + 0x4f, + 0xff, + 0x5b, + 0x24, + 0xff, + 0x4d, + 0xa5, + 0xff, + 0xc5, + 0x6d, + 0xff, + 0x88, + 0x3a, + 0xff, + 0xf6, + 0x50, + 0xff, + 0x19, + 0xd1, + 0xff, + 0x4e, + 0xe8, + 0xff, + 0x97, + 0x8d, + 0xff, + 0xd0, + 0xf2, + 0xff, + 0x1e, + 0xc7, + 0xff, + 0x30, + 0x83, + 0xff, + 0xab, + 0xaf, + 0xff, + 0x0f, + 0x5c, + 0xff, + 0xb4, + 0x37, + 0xff, + 0x84, + 0x2f, + 0xff, + 0x04, + 0x26, + 0xff, + 0x22, + 0x39, + 0xff, + 0xd9, + 0x0d, + 0xff, + 0xb0, + 0x26, + 0xff, + 0x47, + 0x6f, + 0xff, + 0x46, + 0xbd, + 0xff, + 0x86, + 0x05, + 0x00, + 0x50, + 0xfa, + 0x13, + 0x68, + 0xf9, + 0x24, + 0x28, + 0xe7, + 0x0a, + 0xc0, + 0xe0, + 0xfe, + 0x17, + 0x14, + 0x06, + 0x2c, + 0x1a, + 0xfb, + 0x09, + 0x50, + 0x01, + 0x7b, + 0xf6, + 0x05, + 0xef, + 0x7f, + 0xf9, + 0x3e, + 0x32, + 0xf6, + 0xa1, + 0xb3, + 0xfc, + 0x01, + 0xb4, + 0x06, + 0x48, + 0xb7, + 0x02, + 0xbf, + 0x79, + 0xfb, + 0xea, + 0x28, + 0xfa, + 0x31, + 0xbf, + 0xfa, + 0x87, + 0xbf, + 0x00, + 0xb8, + 0xd2, + 0xff, + 0x97, + 0x65, + 0xfe, + 0xf7, + 0x84, + 0xff, + 0xa4, + 0x0b, + 0xff, + 0x12, + 0x06, + 0xff, + 0x4e, + 0x4a, + 0xfd, + 0x59, + 0x23, + 0xff, + 0x6b, + 0x55, + 0xff, + 0x8b, + 0x7b, + 0xfe, + 0xa8, + 0xb4, + 0xfe, + 0x6b, + 0x0e, + 0xfd, + 0xbb, + 0xd3, + 0xfe, + 0x48, + 0xd2, + 0xff, + 0x90, + 0x77, + 0xff, + 0x37, + 0x92, + 0xff, + 0x64, + 0x63, + 0xff, + 0x98, + 0xd3, + 0xff, + 0x4a, + 0x41, + 0xff, + 0x75, + 0x92, + 0xff, + 0x70, + 0x49, + 0xff, + 0x9c, + 0x18, + 0xff, + 0xa3, + 0x40, + 0x00, + 0x05, + 0xc2, + 0xff, + 0xba, + 0x69, + 0xff, + 0xa2, + 0x61, + 0xff, + 0xfe, + 0x60, + 0xff, + 0x2e, + 0xc6, + 0xff, + 0x3d, + 0xa8, + 0xff, + 0x71, + 0x6a, + 0xff, + 0x6b, + 0x4a, + 0xff, + 0x4d, + 0xcc, + 0xff, + 0xe4, + 0xcb, + 0xff, + 0xc3, + 0x6d, + 0xff, + 0x6d, + 0xa0, + 0xff, + 0x70, + 0x69, + 0xff, + 0xa1, + 0x9a, + 0xff, + 0x02, + 0xb2, + 0xff, + 0xe4, + 0x36, + 0xff, + 0x09, + 0x40, + 0xff, + 0x4b, + 0x26, + 0xff, + 0xa4, + 0x44, + 0xff, + 0xe5, + 0x72, + 0xff, + 0x2f, + 0x22, + 0xff, + 0x7f, + 0x4c, + 0xff, + 0xe5, + 0x7d, + 0xff, + 0xd0, + 0x94, + 0xff, + 0xf2, + 0xba, + 0xff, + 0x89, + 0x54, + 0x13, + 0x51, + 0xf2, + 0x22, + 0x90, + 0x93, + 0x09, + 0x05, + 0x5b, + 0xfe, + 0x96, + 0x60, + 0x05, + 0xe8, + 0x6e, + 0xfc, + 0x44, + 0xfc, + 0x01, + 0xb3, + 0xc1, + 0x04, + 0x19, + 0x6b, + 0xf9, + 0x1c, + 0xa0, + 0xf6, + 0x1f, + 0x15, + 0xfe, + 0x70, + 0x74, + 0x07, + 0xd1, + 0x93, + 0x01, + 0xc1, + 0x33, + 0xfb, + 0x69, + 0xc4, + 0xfa, + 0x84, + 0x72, + 0xfb, + 0x36, + 0x2f, + 0x01, + 0xaf, + 0x40, + 0x00, + 0x53, + 0xbd, + 0xfe, + 0xf2, + 0x4b, + 0xff, + 0x77, + 0x3d, + 0xff, + 0x7d, + 0x24, + 0xff, + 0xf0, + 0x41, + 0xfd, + 0x5e, + 0x4e, + 0xff, + 0xe3, + 0x39, + 0xff, + 0x4a, + 0x71, + 0xfe, + 0xb4, + 0xa0, + 0xfe, + 0xae, + 0x03, + 0xfd, + 0x9b, + 0xd9, + 0xfe, + 0xa6, + 0xc4, + 0xff, + 0x0f, + 0xa4, + 0xff, + 0xbb, + 0xb5, + 0xff, + 0x07, + 0x59, + 0xff, + 0xef, + 0xc6, + 0xff, + 0x9c, + 0x58, + 0xff, + 0x90, + 0xb6, + 0xff, + 0x1d, + 0x66, + 0xff, + 0x21, + 0x6c, + 0xff, + 0x2a, + 0x75, + 0x00, + 0x98, + 0xbe, + 0xff, + 0xfc, + 0x98, + 0xff, + 0x90, + 0x95, + 0xff, + 0x99, + 0x5e, + 0xff, + 0x7e, + 0x97, + 0xff, + 0x12, + 0x56, + 0xff, + 0x5d, + 0x2c, + 0xff, + 0xc1, + 0x48, + 0xff, + 0xd1, + 0xbb, + 0xff, + 0x1c, + 0x99, + 0xff, + 0x5c, + 0x37, + 0xff, + 0x53, + 0x48, + 0xff, + 0xf6, + 0x47, + 0xff, + 0x20, + 0x9c, + 0xff, + 0x42, + 0x74, + 0xff, + 0xc6, + 0x24, + 0xff, + 0x78, + 0x52, + 0xff, + 0x6c, + 0x35, + 0xff, + 0x3f, + 0x78, + 0xff, + 0xdb, + 0x9a, + 0xff, + 0x53, + 0x45, + 0xff, + 0x21, + 0x68, + 0xff, + 0xae, + 0x68, + 0xff, + 0x26, + 0x63, + 0xff, + 0xcb, + 0x80, + 0xff, + 0x1c, + 0x21, + 0x12, + 0x61, + 0x16, + 0x21, + 0xac, + 0xf2, + 0x08, + 0xcb, + 0xd1, + 0xfd, + 0x06, + 0x13, + 0x05, + 0xf6, + 0xf6, + 0xfc, + 0x1a, + 0xd9, + 0x01, + 0x71, + 0x68, + 0x04, + 0x1b, + 0x93, + 0xf9, + 0xff, + 0x50, + 0xf7, + 0xe8, + 0x0c, + 0xff, + 0x07, + 0xa5, + 0x07, + 0x63, + 0x27, + 0x01, + 0xba, + 0x51, + 0xfb, + 0xdd, + 0x70, + 0xfb, + 0x4f, + 0x9d, + 0xfb, + 0x5d, + 0x4f, + 0x01, + 0xf5, + 0xcd, + 0x00, + 0x20, + 0xa3, + 0xfe, + 0x17, + 0xd9, + 0xfe, + 0x6d, + 0x4e, + 0xff, + 0x36, + 0x5a, + 0xff, + 0x59, + 0x48, + 0xfd, + 0xb3, + 0x67, + 0xff, + 0xfa, + 0x62, + 0xff, + 0x40, + 0x97, + 0xfe, + 0xdb, + 0xf2, + 0xfe, + 0x94, + 0x37, + 0xfd, + 0xe8, + 0xb8, + 0xfe, + 0xf1, + 0x8f, + 0xff, + 0x3a, + 0x8e, + 0xff, + 0x1c, + 0xb0, + 0xff, + 0x50, + 0x65, + 0xff, + 0x29, + 0xf4, + 0xff, + 0x71, + 0x5a, + 0xff, + 0x51, + 0xb2, + 0xff, + 0xb8, + 0xa7, + 0xff, + 0x3a, + 0x98, + 0xff, + 0x21, + 0x68, + 0x00, + 0x57, + 0xb5, + 0xff, + 0xd1, + 0x88, + 0xff, + 0x0e, + 0x5d, + 0xff, + 0x29, + 0x1f, + 0xff, + 0x43, + 0x47, + 0xff, + 0xf4, + 0xfa, + 0xfe, + 0x24, + 0x11, + 0xff, + 0x77, + 0x42, + 0xff, + 0xea, + 0x91, + 0xff, + 0x27, + 0x66, + 0xff, + 0x85, + 0xf1, + 0xfe, + 0xe2, + 0x0b, + 0xff, + 0x79, + 0x4f, + 0xff, + 0x26, + 0xb3, + 0xff, + 0xf5, + 0x7b, + 0xff, + 0x06, + 0x3f, + 0xff, + 0xef, + 0x66, + 0xff, + 0x9b, + 0x3f, + 0xff, + 0x41, + 0x79, + 0xff, + 0x96, + 0x83, + 0xff, + 0xe4, + 0x27, + 0xff, + 0x75, + 0x4a, + 0xff, + 0x57, + 0x4d, + 0xff, + 0xe2, + 0x47, + 0xff, + 0x78, + 0x69, + 0xff, + 0x46, + 0xfc, + 0x0f, + 0x4e, + 0x2e, + 0x1f, + 0x87, + 0xd6, + 0x09, + 0x26, + 0x36, + 0xfd, + 0x4f, + 0x5f, + 0x04, + 0x1a, + 0x3b, + 0xfd, + 0x3d, + 0x7c, + 0x01, + 0xac, + 0x08, + 0x05, + 0xcb, + 0x1b, + 0xfa, + 0xb3, + 0xe8, + 0xf7, + 0x4d, + 0x58, + 0xff, + 0x37, + 0xd7, + 0x07, + 0x24, + 0x0b, + 0x02, + 0x48, + 0x9f, + 0xfb, + 0x43, + 0xca, + 0xfb, + 0xc7, + 0x1c, + 0xfb, + 0xa5, + 0x3f, + 0x01, + 0x04, + 0xc3, + 0x01, + 0x97, + 0x5f, + 0xfe, + 0x4f, + 0x74, + 0xfe, + 0x61, + 0x35, + 0xff, + 0x9d, + 0xc2, + 0xff, + 0xc5, + 0xb6, + 0xfd, + 0x20, + 0x8a, + 0xff, + 0x16, + 0xae, + 0xff, + 0x5a, + 0x71, + 0xfe, + 0xa5, + 0x25, + 0xff, + 0xe9, + 0x45, + 0xfd, + 0xf2, + 0x6e, + 0xfe, + 0x5e, + 0xb0, + 0xff, + 0xc8, + 0xa1, + 0xff, + 0x4f, + 0xc4, + 0xff, + 0x70, + 0x56, + 0xff, + 0x06, + 0xf1, + 0xff, + 0x1a, + 0x60, + 0xff, + 0x6a, + 0x9c, + 0xff, + 0x8f, + 0xaa, + 0xff, + 0x00, + 0x4b, + 0xff, + 0x35, + 0x0a, + 0x00, + 0x3e, + 0x68, + 0xff, + 0xfe, + 0x40, + 0xff, + 0xfe, + 0x51, + 0xff, + 0x09, + 0x0e, + 0xff, + 0xc0, + 0x30, + 0xff, + 0x2b, + 0xec, + 0xfe, + 0x67, + 0x02, + 0xff, + 0x82, + 0x21, + 0xff, + 0x21, + 0x57, + 0xff, + 0x4f, + 0x3f, + 0xff, + 0x83, + 0xd3, + 0xfe, + 0x94, + 0x14, + 0xff, + 0xd9, + 0x70, + 0xff, + 0x83, + 0xb1, + 0xff, + 0x92, + 0x82, + 0xff, + 0xea, + 0x49, + 0xff, + 0xc8, + 0x62, + 0xff, + 0xcc, + 0x33, + 0xff, + 0xc5, + 0x57, + 0xff, + 0x97, + 0x63, + 0xff, + 0x0c, + 0x05, + 0xff, + 0xba, + 0x20, + 0xff, + 0xb5, + 0x33, + 0xff, + 0x76, + 0x3a, + 0xff, + 0x4f, + 0x81, + 0xff, + 0x75, + 0xdb, + 0x0f, + 0x8d, + 0x41, + 0x1d, + 0x59, + 0x36, + 0x08, + 0x8d, + 0xf5, + 0xfd, + 0xf1, + 0xc0, + 0x03, + 0x07, + 0xe6, + 0xfc, + 0x73, + 0x72, + 0x02, + 0x73, + 0xe3, + 0x04, + 0x19, + 0xc0, + 0xfa, + 0x4e, + 0xf9, + 0xf8, + 0xc3, + 0x8e, + 0x00, + 0xf9, + 0x8a, + 0x08, + 0xfd, + 0xd8, + 0x01, + 0x6c, + 0x14, + 0xfc, + 0x39, + 0x9f, + 0xfb, + 0x01, + 0x0b, + 0xfb, + 0xfb, + 0xa5, + 0x01, + 0x21, + 0xeb, + 0x01, + 0x15, + 0x70, + 0xfe, + 0x4d, + 0x20, + 0xfe, + 0x45, + 0x72, + 0xff, + 0x3b, + 0x01, + 0x00, + 0x92, + 0xe0, + 0xfd, + 0x54, + 0xa0, + 0xff, + 0xa5, + 0x36, + 0xff, + 0x49, + 0x82, + 0xfe, + 0xde, + 0x6c, + 0xff, + 0xd5, + 0x8b, + 0xfd, + 0x39, + 0xa3, + 0xfe, + 0x87, + 0xa7, + 0xff, + 0xd0, + 0xa0, + 0xff, + 0x2f, + 0xa0, + 0xff, + 0x6c, + 0x61, + 0xff, + 0xdb, + 0xd4, + 0xff, + 0x36, + 0x10, + 0xff, + 0x99, + 0x6d, + 0xff, + 0x41, + 0x63, + 0xff, + 0x71, + 0x20, + 0xff, + 0x04, + 0xe5, + 0xff, + 0x4d, + 0x5b, + 0xff, + 0x37, + 0x5c, + 0xff, + 0x50, + 0x59, + 0xff, + 0x1b, + 0x16, + 0xff, + 0x36, + 0x1f, + 0xff, + 0x81, + 0xdd, + 0xfe, + 0xad, + 0x07, + 0xff, + 0x6a, + 0x15, + 0xff, + 0xdf, + 0x45, + 0xff, + 0x49, + 0x2d, + 0xff, + 0x4f, + 0xd4, + 0xfe, + 0xfe, + 0x1a, + 0xff, + 0xea, + 0x66, + 0xff, + 0x57, + 0xa0, + 0xff, + 0x24, + 0x75, + 0xff, + 0x45, + 0x56, + 0xff, + 0x88, + 0x77, + 0xff, + 0x5d, + 0x3c, + 0xff, + 0x33, + 0x57, + 0xff, + 0xb8, + 0x4a, + 0xff, + 0x17, + 0xe1, + 0xfe, + 0x9a, + 0x0c, + 0xff, + 0x41, + 0x30, + 0xff, + 0x64, + 0x54, + 0xff, + 0xcd, + 0xae, + 0xff, + 0x63, + 0xa8, + 0x0f, + 0xa8, + 0xdb, + 0x1b, + 0x07, + 0xd8, + 0x06, + 0x51, + 0xf2, + 0xfd, + 0x4e, + 0x8b, + 0x03, + 0x54, + 0x55, + 0xfd, + 0x1f, + 0xa8, + 0x03, + 0x67, + 0xa9, + 0x05, + 0xfd, + 0xc7, + 0xfb, + 0xf2, + 0xd4, + 0xf9, + 0x8d, + 0x6b, + 0x01, + 0xd5, + 0x08, + 0x09, + 0xf5, + 0x9b, + 0x01, + 0xb8, + 0xe3, + 0xfb, + 0xda, + 0x1a, + 0xfb, + 0xf8, + 0xef, + 0xfa, + 0x30, + 0xff, + 0x01, + 0xcf, + 0x28, + 0x02, + 0xde, + 0x89, + 0xfe, + 0x96, + 0xe3, + 0xfd, + 0xe1, + 0x6e, + 0xff, + 0x33, + 0xed, + 0xff, + 0x17, + 0xce, + 0xfd, + 0xe9, + 0xbd, + 0xff, + 0x86, + 0x3e, + 0xff, + 0xfb, + 0xc4, + 0xfe, + 0xd7, + 0xa2, + 0xff, + 0x21, + 0xb0, + 0xfd, + 0xb3, + 0xba, + 0xfe, + 0xbb, + 0xa8, + 0xff, + 0xc1, + 0xa4, + 0xff, + 0xa0, + 0x74, + 0xff, + 0x26, + 0x29, + 0xff, + 0x1e, + 0x7c, + 0xff, + 0x1d, + 0xc1, + 0xfe, + 0x2c, + 0x5d, + 0xff, + 0xd8, + 0x65, + 0xff, + 0xbe, + 0x3a, + 0xff, + 0xc4, + 0xf9, + 0xff, + 0x4d, + 0x75, + 0xff, + 0xfa, + 0x6f, + 0xff, + 0xd6, + 0x53, + 0xff, + 0x49, + 0x1b, + 0xff, + 0x27, + 0x23, + 0xff, + 0x7c, + 0xe8, + 0xfe, + 0x4a, + 0x09, + 0xff, + 0x27, + 0x09, + 0xff, + 0xed, + 0x43, + 0xff, + 0x90, + 0x20, + 0xff, + 0x66, + 0xc3, + 0xfe, + 0xcd, + 0x03, + 0xff, + 0x5e, + 0x57, + 0xff, + 0x04, + 0xba, + 0xff, + 0xcc, + 0x97, + 0xff, + 0x74, + 0x73, + 0xff, + 0x1b, + 0x96, + 0xff, + 0xed, + 0x4d, + 0xff, + 0xb9, + 0x5d, + 0xff, + 0x35, + 0x4a, + 0xff, + 0x25, + 0xe2, + 0xfe, + 0x30, + 0x0d, + 0xff, + 0x1f, + 0x2f, + 0xff, + 0xd5, + 0x5c, + 0xff, + 0x6b, + 0xaf, + 0xff, + 0x55, + 0xca, + 0x0e, + 0x0f, + 0x6f, + 0x1b, + 0x5f, + 0x6b, + 0x07, + 0x61, + 0xe4, + 0xfd, + 0x06, + 0x71, + 0x04, + 0x35, + 0x47, + 0xfe, + 0xfa, + 0xa7, + 0x03, + 0x95, + 0x59, + 0x06, + 0x70, + 0x46, + 0xfc, + 0x77, + 0x20, + 0xfa, + 0xab, + 0x19, + 0x01, + 0x4c, + 0x68, + 0x08, + 0x20, + 0x47, + 0x01, + 0xaf, + 0x24, + 0xfb, + 0xbf, + 0x04, + 0xfb, + 0xf2, + 0x1a, + 0xfb, + 0x28, + 0x44, + 0x02, + 0x3f, + 0x7e, + 0x02, + 0xae, + 0x4a, + 0xfe, + 0x9c, + 0xb6, + 0xfd, + 0xe0, + 0x3a, + 0xff, + 0xff, + 0x2b, + 0x00, + 0x3d, + 0x2c, + 0xfe, + 0x2e, + 0xde, + 0xff, + 0x9b, + 0x8e, + 0xff, + 0x37, + 0xdb, + 0xfe, + 0xf1, + 0xda, + 0xff, + 0x24, + 0xba, + 0xfd, + 0x84, + 0x66, + 0xfe, + 0xce, + 0x57, + 0xff, + 0x6a, + 0x4e, + 0xff, + 0x67, + 0x64, + 0xff, + 0xff, + 0x23, + 0xff, + 0x6d, + 0x80, + 0xff, + 0x7a, + 0xca, + 0xfe, + 0x45, + 0x55, + 0xff, + 0x2e, + 0x7e, + 0xff, + 0xc3, + 0x2e, + 0xff, + 0xbd, + 0xe8, + 0xff, + 0xab, + 0x81, + 0xff, + 0x24, + 0x8c, + 0xff, + 0x22, + 0x79, + 0xff, + 0x1c, + 0x25, + 0xff, + 0x75, + 0x33, + 0xff, + 0x5e, + 0xf1, + 0xfe, + 0x28, + 0xf7, + 0xfe, + 0x92, + 0xe4, + 0xfe, + 0x44, + 0x11, + 0xff, + 0x29, + 0x05, + 0xff, + 0x39, + 0xbe, + 0xfe, + 0x6d, + 0x1e, + 0xff, + 0x26, + 0x8e, + 0xff, + 0x5e, + 0xe9, + 0xff, + 0x84, + 0xc7, + 0xff, + 0x17, + 0x9b, + 0xff, + 0xaa, + 0x9f, + 0xff, + 0xa5, + 0x46, + 0xff, + 0x87, + 0x50, + 0xff, + 0x2d, + 0x2c, + 0xff, + 0xe8, + 0xbc, + 0xfe, + 0xff, + 0x01, + 0xff, + 0x85, + 0x32, + 0xff, + 0x10, + 0x67, + 0xff, + 0xc7, + 0xcf, + 0xff, + 0x34, + 0x5b, + 0x0e, + 0xac, + 0x3e, + 0x1c, + 0x2e, + 0x52, + 0x09, + 0x84, + 0xf6, + 0xfd, + 0x7e, + 0x4e, + 0x04, + 0xa6, + 0x18, + 0xfe, + 0xce, + 0xc1, + 0x02, + 0x08, + 0x42, + 0x06, + 0x65, + 0xda, + 0xfb, + 0x53, + 0x7a, + 0xf9, + 0x20, + 0x68, + 0x00, + 0xa3, + 0x52, + 0x08, + 0xca, + 0x2c, + 0x02, + 0xfd, + 0x60, + 0xfb, + 0x27, + 0x1c, + 0xfb, + 0x9f, + 0xc1, + 0xfa, + 0x56, + 0xe2, + 0x01, + 0xac, + 0x9c, + 0x02, + 0xbf, + 0x2d, + 0xfe, + 0xce, + 0xe6, + 0xfd, + 0xbb, + 0x54, + 0xff, + 0xcf, + 0x5e, + 0x00, + 0xcd, + 0x51, + 0xfe, + 0x75, + 0xcc, + 0xff, + 0xfd, + 0xac, + 0xff, + 0xd9, + 0xb7, + 0xfe, + 0xf5, + 0xfe, + 0xff, + 0xbd, + 0xb9, + 0xfd, + 0x38, + 0x07, + 0xfe, + 0x8d, + 0x31, + 0xff, + 0xab, + 0x28, + 0xff, + 0xb9, + 0x6a, + 0xff, + 0xaf, + 0x46, + 0xff, + 0x32, + 0xb4, + 0xff, + 0x8e, + 0xe9, + 0xfe, + 0xd9, + 0x4d, + 0xff, + 0xb4, + 0x6e, + 0xff, + 0xe8, + 0xf1, + 0xfe, + 0x75, + 0xd3, + 0xff, + 0xbc, + 0x76, + 0xff, + 0x45, + 0x69, + 0xff, + 0x72, + 0x74, + 0xff, + 0x5f, + 0x28, + 0xff, + 0xaa, + 0x3f, + 0xff, + 0x34, + 0xee, + 0xfe, + 0x4d, + 0xf2, + 0xfe, + 0x45, + 0xf1, + 0xfe, + 0x90, + 0x2d, + 0xff, + 0xbf, + 0x26, + 0xff, + 0x01, + 0xc5, + 0xfe, + 0x27, + 0x2f, + 0xff, + 0x0d, + 0x99, + 0xff, + 0xf1, + 0xe9, + 0xff, + 0x72, + 0xd4, + 0xff, + 0xbc, + 0x83, + 0xff, + 0x91, + 0x7d, + 0xff, + 0x21, + 0x2d, + 0xff, + 0xb6, + 0x2d, + 0xff, + 0x0d, + 0x2d, + 0xff, + 0xf4, + 0xcf, + 0xfe, + 0x13, + 0x00, + 0xff, + 0x96, + 0x42, + 0xff, + 0x75, + 0x7a, + 0xff, + 0x22, + 0xcb, + 0xff, + 0x4d, + 0x71, + 0x0e, + 0x6a, + 0x4e, + 0x1c, + 0xb0, + 0x0c, + 0x09, + 0xef, + 0x9d, + 0xfd, + 0xe2, + 0x3b, + 0x04, + 0x0a, + 0x2d, + 0xfe, + 0x6b, + 0xd6, + 0x02, + 0xd4, + 0x33, + 0x06, + 0xa4, + 0x9a, + 0xfb, + 0xd9, + 0x1f, + 0xf9, + 0xc4, + 0x36, + 0x00, + 0xec, + 0x5c, + 0x08, + 0x29, + 0x25, + 0x02, + 0xf1, + 0x46, + 0xfb, + 0x1d, + 0x2b, + 0xfb, + 0xd2, + 0x03, + 0xfb, + 0xaa, + 0x47, + 0x02, + 0xf4, + 0x0e, + 0x03, + 0x4f, + 0x5d, + 0xfe, + 0xd5, + 0xa1, + 0xfd, + 0x6c, + 0xfd, + 0xfe, + 0x94, + 0x38, + 0x00, + 0xe5, + 0x3b, + 0xfe, + 0x6d, + 0xad, + 0xff, + 0x46, + 0x99, + 0xff, + 0x2a, + 0xcd, + 0xfe, + 0x42, + 0x2f, + 0x00, + 0xcb, + 0x0c, + 0xfe, + 0x7f, + 0x54, + 0xfe, + 0x24, + 0x1d, + 0xff, + 0x4a, + 0xdc, + 0xfe, + 0xcc, + 0x32, + 0xff, + 0xca, + 0x29, + 0xff, + 0x11, + 0xbb, + 0xff, + 0x9f, + 0x00, + 0xff, + 0xc3, + 0x4d, + 0xff, + 0x11, + 0x66, + 0xff, + 0x92, + 0xf1, + 0xfe, + 0xce, + 0xc4, + 0xff, + 0x0e, + 0x4d, + 0xff, + 0xdb, + 0x3b, + 0xff, + 0x64, + 0x5d, + 0xff, + 0x03, + 0x14, + 0xff, + 0x7d, + 0x30, + 0xff, + 0x62, + 0xfe, + 0xfe, + 0xc9, + 0x0a, + 0xff, + 0x21, + 0x09, + 0xff, + 0x83, + 0x39, + 0xff, + 0xe1, + 0x1f, + 0xff, + 0x84, + 0xcd, + 0xfe, + 0xb9, + 0x3e, + 0xff, + 0xf8, + 0x98, + 0xff, + 0x0b, + 0xdf, + 0xff, + 0xb7, + 0xbe, + 0xff, + 0xf4, + 0x61, + 0xff, + 0xbe, + 0x67, + 0xff, + 0x91, + 0x36, + 0xff, + 0x5b, + 0x41, + 0xff, + 0xd7, + 0x3a, + 0xff, + 0xb7, + 0xcf, + 0xfe, + 0x5a, + 0xeb, + 0xfe, + 0xbf, + 0x18, + 0xff, + 0x4e, + 0x4c, + 0xff, + 0x27, + 0xaf, + 0xff, + 0x95, + 0x67, + 0x0e, + 0x7d, + 0x56, + 0x1c, + 0x83, + 0xbb, + 0x08, + 0x7c, + 0xbf, + 0xfc, + 0xd7, + 0xa3, + 0x03, + 0x3e, + 0xdd, + 0xfd, + 0xd8, + 0xd1, + 0x02, + 0x46, + 0x9d, + 0x06, + 0xd9, + 0xc6, + 0xfb, + 0xe8, + 0x0c, + 0xf9, + 0xf9, + 0x2e, + 0x00, + 0x4c, + 0xb0, + 0x08, + 0xfa, + 0x68, + 0x02, + 0x4b, + 0xec, + 0xfa, + 0xac, + 0xb3, + 0xfa, + 0x75, + 0x93, + 0xfa, + 0x3d, + 0x66, + 0x02, + 0x93, + 0xd1, + 0x03, + 0xb0, + 0xf9, + 0xfe, + 0xce, + 0x1c, + 0xfe, + 0xd9, + 0x28, + 0xff, + 0xf4, + 0xf8, + 0xff, + 0xcb, + 0xe7, + 0xfd, + 0xa0, + 0x7a, + 0xff, + 0x01, + 0x67, + 0xff, + 0x75, + 0x72, + 0xfe, + 0x12, + 0x16, + 0x00, + 0x8e, + 0x38, + 0xfe, + 0x0d, + 0xa4, + 0xfe, + 0x81, + 0xbf, + 0xff, + 0x31, + 0x7b, + 0xff, + 0x08, + 0x60, + 0xff, + 0xbb, + 0xe5, + 0xfe, + 0x98, + 0x3f, + 0xff, + 0x59, + 0x98, + 0xfe, + 0x83, + 0x33, + 0xff, + 0x44, + 0x75, + 0xff, + 0x43, + 0xf3, + 0xfe, + 0x46, + 0xcf, + 0xff, + 0xd5, + 0x5e, + 0xff, + 0x91, + 0x45, + 0xff, + 0x2c, + 0x5a, + 0xff, + 0x08, + 0xfe, + 0xfe, + 0xb9, + 0x10, + 0xff, + 0x38, + 0xdb, + 0xfe, + 0x81, + 0xf3, + 0xfe, + 0x93, + 0xee, + 0xfe, + 0x93, + 0x18, + 0xff, + 0xe2, + 0x22, + 0xff, + 0xbc, + 0xe8, + 0xfe, + 0xf8, + 0x49, + 0xff, + 0x91, + 0x9a, + 0xff, + 0x6c, + 0xec, + 0xff, + 0x6f, + 0xc5, + 0xff, + 0x85, + 0x58, + 0xff, + 0x1b, + 0x5b, + 0xff, + 0xcd, + 0x1f, + 0xff, + 0xec, + 0x35, + 0xff, + 0x17, + 0x44, + 0xff, + 0x69, + 0xcf, + 0xfe, + 0x90, + 0xdd, + 0xfe, + 0x58, + 0x08, + 0xff, + 0xbe, + 0x36, + 0xff, + 0xe8, + 0x8d, + 0xff, + 0x00, + 0x89, + 0x0e, + 0x94, + 0x7f, + 0x1d, + 0x6e, + 0xd8, + 0x09, + 0xe9, + 0x4b, + 0xfc, + 0x97, + 0x52, + 0x03, + 0xd6, + 0x52, + 0xfd, + 0xee, + 0xc4, + 0x01, + 0x16, + 0x49, + 0x06, + 0xe1, + 0x05, + 0xfb, + 0x1a, + 0x09, + 0xf8, + 0xed, + 0x6b, + 0xff, + 0xc9, + 0xe3, + 0x08, + 0xe1, + 0x69, + 0x03, + 0xe8, + 0x09, + 0xfb, + 0x8f, + 0xd6, + 0xfa, + 0xda, + 0xa0, + 0xfa, + 0x46, + 0x10, + 0x02, + 0x50, + 0xcb, + 0x03, + 0x7d, + 0xf8, + 0xfe, + 0xd8, + 0x33, + 0xfe, + 0x5e, + 0x52, + 0xff, + 0x5a, + 0xa5, + 0x00, + 0x17, + 0x5e, + 0xfe, + 0x1c, + 0x52, + 0xff, + 0x31, + 0x8a, + 0xff, + 0x52, + 0x64, + 0xfe, + 0xc9, + 0xf8, + 0xff, + 0x88, + 0x33, + 0xfe, + 0x80, + 0x82, + 0xfe, + 0x44, + 0xc6, + 0xff, + 0xf6, + 0xb7, + 0xff, + 0xf0, + 0x02, + 0x00, + 0xcd, + 0x88, + 0xff, + 0xb8, + 0x98, + 0xff, + 0x72, + 0x99, + 0xfe, + 0xc3, + 0xdc, + 0xfe, + 0x4c, + 0x3d, + 0xff, + 0xfb, + 0xd9, + 0xfe, + 0x03, + 0xcf, + 0xff, + 0x9e, + 0x81, + 0xff, + 0x39, + 0x56, + 0xff, + 0x04, + 0x5a, + 0xff, + 0xe6, + 0xf9, + 0xfe, + 0xc3, + 0x04, + 0xff, + 0xb6, + 0xbf, + 0xfe, + 0x1a, + 0xd8, + 0xfe, + 0x42, + 0xec, + 0xfe, + 0x88, + 0x26, + 0xff, + 0xf8, + 0x25, + 0xff, + 0x62, + 0xc4, + 0xfe, + 0xe4, + 0x13, + 0xff, + 0xe0, + 0x8a, + 0xff, + 0xd0, + 0xfd, + 0xff, + 0x44, + 0xd6, + 0xff, + 0xa5, + 0x64, + 0xff, + 0x45, + 0x5c, + 0xff, + 0xff, + 0x16, + 0xff, + 0x4a, + 0x2b, + 0xff, + 0xef, + 0x35, + 0xff, + 0x45, + 0xb9, + 0xfe, + 0x22, + 0xcb, + 0xfe, + 0xbc, + 0x11, + 0xff, + 0xf2, + 0x49, + 0xff, + 0x44, + 0xa4, + 0xff, + 0xef, + 0xc3, + 0x0e, + 0xee, + 0x0a, + 0x1f, + 0xb9, + 0x52, + 0x0b, + 0xe4, + 0x11, + 0xfc, + 0x5b, + 0x87, + 0x03, + 0x43, + 0x3a, + 0xfd, + 0x3f, + 0xf6, + 0x00, + 0x4f, + 0x4c, + 0x06, + 0x6d, + 0x45, + 0xfa, + 0x46, + 0xbe, + 0xf6, + 0x82, + 0x37, + 0xfe, + 0x28, + 0x93, + 0x08, + 0xb3, + 0xfe, + 0x03, + 0x8a, + 0x80, + 0xfa, + 0x00, + 0x6e, + 0xfa, + 0x01, + 0x7c, + 0xfa, + 0x0b, + 0xea, + 0x01, + 0xc8, + 0x4d, + 0x04, + 0x7d, + 0x2c, + 0xff, + 0xba, + 0x3f, + 0xfe, + 0x11, + 0x4c, + 0xff, + 0x1a, + 0xba, + 0x00, + 0x0c, + 0x77, + 0xfe, + 0x80, + 0x64, + 0xff, + 0x46, + 0xdb, + 0xff, + 0x63, + 0x69, + 0xfe, + 0x41, + 0x38, + 0x00, + 0x49, + 0x71, + 0xfe, + 0xd2, + 0x75, + 0xfe, + 0xbe, + 0xf0, + 0xff, + 0x71, + 0xcf, + 0xff, + 0x63, + 0xf2, + 0xff, + 0x2b, + 0x6d, + 0xff, + 0x0f, + 0xf7, + 0xff, + 0x7a, + 0x46, + 0xff, + 0xa3, + 0x58, + 0xff, + 0xd5, + 0x90, + 0xff, + 0x29, + 0xbd, + 0xfe, + 0x65, + 0x98, + 0xff, + 0x62, + 0x77, + 0xff, + 0x1e, + 0x66, + 0xff, + 0xc6, + 0x87, + 0xff, + 0x79, + 0x0c, + 0xff, + 0x39, + 0x00, + 0xff, + 0x65, + 0xb3, + 0xfe, + 0x7e, + 0xd5, + 0xfe, + 0xe4, + 0xe6, + 0xfe, + 0xa7, + 0x1d, + 0xff, + 0x7c, + 0x41, + 0xff, + 0xca, + 0xda, + 0xfe, + 0x2d, + 0x1f, + 0xff, + 0xb5, + 0x91, + 0xff, + 0xe0, + 0xf0, + 0xff, + 0xaa, + 0xbd, + 0xff, + 0xa7, + 0x30, + 0xff, + 0x8c, + 0x29, + 0xff, + 0xfb, + 0xfd, + 0xfe, + 0xc4, + 0x1a, + 0xff, + 0xad, + 0x2f, + 0xff, + 0x1d, + 0xb9, + 0xfe, + 0x77, + 0xd2, + 0xfe, + 0x92, + 0x1f, + 0xff, + 0xf0, + 0x5f, + 0xff, + 0xd6, + 0xca, + 0xff, + 0xf1, + 0x79, + 0x0f, + 0xbf, + 0x0a, + 0x21, + 0xf8, + 0x4d, + 0x0c, + 0xb1, + 0xa8, + 0xfb, + 0x26, + 0x0b, + 0x04, + 0x32, + 0x2b, + 0xfd, + 0x0b, + 0x8a, + 0x00, + 0xc9, + 0x92, + 0x06, + 0xc2, + 0x70, + 0xf9, + 0xb6, + 0x94, + 0xf5, + 0x7b, + 0x5c, + 0xfd, + 0x2c, + 0x9c, + 0x08, + 0xa2, + 0x79, + 0x04, + 0xfe, + 0xa7, + 0xf9, + 0x9f, + 0xa3, + 0xf9, + 0x56, + 0xdd, + 0xf9, + 0xae, + 0x4c, + 0x01, + 0x8a, + 0x2f, + 0x04, + 0x1b, + 0x00, + 0xff, + 0xe2, + 0x43, + 0xfe, + 0xe8, + 0x4f, + 0xff, + 0xc1, + 0xe0, + 0x00, + 0x3b, + 0x72, + 0xfe, + 0xb9, + 0x2b, + 0xff, + 0xc8, + 0x10, + 0x00, + 0xbc, + 0x6f, + 0xfe, + 0x70, + 0x3c, + 0x00, + 0xf5, + 0xa5, + 0xfe, + 0x49, + 0x8c, + 0xfe, + 0x03, + 0xec, + 0xff, + 0x94, + 0xbe, + 0xff, + 0x4a, + 0xf5, + 0xff, + 0x7c, + 0x61, + 0xff, + 0x73, + 0xfd, + 0xff, + 0xf7, + 0x5e, + 0xff, + 0x7c, + 0x97, + 0xff, + 0xde, + 0x29, + 0x00, + 0x24, + 0x6e, + 0xff, + 0x4f, + 0x2d, + 0x00, + 0xb1, + 0xa5, + 0xff, + 0xac, + 0x22, + 0xff, + 0x6d, + 0x3a, + 0xff, + 0x6a, + 0xf6, + 0xfe, + 0xd3, + 0x1a, + 0xff, + 0x60, + 0xd1, + 0xfe, + 0x42, + 0xde, + 0xfe, + 0x52, + 0xec, + 0xfe, + 0x9e, + 0x35, + 0xff, + 0x10, + 0x64, + 0xff, + 0x5e, + 0xfc, + 0xfe, + 0xd4, + 0x39, + 0xff, + 0xda, + 0xa2, + 0xff, + 0x51, + 0xfc, + 0xff, + 0xf0, + 0xb8, + 0xff, + 0x3a, + 0x03, + 0xff, + 0x3d, + 0xd8, + 0xfe, + 0x66, + 0xad, + 0xfe, + 0xc5, + 0xe0, + 0xfe, + 0x0f, + 0x1f, + 0xff, + 0x70, + 0xca, + 0xfe, + 0x87, + 0xf0, + 0xfe, + 0x22, + 0x43, + 0xff, + 0xda, + 0x73, + 0xff, + 0xde, + 0xd3, + 0xff, + 0xd8, + 0x8f, + 0x10, + 0x8d, + 0x7f, + 0x23, + 0x31, + 0xe2, + 0x0c, + 0x87, + 0xb9, + 0xfa, + 0x8f, + 0x9f, + 0x04, + 0x1d, + 0x26, + 0xfd, + 0xd8, + 0x1b, + 0x00, + 0x8a, + 0xd2, + 0x06, + 0x34, + 0x7b, + 0xf8, + 0xdc, + 0xa4, + 0xf4, + 0x23, + 0x20, + 0xfd, + 0xa3, + 0xda, + 0x08, + 0x27, + 0xaf, + 0x04, + 0xc4, + 0xe2, + 0xf8, + 0x23, + 0x25, + 0xf9, + 0x51, + 0x7f, + 0xf9, + 0x29, + 0xec, + 0x00, + 0xce, + 0xed, + 0x03, + 0x88, + 0x7f, + 0xfe, + 0x8f, + 0x14, + 0xfe, + 0x3c, + 0x1e, + 0xff, + 0xa6, + 0xcb, + 0x00, + 0x97, + 0x4a, + 0xfe, + 0xf5, + 0xe7, + 0xfe, + 0xc9, + 0x25, + 0x00, + 0x79, + 0x56, + 0xfe, + 0x67, + 0x1d, + 0x00, + 0x23, + 0x66, + 0xfe, + 0x5f, + 0x5d, + 0xfe, + 0x3c, + 0x0c, + 0x00, + 0x04, + 0xbc, + 0xff, + 0x5b, + 0x1a, + 0x00, + 0x53, + 0x8e, + 0xff, + 0xc4, + 0x1b, + 0x00, + 0x93, + 0x84, + 0xff, + 0x2a, + 0xaf, + 0xff, + 0x49, + 0x35, + 0x00, + 0x77, + 0x50, + 0xff, + 0x54, + 0x49, + 0x00, + 0xf8, + 0x10, + 0x00, + 0x34, + 0xa1, + 0xff, + 0x40, + 0x96, + 0xff, + 0x13, + 0xf7, + 0xfe, + 0x9d, + 0xf0, + 0xfe, + 0x88, + 0xa1, + 0xfe, + 0x23, + 0xd6, + 0xfe, + 0xec, + 0x09, + 0xff, + 0x88, + 0x5c, + 0xff, + 0x8d, + 0x93, + 0xff, + 0xac, + 0xfd, + 0xfe, + 0x5b, + 0x28, + 0xff, + 0x22, + 0x98, + 0xff, + 0xda, + 0xee, + 0xff, + 0xd9, + 0xcb, + 0xff, + 0x6a, + 0x17, + 0xff, + 0x56, + 0xd7, + 0xfe, + 0x20, + 0x9f, + 0xfe, + 0x4d, + 0xc5, + 0xfe, + 0x4c, + 0x12, + 0xff, + 0x82, + 0xcb, + 0xfe, + 0x9b, + 0xf6, + 0xfe, + 0x68, + 0x4d, + 0xff, + 0x97, + 0x80, + 0xff, + 0x38, + 0xf1, + 0xff, + 0x57, + 0x38, + 0x12, + 0xba, + 0x2b, + 0x26, + 0xe2, + 0xdb, + 0x0c, + 0xf4, + 0xfe, + 0xf9, + 0x0c, + 0x19, + 0x05, + 0xcd, + 0x00, + 0xfd, + 0xb9, + 0x31, + 0x00, + 0x28, + 0x8d, + 0x06, + 0x81, + 0x36, + 0xf7, + 0x4a, + 0xdc, + 0xf3, + 0x6e, + 0x61, + 0xfd, + 0xd6, + 0x66, + 0x09, + 0x2c, + 0x48, + 0x04, + 0x68, + 0x66, + 0xf8, + 0x07, + 0xcb, + 0xf8, + 0x94, + 0x1c, + 0xf9, + 0x8b, + 0x0d, + 0x01, + 0x6b, + 0xbb, + 0x03, + 0x7d, + 0x3b, + 0xfe, + 0x36, + 0x08, + 0xfe, + 0xa0, + 0x09, + 0xff, + 0xee, + 0xaf, + 0x00, + 0x52, + 0x12, + 0xfe, + 0x1e, + 0xc0, + 0xfe, + 0x27, + 0xc7, + 0xff, + 0x4f, + 0x1f, + 0xfe, + 0x07, + 0xfa, + 0xff, + 0xe9, + 0x03, + 0xfe, + 0xaa, + 0x4d, + 0xfe, + 0xb8, + 0x10, + 0x00, + 0x30, + 0xbd, + 0xff, + 0x91, + 0x38, + 0x00, + 0x62, + 0xb3, + 0xff, + 0x3e, + 0x44, + 0x00, + 0x1d, + 0x84, + 0xff, + 0xc0, + 0xbc, + 0xff, + 0xbf, + 0x47, + 0x00, + 0x8e, + 0x48, + 0xff, + 0x86, + 0x35, + 0x00, + 0x5f, + 0xd0, + 0xff, + 0xdd, + 0x7f, + 0xff, + 0x2f, + 0xc9, + 0xff, + 0x08, + 0x61, + 0xff, + 0x9f, + 0x73, + 0xff, + 0x20, + 0xea, + 0xfe, + 0xea, + 0xca, + 0xfe, + 0xc8, + 0xde, + 0xfe, + 0x2e, + 0x3d, + 0xff, + 0xa5, + 0x85, + 0xff, + 0xd9, + 0xf9, + 0xfe, + 0xf9, + 0x3d, + 0xff, + 0xe5, + 0xa1, + 0xff, + 0xc3, + 0xe5, + 0xff, + 0x6b, + 0xee, + 0xff, + 0x4c, + 0x44, + 0xff, + 0xee, + 0xe6, + 0xfe, + 0x3c, + 0xaa, + 0xfe, + 0xd1, + 0xc8, + 0xfe, + 0x17, + 0x14, + 0xff, + 0xbb, + 0xdf, + 0xfe, + 0x20, + 0x14, + 0xff, + 0x64, + 0x5a, + 0xff, + 0xb7, + 0x85, + 0xff, + 0x06, + 0xfe, + 0xff, + 0x72, + 0x1b, + 0x13, + 0xef, + 0x54, + 0x28, + 0x8f, + 0x28, + 0x0e, + 0x25, + 0xca, + 0xf9, + 0x20, + 0xf3, + 0x04, + 0xf5, + 0xbf, + 0xfc, + 0x32, + 0xe4, + 0xff, + 0xc3, + 0x79, + 0x06, + 0xfe, + 0x71, + 0xf6, + 0x4e, + 0x55, + 0xf3, + 0x82, + 0x71, + 0xfd, + 0x16, + 0x84, + 0x08, + 0xc1, + 0x95, + 0x03, + 0x58, + 0xf9, + 0xf8, + 0x85, + 0xff, + 0xf8, + 0x2b, + 0x8e, + 0xf8, + 0x36, + 0xa5, + 0x00, + 0x1b, + 0x83, + 0x03, + 0xaa, + 0x6c, + 0xfe, + 0xd2, + 0xa8, + 0xfe, + 0xdb, + 0xe6, + 0xfe, + 0xc8, + 0x0d, + 0x00, + 0x01, + 0xf1, + 0xfd, + 0x4a, + 0x9e, + 0xfe, + 0x6f, + 0x8c, + 0xff, + 0x60, + 0xec, + 0xfd, + 0xe6, + 0xb1, + 0xff, + 0xf3, + 0xce, + 0xfd, + 0x05, + 0x49, + 0xfe, + 0xb3, + 0x17, + 0x00, + 0xb4, + 0x9a, + 0xff, + 0xc4, + 0x33, + 0x00, + 0x64, + 0xab, + 0xff, + 0xb3, + 0x28, + 0x00, + 0x84, + 0x77, + 0xff, + 0x0a, + 0x8e, + 0xff, + 0xf4, + 0x31, + 0x00, + 0x4e, + 0x46, + 0xff, + 0x42, + 0x28, + 0x00, + 0x81, + 0xab, + 0xff, + 0x73, + 0x47, + 0xff, + 0xa2, + 0xa5, + 0xff, + 0x28, + 0x27, + 0xff, + 0x8b, + 0x40, + 0xff, + 0xae, + 0xdf, + 0xfe, + 0xb3, + 0xed, + 0xfe, + 0x35, + 0x1a, + 0xff, + 0x9d, + 0x5a, + 0xff, + 0xb1, + 0x9c, + 0xff, + 0x3c, + 0xf3, + 0xfe, + 0xaa, + 0x2e, + 0xff, + 0x7a, + 0xcd, + 0xff, + 0xdb, + 0x15, + 0x00, + 0x96, + 0x1a, + 0x00, + 0x45, + 0x80, + 0xff, + 0xb2, + 0xef, + 0xfe, + 0x20, + 0x87, + 0xfe, + 0x00, + 0xb4, + 0xfe, + 0x90, + 0x0a, + 0xff, + 0xff, + 0xe0, + 0xfe, + 0xea, + 0x2a, + 0xff, + 0x28, + 0x7d, + 0xff, + 0x7d, + 0xa3, + 0xff, + 0x97, + 0x1f, + 0x00, + 0x74, + 0xb3, + 0x13, + 0xb5, + 0xab, + 0x29, + 0xef, + 0x6a, + 0x0f, + 0x9e, + 0x8c, + 0xfa, + 0xe0, + 0x22, + 0x05, + 0xa8, + 0x76, + 0xfc, + 0x8e, + 0x2a, + 0xff, + 0x65, + 0xfa, + 0x05, + 0x86, + 0x71, + 0xf6, + 0x5b, + 0x7f, + 0xf3, + 0x20, + 0xb7, + 0xfd, + 0x03, + 0x2a, + 0x07, + 0x14, + 0x23, + 0x02, + 0xe8, + 0xca, + 0xf9, + 0x2c, + 0xc7, + 0xf9, + 0x2d, + 0xdf, + 0xf8, + 0x9a, + 0x80, + 0x00, + 0xef, + 0xaa, + 0x02, + 0x3c, + 0x58, + 0xfe, + 0xa5, + 0x3b, + 0xff, + 0x61, + 0x27, + 0xff, + 0xf8, + 0x79, + 0xff, + 0xcf, + 0x9a, + 0xfd, + 0x8b, + 0xdd, + 0xfe, + 0x8d, + 0xc3, + 0xff, + 0xb5, + 0x31, + 0xfe, + 0x63, + 0x76, + 0xff, + 0x85, + 0x79, + 0xfd, + 0x9e, + 0x31, + 0xfe, + 0xd1, + 0xe5, + 0xff, + 0xef, + 0x64, + 0xff, + 0x80, + 0x0a, + 0x00, + 0x96, + 0xac, + 0xff, + 0x52, + 0x1f, + 0x00, + 0x85, + 0x75, + 0xff, + 0x94, + 0x82, + 0xff, + 0x9d, + 0xf9, + 0xff, + 0x2b, + 0x3c, + 0xff, + 0x31, + 0x49, + 0x00, + 0x99, + 0xb1, + 0xff, + 0x1b, + 0x13, + 0xff, + 0x36, + 0x5e, + 0xff, + 0x79, + 0xd2, + 0xfe, + 0x3a, + 0xe6, + 0xfe, + 0xb0, + 0xa4, + 0xfe, + 0xc5, + 0xc4, + 0xfe, + 0x1f, + 0x07, + 0xff, + 0x5a, + 0x66, + 0xff, + 0xf5, + 0xe4, + 0xff, + 0x3b, + 0x68, + 0xff, + 0x98, + 0x7a, + 0xff, + 0x9a, + 0xde, + 0xff, + 0x99, + 0x00, + 0x00, + 0x7e, + 0x03, + 0x00, + 0x1b, + 0xab, + 0xff, + 0x8e, + 0x32, + 0xff, + 0xf8, + 0x98, + 0xfe, + 0xdd, + 0xb2, + 0xfe, + 0x2d, + 0x07, + 0xff, + 0x17, + 0xd5, + 0xfe, + 0xf7, + 0x17, + 0xff, + 0x92, + 0x75, + 0xff, + 0x57, + 0xab, + 0xff, + 0x11, + 0x3f, + 0x00, + 0x29, + 0x29, + 0x14, + 0x6b, + 0xcf, + 0x2a, + 0xcb, + 0x71, + 0x10, + 0x7a, + 0x4b, + 0xfb, + 0x7c, + 0xe7, + 0x05, + 0x06, + 0xa7, + 0xfc, + 0x9e, + 0x51, + 0xfe, + 0x77, + 0xde, + 0x04, + 0x59, + 0xd2, + 0xf5, + 0x72, + 0xe2, + 0xf3, + 0x53, + 0xf9, + 0xfe, + 0xa0, + 0x57, + 0x06, + 0xe2, + 0xb3, + 0xff, + 0x9f, + 0xcf, + 0xf9, + 0x74, + 0x33, + 0xfb, + 0x42, + 0xec, + 0xf9, + 0x38, + 0xd3, + 0x00, + 0x38, + 0x89, + 0x01, + 0x07, + 0x40, + 0xfd, + 0x2f, + 0x64, + 0xff, + 0xdf, + 0xf4, + 0xff, + 0x4a, + 0xca, + 0xff, + 0x00, + 0x88, + 0xfd, + 0xe3, + 0xc2, + 0xfe, + 0x0e, + 0x95, + 0xff, + 0xed, + 0x6f, + 0xfe, + 0xc1, + 0x71, + 0xff, + 0xbe, + 0xf7, + 0xfc, + 0x16, + 0xd8, + 0xfd, + 0x19, + 0xb1, + 0xff, + 0x6e, + 0x28, + 0xff, + 0x9a, + 0xd9, + 0xff, + 0xf7, + 0xc7, + 0xff, + 0xba, + 0x2b, + 0x00, + 0x57, + 0x5b, + 0xff, + 0xa9, + 0x55, + 0xff, + 0xca, + 0xcd, + 0xff, + 0x39, + 0x25, + 0xff, + 0x8e, + 0x09, + 0x00, + 0x7e, + 0x72, + 0xff, + 0x82, + 0xd3, + 0xfe, + 0x47, + 0x42, + 0xff, + 0xf6, + 0xca, + 0xfe, + 0x53, + 0xc3, + 0xfe, + 0x2e, + 0xad, + 0xfe, + 0x94, + 0xd6, + 0xfe, + 0x82, + 0x0f, + 0xff, + 0xd5, + 0x38, + 0xff, + 0xf3, + 0x81, + 0xff, + 0xe7, + 0x45, + 0xff, + 0xd1, + 0x94, + 0xff, + 0x05, + 0x10, + 0x00, + 0x8e, + 0x2f, + 0x00, + 0x64, + 0xf7, + 0xff, + 0x5f, + 0xa0, + 0xff, + 0xfd, + 0x67, + 0xff, + 0x20, + 0xba, + 0xfe, + 0x0e, + 0xba, + 0xfe, + 0xd5, + 0x01, + 0xff, + 0x79, + 0xc9, + 0xfe, + 0x92, + 0x30, + 0xff, + 0x9a, + 0x90, + 0xff, + 0xbc, + 0xb3, + 0xff, + 0x3e, + 0x18, + 0x00, + 0x29, + 0xc9, + 0x14, + 0x11, + 0x33, + 0x2c, + 0x1b, + 0xa7, + 0x10, + 0x4c, + 0xf5, + 0xfa, + 0x94, + 0x05, + 0x07, + 0x1f, + 0x35, + 0xfd, + 0x6d, + 0xd1, + 0xfd, + 0x62, + 0x5c, + 0x04, + 0xf7, + 0x07, + 0xf5, + 0x56, + 0x1f, + 0xf4, + 0x7c, + 0x7c, + 0x00, + 0x28, + 0x3e, + 0x06, + 0x72, + 0x25, + 0xfd, + 0x25, + 0xba, + 0xf8, + 0x46, + 0x50, + 0xfc, + 0x26, + 0x22, + 0xfb, + 0xf2, + 0x2e, + 0x02, + 0x29, + 0x13, + 0x01, + 0xeb, + 0x91, + 0xfb, + 0xa4, + 0x61, + 0xff, + 0xcb, + 0xc7, + 0x00, + 0x8d, + 0x1c, + 0x00, + 0x2c, + 0x4b, + 0xfd, + 0xdd, + 0x9b, + 0xfe, + 0x19, + 0x69, + 0xff, + 0x9e, + 0x67, + 0xfe, + 0x7b, + 0x97, + 0xff, + 0x58, + 0x7b, + 0xfc, + 0xb0, + 0x6b, + 0xfd, + 0x9f, + 0x87, + 0xff, + 0xb1, + 0xe7, + 0xfe, + 0x9a, + 0xb7, + 0xff, + 0xb5, + 0xc9, + 0xff, + 0x99, + 0x26, + 0x00, + 0x97, + 0x14, + 0xff, + 0x71, + 0x1e, + 0xff, + 0xec, + 0xb2, + 0xff, + 0xf9, + 0x0f, + 0xff, + 0xc0, + 0x11, + 0x00, + 0x12, + 0x6f, + 0xff, + 0x4e, + 0xb8, + 0xfe, + 0x77, + 0x2e, + 0xff, + 0x8b, + 0xce, + 0xfe, + 0xf0, + 0xaa, + 0xfe, + 0xd6, + 0x83, + 0xfe, + 0x3f, + 0xcd, + 0xfe, + 0x6d, + 0x1b, + 0xff, + 0x01, + 0x36, + 0xff, + 0xe7, + 0x49, + 0xff, + 0x88, + 0x05, + 0xff, + 0x07, + 0x7d, + 0xff, + 0x9f, + 0x09, + 0x00, + 0x02, + 0x49, + 0x00, + 0xb6, + 0x18, + 0x00, + 0xe4, + 0x9d, + 0xff, + 0xaf, + 0x96, + 0xff, + 0xcc, + 0xdd, + 0xfe, + 0xe5, + 0x91, + 0xfe, + 0xf7, + 0xe9, + 0xfe, + 0xb2, + 0xad, + 0xfe, + 0x37, + 0x37, + 0xff, + 0x7f, + 0xab, + 0xff, + 0x0b, + 0xb1, + 0xff, + 0xd6, + 0x1b, + 0x00, + 0x4a, + 0x10, + 0x16, + 0x9f, + 0x54, + 0x2e, + 0x92, + 0xa5, + 0x0f, + 0x70, + 0xf8, + 0xf8, + 0xa3, + 0xb7, + 0x07, + 0x6f, + 0x58, + 0xfd, + 0xde, + 0x1c, + 0xfe, + 0xcc, + 0x4b, + 0x05, + 0xef, + 0xea, + 0xf3, + 0xd6, + 0xf1, + 0xf3, + 0x49, + 0x90, + 0x02, + 0x40, + 0x15, + 0x07, + 0x31, + 0x8f, + 0xfa, + 0xeb, + 0x1c, + 0xf6, + 0x71, + 0xd0, + 0xfc, + 0x33, + 0x3b, + 0xfc, + 0xfb, + 0xaa, + 0x03, + 0x68, + 0x21, + 0x02, + 0x42, + 0x49, + 0xfa, + 0xef, + 0x57, + 0xfe, + 0xab, + 0x0b, + 0x01, + 0x90, + 0x63, + 0x00, + 0xbf, + 0x1e, + 0xfd, + 0x82, + 0x54, + 0xfe, + 0x80, + 0xeb, + 0xfe, + 0x65, + 0xed, + 0xfd, + 0xbf, + 0xd7, + 0xff, + 0xbb, + 0x74, + 0xfc, + 0x15, + 0x37, + 0xfd, + 0x1a, + 0x85, + 0xff, + 0x38, + 0x66, + 0xfe, + 0x44, + 0x41, + 0xff, + 0x0b, + 0xc9, + 0xff, + 0xf1, + 0x59, + 0x00, + 0x4d, + 0xf9, + 0xfe, + 0x00, + 0xab, + 0xfe, + 0x11, + 0x41, + 0xff, + 0x7b, + 0xd8, + 0xfe, + 0x11, + 0x67, + 0x00, + 0x15, + 0xe9, + 0xff, + 0xdf, + 0xf2, + 0xfe, + 0x84, + 0x27, + 0xff, + 0xe2, + 0x8f, + 0xfe, + 0x22, + 0x78, + 0xfe, + 0x87, + 0x7a, + 0xfe, + 0xb7, + 0xce, + 0xfe, + 0x72, + 0xe5, + 0xfe, + 0x94, + 0xda, + 0xfe, + 0x06, + 0xfa, + 0xfe, + 0xe7, + 0xd5, + 0xfe, + 0x30, + 0xa2, + 0xff, + 0x51, + 0x41, + 0x00, + 0xee, + 0x41, + 0x00, + 0x9f, + 0x0b, + 0x00, + 0xb6, + 0x7c, + 0xff, + 0x02, + 0x95, + 0xff, + 0xe7, + 0x33, + 0xff, + 0x6f, + 0x9a, + 0xfe, + 0x0c, + 0xbb, + 0xfe, + 0x35, + 0x82, + 0xfe, + 0xa3, + 0x08, + 0xff, + 0xec, + 0xc2, + 0xff, + 0xed, + 0xc0, + 0xff, + 0x52, + 0x1e, + 0x00, + 0x45, + 0x0e, + 0x17, + 0x01, + 0x1c, + 0x31, + 0x27, + 0x96, + 0x0f, + 0xb9, + 0x75, + 0xf5, + 0x18, + 0x8e, + 0x07, + 0xfe, + 0x13, + 0xfe, + 0x7a, + 0x04, + 0xfe, + 0x4e, + 0x5e, + 0x07, + 0x1f, + 0xf4, + 0xf3, + 0x46, + 0xe5, + 0xf2, + 0x47, + 0xf2, + 0x03, + 0x5e, + 0x0f, + 0x09, + 0x6b, + 0x43, + 0xfa, + 0x92, + 0x45, + 0xf3, + 0x11, + 0xc6, + 0xfb, + 0xc0, + 0xca, + 0xfc, + 0x2f, + 0x92, + 0x04, + 0x41, + 0x69, + 0x03, + 0xd8, + 0xb3, + 0xf9, + 0x74, + 0x86, + 0xfd, + 0x77, + 0xf9, + 0x00, + 0x01, + 0x44, + 0x00, + 0xbf, + 0x00, + 0xfd, + 0x55, + 0x65, + 0xfe, + 0x3f, + 0x1c, + 0xff, + 0x21, + 0x66, + 0xfd, + 0xa9, + 0xa7, + 0xff, + 0xe7, + 0x5f, + 0xfc, + 0xf3, + 0xe1, + 0xfc, + 0xb3, + 0xcc, + 0xff, + 0x92, + 0x64, + 0xfe, + 0x17, + 0x01, + 0xff, + 0xe6, + 0x81, + 0xff, + 0x8b, + 0x4e, + 0x00, + 0x93, + 0x42, + 0xff, + 0x48, + 0xc7, + 0xfe, + 0xb1, + 0x50, + 0xff, + 0xb0, + 0x83, + 0xfe, + 0x65, + 0x33, + 0x00, + 0xed, + 0x18, + 0x00, + 0x8b, + 0x09, + 0xff, + 0x5c, + 0x50, + 0xff, + 0xce, + 0x94, + 0xfe, + 0x49, + 0x63, + 0xfe, + 0x76, + 0x60, + 0xfe, + 0xb6, + 0xc0, + 0xfe, + 0x5e, + 0x03, + 0xff, + 0xf8, + 0xdd, + 0xfe, + 0x4e, + 0xc4, + 0xfe, + 0xe5, + 0x5f, + 0xfe, + 0x27, + 0x61, + 0xff, + 0x7d, + 0x73, + 0x00, + 0x67, + 0x6f, + 0x00, + 0x0a, + 0x3a, + 0x00, + 0x5f, + 0x87, + 0xff, + 0x2e, + 0x58, + 0xff, + 0x2e, + 0x46, + 0xff, + 0xbd, + 0xb2, + 0xfe, + 0xeb, + 0x9c, + 0xfe, + 0xca, + 0x79, + 0xfe, + 0x22, + 0xd4, + 0xfe, + 0x12, + 0xb9, + 0xff, + 0x64, + 0xdb, + 0xff, + 0x83, + 0x1a, + 0x00, + 0x02, + 0x6f, + 0x19, + 0xc4, + 0x8d, + 0x34, + 0x65, + 0x7c, + 0x0d, + 0xc9, + 0xe1, + 0xf1, + 0x72, + 0x3d, + 0x07, + 0x18, + 0x08, + 0xfd, + 0x86, + 0x16, + 0xff, + 0x86, + 0x1f, + 0x0a, + 0xde, + 0x4b, + 0xf3, + 0x13, + 0xe4, + 0xf1, + 0x2e, + 0x4f, + 0x05, + 0x83, + 0xaf, + 0x0b, + 0x02, + 0xdd, + 0xfa, + 0x23, + 0xfa, + 0xf0, + 0x2f, + 0xc6, + 0xf9, + 0x41, + 0x38, + 0xfc, + 0x0e, + 0x74, + 0x05, + 0x43, + 0x31, + 0x04, + 0x38, + 0xec, + 0xf8, + 0x89, + 0x96, + 0xfc, + 0x5a, + 0xe4, + 0x00, + 0x18, + 0x64, + 0x00, + 0x3d, + 0xa0, + 0xfc, + 0x15, + 0x6c, + 0xfe, + 0xc8, + 0x67, + 0xff, + 0x1b, + 0x48, + 0xfd, + 0x62, + 0xb4, + 0xff, + 0x1e, + 0x07, + 0xfc, + 0xcf, + 0x76, + 0xfc, + 0x5c, + 0xf2, + 0xff, + 0x56, + 0x79, + 0xfe, + 0xf6, + 0x0b, + 0xff, + 0xaa, + 0x86, + 0xff, + 0x1e, + 0x3f, + 0x00, + 0x13, + 0x2d, + 0xff, + 0x86, + 0xd8, + 0xfe, + 0x3c, + 0x6d, + 0xff, + 0x0f, + 0x60, + 0xfe, + 0xf9, + 0x27, + 0x00, + 0x40, + 0x06, + 0x00, + 0x91, + 0xee, + 0xfe, + 0xd3, + 0x56, + 0xff, + 0x5e, + 0x98, + 0xfe, + 0x91, + 0x7f, + 0xfe, + 0xcc, + 0x60, + 0xfe, + 0x64, + 0x93, + 0xfe, + 0x28, + 0xdd, + 0xfe, + 0x57, + 0xd9, + 0xfe, + 0x3c, + 0xb8, + 0xfe, + 0x42, + 0x18, + 0xfe, + 0x7e, + 0x26, + 0xff, + 0x1c, + 0x88, + 0x00, + 0xa9, + 0x9d, + 0x00, + 0x9a, + 0x51, + 0x00, + 0x20, + 0xa8, + 0xff, + 0xb1, + 0x47, + 0xff, + 0x91, + 0x35, + 0xff, + 0xc4, + 0xd7, + 0xfe, + 0x8a, + 0x65, + 0xfe, + 0xd5, + 0x32, + 0xfe, + 0x0d, + 0xab, + 0xfe, + 0x08, + 0x93, + 0xff, + 0x66, + 0xf9, + 0xff, + 0x7a, + 0x25, + 0x00, + 0xd1, + 0xfd, + 0x1a, + 0xf9, + 0xe2, + 0x36, + 0xf0, + 0x5a, + 0x0c, + 0x00, + 0xea, + 0xef, + 0xa5, + 0xbe, + 0x06, + 0xae, + 0x92, + 0xfb, + 0x7d, + 0xec, + 0xff, + 0xba, + 0x0c, + 0x0c, + 0x4f, + 0xe5, + 0xf2, + 0xeb, + 0x57, + 0xf1, + 0x70, + 0x7c, + 0x05, + 0xbc, + 0x12, + 0x0e, + 0xf9, + 0x45, + 0xfc, + 0x73, + 0x11, + 0xef, + 0x45, + 0x23, + 0xf8, + 0x11, + 0xda, + 0xfa, + 0x7a, + 0x6c, + 0x05, + 0xc3, + 0x0e, + 0x05, + 0x17, + 0x82, + 0xf8, + 0x21, + 0xea, + 0xfb, + 0x81, + 0x4e, + 0x00, + 0xd8, + 0x37, + 0x00, + 0x6f, + 0x65, + 0xfc, + 0xf6, + 0x81, + 0xfe, + 0x71, + 0xb4, + 0xff, + 0x03, + 0x0d, + 0xfd, + 0x17, + 0xf7, + 0xff, + 0x31, + 0xd0, + 0xfb, + 0xd8, + 0x00, + 0xfc, + 0x8c, + 0x2b, + 0x00, + 0xcd, + 0xc5, + 0xfe, + 0x3a, + 0x4d, + 0xff, + 0xe1, + 0x62, + 0xff, + 0x13, + 0xf9, + 0xff, + 0x67, + 0xf4, + 0xfe, + 0x72, + 0xd6, + 0xfe, + 0x50, + 0x77, + 0xff, + 0x15, + 0x31, + 0xfe, + 0x8f, + 0x30, + 0x00, + 0x10, + 0x00, + 0x00, + 0x5d, + 0xee, + 0xfe, + 0x15, + 0x70, + 0xff, + 0xe9, + 0xa6, + 0xfe, + 0x7e, + 0x8c, + 0xfe, + 0x54, + 0x3a, + 0xfe, + 0x89, + 0x67, + 0xfe, + 0xeb, + 0xab, + 0xfe, + 0xad, + 0xb3, + 0xfe, + 0x7e, + 0xb2, + 0xfe, + 0xe7, + 0x05, + 0xfe, + 0xc9, + 0x01, + 0xff, + 0xba, + 0x71, + 0x00, + 0x43, + 0xa8, + 0x00, + 0x18, + 0x4a, + 0x00, + 0xd4, + 0xbe, + 0xff, + 0x73, + 0x6b, + 0xff, + 0x7a, + 0x2e, + 0xff, + 0xb9, + 0x04, + 0xff, + 0xf4, + 0x69, + 0xfe, + 0xf6, + 0xdf, + 0xfd, + 0xf1, + 0x77, + 0xfe, + 0x73, + 0x59, + 0xff, + 0x50, + 0xe2, + 0xff, + 0x4c, + 0x3b, + 0x00, + 0xfe, + 0xc8, + 0x1b, + 0x1a, + 0xbf, + 0x38, + 0xd7, + 0xce, + 0x0c, + 0x6a, + 0xbd, + 0xee, + 0xa9, + 0x80, + 0x05, + 0x4e, + 0x48, + 0xfa, + 0xfd, + 0xaa, + 0x00, + 0x1e, + 0xdb, + 0x0d, + 0x4d, + 0x1d, + 0xf3, + 0x93, + 0x33, + 0xf0, + 0x37, + 0x34, + 0x04, + 0x4d, + 0x15, + 0x10, + 0x74, + 0xec, + 0xfe, + 0xea, + 0x80, + 0xee, + 0xfd, + 0x2b, + 0xf6, + 0x80, + 0x51, + 0xf8, + 0xaf, + 0x52, + 0x05, + 0xa2, + 0xd8, + 0x06, + 0x0e, + 0x9d, + 0xf8, + 0x21, + 0x3b, + 0xfb, + 0xec, + 0x7a, + 0xff, + 0x60, + 0xdc, + 0xff, + 0xe1, + 0x74, + 0xfc, + 0x0a, + 0xad, + 0xfe, + 0xaf, + 0xc9, + 0xff, + 0x75, + 0xa3, + 0xfc, + 0x82, + 0xf7, + 0xff, + 0x92, + 0xdc, + 0xfb, + 0x2f, + 0x13, + 0xfc, + 0x95, + 0x84, + 0x00, + 0x59, + 0xfc, + 0xfe, + 0x04, + 0x73, + 0xff, + 0x9a, + 0x4c, + 0xff, + 0x08, + 0xd1, + 0xff, + 0x59, + 0xbc, + 0xfe, + 0xa4, + 0xae, + 0xfe, + 0xd2, + 0x70, + 0xff, + 0x89, + 0x38, + 0xfe, + 0x3a, + 0x51, + 0x00, + 0xf7, + 0x02, + 0x00, + 0xee, + 0x08, + 0xff, + 0x11, + 0x8a, + 0xff, + 0x9c, + 0xa3, + 0xfe, + 0x7a, + 0x8b, + 0xfe, + 0x0e, + 0x32, + 0xfe, + 0x4e, + 0x50, + 0xfe, + 0xb7, + 0x75, + 0xfe, + 0x1c, + 0x96, + 0xfe, + 0x51, + 0xb3, + 0xfe, + 0x01, + 0x08, + 0xfe, + 0x41, + 0xe3, + 0xfe, + 0xb9, + 0x4a, + 0x00, + 0x91, + 0xc0, + 0x00, + 0xe5, + 0x50, + 0x00, + 0x60, + 0xb6, + 0xff, + 0x99, + 0x82, + 0xff, + 0x9e, + 0x1a, + 0xff, + 0x56, + 0x0e, + 0xff, + 0x66, + 0x9b, + 0xfe, + 0x27, + 0xc3, + 0xfd, + 0xc8, + 0x60, + 0xfe, + 0xaa, + 0x42, + 0xff, + 0x60, + 0xb4, + 0xff, + 0x01, + 0x48, + 0x00, + 0x5b, + 0xe2, + 0x1c, + 0xd3, + 0xdf, + 0x39, + 0x34, + 0xcc, + 0x0c, + 0x2a, + 0x6d, + 0xef, + 0x6c, + 0x99, + 0x04, + 0x66, + 0xc4, + 0xf8, + 0x71, + 0x6c, + 0x01, + 0x5d, + 0x0a, + 0x0e, + 0x8f, + 0x9f, + 0xf3, + 0xea, + 0x67, + 0xef, + 0xa3, + 0x46, + 0x02, + 0x14, + 0xb5, + 0x11, + 0x1b, + 0x2d, + 0x01, + 0x2f, + 0x1e, + 0xef, + 0x6a, + 0x5b, + 0xf4, + 0xc0, + 0xf6, + 0xf5, + 0x43, + 0xa2, + 0x05, + 0x15, + 0x0a, + 0x08, + 0xa1, + 0xab, + 0xf9, + 0xf2, + 0xaa, + 0xfa, + 0x7b, + 0xac, + 0xfe, + 0x3a, + 0x04, + 0x00, + 0x2e, + 0x25, + 0xfc, + 0x49, + 0xc0, + 0xfe, + 0x98, + 0x48, + 0xff, + 0xdf, + 0x60, + 0xfc, + 0x1f, + 0x67, + 0x00, + 0x0b, + 0xef, + 0xfb, + 0x93, + 0x51, + 0xfc, + 0xf4, + 0x5d, + 0x00, + 0xc5, + 0x18, + 0xff, + 0x3b, + 0xa7, + 0xff, + 0x09, + 0x4e, + 0xff, + 0x6a, + 0xbf, + 0xff, + 0x88, + 0x4a, + 0xfe, + 0x2c, + 0xda, + 0xfe, + 0xec, + 0xa0, + 0xff, + 0x28, + 0x52, + 0xfe, + 0x5a, + 0x95, + 0x00, + 0xa4, + 0x1a, + 0x00, + 0x96, + 0x33, + 0xff, + 0x41, + 0x51, + 0xff, + 0x33, + 0x81, + 0xfe, + 0x84, + 0xa5, + 0xfe, + 0x93, + 0x23, + 0xfe, + 0xea, + 0x44, + 0xfe, + 0x3b, + 0x55, + 0xfe, + 0xe4, + 0x9d, + 0xfe, + 0xfb, + 0xb6, + 0xfe, + 0xb6, + 0x04, + 0xfe, + 0x45, + 0xee, + 0xfe, + 0x75, + 0x26, + 0x00, + 0x33, + 0xc0, + 0x00, + 0xea, + 0x4d, + 0x00, + 0x29, + 0x98, + 0xff, + 0x34, + 0x7e, + 0xff, + 0xfb, + 0xfe, + 0xfe, + 0x89, + 0x17, + 0xff, + 0x9d, + 0xcd, + 0xfe, + 0xc4, + 0xc5, + 0xfd, + 0xaf, + 0x56, + 0xfe, + 0xf6, + 0x2f, + 0xff, + 0xb1, + 0x92, + 0xff, + 0x30, + 0x45, + 0x00, + 0x6b, + 0x2b, + 0x1d, + 0x61, + 0x3f, + 0x3a, + 0xef, + 0x87, + 0x0d, + 0x57, + 0xae, + 0xf0, + 0xe7, + 0x24, + 0x04, + 0x7d, + 0xa8, + 0xf7, + 0x99, + 0x70, + 0x01, + 0xc4, + 0xb4, + 0x0d, + 0x64, + 0xd2, + 0xf3, + 0x3f, + 0xa3, + 0xee, + 0x2c, + 0x36, + 0x00, + 0x37, + 0x1e, + 0x12, + 0x3f, + 0x7a, + 0x03, + 0xf6, + 0xc1, + 0xf0, + 0xf2, + 0xfe, + 0xf2, + 0xa3, + 0xc2, + 0xf3, + 0xed, + 0x8e, + 0x05, + 0xab, + 0xe9, + 0x08, + 0x05, + 0x3f, + 0xfb, + 0x5a, + 0x64, + 0xfa, + 0xf5, + 0x81, + 0xfd, + 0xd7, + 0x79, + 0x00, + 0x5a, + 0xc9, + 0xfb, + 0x9d, + 0x44, + 0xfe, + 0x54, + 0x54, + 0xff, + 0x3b, + 0x77, + 0xfc, + 0xdf, + 0x94, + 0x00, + 0x16, + 0xef, + 0xfb, + 0x70, + 0x68, + 0xfc, + 0xa2, + 0xec, + 0xff, + 0xda, + 0x16, + 0xff, + 0x90, + 0xde, + 0xff, + 0xac, + 0xe6, + 0xfe, + 0xa0, + 0xbb, + 0xff, + 0xc0, + 0x49, + 0xfe, + 0xc0, + 0xff, + 0xfe, + 0xec, + 0xfe, + 0xff, + 0x2d, + 0x90, + 0xfe, + 0xd7, + 0xc2, + 0x00, + 0xdc, + 0xef, + 0xff, + 0xfc, + 0x46, + 0xff, + 0x07, + 0x66, + 0xff, + 0x80, + 0x49, + 0xfe, + 0x30, + 0xab, + 0xfe, + 0x4b, + 0x23, + 0xfe, + 0xb3, + 0x32, + 0xfe, + 0x7c, + 0x30, + 0xfe, + 0xfd, + 0x8b, + 0xfe, + 0xf4, + 0xde, + 0xfe, + 0xd5, + 0x24, + 0xfe, + 0x8b, + 0x14, + 0xff, + 0xfa, + 0x12, + 0x00, + 0xb5, + 0xac, + 0x00, + 0x9b, + 0x4b, + 0x00, + 0xe1, + 0x5e, + 0xff, + 0x24, + 0x7e, + 0xff, + 0x0b, + 0xef, + 0xfe, + 0xf6, + 0xf6, + 0xfe, + 0xe4, + 0xed, + 0xfe, + 0x88, + 0xdd, + 0xfd, + 0xc2, + 0x60, + 0xfe, + 0x04, + 0x16, + 0xff, + 0x99, + 0x72, + 0xff, + 0x81, + 0x3f, + 0x00, + 0x54, + 0x19, + 0x1d, + 0xa1, + 0x01, + 0x3a, + 0x69, + 0xba, + 0x0e, + 0xc4, + 0x1f, + 0xf3, + 0xcc, + 0x36, + 0x04, + 0x8f, + 0xce, + 0xf6, + 0x57, + 0x75, + 0x01, + 0x40, + 0xb8, + 0x0c, + 0x9f, + 0x6d, + 0xf3, + 0xf9, + 0x17, + 0xee, + 0x4f, + 0x4e, + 0xfe, + 0xb8, + 0x9b, + 0x11, + 0x9e, + 0x49, + 0x05, + 0x55, + 0xe7, + 0xf3, + 0x70, + 0x52, + 0xf3, + 0x94, + 0x06, + 0xf1, + 0x6a, + 0xbf, + 0x04, + 0x83, + 0xef, + 0x09, + 0xe1, + 0xcd, + 0xfc, + 0xc4, + 0xf3, + 0xfa, + 0xf9, + 0x59, + 0xfc, + 0x5c, + 0x66, + 0x00, + 0x98, + 0x3c, + 0xfc, + 0xb4, + 0x08, + 0xfe, + 0x02, + 0x8d, + 0xff, + 0x3e, + 0xf4, + 0xfc, + 0xd3, + 0xa5, + 0x00, + 0x4e, + 0xa6, + 0xfb, + 0xfc, + 0x4f, + 0xfc, + 0x1a, + 0xae, + 0xff, + 0xb6, + 0xb6, + 0xfe, + 0xe1, + 0xf1, + 0xff, + 0xd6, + 0xbf, + 0xfe, + 0xe2, + 0xb9, + 0xff, + 0xa1, + 0xcc, + 0xfe, + 0x62, + 0x72, + 0xff, + 0x8f, + 0x6f, + 0x00, + 0x56, + 0x82, + 0xfe, + 0xa7, + 0xa5, + 0x00, + 0xd2, + 0x28, + 0x00, + 0x63, + 0x46, + 0xff, + 0xeb, + 0x69, + 0xff, + 0x12, + 0x3f, + 0xfe, + 0x9d, + 0xb9, + 0xfe, + 0xc2, + 0x1d, + 0xfe, + 0x0c, + 0x00, + 0xfe, + 0x32, + 0x3c, + 0xfe, + 0xac, + 0x96, + 0xfe, + 0xe6, + 0x2c, + 0xff, + 0xbb, + 0x60, + 0xfe, + 0xf9, + 0x19, + 0xff, + 0xa2, + 0x39, + 0x00, + 0xda, + 0xb0, + 0x00, + 0xaf, + 0x5e, + 0x00, + 0x41, + 0x4e, + 0xff, + 0x26, + 0x46, + 0xff, + 0x6d, + 0xbd, + 0xfe, + 0x21, + 0xd2, + 0xfe, + 0x36, + 0xf2, + 0xfe, + 0xee, + 0xcd, + 0xfd, + 0xa4, + 0x62, + 0xfe, + 0x31, + 0x26, + 0xff, + 0x2b, + 0x74, + 0xff, + 0x37, + 0x48, + 0x00, + 0xc7, + 0x5c, + 0x1c, + 0x45, + 0x38, + 0x39, + 0x27, + 0xa6, + 0x10, + 0x20, + 0x5b, + 0xf5, + 0x37, + 0x03, + 0x04, + 0xc8, + 0x20, + 0xf7, + 0xbd, + 0x0e, + 0x01, + 0x09, + 0x46, + 0x0b, + 0x50, + 0xf5, + 0xf3, + 0x45, + 0x5e, + 0xed, + 0x92, + 0xfb, + 0xfb, + 0x1d, + 0xbd, + 0x10, + 0x50, + 0xf8, + 0x05, + 0x33, + 0x0a, + 0xf7, + 0xed, + 0x89, + 0xf5, + 0x2d, + 0xa4, + 0xee, + 0xe3, + 0x9c, + 0x02, + 0x99, + 0xad, + 0x0a, + 0x5f, + 0xac, + 0xfd, + 0x81, + 0xea, + 0xfb, + 0x43, + 0x78, + 0xfc, + 0x15, + 0xbc, + 0xff, + 0xee, + 0x1f, + 0xfd, + 0xc6, + 0x54, + 0xfe, + 0x75, + 0xeb, + 0xfe, + 0xd9, + 0x2c, + 0xfd, + 0x41, + 0xe3, + 0x00, + 0x91, + 0x91, + 0xfb, + 0x78, + 0x01, + 0xfc, + 0x14, + 0x64, + 0xff, + 0x32, + 0x3e, + 0xfe, + 0x47, + 0x0d, + 0x00, + 0xf8, + 0x5e, + 0xff, + 0xac, + 0xc7, + 0xff, + 0xc7, + 0x46, + 0xff, + 0x31, + 0xb9, + 0xff, + 0x45, + 0x60, + 0x00, + 0xde, + 0x93, + 0xfe, + 0x44, + 0x5a, + 0x00, + 0x79, + 0x24, + 0x00, + 0x2b, + 0x4b, + 0xff, + 0x69, + 0x6e, + 0xff, + 0x21, + 0x36, + 0xfe, + 0xc1, + 0xb4, + 0xfe, + 0xac, + 0x63, + 0xfe, + 0x09, + 0x05, + 0xfe, + 0xc6, + 0x4b, + 0xfe, + 0x5f, + 0xac, + 0xfe, + 0x22, + 0x4f, + 0xff, + 0x22, + 0x89, + 0xfe, + 0x7e, + 0x28, + 0xff, + 0x28, + 0x85, + 0x00, + 0xac, + 0xd5, + 0x00, + 0x0f, + 0x6e, + 0x00, + 0x26, + 0x4c, + 0xff, + 0xe7, + 0xf8, + 0xfe, + 0xe0, + 0x7d, + 0xfe, + 0x9b, + 0xbd, + 0xfe, + 0xab, + 0xef, + 0xfe, + 0xd9, + 0xc6, + 0xfd, + 0x60, + 0x62, + 0xfe, + 0xe2, + 0x31, + 0xff, + 0xf7, + 0x87, + 0xff, + 0x6a, + 0x5e, + 0x00, + 0xa3, + 0x5b, + 0x1a, + 0x39, + 0xbf, + 0x37, + 0xfd, + 0x61, + 0x13, + 0x9f, + 0xb5, + 0xf6, + 0xbd, + 0x23, + 0x04, + 0x43, + 0x50, + 0xf8, + 0xbe, + 0xca, + 0xff, + 0x4e, + 0x3d, + 0x0a, + 0x19, + 0xc2, + 0xf4, + 0xd2, + 0x85, + 0xed, + 0x71, + 0x65, + 0xf9, + 0xba, + 0xa2, + 0x0e, + 0x72, + 0x3b, + 0x07, + 0x7b, + 0x8d, + 0xf8, + 0xdd, + 0x72, + 0xf8, + 0xf2, + 0xdf, + 0xed, + 0x0d, + 0xea, + 0xfd, + 0x1f, + 0x05, + 0x0b, + 0xe1, + 0xed, + 0xfe, + 0xb1, + 0xb2, + 0xfc, + 0x66, + 0x9e, + 0xfd, + 0xb6, + 0x1a, + 0xff, + 0x45, + 0x88, + 0xfd, + 0x50, + 0x8d, + 0xfe, + 0xe7, + 0x74, + 0xfe, + 0xf0, + 0xbd, + 0xfc, + 0x3d, + 0x97, + 0x00, + 0xa9, + 0xbc, + 0xfb, + 0x7c, + 0xa2, + 0xfb, + 0x0d, + 0xa8, + 0xff, + 0xb3, + 0x22, + 0xfe, + 0x15, + 0x18, + 0x00, + 0x90, + 0x4e, + 0x00, + 0x11, + 0xb5, + 0xff, + 0x05, + 0x72, + 0xff, + 0x98, + 0xa4, + 0xff, + 0xf4, + 0x20, + 0x00, + 0xba, + 0xbc, + 0xfe, + 0x7f, + 0xcd, + 0xff, + 0xc9, + 0xb9, + 0xff, + 0xc3, + 0x15, + 0xff, + 0xff, + 0xa9, + 0xff, + 0x48, + 0x6a, + 0xfe, + 0xfe, + 0xa2, + 0xfe, + 0xee, + 0xc9, + 0xfe, + 0xc5, + 0x27, + 0xfe, + 0x33, + 0x64, + 0xfe, + 0xb3, + 0x82, + 0xfe, + 0x4c, + 0x1b, + 0xff, + 0x7d, + 0xec, + 0xfe, + 0x6e, + 0x5b, + 0xff, + 0xcb, + 0x94, + 0x00, + 0xc2, + 0xcc, + 0x00, + 0xde, + 0x72, + 0x00, + 0x16, + 0x6a, + 0xff, + 0x0e, + 0xd5, + 0xfe, + 0x68, + 0x56, + 0xfe, + 0xbb, + 0x9f, + 0xfe, + 0x2d, + 0xef, + 0xfe, + 0x93, + 0xce, + 0xfd, + 0xed, + 0x58, + 0xfe, + 0x1d, + 0x4e, + 0xff, + 0xc7, + 0x98, + 0xff, + 0x45, + 0x56, + 0x00, + 0x92, + 0x22, + 0x1a, + 0x75, + 0x31, + 0x36, + 0xc6, + 0x6a, + 0x12, + 0xd1, + 0x97, + 0xf8, + 0xc9, + 0x40, + 0x05, + 0xcd, + 0xd3, + 0xf7, + 0xca, + 0xa1, + 0xff, + 0x91, + 0xaa, + 0x09, + 0x98, + 0xa7, + 0xf4, + 0x2b, + 0x0a, + 0xee, + 0x9d, + 0x9a, + 0xf8, + 0x90, + 0x35, + 0x0d, + 0x76, + 0x3a, + 0x07, + 0x25, + 0xcb, + 0xf8, + 0xd2, + 0xd6, + 0xf9, + 0xce, + 0x00, + 0xef, + 0x0f, + 0x6a, + 0xfa, + 0x58, + 0x84, + 0x09, + 0xdb, + 0xf0, + 0x00, + 0xa3, + 0x31, + 0xfd, + 0x92, + 0x43, + 0xfe, + 0x82, + 0x1d, + 0xff, + 0x89, + 0x7b, + 0xfd, + 0xd5, + 0x0f, + 0xff, + 0xad, + 0x03, + 0xfe, + 0x69, + 0xb6, + 0xfb, + 0x33, + 0xf3, + 0xff, + 0x17, + 0xad, + 0xfc, + 0x58, + 0xe8, + 0xfb, + 0x2e, + 0x8a, + 0xff, + 0x70, + 0x83, + 0xfe, + 0xee, + 0xdd, + 0xff, + 0x51, + 0xd8, + 0x00, + 0x3f, + 0xc7, + 0xff, + 0x15, + 0x01, + 0xff, + 0x59, + 0xd9, + 0xff, + 0xad, + 0x24, + 0x00, + 0x4b, + 0xad, + 0xfe, + 0x48, + 0x51, + 0xff, + 0x81, + 0x28, + 0xff, + 0x73, + 0x1b, + 0xff, + 0xd2, + 0x16, + 0x00, + 0x1a, + 0x9d, + 0xfe, + 0x63, + 0x6b, + 0xfe, + 0xd1, + 0xff, + 0xfe, + 0x92, + 0x56, + 0xfe, + 0x12, + 0x4c, + 0xfe, + 0xc7, + 0x71, + 0xfe, + 0x83, + 0xef, + 0xfe, + 0xd0, + 0x41, + 0xff, + 0x96, + 0xcc, + 0xff, + 0x56, + 0x81, + 0x00, + 0xfe, + 0x9b, + 0x00, + 0x34, + 0x6a, + 0x00, + 0xbd, + 0x8d, + 0xff, + 0xe5, + 0xbb, + 0xfe, + 0xc4, + 0x15, + 0xfe, + 0xbe, + 0x7c, + 0xfe, + 0xc6, + 0xf1, + 0xfe, + 0xdc, + 0x1c, + 0xfe, + 0xd2, + 0x77, + 0xfe, + 0x41, + 0x3b, + 0xff, + 0x5f, + 0xaa, + 0xff, + 0x02, + 0x69, + 0x00, + 0x71, + 0x6a, + 0x19, + 0xba, + 0xf5, + 0x34, + 0x5a, + 0xd7, + 0x11, + 0x96, + 0x4e, + 0xf8, + 0xd5, + 0x88, + 0x06, + 0xa0, + 0xfc, + 0xf8, + 0xc9, + 0x9f, + 0xfd, + 0x53, + 0x5d, + 0x09, + 0x26, + 0xa1, + 0xf6, + 0x1e, + 0x71, + 0xef, + 0xe7, + 0xb0, + 0xf8, + 0xac, + 0x3b, + 0x0b, + 0x1d, + 0xcc, + 0x06, + 0x41, + 0xdc, + 0xf7, + 0x75, + 0x45, + 0xfa, + 0x80, + 0xdd, + 0xf2, + 0x87, + 0xd1, + 0xf7, + 0x31, + 0xc8, + 0x05, + 0xaf, + 0xb2, + 0x02, + 0x3a, + 0x52, + 0xfe, + 0xea, + 0xcc, + 0xfe, + 0x4a, + 0x43, + 0xff, + 0x45, + 0x00, + 0xfd, + 0x93, + 0x0e, + 0xff, + 0x5b, + 0x17, + 0xfe, + 0xb6, + 0x2a, + 0xfb, + 0x97, + 0x73, + 0xff, + 0xea, + 0xed, + 0xfd, + 0x91, + 0x75, + 0xfc, + 0x41, + 0x8a, + 0xff, + 0x1b, + 0x20, + 0xff, + 0xaf, + 0x22, + 0xff, + 0xd5, + 0x86, + 0x00, + 0x4b, + 0x2d, + 0x00, + 0x93, + 0xb4, + 0xfe, + 0x25, + 0xa3, + 0xff, + 0x0e, + 0x24, + 0x00, + 0x1c, + 0xc1, + 0xfe, + 0x4b, + 0x79, + 0xff, + 0x26, + 0x5d, + 0xff, + 0x78, + 0xe4, + 0xfe, + 0xc2, + 0xf9, + 0xff, + 0xe3, + 0x33, + 0xff, + 0x92, + 0x61, + 0xfe, + 0xf7, + 0xc4, + 0xfe, + 0x16, + 0x82, + 0xfe, + 0xd3, + 0x43, + 0xfe, + 0x98, + 0x8a, + 0xfe, + 0xa5, + 0xd3, + 0xfe, + 0x4a, + 0x21, + 0xff, + 0x09, + 0x36, + 0x00, + 0x9d, + 0xd6, + 0x00, + 0xb9, + 0x6e, + 0x00, + 0x2e, + 0x36, + 0x00, + 0x04, + 0x86, + 0xff, + 0x8f, + 0x76, + 0xfe, + 0xd8, + 0x2a, + 0xfe, + 0xa5, + 0xa5, + 0xfe, + 0x1c, + 0xc4, + 0xfe, + 0x0e, + 0x7a, + 0xfe, + 0xc1, + 0xbe, + 0xfe, + 0x42, + 0x1b, + 0xff, + 0x68, + 0xa2, + 0xff, + 0x7a, + 0x5e, + 0x00, + 0xc6, + 0x86, + 0x19, + 0x3b, + 0xb6, + 0x33, + 0x6b, + 0x75, + 0x0f, + 0x5b, + 0xf1, + 0xf7, + 0x6a, + 0xba, + 0x07, + 0xbc, + 0x36, + 0xfa, + 0x0a, + 0xdd, + 0xfd, + 0x07, + 0x4f, + 0x07, + 0xa5, + 0x44, + 0xf6, + 0xa9, + 0x7d, + 0xf3, + 0x99, + 0x90, + 0xfa, + 0x2e, + 0xd0, + 0x08, + 0xac, + 0x2c, + 0x06, + 0xf5, + 0xe3, + 0xf6, + 0x44, + 0x9e, + 0xf9, + 0x5e, + 0x43, + 0xf7, + 0xf9, + 0xfc, + 0xf7, + 0xc5, + 0x42, + 0x01, + 0x83, + 0xd5, + 0x02, + 0x40, + 0x6f, + 0xff, + 0x2d, + 0x6a, + 0xfe, + 0xe2, + 0x35, + 0x00, + 0x42, + 0x55, + 0xfd, + 0x42, + 0xa9, + 0xfd, + 0x34, + 0x3c, + 0xfe, + 0x52, + 0x46, + 0xfc, + 0xb5, + 0x05, + 0xff, + 0x39, + 0xd3, + 0xfe, + 0x52, + 0x62, + 0xfd, + 0xf2, + 0x69, + 0xfe, + 0xd2, + 0x73, + 0xff, + 0x51, + 0x8f, + 0xff, + 0xc1, + 0xbd, + 0xff, + 0x6f, + 0x58, + 0x00, + 0x12, + 0xf1, + 0xfe, + 0xbc, + 0x2d, + 0xff, + 0xab, + 0xf7, + 0xff, + 0xb9, + 0x40, + 0xff, + 0xd5, + 0xbd, + 0xff, + 0xcb, + 0x77, + 0xff, + 0x8a, + 0x04, + 0xff, + 0x7e, + 0xa0, + 0xff, + 0xc6, + 0x84, + 0xff, + 0xad, + 0xaf, + 0xfe, + 0x8b, + 0x5e, + 0xfe, + 0x8a, + 0xa3, + 0xfe, + 0xa5, + 0x7c, + 0xfe, + 0xd2, + 0x8c, + 0xfe, + 0xba, + 0xe6, + 0xfe, + 0x86, + 0x2c, + 0xff, + 0xaf, + 0x3f, + 0x00, + 0xf4, + 0x04, + 0x01, + 0xe9, + 0x77, + 0x00, + 0xcb, + 0xd8, + 0xff, + 0x3b, + 0x60, + 0xff, + 0x8f, + 0x74, + 0xfe, + 0x84, + 0x45, + 0xfe, + 0xbb, + 0xf1, + 0xfe, + 0xe9, + 0xcf, + 0xfe, + 0xdf, + 0x73, + 0xfe, + 0x83, + 0xbe, + 0xfe, + 0xb6, + 0x1d, + 0xff, + 0xf7, + 0xb1, + 0xff, + 0xb1, + 0x8a, + 0x00, + 0x78, + 0xb5, + 0x18, + 0x19, + 0x2a, + 0x31, + 0x64, + 0xd9, + 0x0d, + 0xee, + 0xf0, + 0xf8, + 0x4b, + 0xe7, + 0x08, + 0x37, + 0xf4, + 0xfa, + 0xa2, + 0x86, + 0xfd, + 0x9e, + 0x8b, + 0x06, + 0xb1, + 0x13, + 0xf7, + 0x04, + 0xb3, + 0xf4, + 0xa6, + 0x7f, + 0xfb, + 0xe4, + 0x8b, + 0x08, + 0xe0, + 0xff, + 0x05, + 0x28, + 0x45, + 0xf7, + 0x3d, + 0xc8, + 0xf8, + 0xbe, + 0x81, + 0xf9, + 0x39, + 0x10, + 0xfa, + 0x6f, + 0x1b, + 0xfe, + 0x1a, + 0x75, + 0x01, + 0x3b, + 0x41, + 0x00, + 0x42, + 0xd7, + 0xfd, + 0xca, + 0x18, + 0x00, + 0x6a, + 0xad, + 0xfd, + 0x69, + 0xe1, + 0xfd, + 0xc2, + 0xa6, + 0xfe, + 0xae, + 0xbf, + 0xfc, + 0x51, + 0xf0, + 0xfe, + 0x1c, + 0x1f, + 0xff, + 0x15, + 0xf2, + 0xfd, + 0x64, + 0xb2, + 0xfd, + 0xef, + 0x8c, + 0xff, + 0xfb, + 0x36, + 0x00, + 0xc8, + 0x4a, + 0xff, + 0x83, + 0x53, + 0x00, + 0xf4, + 0x1c, + 0xff, + 0xb0, + 0xf7, + 0xfe, + 0x0d, + 0x01, + 0x00, + 0x5a, + 0xbb, + 0xff, + 0x02, + 0xf2, + 0xff, + 0x5a, + 0x53, + 0xff, + 0x3f, + 0x19, + 0xff, + 0x9a, + 0x35, + 0xff, + 0xf6, + 0x6a, + 0xff, + 0xe6, + 0x2b, + 0xff, + 0xe3, + 0x43, + 0xfe, + 0xab, + 0xaf, + 0xfe, + 0xbc, + 0xdf, + 0xfe, + 0xb3, + 0xbb, + 0xfe, + 0x2a, + 0xeb, + 0xfe, + 0x42, + 0x3b, + 0xff, + 0x1c, + 0x55, + 0x00, + 0x24, + 0xf4, + 0x00, + 0x59, + 0x8a, + 0x00, + 0x2f, + 0xb6, + 0xff, + 0x39, + 0x0b, + 0xff, + 0x61, + 0xb0, + 0xfe, + 0x55, + 0x91, + 0xfe, + 0xb8, + 0xec, + 0xfe, + 0x3d, + 0xf7, + 0xfe, + 0x15, + 0x89, + 0xfe, + 0xe5, + 0x8e, + 0xfe, + 0x25, + 0x20, + 0xff, + 0x17, + 0xdc, + 0xff, + 0x57, + 0x8b, + 0x00, + 0xdc, + 0x78, + 0x17, + 0xb3, + 0xe3, + 0x2d, + 0x86, + 0x60, + 0x0c, + 0x85, + 0x75, + 0xfa, + 0x6b, + 0xb8, + 0x09, + 0x6e, + 0x2d, + 0xfb, + 0x4a, + 0x8a, + 0xfd, + 0x73, + 0x06, + 0x07, + 0x23, + 0x93, + 0xf8, + 0x01, + 0xc8, + 0xf4, + 0xe2, + 0xf4, + 0xfa, + 0xdd, + 0xde, + 0x07, + 0x6f, + 0x70, + 0x06, + 0x1a, + 0x11, + 0xf9, + 0xa6, + 0x2e, + 0xf8, + 0x3c, + 0x10, + 0xfa, + 0x9a, + 0x74, + 0xfc, + 0x67, + 0x8a, + 0xfd, + 0x30, + 0x86, + 0x00, + 0x42, + 0x1a, + 0x00, + 0x30, + 0xc2, + 0xfc, + 0x1e, + 0x45, + 0xff, + 0xef, + 0xd3, + 0xfd, + 0xa3, + 0x64, + 0xfe, + 0x86, + 0x8a, + 0xff, + 0xe8, + 0x8c, + 0xfd, + 0x61, + 0xeb, + 0xfd, + 0xeb, + 0x4a, + 0xfe, + 0x34, + 0x2d, + 0xff, + 0x58, + 0x81, + 0xfe, + 0xbf, + 0x8f, + 0xff, + 0xaa, + 0x45, + 0x00, + 0xb0, + 0x26, + 0xff, + 0xe1, + 0x28, + 0x00, + 0xbc, + 0x15, + 0xff, + 0x03, + 0x0b, + 0xff, + 0xd1, + 0xe5, + 0xff, + 0x17, + 0xac, + 0xff, + 0xc1, + 0xf0, + 0xff, + 0x3a, + 0x3d, + 0xff, + 0x1c, + 0x4c, + 0xff, + 0xbe, + 0x3e, + 0xff, + 0xd3, + 0x31, + 0xff, + 0x79, + 0x4d, + 0xff, + 0x54, + 0x8a, + 0xfe, + 0x18, + 0xb5, + 0xfe, + 0x50, + 0xea, + 0xfe, + 0xd2, + 0xfd, + 0xfe, + 0x48, + 0x17, + 0xff, + 0x97, + 0x57, + 0xff, + 0x47, + 0x68, + 0x00, + 0xa7, + 0xc7, + 0x00, + 0x3b, + 0x93, + 0x00, + 0x00, + 0x03, + 0x00, + 0x71, + 0x08, + 0xff, + 0x3f, + 0xc8, + 0xfe, + 0x95, + 0xea, + 0xfe, + 0x33, + 0xe8, + 0xfe, + 0x07, + 0xd9, + 0xfe, + 0x4b, + 0xa4, + 0xfe, + 0x37, + 0x98, + 0xfe, + 0x44, + 0x1a, + 0xff, + 0x01, + 0xe3, + 0xff, + 0x69, + 0x55, + 0x00, + 0xee, + 0xd3, + 0x14, + 0x93, + 0x1a, + 0x27, + 0x17, + 0xe7, + 0x08, + 0x9a, + 0xca, + 0xfd, + 0xa7, + 0x25, + 0x0d, + 0xf5, + 0xff, + 0xfb, + 0xd4, + 0x9e, + 0xfc, + 0x21, + 0x8c, + 0x06, + 0x3b, + 0xf9, + 0xfa, + 0xd2, + 0xef, + 0xf6, + 0x1c, + 0xcf, + 0xf8, + 0xa3, + 0x98, + 0x03, + 0x95, + 0xa8, + 0x06, + 0x9d, + 0x92, + 0xfc, + 0xf0, + 0xfa, + 0xfa, + 0x1a, + 0xbc, + 0xfc, + 0x05, + 0x4d, + 0xfb, + 0x57, + 0xd3, + 0xfa, + 0xa5, + 0xf6, + 0x01, + 0xfe, + 0x59, + 0x01, + 0x60, + 0x9b, + 0xfb, + 0x17, + 0xa1, + 0xfe, + 0xa1, + 0xed, + 0xfd, + 0xb6, + 0x4f, + 0xfe, + 0xa9, + 0xfc, + 0xff, + 0x06, + 0xee, + 0xfd, + 0x70, + 0xcf, + 0xfd, + 0x3f, + 0x4b, + 0xff, + 0x64, + 0xcd, + 0xff, + 0x3a, + 0x93, + 0xfe, + 0x0f, + 0x5f, + 0x00, + 0x5a, + 0x9b, + 0x00, + 0x21, + 0x13, + 0xff, + 0x4e, + 0xf5, + 0xff, + 0xe6, + 0x07, + 0xff, + 0xb6, + 0x39, + 0xff, + 0xe2, + 0x9b, + 0xff, + 0xc1, + 0x47, + 0xff, + 0x25, + 0xdd, + 0xff, + 0x81, + 0x53, + 0xff, + 0x2a, + 0x62, + 0xff, + 0xe8, + 0x86, + 0xff, + 0xf6, + 0x67, + 0xff, + 0x3b, + 0x65, + 0xff, + 0x6b, + 0x24, + 0xff, + 0x94, + 0x44, + 0xff, + 0xba, + 0x05, + 0xff, + 0x34, + 0x2a, + 0xff, + 0x0f, + 0x62, + 0xff, + 0xb2, + 0xad, + 0xff, + 0x57, + 0xe3, + 0x00, + 0xb5, + 0xfc, + 0x00, + 0x8e, + 0x97, + 0x00, + 0xc4, + 0x70, + 0x00, + 0x84, + 0x53, + 0xff, + 0xb6, + 0xc5, + 0xfe, + 0x25, + 0x01, + 0xff, + 0xb4, + 0xc5, + 0xfe, + 0xab, + 0xb8, + 0xfe, + 0x06, + 0xe4, + 0xfe, + 0x48, + 0xd8, + 0xfe, + 0xbe, + 0x26, + 0xff, + 0x20, + 0xc4, + 0xff, + 0xae, + 0x11, + 0x00, + 0xfb, + 0xc8, + 0x12, + 0x7c, + 0xc4, + 0x23, + 0xd6, + 0xe0, + 0x0a, + 0xb8, + 0xad, + 0x00, + 0x4e, + 0x25, + 0x0a, + 0x78, + 0x49, + 0xfa, + 0x0e, + 0x66, + 0xfd, + 0x77, + 0x76, + 0x06, + 0x1e, + 0x10, + 0xfb, + 0x70, + 0x83, + 0xf7, + 0xae, + 0xee, + 0xf9, + 0x3e, + 0x16, + 0x02, + 0xe4, + 0xf0, + 0x04, + 0x64, + 0x45, + 0xfe, + 0x45, + 0x0f, + 0xfc, + 0xf3, + 0xde, + 0xfc, + 0x70, + 0xcc, + 0xfc, + 0x29, + 0x7e, + 0xfb, + 0x70, + 0xdd, + 0xff, + 0x80, + 0x86, + 0x01, + 0x98, + 0x7a, + 0xfe, + 0x12, + 0xa7, + 0xfe, + 0xae, + 0x5a, + 0xfd, + 0x02, + 0xbe, + 0xfe, + 0xc6, + 0x1c, + 0x00, + 0xb9, + 0xd2, + 0xfe, + 0x16, + 0x82, + 0xfe, + 0x6a, + 0x69, + 0xfe, + 0xb9, + 0x4e, + 0xff, + 0x6d, + 0x44, + 0xff, + 0x5d, + 0xee, + 0xff, + 0x16, + 0x0e, + 0x00, + 0x58, + 0x13, + 0xff, + 0x94, + 0xb2, + 0xff, + 0xec, + 0x7a, + 0xff, + 0x68, + 0x58, + 0xff, + 0xd2, + 0x6b, + 0xff, + 0x00, + 0x4f, + 0xff, + 0xaf, + 0x8f, + 0xff, + 0x99, + 0x5b, + 0xff, + 0x4a, + 0x81, + 0xff, + 0xfd, + 0x54, + 0xff, + 0xb2, + 0x53, + 0xff, + 0xb9, + 0xdb, + 0xff, + 0xbd, + 0xa4, + 0xff, + 0xfe, + 0x6c, + 0xff, + 0x37, + 0xa9, + 0xff, + 0x7d, + 0x3a, + 0x00, + 0x27, + 0x54, + 0x00, + 0x84, + 0x1a, + 0x00, + 0xe6, + 0x72, + 0x00, + 0x6e, + 0xda, + 0xff, + 0xd8, + 0x18, + 0xff, + 0xd9, + 0x7d, + 0xff, + 0x1e, + 0x5a, + 0xff, + 0xf1, + 0x0b, + 0xff, + 0xc2, + 0x33, + 0xff, + 0x8d, + 0x24, + 0xff, + 0x06, + 0x3c, + 0xff, + 0x32, + 0x5b, + 0xff, + 0x32, + 0x66, + 0xff, + 0xf3, + 0xba, + 0xff, + 0x01, + 0x11, + 0x00, + 0x39, + 0x10, + 0x00, + 0x68, + 0x71, + 0x12, + 0x36, + 0xa2, + 0x20, + 0xc7, + 0xe0, + 0x08, + 0xb6, + 0xe2, + 0x01, + 0x3e, + 0x96, + 0x08, + 0x5f, + 0xfb, + 0xfa, + 0xb9, + 0x32, + 0x00, + 0x9a, + 0x12, + 0x05, + 0x53, + 0x96, + 0xfa, + 0x22, + 0x41, + 0xf8, + 0x98, + 0xec, + 0xfa, + 0x03, + 0xd5, + 0x02, + 0xe5, + 0x70, + 0x03, + 0xa8, + 0xd0, + 0xfd, + 0x84, + 0x66, + 0xfc, + 0xf4, + 0x58, + 0xfd, + 0x4f, + 0x8b, + 0xfe, + 0x19, + 0x93, + 0xfc, + 0x7f, + 0x4a, + 0xff, + 0xbb, + 0x56, + 0x01, + 0x42, + 0x15, + 0xff, + 0xeb, + 0x81, + 0xfe, + 0x77, + 0xa6, + 0xfd, + 0xdf, + 0x2b, + 0xff, + 0xa9, + 0xc2, + 0xff, + 0x53, + 0xdc, + 0xfe, + 0x99, + 0x58, + 0xfe, + 0xb9, + 0xe1, + 0xfd, + 0xb4, + 0x75, + 0xff, + 0x67, + 0xc1, + 0xff, + 0xfc, + 0x8a, + 0xff, + 0x07, + 0x75, + 0xff, + 0xa8, + 0x57, + 0xff, + 0xf7, + 0xfd, + 0xff, + 0x81, + 0x9c, + 0xff, + 0xa2, + 0x7f, + 0xff, + 0xe6, + 0x37, + 0xff, + 0x5c, + 0x2c, + 0xff, + 0xac, + 0xeb, + 0xff, + 0xf8, + 0xaf, + 0xff, + 0x24, + 0x6b, + 0xff, + 0x4a, + 0x4f, + 0xff, + 0x8c, + 0x8e, + 0xff, + 0xe3, + 0x14, + 0x00, + 0xde, + 0xf6, + 0xff, + 0x4f, + 0xb3, + 0xff, + 0x3c, + 0xc1, + 0xff, + 0xe6, + 0x4c, + 0x00, + 0x88, + 0x3d, + 0x00, + 0x85, + 0xf1, + 0xff, + 0xf6, + 0x18, + 0x00, + 0x82, + 0x68, + 0xff, + 0x71, + 0x3b, + 0xff, + 0x63, + 0x9f, + 0xff, + 0xb5, + 0x2e, + 0xff, + 0x6f, + 0x29, + 0xff, + 0x35, + 0x44, + 0xff, + 0x22, + 0x35, + 0xff, + 0xbb, + 0x72, + 0xff, + 0x4d, + 0x6c, + 0xff, + 0xbf, + 0x7f, + 0xff, + 0xcf, + 0xbe, + 0xff, + 0xd5, + 0xda, + 0xff, + 0x43, + 0xc9, + 0xff, + 0x83, + 0xf6, + 0x11, + 0xa1, + 0xe6, + 0x1d, + 0x4e, + 0x55, + 0x07, + 0xd3, + 0x05, + 0x02, + 0xd7, + 0x1c, + 0x07, + 0x0c, + 0x8d, + 0xfc, + 0x6d, + 0xc7, + 0x01, + 0x59, + 0x6a, + 0x03, + 0x30, + 0x82, + 0xfa, + 0xa1, + 0x9c, + 0xf8, + 0x2e, + 0x54, + 0xfc, + 0x27, + 0xac, + 0x03, + 0xc7, + 0xdd, + 0x01, + 0xa1, + 0x95, + 0xfd, + 0xdb, + 0xdf, + 0xfc, + 0x9d, + 0xf2, + 0xfd, + 0xac, + 0x63, + 0xff, + 0x67, + 0x23, + 0xfd, + 0x7b, + 0xa1, + 0xff, + 0x52, + 0x3b, + 0x01, + 0x3b, + 0x42, + 0xff, + 0x33, + 0xa5, + 0xfe, + 0x0e, + 0xea, + 0xfd, + 0x2c, + 0x5f, + 0xff, + 0xf4, + 0x75, + 0xff, + 0x3a, + 0xcd, + 0xfe, + 0x33, + 0x16, + 0xfe, + 0xd2, + 0x8b, + 0xfd, + 0x79, + 0x6e, + 0xff, + 0x1f, + 0xb1, + 0xff, + 0xff, + 0x8e, + 0xff, + 0xa5, + 0xac, + 0xff, + 0x91, + 0x84, + 0xff, + 0x04, + 0xdc, + 0xff, + 0x59, + 0xa8, + 0xff, + 0x80, + 0xad, + 0xff, + 0xfb, + 0x23, + 0xff, + 0x00, + 0x6b, + 0xff, + 0x0d, + 0x4d, + 0x00, + 0x23, + 0xb3, + 0xff, + 0x9a, + 0x79, + 0xff, + 0xf9, + 0x96, + 0xff, + 0x79, + 0xb7, + 0xff, + 0x95, + 0x10, + 0x00, + 0x7b, + 0xf8, + 0xff, + 0x8b, + 0x9f, + 0xff, + 0x62, + 0xab, + 0xff, + 0x00, + 0x36, + 0x00, + 0x4a, + 0x14, + 0x00, + 0xd4, + 0xdc, + 0xff, + 0x88, + 0xc1, + 0xff, + 0xcc, + 0x21, + 0xff, + 0xc6, + 0x4f, + 0xff, + 0x4b, + 0x68, + 0xff, + 0x93, + 0xfb, + 0xfe, + 0xe0, + 0x21, + 0xff, + 0x95, + 0x26, + 0xff, + 0x5f, + 0x64, + 0xff, + 0xc9, + 0xbb, + 0xff, + 0x4e, + 0xa2, + 0xff, + 0x40, + 0xc3, + 0xff, + 0x77, + 0xc5, + 0xff, + 0x73, + 0x9f, + 0xff, + 0x9b, + 0x7f, + 0xff, + 0xc0, + 0xb4, + 0x10, + 0x8f, + 0xab, + 0x1b, + 0x25, + 0x92, + 0x06, + 0x87, + 0x1c, + 0x01, + 0xb9, + 0x92, + 0x06, + 0x6e, + 0x4c, + 0xfe, + 0x56, + 0xd8, + 0x01, + 0x84, + 0x69, + 0x02, + 0x5e, + 0xbc, + 0xfa, + 0xc4, + 0x20, + 0xf9, + 0x55, + 0xda, + 0xfd, + 0x28, + 0x38, + 0x04, + 0x33, + 0xda, + 0x00, + 0xe9, + 0x97, + 0xfd, + 0xe2, + 0xbf, + 0xfd, + 0xdc, + 0x6a, + 0xfe, + 0x52, + 0x9b, + 0xff, + 0xbb, + 0xfb, + 0xfd, + 0x58, + 0x03, + 0x00, + 0xef, + 0xe1, + 0x00, + 0xd1, + 0x79, + 0xff, + 0x17, + 0xbc, + 0xfe, + 0x75, + 0xdf, + 0xfd, + 0x40, + 0xac, + 0xff, + 0x03, + 0x80, + 0xff, + 0xb4, + 0xb0, + 0xfe, + 0xfa, + 0x12, + 0xfe, + 0x7a, + 0xaa, + 0xfd, + 0xa4, + 0x95, + 0xff, + 0x2d, + 0xb5, + 0xff, + 0x38, + 0xa5, + 0xff, + 0x9b, + 0xc6, + 0xff, + 0xaf, + 0x86, + 0xff, + 0xa6, + 0xf0, + 0xff, + 0x01, + 0xc1, + 0xff, + 0x3a, + 0xc4, + 0xff, + 0xc7, + 0x69, + 0xff, + 0x1c, + 0xcf, + 0xff, + 0x24, + 0x6f, + 0x00, + 0x25, + 0xba, + 0xff, + 0xbf, + 0xbd, + 0xff, + 0x62, + 0xc9, + 0xff, + 0x1c, + 0xb1, + 0xff, + 0xd5, + 0xd7, + 0xff, + 0xf7, + 0x7a, + 0xff, + 0xbc, + 0x54, + 0xff, + 0x1c, + 0xbc, + 0xff, + 0x6c, + 0x1b, + 0x00, + 0xbe, + 0xe0, + 0xff, + 0x03, + 0x9a, + 0xff, + 0x29, + 0x54, + 0xff, + 0x13, + 0x21, + 0xff, + 0x36, + 0x63, + 0xff, + 0x3f, + 0x26, + 0xff, + 0x20, + 0x03, + 0xff, + 0x46, + 0x4a, + 0xff, + 0x3d, + 0x4a, + 0xff, + 0x39, + 0xa3, + 0xff, + 0xae, + 0xd5, + 0xff, + 0xec, + 0xb7, + 0xff, + 0xf8, + 0xd3, + 0xff, + 0xdb, + 0xad, + 0xff, + 0x84, + 0x79, + 0xff, + 0xb3, + 0x4b, + 0xff, + 0x6d, + 0x5f, + 0x0f, + 0xf6, + 0xac, + 0x19, + 0x3a, + 0xff, + 0x05, + 0xb2, + 0xbe, + 0x00, + 0xed, + 0x41, + 0x06, + 0xc3, + 0x92, + 0xfe, + 0xed, + 0x9b, + 0x01, + 0xd4, + 0x29, + 0x02, + 0x3c, + 0xf8, + 0xfa, + 0xde, + 0xe0, + 0xf9, + 0x3d, + 0xd0, + 0xfe, + 0xd6, + 0x39, + 0x04, + 0x9d, + 0x63, + 0x00, + 0x5b, + 0xfb, + 0xfd, + 0x74, + 0x6a, + 0xfe, + 0x91, + 0x5f, + 0xfe, + 0xa6, + 0xd4, + 0xff, + 0x69, + 0xa1, + 0xfe, + 0x7e, + 0xbc, + 0xff, + 0x77, + 0x4d, + 0x00, + 0xcb, + 0x91, + 0xff, + 0xa8, + 0xf3, + 0xfe, + 0x8e, + 0xee, + 0xfd, + 0x2c, + 0xc2, + 0xff, + 0x10, + 0x9e, + 0xff, + 0x1e, + 0xf5, + 0xfe, + 0xcc, + 0x7f, + 0xfe, + 0x6c, + 0xe3, + 0xfd, + 0xbb, + 0x69, + 0xff, + 0x73, + 0x72, + 0xff, + 0x15, + 0x90, + 0xff, + 0xe0, + 0xbf, + 0xff, + 0xa8, + 0x99, + 0xff, + 0x84, + 0x11, + 0x00, + 0x93, + 0xab, + 0xff, + 0x19, + 0xc8, + 0xff, + 0xa4, + 0xb8, + 0xff, + 0x67, + 0xf4, + 0xff, + 0x22, + 0x56, + 0x00, + 0xb3, + 0xb3, + 0xff, + 0xce, + 0x9d, + 0xff, + 0x76, + 0x71, + 0xff, + 0x4b, + 0x5f, + 0xff, + 0xb4, + 0x74, + 0xff, + 0x1f, + 0x2b, + 0xff, + 0x48, + 0x4f, + 0xff, + 0x6a, + 0xa9, + 0xff, + 0x35, + 0xea, + 0xff, + 0x1c, + 0xaf, + 0xff, + 0x29, + 0x4c, + 0xff, + 0xde, + 0x1e, + 0xff, + 0xe5, + 0x30, + 0xff, + 0x81, + 0x75, + 0xff, + 0x31, + 0x3c, + 0xff, + 0x04, + 0x29, + 0xff, + 0xf4, + 0x55, + 0xff, + 0x36, + 0x4f, + 0xff, + 0x83, + 0x99, + 0xff, + 0x6a, + 0xb4, + 0xff, + 0x3a, + 0x97, + 0xff, + 0x01, + 0xb0, + 0xff, + 0x8b, + 0x89, + 0xff, + 0x1e, + 0x54, + 0xff, + 0x9b, + 0x33, + 0xff, + 0xfc, + 0x19, + 0x0d, + 0x99, + 0xc1, + 0x17, + 0x8a, + 0xcc, + 0x06, + 0x5e, + 0x09, + 0x00, + 0xdc, + 0x7e, + 0x05, + 0x3d, + 0xcb, + 0xfe, + 0x95, + 0x75, + 0x01, + 0x46, + 0xa7, + 0x02, + 0xd8, + 0x55, + 0xfb, + 0x10, + 0x83, + 0xfa, + 0x0b, + 0x36, + 0xff, + 0x40, + 0x7a, + 0x04, + 0x24, + 0xfa, + 0x00, + 0x5e, + 0x65, + 0xfe, + 0x6b, + 0xda, + 0xfe, + 0x2e, + 0xdb, + 0xfd, + 0x23, + 0x10, + 0x00, + 0xaf, + 0x78, + 0xff, + 0x63, + 0x3b, + 0xff, + 0xb2, + 0xdf, + 0xff, + 0x30, + 0xa3, + 0xff, + 0xc9, + 0x58, + 0xff, + 0xc0, + 0x33, + 0xfe, + 0x2a, + 0xf4, + 0xff, + 0x89, + 0xf5, + 0xff, + 0x99, + 0x0a, + 0xff, + 0x14, + 0xc9, + 0xfe, + 0x31, + 0xcb, + 0xfd, + 0xe3, + 0x0f, + 0xff, + 0x5e, + 0x89, + 0xff, + 0x16, + 0xb8, + 0xff, + 0xd4, + 0xd3, + 0xff, + 0xae, + 0x7e, + 0xff, + 0xdc, + 0x0a, + 0x00, + 0x20, + 0xba, + 0xff, + 0xbd, + 0xd5, + 0xff, + 0xb4, + 0xc4, + 0xff, + 0x61, + 0xb1, + 0xff, + 0x74, + 0xff, + 0xff, + 0xca, + 0x4f, + 0xff, + 0xd1, + 0x40, + 0xff, + 0x77, + 0x58, + 0xff, + 0x2f, + 0x48, + 0xff, + 0x4f, + 0x5a, + 0xff, + 0xbe, + 0x21, + 0xff, + 0x53, + 0x4b, + 0xff, + 0xc2, + 0x84, + 0xff, + 0x1d, + 0xa9, + 0xff, + 0x64, + 0x83, + 0xff, + 0xf8, + 0x25, + 0xff, + 0x0e, + 0x24, + 0xff, + 0xda, + 0x4d, + 0xff, + 0xb9, + 0x6a, + 0xff, + 0xd2, + 0x46, + 0xff, + 0x8e, + 0x3e, + 0xff, + 0xd6, + 0x54, + 0xff, + 0x5f, + 0x45, + 0xff, + 0xde, + 0x77, + 0xff, + 0x0c, + 0x93, + 0xff, + 0x25, + 0x73, + 0xff, + 0x85, + 0x80, + 0xff, + 0xae, + 0x64, + 0xff, + 0x44, + 0x39, + 0xff, + 0x79, + 0x40, + 0xff, + 0x4c, + 0x45, + 0x0c, + 0x9c, + 0x6f, + 0x15, + 0xc3, + 0x12, + 0x06, + 0xfa, + 0xb6, + 0x00, + 0x6a, + 0x6f, + 0x04, + 0x02, + 0xa4, + 0xfe, + 0xf6, + 0x19, + 0x02, + 0x87, + 0x74, + 0x02, + 0x52, + 0xfc, + 0xfb, + 0x6f, + 0x6c, + 0xfb, + 0xa7, + 0x43, + 0x00, + 0x9b, + 0x30, + 0x05, + 0xdb, + 0x36, + 0x01, + 0x12, + 0xff, + 0xfe, + 0xec, + 0xcd, + 0xfe, + 0xf2, + 0xa0, + 0xfd, + 0x06, + 0x65, + 0x00, + 0xa8, + 0xfe, + 0xff, + 0x93, + 0x34, + 0xff, + 0x8d, + 0x6c, + 0xff, + 0x2f, + 0xd5, + 0xff, + 0x17, + 0xc6, + 0xff, + 0x91, + 0xae, + 0xfe, + 0x3e, + 0x2a, + 0x00, + 0xaf, + 0x98, + 0xff, + 0x21, + 0xf0, + 0xfe, + 0x6a, + 0x04, + 0xff, + 0xcd, + 0x12, + 0xfe, + 0xa5, + 0x41, + 0xff, + 0xa7, + 0xb2, + 0xff, + 0x2f, + 0xba, + 0xff, + 0x44, + 0xb1, + 0xff, + 0x54, + 0x9b, + 0xff, + 0x44, + 0x0e, + 0x00, + 0x81, + 0x8e, + 0xff, + 0xe3, + 0xa9, + 0xff, + 0x09, + 0x79, + 0xff, + 0x4d, + 0x5b, + 0xff, + 0x73, + 0xad, + 0xff, + 0x41, + 0x2f, + 0xff, + 0xa3, + 0x50, + 0xff, + 0x20, + 0x69, + 0xff, + 0xdb, + 0x52, + 0xff, + 0x0d, + 0x52, + 0xff, + 0x1d, + 0x1d, + 0xff, + 0x89, + 0x48, + 0xff, + 0x6d, + 0x6e, + 0xff, + 0xa4, + 0x8f, + 0xff, + 0x5b, + 0x69, + 0xff, + 0xa8, + 0x1c, + 0xff, + 0x5a, + 0x38, + 0xff, + 0xcc, + 0x52, + 0xff, + 0xd4, + 0x4f, + 0xff, + 0x50, + 0x34, + 0xff, + 0xdd, + 0x44, + 0xff, + 0xe3, + 0x66, + 0xff, + 0xf9, + 0x4f, + 0xff, + 0xb8, + 0x74, + 0xff, + 0x65, + 0x7c, + 0xff, + 0x24, + 0x4a, + 0xff, + 0xf7, + 0x58, + 0xff, + 0x18, + 0x48, + 0xff, + 0xeb, + 0x48, + 0xff, + 0x96, + 0x7d, + 0xff, + 0x1b, + 0xcd, + 0x0b, + 0xaa, + 0x64, + 0x13, + 0x7d, + 0xde, + 0x04, + 0x30, + 0x00, + 0x01, + 0x70, + 0x94, + 0x03, + 0x81, + 0xa0, + 0xfe, + 0xc4, + 0xf0, + 0x02, + 0x08, + 0xd8, + 0x02, + 0x6c, + 0xe8, + 0xfc, + 0x53, + 0x87, + 0xfc, + 0x73, + 0xa7, + 0x01, + 0x07, + 0xd5, + 0x05, + 0x16, + 0x64, + 0x01, + 0xe2, + 0x3d, + 0xff, + 0x69, + 0x5b, + 0xfe, + 0x42, + 0x99, + 0xfd, + 0x18, + 0x9b, + 0x00, + 0xfd, + 0x35, + 0x00, + 0xcb, + 0x22, + 0xff, + 0xf0, + 0x28, + 0xff, + 0xca, + 0x41, + 0x00, + 0x20, + 0xec, + 0xff, + 0xa1, + 0x94, + 0xfe, + 0x6d, + 0xf9, + 0xff, + 0xd5, + 0x70, + 0xff, + 0x01, + 0x49, + 0xff, + 0x37, + 0x49, + 0xff, + 0xab, + 0x40, + 0xfe, + 0x3d, + 0x4a, + 0xff, + 0xe6, + 0xb5, + 0xff, + 0x49, + 0xd2, + 0xff, + 0x05, + 0xad, + 0xff, + 0xb6, + 0x86, + 0xff, + 0x75, + 0xad, + 0xff, + 0xbc, + 0x3b, + 0xff, + 0x6e, + 0x75, + 0xff, + 0xb1, + 0x3b, + 0xff, + 0xeb, + 0x45, + 0xff, + 0xcb, + 0x9d, + 0xff, + 0xaa, + 0x50, + 0xff, + 0x05, + 0x7b, + 0xff, + 0x44, + 0x66, + 0xff, + 0x7e, + 0x49, + 0xff, + 0x0a, + 0x3b, + 0xff, + 0xa5, + 0x1c, + 0xff, + 0xad, + 0x53, + 0xff, + 0x43, + 0x71, + 0xff, + 0x90, + 0x84, + 0xff, + 0xa4, + 0x55, + 0xff, + 0xce, + 0x1e, + 0xff, + 0x17, + 0x17, + 0xff, + 0x0e, + 0x27, + 0xff, + 0xb0, + 0x4c, + 0xff, + 0x69, + 0x3e, + 0xff, + 0x4d, + 0x68, + 0xff, + 0x39, + 0x88, + 0xff, + 0x00, + 0x58, + 0xff, + 0x72, + 0x74, + 0xff, + 0x57, + 0x6e, + 0xff, + 0x6d, + 0x35, + 0xff, + 0x51, + 0x51, + 0xff, + 0x8b, + 0x59, + 0xff, + 0x71, + 0x5b, + 0xff, + 0x76, + 0x88, + 0xff, + 0x24, + 0x60, + 0x0b, + 0x20, + 0x22, + 0x12, + 0x2a, + 0xe1, + 0x03, + 0xac, + 0xc0, + 0x00, + 0x85, + 0x99, + 0x03, + 0x76, + 0x79, + 0xff, + 0x34, + 0xfe, + 0x03, + 0x25, + 0xcb, + 0x03, + 0x50, + 0x23, + 0xfe, + 0x19, + 0x38, + 0xfd, + 0x05, + 0x20, + 0x02, + 0xe6, + 0x14, + 0x06, + 0x66, + 0x03, + 0x01, + 0xff, + 0xc5, + 0xfe, + 0x75, + 0xd7, + 0xfd, + 0x6c, + 0x73, + 0xfd, + 0x6b, + 0xfa, + 0x00, + 0x4e, + 0xa5, + 0x00, + 0xa3, + 0x56, + 0xff, + 0x3a, + 0xfb, + 0xfe, + 0xea, + 0x06, + 0x00, + 0xeb, + 0xcb, + 0xff, + 0xf6, + 0xab, + 0xfe, + 0x99, + 0x3d, + 0x00, + 0x99, + 0x9c, + 0xff, + 0x26, + 0x73, + 0xff, + 0x29, + 0x7d, + 0xff, + 0x74, + 0x70, + 0xfe, + 0x53, + 0x66, + 0xff, + 0x37, + 0xc7, + 0xff, + 0xb0, + 0xc6, + 0xff, + 0x2c, + 0x6b, + 0xff, + 0x9d, + 0x44, + 0xff, + 0x7a, + 0x67, + 0xff, + 0xad, + 0xf7, + 0xfe, + 0xf9, + 0x6f, + 0xff, + 0xe1, + 0x66, + 0xff, + 0x35, + 0x74, + 0xff, + 0xc3, + 0xbf, + 0xff, + 0x5b, + 0x61, + 0xff, + 0xc9, + 0x75, + 0xff, + 0x02, + 0x64, + 0xff, + 0xc3, + 0x5a, + 0xff, + 0x59, + 0x52, + 0xff, + 0x3c, + 0x31, + 0xff, + 0x29, + 0x4b, + 0xff, + 0x9f, + 0x53, + 0xff, + 0x80, + 0x7d, + 0xff, + 0xf6, + 0x48, + 0xff, + 0x69, + 0xff, + 0xfe, + 0xa5, + 0x0b, + 0xff, + 0xcf, + 0x33, + 0xff, + 0x92, + 0x78, + 0xff, + 0x13, + 0x6f, + 0xff, + 0x91, + 0x82, + 0xff, + 0xf6, + 0xa3, + 0xff, + 0xea, + 0x72, + 0xff, + 0x68, + 0x82, + 0xff, + 0xdf, + 0x6c, + 0xff, + 0xc8, + 0x34, + 0xff, + 0xf4, + 0x4a, + 0xff, + 0x79, + 0x46, + 0xff, + 0xbc, + 0x61, + 0xff, + 0x0b, + 0x91, + 0xff, + 0x27, + 0x98, + 0x0a, + 0x5f, + 0xca, + 0x11, + 0x04, + 0x42, + 0x04, + 0x01, + 0xcf, + 0x00, + 0x2f, + 0xa8, + 0x04, + 0x4c, + 0x3f, + 0x00, + 0x58, + 0x08, + 0x04, + 0x30, + 0x59, + 0x04, + 0xde, + 0x88, + 0xfe, + 0xe4, + 0x9a, + 0xfd, + 0xe9, + 0xd6, + 0x01, + 0xbb, + 0x78, + 0x05, + 0xfe, + 0x7b, + 0x00, + 0x4c, + 0xfd, + 0xfd, + 0xe8, + 0xc0, + 0xfd, + 0x5f, + 0xb4, + 0xfd, + 0x1d, + 0x68, + 0x01, + 0x52, + 0xcf, + 0x00, + 0x5f, + 0xfd, + 0xfe, + 0x7e, + 0xbe, + 0xfe, + 0x71, + 0xd6, + 0xff, + 0xf4, + 0x1a, + 0x00, + 0xe3, + 0x05, + 0xff, + 0xce, + 0x63, + 0x00, + 0x37, + 0xdd, + 0xff, + 0x93, + 0x99, + 0xff, + 0x6c, + 0xc6, + 0xff, + 0xcb, + 0x72, + 0xfe, + 0x7a, + 0x13, + 0xff, + 0x0c, + 0x68, + 0xff, + 0x49, + 0x6c, + 0xff, + 0x23, + 0x5b, + 0xff, + 0x51, + 0x44, + 0xff, + 0x53, + 0x73, + 0xff, + 0xdd, + 0x04, + 0xff, + 0x3d, + 0x70, + 0xff, + 0xd3, + 0x74, + 0xff, + 0x8c, + 0x5b, + 0xff, + 0x00, + 0xa1, + 0xff, + 0xdc, + 0x63, + 0xff, + 0x50, + 0x95, + 0xff, + 0x58, + 0x82, + 0xff, + 0x59, + 0x5f, + 0xff, + 0xa3, + 0x64, + 0xff, + 0xd8, + 0x3c, + 0xff, + 0x54, + 0x3d, + 0xff, + 0x99, + 0x2f, + 0xff, + 0x20, + 0x46, + 0xff, + 0xed, + 0x26, + 0xff, + 0xda, + 0xf9, + 0xfe, + 0xb8, + 0x2a, + 0xff, + 0x50, + 0x70, + 0xff, + 0x79, + 0xaa, + 0xff, + 0x5e, + 0x9f, + 0xff, + 0xf3, + 0xac, + 0xff, + 0x21, + 0xa9, + 0xff, + 0x38, + 0x64, + 0xff, + 0xa6, + 0x72, + 0xff, + 0xfe, + 0x45, + 0xff, + 0x2d, + 0x06, + 0xff, + 0x18, + 0x41, + 0xff, + 0x99, + 0x4a, + 0xff, + 0x8f, + 0x73, + 0xff, + 0xe2, + 0xbf, + 0xff, + 0xa0, + 0x47, + 0x0a, + 0x36, + 0xc0, + 0x12, + 0x4f, + 0xf9, + 0x05, + 0xbe, + 0xef, + 0x00, + 0x4f, + 0xc0, + 0x04, + 0x03, + 0x15, + 0x00, + 0x27, + 0x57, + 0x03, + 0x87, + 0x28, + 0x04, + 0x67, + 0xee, + 0xfd, + 0x4e, + 0xfc, + 0xfc, + 0xc5, + 0x32, + 0x01, + 0xa4, + 0x73, + 0x05, + 0x04, + 0x16, + 0x01, + 0x67, + 0x0e, + 0xfe, + 0x42, + 0xd2, + 0xfd, + 0x09, + 0x78, + 0xfd, + 0xbb, + 0x47, + 0x01, + 0x33, + 0xcc, + 0x00, + 0xe9, + 0xc4, + 0xfe, + 0x72, + 0xe1, + 0xfe, + 0x3a, + 0xf4, + 0xff, + 0x47, + 0x5e, + 0x00, + 0xb8, + 0x29, + 0xff, + 0xf9, + 0x67, + 0x00, + 0xf7, + 0xeb, + 0xff, + 0x5e, + 0x83, + 0xff, + 0xe0, + 0x03, + 0x00, + 0xeb, + 0x65, + 0xfe, + 0x9a, + 0xaf, + 0xfe, + 0x62, + 0x2c, + 0xff, + 0xca, + 0x34, + 0xff, + 0x0a, + 0x57, + 0xff, + 0x97, + 0x72, + 0xff, + 0x52, + 0xb4, + 0xff, + 0x0b, + 0x26, + 0xff, + 0xca, + 0x78, + 0xff, + 0xb6, + 0x5e, + 0xff, + 0x11, + 0x1e, + 0xff, + 0xd8, + 0x8c, + 0xff, + 0x91, + 0x4f, + 0xff, + 0x17, + 0x78, + 0xff, + 0x30, + 0x7c, + 0xff, + 0xf4, + 0x61, + 0xff, + 0x25, + 0x6e, + 0xff, + 0x14, + 0x34, + 0xff, + 0x52, + 0x3a, + 0xff, + 0x03, + 0x3f, + 0xff, + 0x18, + 0x64, + 0xff, + 0x0e, + 0x3e, + 0xff, + 0xcb, + 0xfc, + 0xfe, + 0xb8, + 0x41, + 0xff, + 0x50, + 0x80, + 0xff, + 0x79, + 0xba, + 0xff, + 0x41, + 0xb4, + 0xff, + 0x5e, + 0x97, + 0xff, + 0xf9, + 0x8f, + 0xff, + 0x35, + 0x46, + 0xff, + 0x20, + 0x44, + 0xff, + 0xf5, + 0x41, + 0xff, + 0x69, + 0x11, + 0xff, + 0xea, + 0x3b, + 0xff, + 0x46, + 0x5e, + 0xff, + 0x45, + 0x88, + 0xff, + 0x7e, + 0xc2, + 0xff, + 0x8d, + 0xa7, + 0x0a, + 0xb4, + 0x48, + 0x13, + 0xe5, + 0x1c, + 0x06, + 0xc1, + 0xe4, + 0x00, + 0x40, + 0x7a, + 0x04, + 0xb2, + 0xe8, + 0xff, + 0xba, + 0x69, + 0x03, + 0x2a, + 0xf3, + 0x03, + 0x3d, + 0x7f, + 0xfd, + 0xe4, + 0x43, + 0xfc, + 0x7b, + 0x8b, + 0x00, + 0x81, + 0x63, + 0x05, + 0x3f, + 0x86, + 0x01, + 0xd0, + 0x7f, + 0xfe, + 0xb0, + 0xd9, + 0xfd, + 0x9a, + 0x87, + 0xfd, + 0x7e, + 0x6e, + 0x01, + 0x79, + 0xed, + 0x00, + 0x2c, + 0xee, + 0xfe, + 0xef, + 0xc1, + 0xfe, + 0x9c, + 0xb3, + 0xff, + 0xc4, + 0x48, + 0x00, + 0xba, + 0x43, + 0xff, + 0x2b, + 0x5a, + 0x00, + 0xe0, + 0xb6, + 0xff, + 0x0f, + 0x9b, + 0xff, + 0x54, + 0x4f, + 0x00, + 0xf1, + 0xb1, + 0xfe, + 0xea, + 0xb5, + 0xfe, + 0x3a, + 0xd8, + 0xfe, + 0x9f, + 0xf5, + 0xfe, + 0x55, + 0x4e, + 0xff, + 0xfa, + 0x7f, + 0xff, + 0x43, + 0xc3, + 0xff, + 0x2c, + 0x30, + 0xff, + 0x28, + 0x74, + 0xff, + 0xa8, + 0x4d, + 0xff, + 0xa8, + 0x22, + 0xff, + 0x9b, + 0x83, + 0xff, + 0x14, + 0x13, + 0xff, + 0xa3, + 0x48, + 0xff, + 0x03, + 0x75, + 0xff, + 0x9f, + 0x51, + 0xff, + 0x91, + 0x5e, + 0xff, + 0x35, + 0x43, + 0xff, + 0xa1, + 0x4a, + 0xff, + 0xac, + 0x51, + 0xff, + 0x2f, + 0x7d, + 0xff, + 0xf2, + 0x47, + 0xff, + 0xc6, + 0x15, + 0xff, + 0xbd, + 0x66, + 0xff, + 0xd5, + 0x82, + 0xff, + 0x44, + 0xa6, + 0xff, + 0x8e, + 0x9a, + 0xff, + 0xe7, + 0x6a, + 0xff, + 0xc4, + 0x6a, + 0xff, + 0xbd, + 0x3f, + 0xff, + 0xf0, + 0x4a, + 0xff, + 0xbc, + 0x5c, + 0xff, + 0x5f, + 0x2a, + 0xff, + 0xa1, + 0x32, + 0xff, + 0x2a, + 0x40, + 0xff, + 0x58, + 0x64, + 0xff, + 0x6e, + 0xa9, + 0xff, + 0xe6, + 0x3a, + 0x0a, + 0x9f, + 0x08, + 0x13, + 0xb6, + 0xe1, + 0x05, + 0x74, + 0x0a, + 0x00, + 0x7c, + 0x74, + 0x04, + 0x04, + 0x1a, + 0x00, + 0xce, + 0x53, + 0x03, + 0x24, + 0x48, + 0x04, + 0x9d, + 0x6d, + 0xfd, + 0x81, + 0x3a, + 0xfc, + 0xbc, + 0xcc, + 0x00, + 0xc4, + 0xb0, + 0x05, + 0xf6, + 0x2e, + 0x01, + 0x8d, + 0x9f, + 0xfd, + 0x89, + 0xc1, + 0xfd, + 0xf4, + 0x88, + 0xfd, + 0xf2, + 0xeb, + 0x01, + 0x72, + 0x04, + 0x02, + 0x44, + 0x4b, + 0xff, + 0x77, + 0xa8, + 0xfe, + 0xb0, + 0x88, + 0xff, + 0x89, + 0x13, + 0x00, + 0x2c, + 0xc2, + 0xfe, + 0x81, + 0x0c, + 0x00, + 0x12, + 0xd8, + 0xff, + 0x99, + 0x75, + 0xff, + 0xb9, + 0x38, + 0x00, + 0x51, + 0xfc, + 0xfe, + 0x61, + 0x5d, + 0xff, + 0x7b, + 0x5b, + 0xff, + 0x3f, + 0xe1, + 0xfe, + 0x89, + 0xef, + 0xfe, + 0xc8, + 0x14, + 0xff, + 0xd7, + 0xa8, + 0xff, + 0x28, + 0x3c, + 0xff, + 0x13, + 0x70, + 0xff, + 0x13, + 0x53, + 0xff, + 0xcf, + 0x09, + 0xff, + 0xd8, + 0x85, + 0xff, + 0x96, + 0x24, + 0xff, + 0x16, + 0x23, + 0xff, + 0x0b, + 0x4b, + 0xff, + 0x6a, + 0x36, + 0xff, + 0x5a, + 0x4a, + 0xff, + 0x96, + 0x3b, + 0xff, + 0xa5, + 0x4e, + 0xff, + 0x54, + 0x5b, + 0xff, + 0x50, + 0x78, + 0xff, + 0xf1, + 0x3e, + 0xff, + 0xda, + 0x0f, + 0xff, + 0xbf, + 0x5e, + 0xff, + 0xc4, + 0x82, + 0xff, + 0x81, + 0xad, + 0xff, + 0x17, + 0x9a, + 0xff, + 0xc2, + 0x4f, + 0xff, + 0xc1, + 0x55, + 0xff, + 0xd3, + 0x4f, + 0xff, + 0x3c, + 0x5d, + 0xff, + 0x74, + 0x5a, + 0xff, + 0xbf, + 0x19, + 0xff, + 0xc9, + 0x17, + 0xff, + 0x17, + 0x1c, + 0xff, + 0xee, + 0x3d, + 0xff, + 0x26, + 0x76, + 0xff, + 0xd8, + 0x79, + 0x0a, + 0x09, + 0x9b, + 0x13, + 0x3e, + 0xc5, + 0x05, + 0x4e, + 0x1c, + 0xff, + 0x11, + 0xa2, + 0x03, + 0xfb, + 0x62, + 0xff, + 0x37, + 0x1c, + 0x03, + 0x63, + 0x87, + 0x04, + 0xc2, + 0x66, + 0xfd, + 0x3a, + 0xee, + 0xfb, + 0x16, + 0x88, + 0x00, + 0x6f, + 0x3d, + 0x06, + 0xbc, + 0xfa, + 0x01, + 0x16, + 0x94, + 0xfd, + 0x4e, + 0x3e, + 0xfd, + 0x34, + 0xea, + 0xfc, + 0x80, + 0xba, + 0x01, + 0xe3, + 0x51, + 0x02, + 0xf7, + 0xdc, + 0xff, + 0x08, + 0x75, + 0xff, + 0xa1, + 0xf6, + 0xff, + 0x7a, + 0x23, + 0x00, + 0x2a, + 0xbb, + 0xfe, + 0x50, + 0xe7, + 0xff, + 0x98, + 0x87, + 0xff, + 0x89, + 0x0e, + 0xff, + 0x75, + 0x0e, + 0x00, + 0xd2, + 0xe2, + 0xfe, + 0x12, + 0x69, + 0xff, + 0x07, + 0x06, + 0x00, + 0x88, + 0xd5, + 0xff, + 0xac, + 0x95, + 0xff, + 0x54, + 0x27, + 0xff, + 0xbb, + 0x2e, + 0xff, + 0x03, + 0xac, + 0xfe, + 0x07, + 0x33, + 0xff, + 0x52, + 0x55, + 0xff, + 0x01, + 0x1e, + 0xff, + 0xac, + 0x9c, + 0xff, + 0x30, + 0x38, + 0xff, + 0xb7, + 0x3d, + 0xff, + 0x1b, + 0x5c, + 0xff, + 0xdd, + 0x2e, + 0xff, + 0xa2, + 0x33, + 0xff, + 0x70, + 0x1d, + 0xff, + 0x31, + 0x30, + 0xff, + 0x51, + 0x2d, + 0xff, + 0xd9, + 0x52, + 0xff, + 0x0f, + 0x47, + 0xff, + 0x3e, + 0x23, + 0xff, + 0xfe, + 0x5b, + 0xff, + 0x7a, + 0x83, + 0xff, + 0xe4, + 0xc5, + 0xff, + 0x6c, + 0xaa, + 0xff, + 0xa1, + 0x56, + 0xff, + 0x4f, + 0x50, + 0xff, + 0x05, + 0x2e, + 0xff, + 0x25, + 0x4c, + 0xff, + 0xf8, + 0x61, + 0xff, + 0x74, + 0x16, + 0xff, + 0x20, + 0x0c, + 0xff, + 0xcd, + 0x19, + 0xff, + 0xcc, + 0x36, + 0xff, + 0x46, + 0x64, + 0xff, + 0xa7, + 0xd7, + 0x0a, + 0x61, + 0x0e, + 0x15, + 0x67, + 0xbc, + 0x06, + 0xfa, + 0xab, + 0xfe, + 0xff, + 0x81, + 0x03, + 0xcb, + 0xc6, + 0xfe, + 0x5f, + 0x29, + 0x02, + 0xb2, + 0x21, + 0x04, + 0xfe, + 0x5a, + 0xfc, + 0xcd, + 0xb9, + 0xfa, + 0x6f, + 0xa3, + 0xff, + 0xbb, + 0x7e, + 0x06, + 0xbe, + 0xe2, + 0x02, + 0xc7, + 0x90, + 0xfd, + 0xaa, + 0x69, + 0xfd, + 0x7c, + 0x07, + 0xfd, + 0x9b, + 0x84, + 0x01, + 0x2c, + 0x4f, + 0x02, + 0x9e, + 0xc8, + 0xff, + 0x9f, + 0x5c, + 0xff, + 0x5d, + 0x07, + 0x00, + 0x6c, + 0xde, + 0x00, + 0x3b, + 0x28, + 0xff, + 0x15, + 0xd0, + 0xff, + 0x88, + 0xc5, + 0xff, + 0xf4, + 0x01, + 0xff, + 0x95, + 0xf2, + 0xff, + 0x9d, + 0xe6, + 0xfe, + 0xc6, + 0x3b, + 0xff, + 0x11, + 0xe7, + 0xff, + 0x53, + 0x04, + 0x00, + 0x81, + 0x37, + 0x00, + 0xd0, + 0xde, + 0xff, + 0xf6, + 0xaa, + 0xff, + 0x5d, + 0xbc, + 0xfe, + 0xe5, + 0xe7, + 0xfe, + 0x44, + 0x18, + 0xff, + 0x3b, + 0xf8, + 0xfe, + 0x0e, + 0x9c, + 0xff, + 0x72, + 0x69, + 0xff, + 0xa4, + 0x60, + 0xff, + 0x57, + 0x62, + 0xff, + 0x9d, + 0x37, + 0xff, + 0x87, + 0x2d, + 0xff, + 0xaf, + 0xfa, + 0xfe, + 0xcc, + 0x17, + 0xff, + 0x89, + 0x37, + 0xff, + 0x65, + 0x69, + 0xff, + 0xe8, + 0x4a, + 0xff, + 0x12, + 0x00, + 0xff, + 0xa1, + 0x23, + 0xff, + 0x51, + 0x73, + 0xff, + 0x38, + 0xd8, + 0xff, + 0xe9, + 0xb3, + 0xff, + 0x25, + 0x5f, + 0xff, + 0xde, + 0x4f, + 0xff, + 0x6d, + 0x20, + 0xff, + 0x11, + 0x41, + 0xff, + 0xc9, + 0x56, + 0xff, + 0x6f, + 0xff, + 0xfe, + 0xf3, + 0xf4, + 0xfe, + 0xb4, + 0x1f, + 0xff, + 0x46, + 0x48, + 0xff, + 0x7e, + 0x7e, + 0xff, + 0x5c, + 0x36, + 0x0b, + 0xfc, + 0xd0, + 0x16, + 0x6c, + 0x11, + 0x08, + 0xa9, + 0x55, + 0xfe, + 0x69, + 0xd8, + 0x03, + 0xe3, + 0x98, + 0xfe, + 0x4b, + 0x68, + 0x01, + 0x42, + 0x26, + 0x04, + 0x88, + 0x61, + 0xfb, + 0xa9, + 0x53, + 0xf9, + 0xfc, + 0x50, + 0xfe, + 0x13, + 0x39, + 0x06, + 0xf5, + 0x76, + 0x03, + 0x8d, + 0xe3, + 0xfc, + 0x8a, + 0x07, + 0xfd, + 0xa1, + 0xf7, + 0xfc, + 0x1a, + 0x83, + 0x01, + 0x7f, + 0xe6, + 0x02, + 0xc2, + 0xf4, + 0xff, + 0x19, + 0x5c, + 0xff, + 0x27, + 0xfc, + 0xff, + 0xa5, + 0xe0, + 0x00, + 0xb2, + 0x2a, + 0xff, + 0xa7, + 0xfe, + 0xff, + 0x90, + 0x11, + 0x00, + 0xba, + 0xf5, + 0xfe, + 0x97, + 0x45, + 0x00, + 0x50, + 0x1a, + 0xff, + 0xde, + 0x22, + 0xff, + 0xbc, + 0x0d, + 0x00, + 0xbd, + 0x1e, + 0x00, + 0x2a, + 0x14, + 0x00, + 0x51, + 0xa8, + 0xff, + 0x28, + 0x2d, + 0x00, + 0xc9, + 0x8f, + 0xff, + 0x0d, + 0x69, + 0xff, + 0x3a, + 0x55, + 0xff, + 0xc7, + 0xb6, + 0xfe, + 0xa1, + 0x55, + 0xff, + 0xe5, + 0x5d, + 0xff, + 0x92, + 0x8b, + 0xff, + 0xd7, + 0xad, + 0xff, + 0x53, + 0x4a, + 0xff, + 0xa9, + 0x17, + 0xff, + 0x06, + 0xde, + 0xfe, + 0x78, + 0x1d, + 0xff, + 0x10, + 0x3c, + 0xff, + 0xc0, + 0x64, + 0xff, + 0x77, + 0x6b, + 0xff, + 0x0d, + 0x11, + 0xff, + 0xa7, + 0x2c, + 0xff, + 0x17, + 0x77, + 0xff, + 0x17, + 0xcc, + 0xff, + 0xcd, + 0xa4, + 0xff, + 0x68, + 0x2b, + 0xff, + 0xcb, + 0x1e, + 0xff, + 0xad, + 0x0e, + 0xff, + 0xb6, + 0x2f, + 0xff, + 0xe1, + 0x45, + 0xff, + 0x71, + 0xf7, + 0xfe, + 0x49, + 0xfc, + 0xfe, + 0x8e, + 0x2b, + 0xff, + 0xa9, + 0x62, + 0xff, + 0x0e, + 0xae, + 0xff, + 0x49, + 0xb3, + 0x0b, + 0x1e, + 0xd3, + 0x18, + 0xc5, + 0x60, + 0x09, + 0x47, + 0xd4, + 0xfd, + 0xbf, + 0x6d, + 0x04, + 0x2a, + 0xa3, + 0xfe, + 0xb7, + 0xd8, + 0x00, + 0x83, + 0xa7, + 0x04, + 0xe4, + 0x92, + 0xfa, + 0xc9, + 0x11, + 0xf8, + 0x02, + 0x59, + 0xfd, + 0x7f, + 0x2b, + 0x06, + 0xab, + 0x19, + 0x04, + 0xd9, + 0xdc, + 0xfb, + 0xde, + 0x27, + 0xfc, + 0xbd, + 0x6b, + 0xfc, + 0xb1, + 0xee, + 0x00, + 0x08, + 0x07, + 0x03, + 0x55, + 0xff, + 0xff, + 0x32, + 0x81, + 0xff, + 0x1c, + 0x06, + 0x00, + 0x77, + 0x3b, + 0x01, + 0xb7, + 0x35, + 0xff, + 0x9a, + 0x89, + 0xff, + 0x9d, + 0x57, + 0x00, + 0xf8, + 0x0a, + 0xff, + 0x47, + 0x4e, + 0x00, + 0x2c, + 0x5b, + 0xff, + 0xc9, + 0x3d, + 0xff, + 0x07, + 0x30, + 0x00, + 0x1a, + 0x0a, + 0x00, + 0x49, + 0x03, + 0x00, + 0x11, + 0x9d, + 0xff, + 0x70, + 0x14, + 0x00, + 0x9e, + 0xa7, + 0xff, + 0x0f, + 0xf6, + 0xff, + 0x30, + 0x35, + 0x00, + 0xa0, + 0x4f, + 0xff, + 0xf8, + 0xa4, + 0xff, + 0x38, + 0x69, + 0xff, + 0x2c, + 0x36, + 0xff, + 0x09, + 0x5c, + 0xff, + 0x3d, + 0x54, + 0xff, + 0xd9, + 0x5b, + 0xff, + 0xbf, + 0x14, + 0xff, + 0x4f, + 0x18, + 0xff, + 0xac, + 0x1d, + 0xff, + 0x06, + 0x6d, + 0xff, + 0xb5, + 0x92, + 0xff, + 0x4d, + 0x46, + 0xff, + 0x8a, + 0x5a, + 0xff, + 0x5a, + 0x9c, + 0xff, + 0x38, + 0xdf, + 0xff, + 0xb6, + 0x89, + 0xff, + 0x49, + 0xf9, + 0xfe, + 0x80, + 0xd7, + 0xfe, + 0xe1, + 0xb7, + 0xfe, + 0x72, + 0xf4, + 0xfe, + 0xf3, + 0x3f, + 0xff, + 0xb9, + 0x0a, + 0xff, + 0xdb, + 0x11, + 0xff, + 0x97, + 0x4b, + 0xff, + 0xf1, + 0x7d, + 0xff, + 0x5b, + 0xd2, + 0xff, + 0x20, + 0x07, + 0x0d, + 0xd8, + 0x8b, + 0x1b, + 0x24, + 0xb2, + 0x09, + 0xfe, + 0xe3, + 0xfc, + 0xae, + 0x54, + 0x05, + 0x29, + 0x7e, + 0xfe, + 0x18, + 0x8c, + 0x00, + 0x17, + 0x03, + 0x05, + 0x6a, + 0x4d, + 0xf9, + 0x39, + 0xec, + 0xf6, + 0x8a, + 0xd3, + 0xfc, + 0x8a, + 0x84, + 0x06, + 0xfa, + 0x82, + 0x04, + 0x11, + 0xcc, + 0xfa, + 0x41, + 0x7d, + 0xfb, + 0xd4, + 0xec, + 0xfb, + 0x52, + 0x59, + 0x00, + 0xc6, + 0xab, + 0x02, + 0xde, + 0x72, + 0xff, + 0x36, + 0x52, + 0xff, + 0xd2, + 0xe7, + 0xff, + 0xee, + 0x2d, + 0x01, + 0x06, + 0x03, + 0xff, + 0x7e, + 0x71, + 0xff, + 0x89, + 0x8e, + 0x00, + 0x2f, + 0xec, + 0xfe, + 0x33, + 0x44, + 0x00, + 0xbb, + 0x4c, + 0xff, + 0x08, + 0x2a, + 0xff, + 0x8b, + 0x25, + 0x00, + 0x9f, + 0x00, + 0x00, + 0xd4, + 0x20, + 0x00, + 0xad, + 0x94, + 0xff, + 0x84, + 0x32, + 0x00, + 0x64, + 0xb1, + 0xff, + 0xf1, + 0xdb, + 0xff, + 0xf8, + 0x64, + 0x00, + 0x89, + 0xc2, + 0xff, + 0xdd, + 0x5f, + 0x00, + 0x0a, + 0xe9, + 0xff, + 0x81, + 0x5b, + 0xff, + 0x88, + 0x50, + 0xff, + 0x7b, + 0x0e, + 0xff, + 0x2d, + 0x1b, + 0xff, + 0x15, + 0xec, + 0xfe, + 0x1e, + 0x23, + 0xff, + 0x8c, + 0x4a, + 0xff, + 0xb4, + 0x9c, + 0xff, + 0xf0, + 0xbb, + 0xff, + 0x0f, + 0x4a, + 0xff, + 0x81, + 0x5e, + 0xff, + 0x86, + 0x9e, + 0xff, + 0x7f, + 0xe3, + 0xff, + 0x53, + 0xa7, + 0xff, + 0x49, + 0xe4, + 0xfe, + 0xc3, + 0x91, + 0xfe, + 0x5e, + 0x7b, + 0xfe, + 0xdf, + 0xb8, + 0xfe, + 0x05, + 0x1d, + 0xff, + 0x98, + 0x13, + 0xff, + 0x99, + 0x32, + 0xff, + 0x3d, + 0x6f, + 0xff, + 0x4d, + 0x8f, + 0xff, + 0xc7, + 0xd8, + 0xff, + 0xfb, + 0x57, + 0x0e, + 0x9e, + 0x90, + 0x1e, + 0x91, + 0x42, + 0x0a, + 0xac, + 0x79, + 0xfb, + 0x12, + 0x2c, + 0x06, + 0x6f, + 0x9a, + 0xfe, + 0x01, + 0xdc, + 0xff, + 0xab, + 0x5c, + 0x05, + 0x51, + 0x15, + 0xf8, + 0xbf, + 0xd8, + 0xf5, + 0xc6, + 0xe5, + 0xfc, + 0x02, + 0xdf, + 0x06, + 0xf9, + 0xc5, + 0x04, + 0xa0, + 0xee, + 0xf9, + 0x98, + 0xeb, + 0xfa, + 0x41, + 0x92, + 0xfb, + 0xa4, + 0x1b, + 0x00, + 0xcf, + 0x93, + 0x02, + 0x21, + 0xd3, + 0xfe, + 0x1c, + 0x35, + 0xff, + 0x6a, + 0xb0, + 0xff, + 0x76, + 0xe0, + 0x00, + 0xdd, + 0xe4, + 0xfe, + 0x30, + 0x2f, + 0xff, + 0x10, + 0x99, + 0x00, + 0xa9, + 0xba, + 0xfe, + 0x65, + 0x08, + 0x00, + 0xfc, + 0xfc, + 0xfe, + 0xa5, + 0xe6, + 0xfe, + 0x3c, + 0x39, + 0x00, + 0x64, + 0xed, + 0xff, + 0x12, + 0x51, + 0x00, + 0x52, + 0xd4, + 0xff, + 0x3a, + 0x67, + 0x00, + 0xc7, + 0xf9, + 0xff, + 0x12, + 0xe8, + 0xff, + 0x6b, + 0x4e, + 0x00, + 0x42, + 0x7e, + 0xff, + 0x28, + 0x4b, + 0x00, + 0x53, + 0x1e, + 0x00, + 0x8e, + 0xbc, + 0xff, + 0xff, + 0xd6, + 0xff, + 0x47, + 0x57, + 0xff, + 0x10, + 0x21, + 0xff, + 0x34, + 0xc0, + 0xfe, + 0x1d, + 0x02, + 0xff, + 0xf4, + 0x51, + 0xff, + 0xce, + 0xb1, + 0xff, + 0x23, + 0xe6, + 0xff, + 0x61, + 0x46, + 0xff, + 0x59, + 0x40, + 0xff, + 0x17, + 0x86, + 0xff, + 0xf0, + 0xca, + 0xff, + 0x75, + 0xc4, + 0xff, + 0xc0, + 0x06, + 0xff, + 0x19, + 0x99, + 0xfe, + 0x96, + 0x80, + 0xfe, + 0x9e, + 0xb5, + 0xfe, + 0x7a, + 0x25, + 0xff, + 0x84, + 0x16, + 0xff, + 0x3c, + 0x2a, + 0xff, + 0xca, + 0x75, + 0xff, + 0xec, + 0xa2, + 0xff, + 0x6e, + 0xf8, + 0xff, + 0xe6, + 0x9f, + 0x10, + 0x5a, + 0x95, + 0x21, + 0x9a, + 0x6a, + 0x09, + 0x90, + 0xce, + 0xfa, + 0x5f, + 0xe4, + 0x06, + 0x90, + 0x1a, + 0xfe, + 0xd7, + 0x48, + 0x00, + 0xc2, + 0xe5, + 0x04, + 0x3f, + 0x77, + 0xf6, + 0xa5, + 0x29, + 0xf5, + 0x7c, + 0x5b, + 0xfd, + 0x85, + 0xb2, + 0x07, + 0xd1, + 0xff, + 0x03, + 0x95, + 0x70, + 0xf9, + 0x05, + 0xb3, + 0xfa, + 0x0f, + 0x18, + 0xfb, + 0x98, + 0x6e, + 0x00, + 0x35, + 0x49, + 0x02, + 0x71, + 0xa2, + 0xfe, + 0x80, + 0x28, + 0xff, + 0x2d, + 0x94, + 0xff, + 0x66, + 0xea, + 0x00, + 0xd1, + 0x92, + 0xfe, + 0xc7, + 0x06, + 0xff, + 0xd8, + 0x18, + 0x00, + 0x0a, + 0x89, + 0xfe, + 0x51, + 0x02, + 0x00, + 0xdd, + 0x7d, + 0xfe, + 0x24, + 0xe6, + 0xfe, + 0x50, + 0x41, + 0x00, + 0xc3, + 0xeb, + 0xff, + 0x5c, + 0x67, + 0x00, + 0x57, + 0xf1, + 0xff, + 0x42, + 0x89, + 0x00, + 0x50, + 0xd7, + 0xff, + 0xc7, + 0x08, + 0x00, + 0x65, + 0x7b, + 0x00, + 0x2e, + 0x72, + 0xff, + 0x1a, + 0x2f, + 0x00, + 0x58, + 0xc8, + 0xff, + 0xfd, + 0x8b, + 0xff, + 0xf1, + 0xf0, + 0xff, + 0xf5, + 0xaf, + 0xff, + 0xcc, + 0xb7, + 0xff, + 0xbd, + 0x22, + 0xff, + 0xfc, + 0xfc, + 0xfe, + 0x1c, + 0x1f, + 0xff, + 0x03, + 0x8d, + 0xff, + 0xdb, + 0xcc, + 0xff, + 0x68, + 0x35, + 0xff, + 0x5a, + 0x5a, + 0xff, + 0xce, + 0x92, + 0xff, + 0xc2, + 0xba, + 0xff, + 0xcf, + 0xe8, + 0xff, + 0x32, + 0x39, + 0xff, + 0xc5, + 0xaa, + 0xfe, + 0x9f, + 0x8b, + 0xfe, + 0x90, + 0xb2, + 0xfe, + 0xa9, + 0x1d, + 0xff, + 0xbf, + 0x2e, + 0xff, + 0xc6, + 0x56, + 0xff, + 0xf0, + 0x82, + 0xff, + 0x0d, + 0xa0, + 0xff, + 0x25, + 0x04, + 0x00, + 0xc4, + 0x15, + 0x12, + 0x5b, + 0x37, + 0x24, + 0x04, + 0x29, + 0x0a, + 0x00, + 0x7f, + 0xfa, + 0xde, + 0xcf, + 0x06, + 0x1f, + 0x8d, + 0xfd, + 0xcd, + 0x46, + 0x00, + 0x30, + 0xc0, + 0x04, + 0x27, + 0x4a, + 0xf5, + 0x31, + 0x9f, + 0xf4, + 0x99, + 0x94, + 0xfd, + 0xc7, + 0xdd, + 0x06, + 0x53, + 0x32, + 0x03, + 0x1e, + 0x2d, + 0xfa, + 0x34, + 0xb1, + 0xfa, + 0x81, + 0x47, + 0xfa, + 0xe9, + 0x39, + 0x00, + 0x53, + 0xfb, + 0x01, + 0x87, + 0xf4, + 0xfe, + 0x4a, + 0xf1, + 0xff, + 0xe9, + 0x34, + 0xff, + 0xd3, + 0x33, + 0x00, + 0xe5, + 0x85, + 0xfe, + 0x11, + 0xea, + 0xfe, + 0x16, + 0xb2, + 0xff, + 0x53, + 0x36, + 0xfe, + 0x7c, + 0xb2, + 0xff, + 0x86, + 0x3e, + 0xfe, + 0xfd, + 0xea, + 0xfe, + 0x6c, + 0x47, + 0x00, + 0x34, + 0xdd, + 0xff, + 0xab, + 0x71, + 0x00, + 0xeb, + 0xcc, + 0xff, + 0xdf, + 0x58, + 0x00, + 0xb2, + 0xc1, + 0xff, + 0x9f, + 0xdf, + 0xff, + 0xa7, + 0x6a, + 0x00, + 0xed, + 0x68, + 0xff, + 0x04, + 0x1a, + 0x00, + 0xe7, + 0x94, + 0xff, + 0x78, + 0x4a, + 0xff, + 0x58, + 0xcc, + 0xff, + 0x9d, + 0x7a, + 0xff, + 0x82, + 0x88, + 0xff, + 0x7c, + 0x27, + 0xff, + 0xa1, + 0x3e, + 0xff, + 0x37, + 0x5d, + 0xff, + 0x7d, + 0x99, + 0xff, + 0xba, + 0xd6, + 0xff, + 0x38, + 0x12, + 0xff, + 0x82, + 0x34, + 0xff, + 0x9c, + 0xc8, + 0xff, + 0xc8, + 0xf8, + 0xff, + 0x42, + 0x24, + 0x00, + 0xe5, + 0x81, + 0xff, + 0xf2, + 0x97, + 0xfe, + 0x44, + 0x4e, + 0xfe, + 0x6b, + 0xa3, + 0xfe, + 0x76, + 0x16, + 0xff, + 0xd4, + 0x36, + 0xff, + 0x5d, + 0x77, + 0xff, + 0x6c, + 0xa1, + 0xff, + 0x90, + 0xbd, + 0xff, + 0xd6, + 0x24, + 0x00, + 0x67, + 0x00, + 0x12, + 0x57, + 0xc0, + 0x25, + 0x54, + 0xc6, + 0x0c, + 0x77, + 0xb1, + 0xfa, + 0xb9, + 0xc0, + 0x06, + 0xbe, + 0xa5, + 0xfd, + 0xee, + 0xdd, + 0xfe, + 0xeb, + 0x02, + 0x05, + 0x1d, + 0xa6, + 0xf5, + 0xf3, + 0x62, + 0xf4, + 0xc6, + 0xb3, + 0xfd, + 0xdd, + 0xf3, + 0x04, + 0xad, + 0x25, + 0x02, + 0x5f, + 0x4c, + 0xfb, + 0x84, + 0x92, + 0xfb, + 0xb2, + 0x47, + 0xfa, + 0x07, + 0x87, + 0xff, + 0x8e, + 0xab, + 0x01, + 0x35, + 0xed, + 0xfe, + 0x1e, + 0x81, + 0x00, + 0x33, + 0x7b, + 0xff, + 0x1e, + 0x86, + 0xff, + 0xc5, + 0x68, + 0xfe, + 0xfb, + 0xde, + 0xfe, + 0xf4, + 0xd8, + 0xff, + 0x6c, + 0x6c, + 0xfe, + 0x96, + 0x6d, + 0xff, + 0x2c, + 0x21, + 0xfe, + 0x7a, + 0xc6, + 0xfe, + 0x57, + 0x10, + 0x00, + 0x32, + 0x74, + 0xff, + 0x94, + 0x5f, + 0x00, + 0x92, + 0xfe, + 0xff, + 0xd9, + 0x47, + 0x00, + 0x45, + 0xc6, + 0xff, + 0x52, + 0x9d, + 0xff, + 0xc2, + 0x3b, + 0x00, + 0x0a, + 0x6e, + 0xff, + 0x03, + 0x25, + 0x00, + 0x3b, + 0xb2, + 0xff, + 0x07, + 0x24, + 0xff, + 0x55, + 0x88, + 0xff, + 0x29, + 0x03, + 0xff, + 0xb2, + 0x24, + 0xff, + 0xcb, + 0xea, + 0xfe, + 0xd0, + 0x00, + 0xff, + 0xda, + 0x69, + 0xff, + 0x13, + 0xc3, + 0xff, + 0xa4, + 0x37, + 0x00, + 0x3f, + 0x8a, + 0xff, + 0x4e, + 0x68, + 0xff, + 0x02, + 0xe0, + 0xff, + 0x28, + 0xee, + 0xff, + 0xd2, + 0x0b, + 0x00, + 0x0f, + 0xb1, + 0xff, + 0x7d, + 0xe9, + 0xfe, + 0xd4, + 0x63, + 0xfe, + 0xc9, + 0x8f, + 0xfe, + 0xcb, + 0xfb, + 0xfe, + 0x5b, + 0x13, + 0xff, + 0xcb, + 0x69, + 0xff, + 0x86, + 0xbb, + 0xff, + 0x14, + 0xcd, + 0xff, + 0xd7, + 0x42, + 0x00, + 0x59, + 0xe1, + 0x12, + 0x84, + 0x04, + 0x27, + 0x75, + 0x97, + 0x0d, + 0xc7, + 0x02, + 0xfc, + 0xf1, + 0x61, + 0x07, + 0x0d, + 0x37, + 0xfd, + 0x54, + 0xfc, + 0xfd, + 0x7b, + 0xd5, + 0x03, + 0x94, + 0x7a, + 0xf5, + 0x4a, + 0xfe, + 0xf4, + 0x0e, + 0xa9, + 0xfe, + 0x6e, + 0x85, + 0x03, + 0x1e, + 0x6d, + 0xff, + 0x6a, + 0x18, + 0xfc, + 0xb3, + 0x05, + 0xfd, + 0xb1, + 0x15, + 0xfb, + 0x19, + 0xc4, + 0xff, + 0x62, + 0x3c, + 0x00, + 0xa8, + 0x63, + 0xfe, + 0x3f, + 0x0a, + 0x01, + 0xf8, + 0xdc, + 0xff, + 0x59, + 0x4d, + 0xff, + 0x34, + 0x4e, + 0xfe, + 0x01, + 0x15, + 0xff, + 0x02, + 0xb7, + 0xff, + 0x30, + 0xbd, + 0xfe, + 0x82, + 0x54, + 0xff, + 0xf5, + 0xa9, + 0xfd, + 0x1b, + 0xac, + 0xfe, + 0x39, + 0xc4, + 0xff, + 0xfa, + 0x1d, + 0xff, + 0x3b, + 0x27, + 0x00, + 0xe9, + 0x02, + 0x00, + 0xd0, + 0x3b, + 0x00, + 0x5b, + 0xaf, + 0xff, + 0x73, + 0x91, + 0xff, + 0x16, + 0x0e, + 0x00, + 0x15, + 0x5e, + 0xff, + 0xe0, + 0x10, + 0x00, + 0xac, + 0x81, + 0xff, + 0x56, + 0xdb, + 0xfe, + 0xaa, + 0x59, + 0xff, + 0x22, + 0xdf, + 0xfe, + 0x7d, + 0xda, + 0xfe, + 0x2c, + 0xc5, + 0xfe, + 0x86, + 0xeb, + 0xfe, + 0x9d, + 0x47, + 0xff, + 0x3b, + 0x9d, + 0xff, + 0xf8, + 0x2a, + 0x00, + 0xaa, + 0xca, + 0xff, + 0xb6, + 0xb6, + 0xff, + 0xe1, + 0x0d, + 0x00, + 0xb2, + 0xf6, + 0xff, + 0xdb, + 0xdf, + 0xff, + 0x9c, + 0xbe, + 0xff, + 0x4a, + 0x30, + 0xff, + 0x6e, + 0x80, + 0xfe, + 0xf6, + 0xa9, + 0xfe, + 0xde, + 0xfd, + 0xfe, + 0x21, + 0x02, + 0xff, + 0xb6, + 0x63, + 0xff, + 0xd3, + 0xb6, + 0xff, + 0xa9, + 0xd0, + 0xff, + 0xcb, + 0x35, + 0x00, + 0x21, + 0x7f, + 0x13, + 0x4e, + 0x16, + 0x28, + 0x5f, + 0x20, + 0x0e, + 0xc2, + 0xd6, + 0xfc, + 0x12, + 0x92, + 0x08, + 0x99, + 0x68, + 0xfd, + 0xa2, + 0x23, + 0xfd, + 0x00, + 0x9e, + 0x02, + 0x6c, + 0xb3, + 0xf4, + 0xdb, + 0xa6, + 0xf5, + 0xe1, + 0x44, + 0x00, + 0xed, + 0x7e, + 0x02, + 0x52, + 0xb4, + 0xfc, + 0x9c, + 0x35, + 0xfc, + 0x3a, + 0x5d, + 0xfe, + 0x13, + 0x48, + 0xfc, + 0x65, + 0x6f, + 0x00, + 0x06, + 0xf6, + 0xfe, + 0xf6, + 0x25, + 0xfd, + 0xa3, + 0x42, + 0x01, + 0xcc, + 0xbe, + 0x00, + 0xc7, + 0x7c, + 0xff, + 0xbe, + 0x29, + 0xfe, + 0x8b, + 0x3d, + 0xff, + 0x92, + 0x99, + 0xff, + 0x8a, + 0xcf, + 0xfe, + 0x06, + 0x1f, + 0xff, + 0xe3, + 0x28, + 0xfd, + 0xcf, + 0x6d, + 0xfe, + 0x9a, + 0x8b, + 0xff, + 0x57, + 0xe3, + 0xfe, + 0xcb, + 0xe7, + 0xff, + 0x93, + 0x10, + 0x00, + 0x60, + 0x4a, + 0x00, + 0x63, + 0xa9, + 0xff, + 0xb2, + 0x80, + 0xff, + 0xe1, + 0xd2, + 0xff, + 0xea, + 0x34, + 0xff, + 0x2d, + 0xca, + 0xff, + 0xf6, + 0x43, + 0xff, + 0xd6, + 0xa3, + 0xfe, + 0x1e, + 0x32, + 0xff, + 0xa3, + 0xd2, + 0xfe, + 0x6e, + 0xc7, + 0xfe, + 0x3e, + 0xee, + 0xfe, + 0xd5, + 0x19, + 0xff, + 0x61, + 0x4d, + 0xff, + 0x1c, + 0x59, + 0xff, + 0x0d, + 0xb9, + 0xff, + 0x69, + 0xb2, + 0xff, + 0x66, + 0xce, + 0xff, + 0x79, + 0x16, + 0x00, + 0x6e, + 0x18, + 0x00, + 0x6e, + 0xeb, + 0xff, + 0x89, + 0xc3, + 0xff, + 0xca, + 0x6d, + 0xff, + 0x92, + 0x88, + 0xfe, + 0x21, + 0x93, + 0xfe, + 0x18, + 0xfa, + 0xfe, + 0xbc, + 0xfc, + 0xfe, + 0x02, + 0x88, + 0xff, + 0xf8, + 0xd4, + 0xff, + 0x76, + 0xe2, + 0xff, + 0xfe, + 0x1b, + 0x00, + 0x78, + 0x3e, + 0x14, + 0x82, + 0xa0, + 0x29, + 0xfa, + 0xf9, + 0x0d, + 0xc2, + 0x5f, + 0xfc, + 0x36, + 0x3e, + 0x0a, + 0xfe, + 0xed, + 0xfd, + 0xab, + 0x54, + 0xfc, + 0xd1, + 0x11, + 0x02, + 0xbd, + 0xdb, + 0xf3, + 0x2f, + 0x1b, + 0xf6, + 0xcf, + 0x28, + 0x02, + 0x9a, + 0x59, + 0x02, + 0x19, + 0x58, + 0xf9, + 0x8d, + 0xf2, + 0xfa, + 0xec, + 0xe7, + 0xff, + 0x84, + 0x6a, + 0xfd, + 0xdc, + 0x16, + 0x02, + 0x6c, + 0x8c, + 0xfe, + 0x65, + 0x33, + 0xfb, + 0xab, + 0x78, + 0x01, + 0x86, + 0x7f, + 0x01, + 0xbf, + 0x8e, + 0xff, + 0xbb, + 0xec, + 0xfd, + 0xf7, + 0x3e, + 0xff, + 0xf3, + 0x5d, + 0xff, + 0x28, + 0xa8, + 0xfe, + 0x60, + 0x42, + 0xff, + 0xbb, + 0x7f, + 0xfc, + 0xec, + 0x1e, + 0xfe, + 0xe6, + 0x81, + 0xff, + 0x98, + 0x7d, + 0xfe, + 0x0a, + 0xbb, + 0xff, + 0x71, + 0x0b, + 0x00, + 0x05, + 0x30, + 0x00, + 0x6e, + 0x43, + 0xff, + 0x93, + 0x4b, + 0xff, + 0xe5, + 0xcd, + 0xff, + 0xc4, + 0x27, + 0xff, + 0xd0, + 0xd6, + 0xff, + 0x1e, + 0x38, + 0xff, + 0x4b, + 0x8b, + 0xfe, + 0xaf, + 0x2d, + 0xff, + 0xc4, + 0xdd, + 0xfe, + 0x0b, + 0x9d, + 0xfe, + 0x16, + 0xa1, + 0xfe, + 0xa0, + 0x01, + 0xff, + 0x2c, + 0x5f, + 0xff, + 0xb3, + 0x60, + 0xff, + 0xdb, + 0x82, + 0xff, + 0x77, + 0x63, + 0xff, + 0xe8, + 0xb1, + 0xff, + 0x5a, + 0x0e, + 0x00, + 0x15, + 0x29, + 0x00, + 0xb9, + 0x0b, + 0x00, + 0xf3, + 0xb6, + 0xff, + 0xbd, + 0xab, + 0xff, + 0x3a, + 0xbc, + 0xfe, + 0xa2, + 0x57, + 0xfe, + 0xe6, + 0xde, + 0xfe, + 0xfd, + 0xd3, + 0xfe, + 0x8b, + 0x85, + 0xff, + 0xa4, + 0xed, + 0xff, + 0x60, + 0xd0, + 0xff, + 0x5f, + 0x29, + 0x00, + 0x78, + 0xa2, + 0x15, + 0xdf, + 0xe8, + 0x2b, + 0x09, + 0xb6, + 0x0c, + 0x36, + 0x6c, + 0xfa, + 0x05, + 0x89, + 0x0b, + 0x86, + 0xdf, + 0xfd, + 0x35, + 0x54, + 0xfc, + 0xca, + 0x16, + 0x03, + 0xce, + 0x73, + 0xf2, + 0x11, + 0x20, + 0xf6, + 0x8c, + 0xc8, + 0x04, + 0x1b, + 0x15, + 0x03, + 0xbb, + 0x1a, + 0xf6, + 0xb9, + 0x3f, + 0xf8, + 0x7b, + 0xfc, + 0x00, + 0x80, + 0x8e, + 0xfe, + 0x38, + 0x94, + 0x03, + 0xf4, + 0x8d, + 0xff, + 0x20, + 0x9b, + 0xf9, + 0x91, + 0xb7, + 0x00, + 0x92, + 0xfd, + 0x01, + 0xef, + 0xa9, + 0xff, + 0xa6, + 0xb5, + 0xfd, + 0x2e, + 0x15, + 0xff, + 0x7c, + 0xd6, + 0xfe, + 0x57, + 0x13, + 0xfe, + 0x85, + 0x98, + 0xff, + 0xdd, + 0x67, + 0xfc, + 0x69, + 0xe1, + 0xfd, + 0xf7, + 0x94, + 0xff, + 0x79, + 0xf8, + 0xfd, + 0x7c, + 0x58, + 0xff, + 0x96, + 0x14, + 0x00, + 0x24, + 0x4d, + 0x00, + 0x74, + 0x19, + 0xff, + 0xce, + 0xd7, + 0xfe, + 0xeb, + 0x4f, + 0xff, + 0xa5, + 0xeb, + 0xfe, + 0x49, + 0x44, + 0x00, + 0x22, + 0xbe, + 0xff, + 0x26, + 0xca, + 0xfe, + 0x27, + 0x29, + 0xff, + 0x34, + 0x94, + 0xfe, + 0x80, + 0x67, + 0xfe, + 0xf1, + 0x9f, + 0xfe, + 0x44, + 0xfc, + 0xfe, + 0xeb, + 0x13, + 0xff, + 0x18, + 0xfc, + 0xfe, + 0x2e, + 0x3e, + 0xff, + 0xbe, + 0x43, + 0xff, + 0xd8, + 0xdf, + 0xff, + 0x61, + 0x3d, + 0x00, + 0x08, + 0x0d, + 0x00, + 0xa8, + 0x02, + 0x00, + 0x14, + 0x9f, + 0xff, + 0x00, + 0xb6, + 0xff, + 0x11, + 0x1f, + 0xff, + 0x15, + 0x47, + 0xfe, + 0x7a, + 0xad, + 0xfe, + 0x32, + 0xb5, + 0xfe, + 0x48, + 0x55, + 0xff, + 0xf6, + 0x07, + 0x00, + 0x6a, + 0xd1, + 0xff, + 0x8b, + 0x26, + 0x00, + 0xac, + 0x38, + 0x17, + 0x0b, + 0x0c, + 0x2f, + 0x2f, + 0x96, + 0x0b, + 0xff, + 0xcf, + 0xf6, + 0xa2, + 0x30, + 0x0c, + 0x08, + 0x62, + 0xfe, + 0x7e, + 0x48, + 0xfc, + 0x41, + 0xdc, + 0x04, + 0x41, + 0xb3, + 0xf1, + 0xd4, + 0x8a, + 0xf5, + 0x1c, + 0x1b, + 0x07, + 0xee, + 0xe5, + 0x04, + 0x6f, + 0x74, + 0xf4, + 0xd6, + 0x01, + 0xf5, + 0x56, + 0xaf, + 0x00, + 0xdc, + 0x6e, + 0xff, + 0x56, + 0xcb, + 0x04, + 0xd9, + 0xea, + 0x00, + 0x8d, + 0x99, + 0xf8, + 0x60, + 0xc0, + 0xff, + 0xfd, + 0x3d, + 0x02, + 0x34, + 0x97, + 0xff, + 0xbc, + 0x46, + 0xfd, + 0x04, + 0x2d, + 0xff, + 0x51, + 0xfd, + 0xfe, + 0x9a, + 0x71, + 0xfd, + 0x5c, + 0x67, + 0xff, + 0xea, + 0x24, + 0xfc, + 0x33, + 0xa4, + 0xfd, + 0xbc, + 0x03, + 0x00, + 0x81, + 0xc9, + 0xfd, + 0x47, + 0xe3, + 0xfe, + 0x1c, + 0xe8, + 0xff, + 0x44, + 0x6c, + 0x00, + 0xf0, + 0x2e, + 0xff, + 0xeb, + 0xbf, + 0xfe, + 0xc5, + 0x54, + 0xff, + 0x93, + 0xa2, + 0xfe, + 0xae, + 0x2b, + 0x00, + 0x33, + 0xef, + 0xff, + 0x3b, + 0xe0, + 0xfe, + 0x9a, + 0x53, + 0xff, + 0xce, + 0x9f, + 0xfe, + 0xf4, + 0x4d, + 0xfe, + 0x56, + 0x7c, + 0xfe, + 0xf7, + 0xf6, + 0xfe, + 0x25, + 0x23, + 0xff, + 0x6d, + 0xe0, + 0xfe, + 0xb3, + 0xe6, + 0xfe, + 0x81, + 0xc2, + 0xfe, + 0x3d, + 0xbb, + 0xff, + 0x65, + 0x85, + 0x00, + 0xb4, + 0x34, + 0x00, + 0x70, + 0x23, + 0x00, + 0x77, + 0x94, + 0xff, + 0x12, + 0x75, + 0xff, + 0x47, + 0x5b, + 0xff, + 0x14, + 0x64, + 0xfe, + 0x08, + 0x78, + 0xfe, + 0x5c, + 0xad, + 0xfe, + 0xa0, + 0x21, + 0xff, + 0x3a, + 0x0d, + 0x00, + 0xe3, + 0xeb, + 0xff, + 0xb4, + 0x1f, + 0x00, + 0x2a, + 0x64, + 0x18, + 0x75, + 0xef, + 0x32, + 0x01, + 0xcd, + 0x0b, + 0xbf, + 0x65, + 0xf1, + 0x09, + 0x6f, + 0x0b, + 0x2d, + 0x42, + 0xff, + 0xf9, + 0x00, + 0xfc, + 0x0e, + 0x95, + 0x08, + 0x2d, + 0xd8, + 0xf1, + 0x1a, + 0xe1, + 0xf2, + 0x53, + 0x84, + 0x08, + 0xb4, + 0xe8, + 0x07, + 0x63, + 0x2c, + 0xf5, + 0xe9, + 0xee, + 0xf1, + 0xfd, + 0x1a, + 0xff, + 0xa6, + 0xb0, + 0xff, + 0xe4, + 0x0d, + 0x05, + 0xe7, + 0x59, + 0x02, + 0x49, + 0x06, + 0xf8, + 0xc2, + 0x92, + 0xfe, + 0x8f, + 0x51, + 0x02, + 0x46, + 0xb9, + 0xff, + 0xa9, + 0x19, + 0xfd, + 0x8f, + 0xf6, + 0xfe, + 0xa3, + 0x62, + 0xff, + 0x4a, + 0x33, + 0xfd, + 0x2b, + 0x58, + 0xff, + 0x9c, + 0xe8, + 0xfb, + 0x4f, + 0xe1, + 0xfc, + 0xcb, + 0x84, + 0x00, + 0xb0, + 0x02, + 0xfe, + 0x3c, + 0x94, + 0xfe, + 0x16, + 0xb6, + 0xff, + 0x58, + 0x70, + 0x00, + 0x93, + 0x95, + 0xff, + 0x06, + 0xc6, + 0xfe, + 0xea, + 0x4f, + 0xff, + 0x43, + 0x62, + 0xfe, + 0x47, + 0x09, + 0x00, + 0x88, + 0x24, + 0x00, + 0x54, + 0xb8, + 0xfe, + 0xcd, + 0x55, + 0xff, + 0x45, + 0xb2, + 0xfe, + 0x67, + 0x52, + 0xfe, + 0x23, + 0x7c, + 0xfe, + 0x09, + 0xd0, + 0xfe, + 0x7b, + 0x2f, + 0xff, + 0x2f, + 0xee, + 0xfe, + 0xf1, + 0xc3, + 0xfe, + 0x30, + 0x5f, + 0xfe, + 0xe1, + 0x6d, + 0xff, + 0x45, + 0xbf, + 0x00, + 0x4a, + 0x64, + 0x00, + 0xc2, + 0x34, + 0x00, + 0x0c, + 0xb5, + 0xff, + 0x61, + 0x36, + 0xff, + 0xd8, + 0x5b, + 0xff, + 0x11, + 0x99, + 0xfe, + 0x82, + 0x38, + 0xfe, + 0xa1, + 0x8f, + 0xfe, + 0x58, + 0xf7, + 0xfe, + 0x93, + 0x02, + 0x00, + 0x41, + 0x1f, + 0x00, + 0x81, + 0x01, + 0x00, + 0xf0, + 0x6b, + 0x1c, + 0x66, + 0xf3, + 0x36, + 0x75, + 0xe4, + 0x06, + 0x3a, + 0x3b, + 0xee, + 0x6b, + 0x0a, + 0x0c, + 0x60, + 0x9a, + 0xfc, + 0xf8, + 0x64, + 0xfe, + 0x14, + 0x22, + 0x0b, + 0xdb, + 0xbe, + 0xef, + 0x93, + 0xf6, + 0xf2, + 0xd8, + 0x61, + 0x0a, + 0x50, + 0xa9, + 0x0a, + 0x0f, + 0x59, + 0xf5, + 0xcc, + 0x62, + 0xef, + 0xd6, + 0x1d, + 0xfd, + 0x95, + 0x14, + 0xff, + 0x05, + 0xa6, + 0x06, + 0x6f, + 0x62, + 0x02, + 0xf7, + 0x6f, + 0xf6, + 0x1c, + 0xfe, + 0xfd, + 0x10, + 0x8c, + 0x02, + 0x86, + 0xda, + 0xff, + 0xfa, + 0x47, + 0xfc, + 0x57, + 0x27, + 0xff, + 0xad, + 0xc4, + 0xff, + 0x51, + 0x07, + 0xfd, + 0xa8, + 0x95, + 0xff, + 0x35, + 0x72, + 0xfb, + 0x07, + 0x97, + 0xfc, + 0xf8, + 0x81, + 0x00, + 0xe0, + 0xfb, + 0xfd, + 0x02, + 0xf1, + 0xfe, + 0x46, + 0xe2, + 0xff, + 0x2c, + 0x57, + 0x00, + 0xce, + 0x25, + 0xff, + 0x69, + 0xd6, + 0xfe, + 0xa9, + 0x80, + 0xff, + 0x80, + 0x30, + 0xfe, + 0x27, + 0x1c, + 0x00, + 0xf6, + 0xec, + 0xff, + 0xf3, + 0xa9, + 0xfe, + 0x27, + 0x6f, + 0xff, + 0xc4, + 0x9c, + 0xfe, + 0xb8, + 0x72, + 0xfe, + 0xa4, + 0x72, + 0xfe, + 0x8f, + 0xad, + 0xfe, + 0x8e, + 0x04, + 0xff, + 0xea, + 0xdf, + 0xfe, + 0xa1, + 0xa5, + 0xfe, + 0x06, + 0x03, + 0xfe, + 0x35, + 0x4c, + 0xff, + 0xa2, + 0xda, + 0x00, + 0x41, + 0x99, + 0x00, + 0x80, + 0x44, + 0x00, + 0xea, + 0xc5, + 0xff, + 0x0c, + 0x34, + 0xff, + 0xd8, + 0x49, + 0xff, + 0x87, + 0xcc, + 0xfe, + 0xfc, + 0x01, + 0xfe, + 0xe3, + 0x2c, + 0xfe, + 0xee, + 0xcf, + 0xfe, + 0x66, + 0xc9, + 0xff, + 0xfa, + 0x3c, + 0x00, + 0x30, + 0x26, + 0x00, + 0x44, + 0xed, + 0x1d, + 0x22, + 0x8d, + 0x39, + 0x75, + 0xee, + 0x05, + 0x55, + 0xd8, + 0xeb, + 0x8a, + 0x6e, + 0x0b, + 0xb9, + 0x1c, + 0xfb, + 0xf1, + 0x66, + 0xff, + 0x04, + 0x7d, + 0x0d, + 0xac, + 0x1a, + 0xef, + 0xff, + 0x11, + 0xf2, + 0x16, + 0x59, + 0x0a, + 0x2c, + 0x82, + 0x0d, + 0x99, + 0x23, + 0xf7, + 0x7d, + 0xee, + 0xec, + 0x6b, + 0x81, + 0xfb, + 0xb1, + 0x91, + 0xfd, + 0x44, + 0x73, + 0x06, + 0x14, + 0xa2, + 0x03, + 0x63, + 0xec, + 0xf5, + 0x35, + 0x2e, + 0xfd, + 0x11, + 0xe0, + 0x01, + 0xf8, + 0xc2, + 0xff, + 0x82, + 0x19, + 0xfc, + 0x86, + 0x1c, + 0xff, + 0x0b, + 0x1f, + 0x00, + 0xc5, + 0xc1, + 0xfc, + 0x67, + 0xfc, + 0xff, + 0x4d, + 0x2f, + 0xfb, + 0x85, + 0xf5, + 0xfb, + 0xe8, + 0xf1, + 0x00, + 0x15, + 0x66, + 0xfe, + 0x0e, + 0x29, + 0xff, + 0x29, + 0xa5, + 0xff, + 0x63, + 0x0f, + 0x00, + 0x60, + 0xfa, + 0xfe, + 0x69, + 0xc4, + 0xfe, + 0x32, + 0x75, + 0xff, + 0x81, + 0xf1, + 0xfd, + 0x9e, + 0x38, + 0x00, + 0x3c, + 0xf8, + 0xff, + 0xe6, + 0xa6, + 0xfe, + 0x91, + 0x8d, + 0xff, + 0x41, + 0xac, + 0xfe, + 0x27, + 0x78, + 0xfe, + 0xdc, + 0x41, + 0xfe, + 0x33, + 0x84, + 0xfe, + 0xbf, + 0xd4, + 0xfe, + 0xc1, + 0xb3, + 0xfe, + 0x2d, + 0xa3, + 0xfe, + 0xd6, + 0xf3, + 0xfd, + 0xd5, + 0x22, + 0xff, + 0xc3, + 0xc0, + 0x00, + 0x01, + 0xa6, + 0x00, + 0x05, + 0x36, + 0x00, + 0x15, + 0xd7, + 0xff, + 0x81, + 0x5d, + 0xff, + 0xba, + 0x3d, + 0xff, + 0x39, + 0x07, + 0xff, + 0x08, + 0x17, + 0xfe, + 0xfc, + 0xc8, + 0xfd, + 0x1e, + 0x9c, + 0xfe, + 0x0b, + 0x91, + 0xff, + 0x8b, + 0x1e, + 0x00, + 0x94, + 0x41, + 0x00, + 0x58, + 0x59, + 0x1f, + 0xea, + 0xed, + 0x3b, + 0x0a, + 0x86, + 0x05, + 0x56, + 0x40, + 0xea, + 0x58, + 0x22, + 0x0a, + 0xf9, + 0x7c, + 0xf9, + 0x95, + 0x03, + 0x01, + 0x4f, + 0x92, + 0x0f, + 0x49, + 0xba, + 0xee, + 0x21, + 0xc8, + 0xf0, + 0x2e, + 0x2d, + 0x09, + 0xa5, + 0x43, + 0x10, + 0x66, + 0xd0, + 0xf9, + 0xf0, + 0xcb, + 0xeb, + 0xa1, + 0x3c, + 0xf9, + 0x36, + 0xca, + 0xfa, + 0x9c, + 0xeb, + 0x06, + 0xdb, + 0xac, + 0x05, + 0x26, + 0x9f, + 0xf5, + 0x21, + 0x58, + 0xfc, + 0x13, + 0x0a, + 0x01, + 0x11, + 0x88, + 0xff, + 0xe3, + 0x2a, + 0xfc, + 0x21, + 0x44, + 0xff, + 0xe0, + 0x1f, + 0x00, + 0x62, + 0x59, + 0xfc, + 0xec, + 0x20, + 0x00, + 0xf3, + 0x1d, + 0xfb, + 0x1a, + 0x0f, + 0xfc, + 0x42, + 0x64, + 0x01, + 0xf6, + 0xa1, + 0xfe, + 0xf0, + 0x4d, + 0xff, + 0x55, + 0x7f, + 0xff, + 0xab, + 0xec, + 0xff, + 0x92, + 0xbc, + 0xfe, + 0x04, + 0x9d, + 0xfe, + 0x46, + 0x60, + 0xff, + 0x9a, + 0xf3, + 0xfd, + 0x61, + 0x6f, + 0x00, + 0xa3, + 0xf0, + 0xff, + 0x2d, + 0xc4, + 0xfe, + 0xb7, + 0xb0, + 0xff, + 0x05, + 0xac, + 0xfe, + 0x1f, + 0x76, + 0xfe, + 0x5d, + 0x2b, + 0xfe, + 0xf2, + 0x68, + 0xfe, + 0x55, + 0x9a, + 0xfe, + 0x38, + 0x98, + 0xfe, + 0xab, + 0xa6, + 0xfe, + 0x6a, + 0xf3, + 0xfd, + 0x2a, + 0xff, + 0xfe, + 0x14, + 0x99, + 0x00, + 0xf1, + 0xcb, + 0x00, + 0xe5, + 0x3b, + 0x00, + 0x5a, + 0xc9, + 0xff, + 0xbc, + 0x75, + 0xff, + 0x93, + 0x20, + 0xff, + 0xdd, + 0x19, + 0xff, + 0xa1, + 0x54, + 0xfe, + 0x3a, + 0x9d, + 0xfd, + 0x97, + 0x83, + 0xfe, + 0x1c, + 0x78, + 0xff, + 0xf0, + 0xe9, + 0xff, + 0xf1, + 0x59, + 0x00, + 0x36, + 0x27, + 0x20, + 0xb1, + 0x8a, + 0x3d, + 0x59, + 0x54, + 0x06, + 0xfc, + 0xe6, + 0xe9, + 0x57, + 0x94, + 0x08, + 0xdf, + 0x54, + 0xf8, + 0x47, + 0xd1, + 0x01, + 0xca, + 0x76, + 0x10, + 0x1b, + 0x75, + 0xef, + 0x9b, + 0x67, + 0xef, + 0x79, + 0xe0, + 0x06, + 0x8e, + 0xc7, + 0x12, + 0xdd, + 0xf6, + 0xfc, + 0xf3, + 0x61, + 0xeb, + 0xef, + 0xd8, + 0xf6, + 0x84, + 0x2c, + 0xf8, + 0x16, + 0x4f, + 0x07, + 0xf2, + 0xbe, + 0x07, + 0x4e, + 0x36, + 0xf6, + 0xaf, + 0x54, + 0xfb, + 0x7b, + 0x45, + 0x00, + 0xe1, + 0xa6, + 0xff, + 0xb0, + 0x06, + 0xfc, + 0x52, + 0x57, + 0xff, + 0x82, + 0xa5, + 0xff, + 0x7d, + 0xd8, + 0xfb, + 0xe4, + 0xae, + 0x00, + 0xbd, + 0x64, + 0xfb, + 0x2e, + 0x13, + 0xfc, + 0xdd, + 0x6e, + 0x01, + 0xfc, + 0xd8, + 0xfe, + 0x0a, + 0x6f, + 0xff, + 0xd6, + 0x8d, + 0xff, + 0xb8, + 0xd9, + 0xff, + 0x88, + 0x3e, + 0xfe, + 0x4c, + 0xad, + 0xfe, + 0xa9, + 0x89, + 0xff, + 0xe1, + 0x01, + 0xfe, + 0xdb, + 0xa7, + 0x00, + 0xde, + 0x1d, + 0x00, + 0x07, + 0xfb, + 0xfe, + 0x49, + 0x6b, + 0xff, + 0xd2, + 0x81, + 0xfe, + 0xb8, + 0x99, + 0xfe, + 0x90, + 0x23, + 0xfe, + 0xca, + 0x52, + 0xfe, + 0x45, + 0x76, + 0xfe, + 0x5c, + 0xaa, + 0xfe, + 0x8c, + 0xa0, + 0xfe, + 0xe1, + 0xdb, + 0xfd, + 0xf2, + 0xf7, + 0xfe, + 0x47, + 0x71, + 0x00, + 0x54, + 0xdf, + 0x00, + 0x59, + 0x41, + 0x00, + 0x81, + 0xaf, + 0xff, + 0x03, + 0x77, + 0xff, + 0x8c, + 0xf8, + 0xfe, + 0x89, + 0x26, + 0xff, + 0xa0, + 0x9f, + 0xfe, + 0x1c, + 0x8f, + 0xfd, + 0x4a, + 0x62, + 0xfe, + 0x70, + 0x6c, + 0xff, + 0xf1, + 0xc4, + 0xff, + 0x79, + 0x63, + 0x00, + 0x70, + 0xee, + 0x21, + 0xfa, + 0x57, + 0x3e, + 0xef, + 0x2a, + 0x05, + 0xad, + 0xa0, + 0xeb, + 0x5f, + 0xc3, + 0x07, + 0xaa, + 0x52, + 0xf6, + 0x33, + 0x4c, + 0x03, + 0xe5, + 0xb5, + 0x0f, + 0x69, + 0x97, + 0xef, + 0xb0, + 0xb7, + 0xee, + 0x91, + 0xe9, + 0x04, + 0xb5, + 0x7b, + 0x14, + 0xf1, + 0xad, + 0xfe, + 0xb3, + 0xa8, + 0xec, + 0x87, + 0xb5, + 0xf4, + 0x33, + 0xd9, + 0xf5, + 0x81, + 0x6b, + 0x08, + 0x70, + 0x43, + 0x08, + 0xa6, + 0xc9, + 0xf7, + 0x20, + 0xb9, + 0xfa, + 0x5d, + 0x24, + 0xff, + 0xab, + 0x50, + 0x00, + 0xff, + 0x5e, + 0xfb, + 0x50, + 0x41, + 0xff, + 0xf7, + 0x15, + 0xff, + 0x1b, + 0x09, + 0xfc, + 0xd0, + 0x17, + 0x01, + 0xcb, + 0x1c, + 0xfb, + 0xc7, + 0xab, + 0xfc, + 0x30, + 0xce, + 0x00, + 0x00, + 0xe5, + 0xfe, + 0x37, + 0xe3, + 0xff, + 0xea, + 0x39, + 0xff, + 0x2c, + 0xbf, + 0xff, + 0x25, + 0xee, + 0xfd, + 0xcc, + 0x18, + 0xff, + 0x5c, + 0xb9, + 0xff, + 0x35, + 0x24, + 0xfe, + 0x6c, + 0x14, + 0x01, + 0x41, + 0xfe, + 0xff, + 0xda, + 0x0c, + 0xff, + 0xbb, + 0x45, + 0xff, + 0x56, + 0x71, + 0xfe, + 0x78, + 0xaa, + 0xfe, + 0x66, + 0xfd, + 0xfd, + 0xc2, + 0x57, + 0xfe, + 0xfc, + 0x4c, + 0xfe, + 0x29, + 0xa6, + 0xfe, + 0x10, + 0xba, + 0xfe, + 0x0b, + 0xee, + 0xfd, + 0xe5, + 0x1b, + 0xff, + 0xec, + 0x47, + 0x00, + 0x33, + 0xd6, + 0x00, + 0x0e, + 0x35, + 0x00, + 0xf9, + 0x71, + 0xff, + 0xe2, + 0x7e, + 0xff, + 0xf8, + 0xeb, + 0xfe, + 0xb0, + 0x23, + 0xff, + 0x32, + 0xc4, + 0xfe, + 0x84, + 0xa0, + 0xfd, + 0x3b, + 0x78, + 0xfe, + 0xbf, + 0x45, + 0xff, + 0x82, + 0x96, + 0xff, + 0x1b, + 0x5c, + 0x00, + 0xf2, + 0x87, + 0x21, + 0x1d, + 0x9d, + 0x3e, + 0xa7, + 0x2f, + 0x07, + 0x0c, + 0x05, + 0xed, + 0xc9, + 0x1a, + 0x07, + 0x1e, + 0x6f, + 0xf5, + 0x44, + 0xec, + 0x02, + 0x49, + 0x5d, + 0x0f, + 0x47, + 0xc4, + 0xef, + 0x7f, + 0xbf, + 0xed, + 0x24, + 0x4f, + 0x02, + 0x8d, + 0xbc, + 0x14, + 0x94, + 0xfd, + 0x01, + 0xba, + 0xd1, + 0xee, + 0xfa, + 0x3c, + 0xf3, + 0x2e, + 0xf6, + 0xf2, + 0x17, + 0x26, + 0x08, + 0x3e, + 0xd6, + 0x09, + 0x2d, + 0xa7, + 0xf9, + 0x09, + 0x61, + 0xfa, + 0xeb, + 0x88, + 0xfd, + 0xd4, + 0x00, + 0x01, + 0xc0, + 0x2c, + 0xfb, + 0xd9, + 0x83, + 0xfe, + 0x2e, + 0xa3, + 0xff, + 0xac, + 0x29, + 0xfc, + 0x0b, + 0x43, + 0x01, + 0xea, + 0x18, + 0xfb, + 0x58, + 0x73, + 0xfc, + 0xda, + 0x73, + 0x00, + 0x3d, + 0xd2, + 0xfe, + 0xed, + 0x07, + 0x00, + 0xbe, + 0xaf, + 0xfe, + 0x71, + 0xde, + 0xff, + 0xc5, + 0x37, + 0xfe, + 0xe4, + 0x38, + 0xff, + 0x93, + 0x59, + 0x00, + 0xd0, + 0x48, + 0xfe, + 0x5d, + 0x0a, + 0x01, + 0x86, + 0xf0, + 0xff, + 0xd0, + 0x2d, + 0xff, + 0x27, + 0x65, + 0xff, + 0xa6, + 0x19, + 0xfe, + 0xd0, + 0xc7, + 0xfe, + 0xc6, + 0x08, + 0xfe, + 0xc8, + 0x22, + 0xfe, + 0xc1, + 0x36, + 0xfe, + 0x20, + 0x9a, + 0xfe, + 0x72, + 0x07, + 0xff, + 0xf4, + 0x18, + 0xfe, + 0xee, + 0x39, + 0xff, + 0x5e, + 0x43, + 0x00, + 0x51, + 0xbf, + 0x00, + 0x3c, + 0x44, + 0x00, + 0xe5, + 0x34, + 0xff, + 0x00, + 0x74, + 0xff, + 0x77, + 0xcc, + 0xfe, + 0x35, + 0xef, + 0xfe, + 0xe8, + 0xf0, + 0xfe, + 0x37, + 0xae, + 0xfd, + 0xf0, + 0x77, + 0xfe, + 0x6d, + 0x36, + 0xff, + 0xb1, + 0x80, + 0xff, + 0x04, + 0x62, + 0x00, + 0x14, + 0x4d, + 0x21, + 0xf2, + 0x24, + 0x3e, + 0xe1, + 0xc7, + 0x08, + 0xd9, + 0xf1, + 0xef, + 0xb0, + 0xd3, + 0x06, + 0xe7, + 0x63, + 0xf4, + 0x42, + 0xfa, + 0x02, + 0x1f, + 0x30, + 0x0e, + 0x79, + 0x89, + 0xef, + 0xc0, + 0x10, + 0xed, + 0xaf, + 0xf7, + 0xff, + 0x0c, + 0x55, + 0x14, + 0x6b, + 0x3d, + 0x04, + 0x12, + 0x6a, + 0xf2, + 0xa0, + 0x3e, + 0xf3, + 0x38, + 0x91, + 0xef, + 0x8c, + 0x7d, + 0x07, + 0x1a, + 0x30, + 0x0b, + 0xbf, + 0x53, + 0xfb, + 0x22, + 0xd8, + 0xfa, + 0xac, + 0x14, + 0xfc, + 0x18, + 0x09, + 0x01, + 0x63, + 0xc6, + 0xfb, + 0x67, + 0x25, + 0xfe, + 0x8e, + 0xeb, + 0xff, + 0xf3, + 0xb6, + 0xfc, + 0xab, + 0x37, + 0x01, + 0x8f, + 0xc6, + 0xfa, + 0xfc, + 0x5c, + 0xfc, + 0xb6, + 0x23, + 0x00, + 0xa5, + 0x6b, + 0xfe, + 0xce, + 0x2d, + 0x00, + 0xbb, + 0x7b, + 0xfe, + 0xf5, + 0xdd, + 0xff, + 0x13, + 0xdd, + 0xfe, + 0x4d, + 0xaa, + 0xff, + 0xd9, + 0xbf, + 0x00, + 0x06, + 0x2f, + 0xfe, + 0xea, + 0xf0, + 0x00, + 0xf3, + 0x2a, + 0x00, + 0x9d, + 0x19, + 0xff, + 0xa5, + 0x74, + 0xff, + 0x61, + 0x0f, + 0xfe, + 0xe5, + 0xd2, + 0xfe, + 0xac, + 0x01, + 0xfe, + 0xe9, + 0xe7, + 0xfd, + 0xb5, + 0x4e, + 0xfe, + 0x56, + 0xa3, + 0xfe, + 0x17, + 0x5e, + 0xff, + 0x66, + 0x54, + 0xfe, + 0x6d, + 0x37, + 0xff, + 0x06, + 0x76, + 0x00, + 0xb9, + 0xbe, + 0x00, + 0x39, + 0x58, + 0x00, + 0xea, + 0x1f, + 0xff, + 0x11, + 0x33, + 0xff, + 0xe8, + 0x97, + 0xfe, + 0xe3, + 0xc5, + 0xfe, + 0x35, + 0xfc, + 0xfe, + 0x54, + 0x9e, + 0xfd, + 0x22, + 0x7a, + 0xfe, + 0x9c, + 0x46, + 0xff, + 0x70, + 0x7d, + 0xff, + 0x12, + 0x6f, + 0x00, + 0x06, + 0xab, + 0x20, + 0xf9, + 0x18, + 0x3d, + 0x45, + 0xca, + 0x0a, + 0xa0, + 0xf8, + 0xf2, + 0x24, + 0x4c, + 0x06, + 0xad, + 0x66, + 0xf4, + 0x1c, + 0xb7, + 0x02, + 0x9d, + 0x6a, + 0x0c, + 0xf7, + 0x60, + 0xf0, + 0x74, + 0x04, + 0xec, + 0xa8, + 0x3c, + 0xfd, + 0x47, + 0xbc, + 0x13, + 0xd4, + 0x13, + 0x05, + 0x94, + 0x71, + 0xf6, + 0x30, + 0x31, + 0xf5, + 0xdb, + 0x2b, + 0xec, + 0x97, + 0xb2, + 0x05, + 0xcb, + 0x47, + 0x0c, + 0xf6, + 0x52, + 0xfc, + 0x3a, + 0xd9, + 0xfb, + 0xab, + 0xeb, + 0xfb, + 0x8e, + 0x46, + 0x00, + 0xc9, + 0xe6, + 0xfc, + 0xfb, + 0x61, + 0xfe, + 0x99, + 0x1a, + 0xff, + 0xf8, + 0x38, + 0xfd, + 0xb4, + 0x7e, + 0x01, + 0xb7, + 0x87, + 0xfa, + 0x24, + 0x09, + 0xfc, + 0x95, + 0xc8, + 0xff, + 0xb3, + 0xf1, + 0xfd, + 0x5a, + 0x57, + 0x00, + 0x5f, + 0x1d, + 0xff, + 0x4c, + 0xdd, + 0xff, + 0x33, + 0x72, + 0xff, + 0x09, + 0xfd, + 0xff, + 0xbd, + 0x9e, + 0x00, + 0x63, + 0x4d, + 0xfe, + 0xaf, + 0xad, + 0x00, + 0xfb, + 0x2b, + 0x00, + 0x73, + 0x19, + 0xff, + 0x1b, + 0x73, + 0xff, + 0xe6, + 0x04, + 0xfe, + 0x23, + 0xd5, + 0xfe, + 0x05, + 0x4c, + 0xfe, + 0x0a, + 0xdc, + 0xfd, + 0x55, + 0x64, + 0xfe, + 0xed, + 0xc4, + 0xfe, + 0x3f, + 0x82, + 0xff, + 0xd3, + 0x74, + 0xfe, + 0x1a, + 0x47, + 0xff, + 0xc6, + 0xd9, + 0x00, + 0x7a, + 0xe4, + 0x00, + 0x59, + 0x5d, + 0x00, + 0x21, + 0x17, + 0xff, + 0xd6, + 0xdb, + 0xfe, + 0xcc, + 0x53, + 0xfe, + 0xe6, + 0xb0, + 0xfe, + 0xd6, + 0xf7, + 0xfe, + 0x4a, + 0x9b, + 0xfd, + 0xc0, + 0x82, + 0xfe, + 0xd1, + 0x4b, + 0xff, + 0x04, + 0x8b, + 0xff, + 0x5d, + 0x8e, + 0x00, + 0x8c, + 0x75, + 0x1c, + 0xed, + 0x91, + 0x3b, + 0x2d, + 0x83, + 0x11, + 0x74, + 0x20, + 0xf3, + 0xc7, + 0xb6, + 0x05, + 0x1c, + 0x84, + 0xf7, + 0xb8, + 0x46, + 0xff, + 0x43, + 0xf2, + 0x0b, + 0xc5, + 0x9f, + 0xf2, + 0x8f, + 0x1f, + 0xeb, + 0xd7, + 0x4d, + 0xf9, + 0x6c, + 0x58, + 0x11, + 0x5e, + 0xde, + 0x07, + 0x07, + 0x27, + 0xf8, + 0x55, + 0x43, + 0xf9, + 0x10, + 0x4e, + 0xea, + 0x76, + 0x3e, + 0xff, + 0xfb, + 0xa4, + 0x0e, + 0xa8, + 0x51, + 0xfd, + 0x8d, + 0xad, + 0xfc, + 0x0c, + 0x13, + 0xfd, + 0x19, + 0xea, + 0xfe, + 0x75, + 0xf4, + 0xfd, + 0xb3, + 0x2c, + 0xfe, + 0x6d, + 0x03, + 0xff, + 0x0d, + 0xce, + 0xfc, + 0x3c, + 0x44, + 0x01, + 0xb8, + 0x1a, + 0xfb, + 0x0a, + 0xff, + 0xfa, + 0x16, + 0x2c, + 0x00, + 0x58, + 0x76, + 0xfd, + 0xea, + 0x67, + 0x00, + 0x57, + 0x50, + 0x00, + 0x3b, + 0x69, + 0xff, + 0x70, + 0x0f, + 0x00, + 0x7d, + 0xd7, + 0xff, + 0x8a, + 0x39, + 0x00, + 0xe7, + 0x87, + 0xfe, + 0x75, + 0x30, + 0x00, + 0x0f, + 0x27, + 0x00, + 0x81, + 0xa5, + 0xfe, + 0x18, + 0x98, + 0xff, + 0xe5, + 0x3f, + 0xfe, + 0x0e, + 0xa9, + 0xfe, + 0x1b, + 0xe5, + 0xfe, + 0x14, + 0xe2, + 0xfd, + 0xd0, + 0x87, + 0xfe, + 0xae, + 0xae, + 0xfe, + 0x21, + 0x3e, + 0xff, + 0x3a, + 0xc4, + 0xfe, + 0x61, + 0x50, + 0xff, + 0x33, + 0x0e, + 0x01, + 0xe9, + 0xe8, + 0x00, + 0xb3, + 0x77, + 0x00, + 0xc4, + 0x38, + 0xff, + 0x84, + 0x99, + 0xfe, + 0x60, + 0x43, + 0xfe, + 0x47, + 0x77, + 0xfe, + 0xf0, + 0xfc, + 0xfe, + 0x92, + 0xaf, + 0xfd, + 0x29, + 0x4f, + 0xfe, + 0xce, + 0x65, + 0xff, + 0xf9, + 0x94, + 0xff, + 0xff, + 0x78, + 0x00, + 0xcc, + 0xd0, + 0x1c, + 0x3e, + 0x77, + 0x39, + 0xaa, + 0xb8, + 0x0f, + 0x7a, + 0x12, + 0xf7, + 0x9b, + 0xd3, + 0x06, + 0x8a, + 0x31, + 0xf6, + 0x3f, + 0x5c, + 0x00, + 0xab, + 0xe3, + 0x09, + 0xe6, + 0x5a, + 0xf2, + 0x60, + 0x48, + 0xec, + 0x1f, + 0x3d, + 0xf7, + 0xa1, + 0xe1, + 0x0f, + 0x87, + 0xbf, + 0x07, + 0xc8, + 0xe3, + 0xf9, + 0xf1, + 0xa8, + 0xfb, + 0xb4, + 0xc8, + 0xe9, + 0x42, + 0x4b, + 0xfb, + 0x84, + 0xa3, + 0x0d, + 0x39, + 0x7c, + 0xff, + 0xb7, + 0x48, + 0xfd, + 0x9f, + 0x43, + 0xfe, + 0x03, + 0xae, + 0xfe, + 0x05, + 0xf2, + 0xfd, + 0x6e, + 0x04, + 0xff, + 0xbd, + 0xd0, + 0xfd, + 0x85, + 0x75, + 0xfc, + 0xd4, + 0xef, + 0x00, + 0x0a, + 0x16, + 0xfb, + 0xcb, + 0x1d, + 0xfb, + 0xb5, + 0x2a, + 0x00, + 0x98, + 0xfa, + 0xfd, + 0x69, + 0x51, + 0x00, + 0xdc, + 0x2b, + 0x01, + 0xd8, + 0x9d, + 0xff, + 0x76, + 0x9c, + 0xff, + 0xaa, + 0xff, + 0xff, + 0xe4, + 0x2a, + 0x00, + 0x7a, + 0x9f, + 0xfe, + 0xa7, + 0x79, + 0xff, + 0xdb, + 0x6a, + 0xff, + 0xc1, + 0xb2, + 0xfe, + 0xe8, + 0xe7, + 0xff, + 0xa0, + 0x78, + 0xfe, + 0xdf, + 0x9c, + 0xfe, + 0x8f, + 0x42, + 0xff, + 0x5e, + 0x23, + 0xfe, + 0x96, + 0x74, + 0xfe, + 0xa6, + 0x87, + 0xfe, + 0xe3, + 0x19, + 0xff, + 0xe3, + 0x33, + 0xff, + 0x8e, + 0xb4, + 0xff, + 0xc6, + 0x04, + 0x01, + 0xe8, + 0xdb, + 0x00, + 0xf0, + 0x6f, + 0x00, + 0x84, + 0x5a, + 0xff, + 0x8c, + 0x75, + 0xfe, + 0x6d, + 0xfb, + 0xfd, + 0x54, + 0x77, + 0xfe, + 0x20, + 0xd5, + 0xfe, + 0x3d, + 0xc0, + 0xfd, + 0x1b, + 0x8e, + 0xfe, + 0xfb, + 0x7b, + 0xff, + 0xc4, + 0xaf, + 0xff, + 0x9e, + 0x7e, + 0x00, + 0x8e, + 0x1a, + 0x1c, + 0x52, + 0x9a, + 0x37, + 0xca, + 0x25, + 0x0f, + 0xf3, + 0xa7, + 0xf8, + 0x34, + 0x49, + 0x08, + 0xb0, + 0x34, + 0xf6, + 0x84, + 0x56, + 0xff, + 0x55, + 0xe7, + 0x09, + 0x7a, + 0xd9, + 0xf2, + 0x08, + 0xad, + 0xec, + 0x58, + 0xb1, + 0xf6, + 0x5c, + 0x1b, + 0x0e, + 0x03, + 0x10, + 0x08, + 0x49, + 0x7f, + 0xf9, + 0x95, + 0x04, + 0xfd, + 0x82, + 0x3b, + 0xec, + 0xac, + 0xa4, + 0xf6, + 0x9c, + 0xc1, + 0x0b, + 0x4a, + 0x41, + 0x02, + 0x90, + 0x94, + 0xfd, + 0xc7, + 0x02, + 0xff, + 0x03, + 0x89, + 0xfe, + 0x2e, + 0xca, + 0xfd, + 0xbd, + 0xb4, + 0xff, + 0x2a, + 0x87, + 0xfd, + 0x92, + 0x18, + 0xfb, + 0x58, + 0x3a, + 0x00, + 0x1b, + 0xca, + 0xfc, + 0x59, + 0x3a, + 0xfb, + 0x60, + 0xe2, + 0xff, + 0x06, + 0xb0, + 0xfe, + 0xde, + 0xd3, + 0xff, + 0x4f, + 0x80, + 0x01, + 0xa3, + 0xa9, + 0xff, + 0x36, + 0x30, + 0xff, + 0x50, + 0x44, + 0x00, + 0xdd, + 0x24, + 0x00, + 0xbc, + 0x81, + 0xfe, + 0x8a, + 0x0d, + 0xff, + 0xa4, + 0x28, + 0xff, + 0x03, + 0xd2, + 0xfe, + 0x4a, + 0x29, + 0x00, + 0x21, + 0xae, + 0xfe, + 0xfc, + 0x63, + 0xfe, + 0xea, + 0x72, + 0xff, + 0x9d, + 0x51, + 0xfe, + 0xc7, + 0x49, + 0xfe, + 0x20, + 0x8a, + 0xfe, + 0x78, + 0xf9, + 0xfe, + 0x28, + 0x74, + 0xff, + 0xd2, + 0x11, + 0x00, + 0x42, + 0xee, + 0x00, + 0x3a, + 0xb6, + 0x00, + 0xc9, + 0x75, + 0x00, + 0x6c, + 0x8b, + 0xff, + 0xd3, + 0x3f, + 0xfe, + 0x20, + 0xbc, + 0xfd, + 0x68, + 0x69, + 0xfe, + 0x59, + 0xca, + 0xfe, + 0x5e, + 0x20, + 0xfe, + 0x71, + 0xaf, + 0xfe, + 0xc6, + 0x65, + 0xff, + 0x99, + 0xca, + 0xff, + 0xeb, + 0x7c, + 0x00, + 0xac, + 0x3a, + 0x1b, + 0xfd, + 0x1c, + 0x36, + 0xe3, + 0x78, + 0x0e, + 0xa5, + 0x67, + 0xf8, + 0x3a, + 0xfe, + 0x09, + 0x11, + 0x7b, + 0xf7, + 0xd2, + 0x9c, + 0xfc, + 0xf6, + 0x98, + 0x09, + 0x1d, + 0x6d, + 0xf5, + 0xf6, + 0x7b, + 0xee, + 0xc8, + 0x9a, + 0xf6, + 0x89, + 0x6c, + 0x0b, + 0x41, + 0xe4, + 0x07, + 0xf8, + 0x69, + 0xf8, + 0xca, + 0x6c, + 0xfd, + 0x98, + 0x49, + 0xf1, + 0x40, + 0x17, + 0xf3, + 0x73, + 0x1b, + 0x07, + 0xcf, + 0xe6, + 0x04, + 0x8f, + 0x89, + 0xfe, + 0x55, + 0x80, + 0xff, + 0x71, + 0x1c, + 0xff, + 0x8c, + 0x33, + 0xfd, + 0x91, + 0x6f, + 0xff, + 0x26, + 0x68, + 0xfd, + 0x18, + 0xbe, + 0xfa, + 0xd1, + 0xe5, + 0xff, + 0x4a, + 0x28, + 0xfe, + 0x14, + 0xc9, + 0xfb, + 0x09, + 0xb8, + 0xff, + 0x87, + 0x58, + 0xff, + 0x08, + 0x07, + 0xff, + 0x6a, + 0x34, + 0x01, + 0x30, + 0x1c, + 0x00, + 0x0b, + 0xbb, + 0xfe, + 0x80, + 0x1e, + 0x00, + 0x3a, + 0x26, + 0x00, + 0xad, + 0x7f, + 0xfe, + 0xc8, + 0x39, + 0xff, + 0x48, + 0x78, + 0xff, + 0x8c, + 0xc1, + 0xfe, + 0x61, + 0xfd, + 0xff, + 0x73, + 0x3b, + 0xff, + 0xd3, + 0x4e, + 0xfe, + 0x9a, + 0x2c, + 0xff, + 0x1f, + 0x94, + 0xfe, + 0x2c, + 0x32, + 0xfe, + 0x05, + 0x9e, + 0xfe, + 0x35, + 0xe9, + 0xfe, + 0x93, + 0x5c, + 0xff, + 0x92, + 0x80, + 0x00, + 0x47, + 0x2c, + 0x01, + 0xe1, + 0x8a, + 0x00, + 0x00, + 0x4b, + 0x00, + 0x52, + 0x83, + 0xff, + 0x84, + 0xf8, + 0xfd, + 0x07, + 0xd2, + 0xfd, + 0xc0, + 0x99, + 0xfe, + 0x9d, + 0x95, + 0xfe, + 0xd4, + 0x7d, + 0xfe, + 0xd0, + 0xf3, + 0xfe, + 0x1d, + 0x46, + 0xff, + 0xb8, + 0xcb, + 0xff, + 0x2e, + 0x78, + 0x00, + 0x59, + 0x7f, + 0x1b, + 0x4f, + 0xb9, + 0x34, + 0xa0, + 0xc6, + 0x0b, + 0x7c, + 0x4d, + 0xf8, + 0xf6, + 0x40, + 0x0b, + 0x7c, + 0xc0, + 0xf8, + 0xf1, + 0xdb, + 0xfc, + 0x18, + 0xbd, + 0x06, + 0xdf, + 0x88, + 0xf5, + 0xe9, + 0xc8, + 0xf3, + 0xa6, + 0x94, + 0xf7, + 0x73, + 0x4f, + 0x08, + 0xeb, + 0xfd, + 0x07, + 0x79, + 0xbf, + 0xf6, + 0xed, + 0xad, + 0xfc, + 0x71, + 0xdc, + 0xf6, + 0x2a, + 0x4a, + 0xf2, + 0x28, + 0xe9, + 0x01, + 0x9d, + 0xf1, + 0x05, + 0x11, + 0x7e, + 0xff, + 0x0c, + 0xfc, + 0xfe, + 0x2b, + 0xa5, + 0x00, + 0xcf, + 0x7a, + 0xfd, + 0x26, + 0x87, + 0xfd, + 0xb5, + 0x7c, + 0xfd, + 0x32, + 0xda, + 0xfb, + 0x4d, + 0x72, + 0xff, + 0x7c, + 0x89, + 0xff, + 0xbf, + 0xab, + 0xfc, + 0x13, + 0x4c, + 0xfe, + 0x3a, + 0xe2, + 0xff, + 0xd4, + 0x4d, + 0xff, + 0xad, + 0x5a, + 0x00, + 0xeb, + 0x6d, + 0x00, + 0x15, + 0xd0, + 0xfe, + 0x7e, + 0xb5, + 0xff, + 0x6f, + 0x01, + 0x00, + 0x9f, + 0xc8, + 0xfe, + 0x9f, + 0x85, + 0xff, + 0x11, + 0xb8, + 0xff, + 0x53, + 0xd9, + 0xfe, + 0xe5, + 0xc3, + 0xff, + 0x3e, + 0xaf, + 0xff, + 0x97, + 0x5c, + 0xfe, + 0x25, + 0xbd, + 0xfe, + 0x26, + 0xd2, + 0xfe, + 0x13, + 0x43, + 0xfe, + 0x5d, + 0xa4, + 0xfe, + 0xb8, + 0x10, + 0xff, + 0x0a, + 0x5c, + 0xff, + 0x52, + 0x97, + 0x00, + 0x3b, + 0x69, + 0x01, + 0x5b, + 0x73, + 0x00, + 0x13, + 0xe7, + 0xff, + 0x99, + 0x7a, + 0xff, + 0x73, + 0xda, + 0xfd, + 0x5b, + 0xee, + 0xfd, + 0x72, + 0xfc, + 0xfe, + 0xb7, + 0x87, + 0xfe, + 0x16, + 0x85, + 0xfe, + 0x74, + 0x02, + 0xff, + 0x7e, + 0x31, + 0xff, + 0xb2, + 0xda, + 0xff, + 0x89, + 0xb9, + 0x00, + 0x56, + 0x81, + 0x1a, + 0x14, + 0xf7, + 0x31, + 0x41, + 0x42, + 0x0a, + 0x19, + 0x39, + 0xf9, + 0x25, + 0x85, + 0x0c, + 0x67, + 0x03, + 0xfa, + 0x77, + 0x96, + 0xfc, + 0x68, + 0x51, + 0x05, + 0xdf, + 0xb6, + 0xf5, + 0xb2, + 0x8a, + 0xf6, + 0xf8, + 0xa0, + 0xf9, + 0xa0, + 0x53, + 0x06, + 0x50, + 0xd5, + 0x07, + 0x8f, + 0x44, + 0xf7, + 0x03, + 0x35, + 0xfb, + 0x57, + 0xe9, + 0xfa, + 0xc7, + 0xf0, + 0xf3, + 0x7f, + 0xe0, + 0xfc, + 0xe6, + 0x89, + 0x05, + 0x54, + 0x90, + 0x00, + 0x52, + 0xb6, + 0xfd, + 0x10, + 0x46, + 0x01, + 0x50, + 0x57, + 0xfe, + 0xab, + 0x1d, + 0xfd, + 0x0a, + 0x8e, + 0xfd, + 0xe1, + 0x99, + 0xfc, + 0x73, + 0x93, + 0xff, + 0x51, + 0x42, + 0x00, + 0x16, + 0x49, + 0xfd, + 0x90, + 0xfb, + 0xfc, + 0xcb, + 0x1c, + 0x00, + 0xb9, + 0x24, + 0x00, + 0x03, + 0x98, + 0xff, + 0xbe, + 0x9b, + 0x00, + 0x84, + 0x27, + 0xff, + 0x26, + 0x43, + 0xff, + 0x71, + 0xf8, + 0xff, + 0xb9, + 0x88, + 0xff, + 0x67, + 0xc0, + 0xff, + 0xa5, + 0x5d, + 0xff, + 0x4b, + 0x1e, + 0xff, + 0xf0, + 0x6a, + 0xff, + 0x6b, + 0x97, + 0xff, + 0x7f, + 0xea, + 0xfe, + 0xbf, + 0x78, + 0xfe, + 0xdd, + 0xf0, + 0xfe, + 0x29, + 0xbc, + 0xfe, + 0x03, + 0xb8, + 0xfe, + 0xf9, + 0x1a, + 0xff, + 0xbd, + 0x87, + 0xff, + 0x89, + 0xae, + 0x00, + 0x32, + 0x42, + 0x01, + 0x09, + 0x82, + 0x00, + 0xaf, + 0xbb, + 0xff, + 0x1e, + 0x19, + 0xff, + 0x23, + 0x25, + 0xfe, + 0x3f, + 0x47, + 0xfe, + 0x6d, + 0xf5, + 0xfe, + 0x4a, + 0xbe, + 0xfe, + 0xfb, + 0x97, + 0xfe, + 0x43, + 0xb7, + 0xfe, + 0xec, + 0x44, + 0xff, + 0xab, + 0x12, + 0x00, + 0xc3, + 0xb8, + 0x00, + 0xa9, + 0x98, + 0x19, + 0x79, + 0x7b, + 0x2e, + 0x05, + 0x38, + 0x08, + 0xd8, + 0x60, + 0xfb, + 0x10, + 0x9f, + 0x0d, + 0x06, + 0xde, + 0xf9, + 0x38, + 0x63, + 0xfc, + 0xd0, + 0x88, + 0x05, + 0x24, + 0x9f, + 0xf7, + 0x2a, + 0x55, + 0xf6, + 0x95, + 0x08, + 0xf9, + 0x35, + 0xc8, + 0x06, + 0x88, + 0x28, + 0x08, + 0x51, + 0x3f, + 0xf8, + 0x3a, + 0x30, + 0xfa, + 0xce, + 0x64, + 0xfc, + 0x3d, + 0xf8, + 0xf6, + 0x46, + 0x8d, + 0xfa, + 0x0a, + 0xfa, + 0x03, + 0xa2, + 0x21, + 0x01, + 0x6d, + 0x9e, + 0xfc, + 0x94, + 0x72, + 0x00, + 0x02, + 0x86, + 0xfe, + 0x3d, + 0xfb, + 0xfd, + 0xb7, + 0xa0, + 0xfe, + 0x1c, + 0xf7, + 0xfc, + 0x85, + 0xac, + 0xfe, + 0x81, + 0x01, + 0x00, + 0xbf, + 0x44, + 0xfe, + 0xae, + 0x16, + 0xfd, + 0x41, + 0x44, + 0x00, + 0x59, + 0x56, + 0x00, + 0x93, + 0x42, + 0xff, + 0x79, + 0xb8, + 0x00, + 0x0c, + 0x16, + 0xff, + 0xd3, + 0x1d, + 0xff, + 0x86, + 0x35, + 0x00, + 0xb7, + 0xc5, + 0xff, + 0xbf, + 0xb4, + 0xff, + 0x22, + 0x3f, + 0xff, + 0xad, + 0x1e, + 0xff, + 0x92, + 0x28, + 0xff, + 0x20, + 0x92, + 0xff, + 0xa0, + 0x2f, + 0xff, + 0xa2, + 0x74, + 0xfe, + 0x36, + 0x06, + 0xff, + 0x4e, + 0x0c, + 0xff, + 0xef, + 0xf1, + 0xfe, + 0xdf, + 0x24, + 0xff, + 0xf0, + 0xa3, + 0xff, + 0x0d, + 0xde, + 0x00, + 0x3b, + 0x29, + 0x01, + 0xf1, + 0x73, + 0x00, + 0x27, + 0xc6, + 0xff, + 0xd9, + 0xec, + 0xfe, + 0xe5, + 0x53, + 0xfe, + 0x4e, + 0xaa, + 0xfe, + 0x75, + 0xef, + 0xfe, + 0x87, + 0xc7, + 0xfe, + 0xb0, + 0xb6, + 0xfe, + 0x26, + 0x93, + 0xfe, + 0x20, + 0x36, + 0xff, + 0x0c, + 0x3d, + 0x00, + 0xa9, + 0xa2, + 0x00, + 0xc3, + 0x36, + 0x17, + 0x77, + 0xb6, + 0x2a, + 0x8c, + 0x62, + 0x08, + 0x8e, + 0xd0, + 0xfc, + 0x2c, + 0xcb, + 0x0d, + 0x5e, + 0xa6, + 0xfa, + 0x61, + 0x30, + 0xfc, + 0xcb, + 0x49, + 0x06, + 0x40, + 0x82, + 0xf9, + 0x1d, + 0x81, + 0xf6, + 0xe7, + 0x6a, + 0xf8, + 0xf8, + 0x16, + 0x05, + 0xd8, + 0x55, + 0x08, + 0xe8, + 0xce, + 0xfa, + 0x43, + 0xe5, + 0xf9, + 0x4a, + 0xa8, + 0xfc, + 0xa8, + 0x78, + 0xf9, + 0xf0, + 0x27, + 0xfa, + 0xf7, + 0xf9, + 0x02, + 0x53, + 0x54, + 0x01, + 0x79, + 0x7a, + 0xfb, + 0x07, + 0x62, + 0xff, + 0x47, + 0x82, + 0xfe, + 0xea, + 0x54, + 0xfe, + 0xa8, + 0xc5, + 0xff, + 0x5a, + 0xaf, + 0xfd, + 0x0b, + 0x80, + 0xfd, + 0xd4, + 0x47, + 0xff, + 0x57, + 0xa1, + 0xff, + 0xeb, + 0xfc, + 0xfd, + 0x0c, + 0x29, + 0x00, + 0x7f, + 0x79, + 0x00, + 0x33, + 0x1e, + 0xff, + 0x79, + 0x69, + 0x00, + 0x9c, + 0x20, + 0xff, + 0xe0, + 0x32, + 0xff, + 0xbc, + 0x02, + 0x00, + 0x56, + 0x89, + 0xff, + 0xae, + 0xb0, + 0xff, + 0x71, + 0x40, + 0xff, + 0xf5, + 0x47, + 0xff, + 0xab, + 0x4f, + 0xff, + 0xd9, + 0x72, + 0xff, + 0x1d, + 0x4d, + 0xff, + 0x2f, + 0xbc, + 0xfe, + 0x30, + 0x0d, + 0xff, + 0x35, + 0x0b, + 0xff, + 0x5a, + 0x1e, + 0xff, + 0x05, + 0x58, + 0xff, + 0x84, + 0xb9, + 0xff, + 0x2b, + 0xe4, + 0x00, + 0x0a, + 0x0a, + 0x01, + 0xb5, + 0x81, + 0x00, + 0xb4, + 0x1f, + 0x00, + 0xbb, + 0x0a, + 0xff, + 0xe6, + 0x81, + 0xfe, + 0xe6, + 0xea, + 0xfe, + 0x2a, + 0xd6, + 0xfe, + 0xe2, + 0xb3, + 0xfe, + 0x71, + 0xd4, + 0xfe, + 0x90, + 0xb2, + 0xfe, + 0xf0, + 0x31, + 0xff, + 0x3a, + 0x1a, + 0x00, + 0xba, + 0x63, + 0x00, + 0xce, + 0x1e, + 0x12, + 0xe3, + 0x7b, + 0x1f, + 0xba, + 0xb0, + 0x06, + 0x59, + 0xa8, + 0x05, + 0x17, + 0x52, + 0x11, + 0xbb, + 0xfc, + 0xf9, + 0xda, + 0xfe, + 0xfa, + 0xd7, + 0x80, + 0x06, + 0x2a, + 0x7b, + 0xfe, + 0xa3, + 0xf6, + 0xf8, + 0x02, + 0xc7, + 0xf3, + 0x28, + 0x80, + 0xff, + 0x6d, + 0x0c, + 0x09, + 0x98, + 0x3e, + 0xfe, + 0x04, + 0xb5, + 0xfd, + 0x50, + 0x32, + 0x01, + 0x2a, + 0xfa, + 0xf6, + 0xc9, + 0xb4, + 0xf6, + 0x65, + 0xf0, + 0x04, + 0xfd, + 0xa5, + 0x01, + 0xb8, + 0xdd, + 0xfa, + 0xee, + 0xe7, + 0xff, + 0xf1, + 0x1b, + 0xfe, + 0xae, + 0x09, + 0xfd, + 0x98, + 0xc9, + 0xff, + 0x9d, + 0xb3, + 0xfe, + 0x59, + 0x9a, + 0xfe, + 0x3c, + 0x58, + 0x00, + 0x87, + 0x81, + 0xfe, + 0xeb, + 0x08, + 0xfe, + 0x12, + 0x0a, + 0x02, + 0x6f, + 0x7b, + 0x00, + 0x0c, + 0xe8, + 0xfe, + 0x20, + 0x46, + 0x00, + 0xad, + 0x20, + 0xff, + 0x4b, + 0xc2, + 0xff, + 0x8e, + 0x8c, + 0xff, + 0x34, + 0x92, + 0xfe, + 0x23, + 0xbb, + 0xff, + 0x22, + 0xc0, + 0xff, + 0x59, + 0x3a, + 0xff, + 0xd3, + 0x96, + 0xff, + 0x0e, + 0xb5, + 0xff, + 0xfc, + 0x3e, + 0xff, + 0x07, + 0x86, + 0xff, + 0x0e, + 0xbe, + 0xff, + 0x21, + 0x08, + 0xff, + 0x77, + 0x47, + 0xff, + 0x38, + 0xa9, + 0xff, + 0x35, + 0xe2, + 0xff, + 0x26, + 0x21, + 0x01, + 0x18, + 0x2d, + 0x01, + 0xd9, + 0xa3, + 0x00, + 0x3c, + 0xcd, + 0x00, + 0x90, + 0x8d, + 0xff, + 0x08, + 0xb0, + 0xfe, + 0x60, + 0x20, + 0xff, + 0x69, + 0x9e, + 0xfe, + 0xab, + 0x7e, + 0xfe, + 0xa8, + 0x04, + 0xff, + 0xa6, + 0xd8, + 0xfe, + 0xb7, + 0x3a, + 0xff, + 0xfd, + 0xdf, + 0xff, + 0xeb, + 0x02, + 0x00, + 0x8a, + 0x71, + 0x0f, + 0xc1, + 0x2d, + 0x1c, + 0xa4, + 0xcd, + 0x09, + 0xbc, + 0xc4, + 0x07, + 0xe8, + 0x31, + 0x0e, + 0xe4, + 0xbc, + 0xf9, + 0xaa, + 0xf4, + 0xfa, + 0xd2, + 0x33, + 0x05, + 0x85, + 0xd6, + 0xfd, + 0xa8, + 0x92, + 0xfa, + 0x9e, + 0x51, + 0xf7, + 0xa2, + 0xb3, + 0xfc, + 0x90, + 0x32, + 0x05, + 0xc0, + 0x13, + 0x00, + 0x74, + 0x5e, + 0xff, + 0x44, + 0x59, + 0x02, + 0x72, + 0x41, + 0xf9, + 0xce, + 0x69, + 0xf6, + 0x3c, + 0x5d, + 0x01, + 0x93, + 0x63, + 0x02, + 0x47, + 0xa9, + 0xfe, + 0xbb, + 0xc7, + 0xff, + 0xa3, + 0x9c, + 0xfd, + 0xba, + 0x97, + 0xfd, + 0xfe, + 0xe6, + 0xff, + 0xde, + 0x56, + 0xff, + 0xfc, + 0x46, + 0xff, + 0x38, + 0x24, + 0x00, + 0x60, + 0x90, + 0xfe, + 0x26, + 0x20, + 0xfe, + 0xd8, + 0xbd, + 0x00, + 0x95, + 0x5d, + 0x00, + 0x22, + 0x28, + 0xff, + 0x3a, + 0xf2, + 0xff, + 0x41, + 0xad, + 0xff, + 0x73, + 0x3d, + 0xff, + 0x6a, + 0x6a, + 0xff, + 0xfa, + 0x32, + 0xff, + 0x66, + 0x27, + 0xff, + 0x18, + 0x89, + 0xff, + 0x92, + 0x90, + 0xff, + 0xb5, + 0x67, + 0xff, + 0x26, + 0x95, + 0xff, + 0x37, + 0xd5, + 0xff, + 0x31, + 0xbf, + 0xff, + 0x71, + 0xab, + 0xff, + 0x97, + 0xf1, + 0xff, + 0xd0, + 0x7f, + 0x00, + 0x47, + 0xc7, + 0x00, + 0x5d, + 0xa8, + 0x00, + 0x32, + 0xfb, + 0x00, + 0x9c, + 0x2e, + 0x00, + 0x1d, + 0xd3, + 0xfe, + 0x2d, + 0x59, + 0xff, + 0x92, + 0x57, + 0xff, + 0xad, + 0xbc, + 0xfe, + 0x5a, + 0x3e, + 0xff, + 0x27, + 0x39, + 0xff, + 0x6e, + 0x20, + 0xff, + 0x1e, + 0x6d, + 0xff, + 0x61, + 0x80, + 0xff, + 0x51, + 0x37, + 0x00, + 0xe6, + 0x96, + 0x00, + 0x65, + 0x0c, + 0x00, + 0xad, + 0x86, + 0x0e, + 0xdd, + 0x3a, + 0x19, + 0xbc, + 0xbc, + 0x08, + 0xec, + 0x3c, + 0x08, + 0xb5, + 0x6d, + 0x0c, + 0x60, + 0xfb, + 0xfa, + 0x20, + 0x9f, + 0xfd, + 0x62, + 0x1d, + 0x04, + 0xdc, + 0x65, + 0xfd, + 0x37, + 0x92, + 0xfb, + 0x17, + 0x13, + 0xf8, + 0x99, + 0xdc, + 0xfc, + 0x86, + 0x02, + 0x04, + 0xf1, + 0xb1, + 0xff, + 0xf1, + 0xc4, + 0xff, + 0x2d, + 0x33, + 0x02, + 0xed, + 0xfb, + 0xfa, + 0x83, + 0x18, + 0xf8, + 0x56, + 0x5b, + 0x00, + 0x6e, + 0xd1, + 0x02, + 0xf3, + 0x4f, + 0xff, + 0x8a, + 0x81, + 0xfe, + 0xf7, + 0xf1, + 0xfd, + 0xaa, + 0x9c, + 0xfe, + 0x59, + 0xe7, + 0xff, + 0xf4, + 0x21, + 0xff, + 0xc9, + 0xb3, + 0xfe, + 0xbe, + 0x96, + 0xff, + 0xa9, + 0x3a, + 0xff, + 0xfa, + 0x09, + 0xff, + 0x45, + 0x01, + 0x00, + 0x9b, + 0x66, + 0xff, + 0x6d, + 0x4b, + 0xff, + 0x96, + 0x50, + 0x00, + 0xe5, + 0xce, + 0xff, + 0x9a, + 0x46, + 0xff, + 0x9b, + 0x78, + 0xff, + 0x94, + 0x2c, + 0xff, + 0x46, + 0x35, + 0xff, + 0xe5, + 0xad, + 0xff, + 0xa9, + 0x9f, + 0xff, + 0xd6, + 0x6b, + 0xff, + 0x06, + 0xaf, + 0xff, + 0x0a, + 0x03, + 0x00, + 0x11, + 0xee, + 0xff, + 0x72, + 0x01, + 0x00, + 0x82, + 0x61, + 0x00, + 0xff, + 0xc2, + 0x00, + 0x02, + 0xa8, + 0x00, + 0xdd, + 0x7b, + 0x00, + 0xab, + 0xbe, + 0x00, + 0x32, + 0xaf, + 0xff, + 0x04, + 0xdf, + 0xfe, + 0x4c, + 0x85, + 0xff, + 0x09, + 0x26, + 0xff, + 0x19, + 0x06, + 0xff, + 0x2d, + 0x84, + 0xff, + 0x5a, + 0x28, + 0xff, + 0x15, + 0x41, + 0xff, + 0xbf, + 0x85, + 0xff, + 0x71, + 0x89, + 0xff, + 0x6d, + 0x2d, + 0x00, + 0x96, + 0x54, + 0x00, + 0xe8, + 0xc9, + 0xff, + 0x0b, + 0xfc, + 0x0d, + 0xb0, + 0x1f, + 0x16, + 0xdd, + 0x74, + 0x07, + 0x79, + 0x3d, + 0x08, + 0xc6, + 0xca, + 0x09, + 0x51, + 0x2e, + 0xfd, + 0xce, + 0x60, + 0x00, + 0xc3, + 0x0b, + 0x02, + 0x87, + 0x81, + 0xfd, + 0xf0, + 0x3e, + 0xfc, + 0x1b, + 0xc8, + 0xf8, + 0x31, + 0xdb, + 0xfd, + 0xeb, + 0xc3, + 0x02, + 0x00, + 0x8a, + 0xff, + 0x60, + 0x3e, + 0x00, + 0x38, + 0xcf, + 0x01, + 0x36, + 0x0d, + 0xfc, + 0x74, + 0xac, + 0xf9, + 0xa2, + 0xd2, + 0x00, + 0x57, + 0xd0, + 0x02, + 0x1c, + 0x1c, + 0xff, + 0x1e, + 0x7b, + 0xfe, + 0x2a, + 0x94, + 0xfe, + 0x4b, + 0x3d, + 0xff, + 0x9f, + 0xd4, + 0xff, + 0xef, + 0xb3, + 0xfe, + 0x7a, + 0x46, + 0xfe, + 0x59, + 0x2d, + 0xff, + 0xbd, + 0x6c, + 0xff, + 0x8b, + 0x2b, + 0xff, + 0xc7, + 0x5a, + 0xff, + 0x9c, + 0x58, + 0xff, + 0x18, + 0xd8, + 0xff, + 0x83, + 0x73, + 0x00, + 0x9f, + 0xe0, + 0xff, + 0xb8, + 0x67, + 0xff, + 0xcc, + 0x48, + 0xff, + 0x85, + 0x3b, + 0xff, + 0x8f, + 0xc3, + 0xff, + 0x8a, + 0xdf, + 0xff, + 0x2b, + 0x78, + 0xff, + 0xfe, + 0x93, + 0xff, + 0xd0, + 0x02, + 0x00, + 0x3e, + 0x37, + 0x00, + 0xbb, + 0x2c, + 0x00, + 0xc7, + 0x27, + 0x00, + 0xd3, + 0x64, + 0x00, + 0x43, + 0xba, + 0x00, + 0x9f, + 0x6a, + 0x00, + 0xd1, + 0x5f, + 0x00, + 0x11, + 0x6f, + 0x00, + 0xa7, + 0x5a, + 0xff, + 0xb4, + 0x3b, + 0xff, + 0xfd, + 0x69, + 0xff, + 0x20, + 0xc7, + 0xfe, + 0x48, + 0x1e, + 0xff, + 0xe4, + 0x52, + 0xff, + 0xa7, + 0x34, + 0xff, + 0x54, + 0x81, + 0xff, + 0x2c, + 0x93, + 0xff, + 0xe7, + 0xf4, + 0xff, + 0x29, + 0x71, + 0x00, + 0x03, + 0x1d, + 0x00, + 0x69, + 0x88, + 0xff, + 0x66, + 0xff, + 0x0c, + 0x72, + 0xf7, + 0x13, + 0xb3, + 0xdd, + 0x06, + 0xd8, + 0x08, + 0x07, + 0x40, + 0x60, + 0x08, + 0x6e, + 0x7c, + 0xff, + 0xcf, + 0x12, + 0x01, + 0xd8, + 0xce, + 0x00, + 0x72, + 0xc2, + 0xfd, + 0x52, + 0x50, + 0xfc, + 0xbe, + 0xd2, + 0xf9, + 0x57, + 0x5c, + 0xfe, + 0xfd, + 0xe8, + 0x01, + 0x47, + 0xb3, + 0xff, + 0x38, + 0x60, + 0x00, + 0x68, + 0xc6, + 0x01, + 0x36, + 0xb1, + 0xfc, + 0xb2, + 0x8b, + 0xfa, + 0x03, + 0x4c, + 0x01, + 0x21, + 0xb5, + 0x02, + 0x76, + 0xed, + 0xfe, + 0x5a, + 0x9d, + 0xfe, + 0xfe, + 0x05, + 0xff, + 0xce, + 0x55, + 0xff, + 0x1c, + 0x99, + 0xff, + 0xed, + 0xa8, + 0xfe, + 0xc4, + 0x09, + 0xfe, + 0xcf, + 0xe3, + 0xfe, + 0xbd, + 0x4f, + 0xff, + 0x3f, + 0xf9, + 0xfe, + 0xa1, + 0x82, + 0xff, + 0x4d, + 0xc5, + 0xff, + 0x40, + 0xd6, + 0xff, + 0x8b, + 0x41, + 0x00, + 0x6b, + 0xf5, + 0xff, + 0xe4, + 0x71, + 0xff, + 0xc7, + 0x4f, + 0xff, + 0x77, + 0xaf, + 0xff, + 0x87, + 0x0e, + 0x00, + 0x9e, + 0xbe, + 0xff, + 0x8c, + 0x8d, + 0xff, + 0x24, + 0xd4, + 0xff, + 0x56, + 0x25, + 0x00, + 0xe7, + 0x46, + 0x00, + 0x00, + 0x14, + 0x00, + 0x6d, + 0xe6, + 0xff, + 0xf1, + 0x29, + 0x00, + 0x48, + 0x6f, + 0x00, + 0xc3, + 0x5f, + 0x00, + 0xe3, + 0x83, + 0x00, + 0x66, + 0x0f, + 0x00, + 0x50, + 0x21, + 0xff, + 0x5b, + 0x3f, + 0xff, + 0x19, + 0x1d, + 0xff, + 0x9a, + 0xae, + 0xfe, + 0x61, + 0x02, + 0xff, + 0x47, + 0x1a, + 0xff, + 0xcf, + 0x52, + 0xff, + 0x83, + 0xc7, + 0xff, + 0x70, + 0xee, + 0xff, + 0xf7, + 0x43, + 0x00, + 0x83, + 0x6a, + 0x00, + 0xf8, + 0xe4, + 0xff, + 0x9e, + 0x5a, + 0xff, + 0xc7, + 0x4e, + 0x0b, + 0x8c, + 0xb8, + 0x11, + 0x30, + 0x6a, + 0x06, + 0xd2, + 0xb6, + 0x05, + 0x51, + 0x1a, + 0x08, + 0x24, + 0x4b, + 0x01, + 0x6a, + 0xba, + 0x00, + 0x88, + 0x6e, + 0x00, + 0xb8, + 0x2a, + 0xfe, + 0xe6, + 0xad, + 0xfc, + 0x79, + 0x4b, + 0xfb, + 0x4c, + 0x8b, + 0xfe, + 0xf7, + 0x24, + 0x01, + 0x6e, + 0x36, + 0x00, + 0x1d, + 0x0e, + 0x01, + 0xe8, + 0xaa, + 0x01, + 0x03, + 0x0e, + 0xfd, + 0x67, + 0xe6, + 0xfb, + 0x64, + 0xb6, + 0x01, + 0x80, + 0x43, + 0x02, + 0xc1, + 0xf8, + 0xfe, + 0x2b, + 0xa2, + 0xfe, + 0x63, + 0x36, + 0xff, + 0x5d, + 0xc4, + 0xff, + 0xef, + 0x83, + 0xff, + 0xa3, + 0x88, + 0xfe, + 0x20, + 0x2b, + 0xfe, + 0xb1, + 0x17, + 0xff, + 0x1c, + 0x8e, + 0xff, + 0x1b, + 0xe0, + 0xfe, + 0x86, + 0x73, + 0xff, + 0xc9, + 0x19, + 0x00, + 0x7c, + 0x0d, + 0x00, + 0xe5, + 0x38, + 0x00, + 0x77, + 0xd9, + 0xff, + 0xbf, + 0x90, + 0xff, + 0xda, + 0xc8, + 0xff, + 0xa5, + 0x13, + 0x00, + 0xc6, + 0x12, + 0x00, + 0x11, + 0xc5, + 0xff, + 0x30, + 0xe4, + 0xff, + 0xc7, + 0x27, + 0x00, + 0xd0, + 0x36, + 0x00, + 0xbd, + 0x00, + 0x00, + 0x06, + 0x82, + 0xff, + 0x41, + 0x97, + 0xff, + 0xa3, + 0x2d, + 0x00, + 0x5f, + 0x45, + 0x00, + 0x52, + 0x3f, + 0x00, + 0x70, + 0x45, + 0x00, + 0x1e, + 0xa1, + 0xff, + 0xd1, + 0x40, + 0xff, + 0x70, + 0x48, + 0xff, + 0x61, + 0xda, + 0xfe, + 0x3a, + 0xe0, + 0xfe, + 0x0e, + 0x2b, + 0xff, + 0x3c, + 0x35, + 0xff, + 0x01, + 0x8d, + 0xff, + 0xe5, + 0xd4, + 0xff, + 0x3c, + 0x12, + 0x00, + 0x7e, + 0x63, + 0x00, + 0x6b, + 0x4b, + 0x00, + 0xe2, + 0xca, + 0xff, + 0x4c, + 0x45, + 0xff, + 0xfa, + 0xfc, + 0x09, + 0xd2, + 0x86, + 0x0f, + 0xdf, + 0xb1, + 0x05, + 0xf3, + 0x86, + 0x05, + 0x20, + 0xf3, + 0x07, + 0x36, + 0x79, + 0x01, + 0xb6, + 0x51, + 0x00, + 0xd2, + 0x63, + 0x00, + 0x97, + 0x82, + 0xfe, + 0x4d, + 0x40, + 0xfd, + 0x2e, + 0x5e, + 0xfc, + 0xf5, + 0x78, + 0xfe, + 0xab, + 0x7e, + 0x00, + 0x0f, + 0xab, + 0x00, + 0xb4, + 0x97, + 0x01, + 0x45, + 0x85, + 0x01, + 0xf8, + 0x8b, + 0xfd, + 0xf2, + 0xf2, + 0xfc, + 0xbb, + 0x76, + 0x01, + 0x99, + 0x5e, + 0x01, + 0xa1, + 0xf2, + 0xfe, + 0xea, + 0xfc, + 0xfe, + 0x14, + 0x72, + 0xff, + 0xaa, + 0xb8, + 0xff, + 0x45, + 0x5c, + 0xff, + 0xdd, + 0xc6, + 0xfe, + 0x00, + 0xa5, + 0xfe, + 0xf2, + 0x7b, + 0xff, + 0xe6, + 0x97, + 0xff, + 0x55, + 0xa2, + 0xfe, + 0x73, + 0x53, + 0xff, + 0xde, + 0x1a, + 0x00, + 0x6d, + 0x20, + 0x00, + 0x17, + 0x31, + 0x00, + 0x44, + 0xb3, + 0xff, + 0x97, + 0xa0, + 0xff, + 0x61, + 0x1b, + 0x00, + 0x91, + 0x3a, + 0x00, + 0xd5, + 0x07, + 0x00, + 0x37, + 0x00, + 0x00, + 0x71, + 0xfa, + 0xff, + 0xac, + 0xd1, + 0xff, + 0xb5, + 0xca, + 0xff, + 0x07, + 0x82, + 0xff, + 0x81, + 0x35, + 0xff, + 0x6b, + 0x81, + 0xff, + 0x6b, + 0x06, + 0x00, + 0xac, + 0x25, + 0x00, + 0xd0, + 0x19, + 0x00, + 0xff, + 0xee, + 0xff, + 0xda, + 0x6a, + 0xff, + 0x76, + 0x4f, + 0xff, + 0x1e, + 0x49, + 0xff, + 0xcd, + 0xf5, + 0xfe, + 0x5e, + 0x0f, + 0xff, + 0xbb, + 0x31, + 0xff, + 0x48, + 0x45, + 0xff, + 0x6b, + 0x89, + 0xff, + 0x91, + 0xb6, + 0xff, + 0x15, + 0x04, + 0x00, + 0x53, + 0x48, + 0x00, + 0xac, + 0x18, + 0x00, + 0x79, + 0xa4, + 0xff, + 0xa6, + 0x30, + 0xff, + 0x6b, + 0xd8, + 0x07, + 0xcb, + 0x95, + 0x0d, + 0x11, + 0xe1, + 0x05, + 0x8b, + 0xe9, + 0x04, + 0x0f, + 0x76, + 0x07, + 0x7e, + 0xbd, + 0x01, + 0x29, + 0x51, + 0x00, + 0xdd, + 0x91, + 0x00, + 0x15, + 0xbf, + 0xfe, + 0x7d, + 0xf1, + 0xfd, + 0x4a, + 0x22, + 0xfd, + 0x02, + 0x4f, + 0xfe, + 0xa1, + 0x0f, + 0x00, + 0x04, + 0x35, + 0x01, + 0x01, + 0x40, + 0x02, + 0x1e, + 0x67, + 0x01, + 0x54, + 0x33, + 0xfe, + 0x28, + 0x83, + 0xfd, + 0x79, + 0x93, + 0x00, + 0x77, + 0xf7, + 0x00, + 0x51, + 0x5c, + 0xff, + 0xa5, + 0x23, + 0xff, + 0x30, + 0x61, + 0xff, + 0xf2, + 0xae, + 0xff, + 0xff, + 0xb5, + 0xff, + 0x8a, + 0x6f, + 0xff, + 0xb5, + 0x19, + 0xff, + 0x1f, + 0x6f, + 0xff, + 0xca, + 0x3e, + 0xff, + 0xe5, + 0x79, + 0xfe, + 0xe1, + 0x69, + 0xff, + 0xc5, + 0x23, + 0x00, + 0x2c, + 0xf8, + 0xff, + 0x9d, + 0x19, + 0x00, + 0x0f, + 0xce, + 0xff, + 0xba, + 0xc8, + 0xff, + 0xe7, + 0x31, + 0x00, + 0x64, + 0x58, + 0x00, + 0x9f, + 0x21, + 0x00, + 0x5b, + 0x98, + 0xff, + 0xdb, + 0x56, + 0xff, + 0xf0, + 0x73, + 0xff, + 0xd4, + 0x88, + 0xff, + 0x6a, + 0x5c, + 0xff, + 0xc3, + 0x3d, + 0xff, + 0xca, + 0x93, + 0xff, + 0x90, + 0xd2, + 0xff, + 0x55, + 0xcf, + 0xff, + 0x99, + 0xf6, + 0xff, + 0x83, + 0xcc, + 0xff, + 0x9c, + 0x65, + 0xff, + 0x5c, + 0x59, + 0xff, + 0xa2, + 0x30, + 0xff, + 0x95, + 0x0f, + 0xff, + 0x68, + 0x2d, + 0xff, + 0x51, + 0x2c, + 0xff, + 0x8b, + 0x4c, + 0xff, + 0x01, + 0x6f, + 0xff, + 0xa3, + 0x8b, + 0xff, + 0x78, + 0xe2, + 0xff, + 0x85, + 0x14, + 0x00, + 0x27, + 0xea, + 0xff, + 0x11, + 0x82, + 0xff, + 0xfe, + 0x21, + 0xff, + 0x71, + 0x1d, + 0x06, + 0x04, + 0x41, + 0x0b, + 0x76, + 0x08, + 0x06, + 0x7c, + 0x91, + 0x04, + 0x10, + 0xe6, + 0x05, + 0x42, + 0x24, + 0x02, + 0x70, + 0x3f, + 0x01, + 0x85, + 0xb3, + 0x00, + 0xf7, + 0xd2, + 0xfe, + 0x1b, + 0x4d, + 0xfe, + 0x78, + 0xfe, + 0xfd, + 0x97, + 0x13, + 0xff, + 0x2f, + 0x95, + 0x00, + 0x31, + 0xd6, + 0x01, + 0xb7, + 0x69, + 0x02, + 0x6d, + 0x2f, + 0x01, + 0x53, + 0xc6, + 0xfe, + 0xe6, + 0x43, + 0xfe, + 0x41, + 0x48, + 0x00, + 0x90, + 0x8d, + 0x00, + 0xf1, + 0x83, + 0xff, + 0x83, + 0x55, + 0xff, + 0x30, + 0xa7, + 0xff, + 0x6c, + 0x40, + 0x00, + 0x27, + 0x37, + 0x00, + 0x82, + 0x96, + 0xff, + 0x2b, + 0x04, + 0xff, + 0x0e, + 0x3b, + 0xff, + 0x96, + 0x62, + 0xff, + 0xd5, + 0xf0, + 0xfe, + 0x0f, + 0x81, + 0xff, + 0x33, + 0x0f, + 0x00, + 0x66, + 0xdf, + 0xff, + 0x2c, + 0x05, + 0x00, + 0xde, + 0x10, + 0x00, + 0x9a, + 0x0b, + 0x00, + 0x26, + 0x2b, + 0x00, + 0xe9, + 0xe3, + 0xff, + 0x92, + 0x68, + 0xff, + 0xc5, + 0x25, + 0xff, + 0x8f, + 0x3e, + 0xff, + 0x37, + 0x7c, + 0xff, + 0xbd, + 0x88, + 0xff, + 0x1d, + 0x78, + 0xff, + 0x0e, + 0x5a, + 0xff, + 0xdb, + 0x6c, + 0xff, + 0x87, + 0xad, + 0xff, + 0xb2, + 0xc4, + 0xff, + 0x00, + 0xd3, + 0xff, + 0x8b, + 0xb0, + 0xff, + 0x96, + 0x7b, + 0xff, + 0x73, + 0x69, + 0xff, + 0xfe, + 0x1c, + 0xff, + 0x76, + 0xff, + 0xfe, + 0x18, + 0x35, + 0xff, + 0x7b, + 0x3f, + 0xff, + 0x26, + 0x46, + 0xff, + 0xf9, + 0x5e, + 0xff, + 0xbe, + 0x8c, + 0xff, + 0xd6, + 0xd0, + 0xff, + 0xb6, + 0xde, + 0xff, + 0x4e, + 0xaf, + 0xff, + 0xf1, + 0x66, + 0xff, + 0x5a, + 0x37, + 0xff, + 0xbf, + 0xf8, + 0x04, + 0x2d, + 0x91, + 0x08, + 0xa8, + 0x9b, + 0x05, + 0xf0, + 0x40, + 0x05, + 0xe6, + 0xf7, + 0x04, + 0x9b, + 0x48, + 0x02, + 0x28, + 0x90, + 0x01, + 0x22, + 0x83, + 0x00, + 0x1f, + 0x78, + 0xff, + 0x45, + 0x04, + 0xff, + 0x23, + 0xfc, + 0xfe, + 0x4e, + 0xe1, + 0xff, + 0xfe, + 0xbf, + 0x00, + 0xd4, + 0x1c, + 0x02, + 0x3f, + 0xbb, + 0x02, + 0xab, + 0x44, + 0x01, + 0x2b, + 0x28, + 0xff, + 0x64, + 0xe0, + 0xfe, + 0xfe, + 0x0c, + 0x00, + 0xf3, + 0x11, + 0x00, + 0xa9, + 0x9e, + 0xff, + 0x9d, + 0xb7, + 0xff, + 0x99, + 0x29, + 0x00, + 0x11, + 0x5a, + 0x00, + 0x50, + 0xe1, + 0xff, + 0xa7, + 0x9f, + 0xff, + 0x83, + 0x7b, + 0xff, + 0x5c, + 0x84, + 0xff, + 0xfb, + 0x6c, + 0xff, + 0xe1, + 0x1c, + 0xff, + 0xeb, + 0x8d, + 0xff, + 0x27, + 0xee, + 0xff, + 0x5b, + 0xf9, + 0xff, + 0xae, + 0x10, + 0x00, + 0x56, + 0x00, + 0x00, + 0x69, + 0xfb, + 0xff, + 0xab, + 0xc8, + 0xff, + 0xba, + 0x71, + 0xff, + 0xee, + 0x25, + 0xff, + 0xf5, + 0x1b, + 0xff, + 0x01, + 0x71, + 0xff, + 0x89, + 0x97, + 0xff, + 0xc8, + 0x8a, + 0xff, + 0x6b, + 0x73, + 0xff, + 0x57, + 0x5b, + 0xff, + 0x3e, + 0x7a, + 0xff, + 0x35, + 0x94, + 0xff, + 0xbb, + 0xae, + 0xff, + 0x89, + 0xd3, + 0xff, + 0xfe, + 0xb3, + 0xff, + 0xa1, + 0x8a, + 0xff, + 0x77, + 0x48, + 0xff, + 0xbd, + 0xf2, + 0xfe, + 0xcd, + 0xfe, + 0xfe, + 0xf5, + 0x2a, + 0xff, + 0x71, + 0x43, + 0xff, + 0x54, + 0x58, + 0xff, + 0x87, + 0x6d, + 0xff, + 0x68, + 0x93, + 0xff, + 0x51, + 0xb0, + 0xff, + 0x4c, + 0xb2, + 0xff, + 0x89, + 0x8e, + 0xff, + 0x28, + 0x76, + 0xff, + 0xd4, + 0x6e, + 0xff, + 0x95, + 0xef, + 0x03, + 0x6b, + 0xc3, + 0x06, + 0xd6, + 0x1b, + 0x05, + 0xc4, + 0x9e, + 0x04, + 0xb7, + 0xed, + 0x03, + 0x54, + 0x46, + 0x02, + 0x35, + 0xe9, + 0x01, + 0xf2, + 0x08, + 0x01, + 0xa8, + 0xfa, + 0xff, + 0x24, + 0x13, + 0x00, + 0x46, + 0x74, + 0x00, + 0x26, + 0xdd, + 0x00, + 0x0d, + 0x7d, + 0x01, + 0x4e, + 0x33, + 0x02, + 0x85, + 0xaf, + 0x02, + 0x1b, + 0x74, + 0x01, + 0xe8, + 0x4a, + 0xff, + 0x1b, + 0x01, + 0xff, + 0xe1, + 0xa9, + 0xff, + 0xdf, + 0xf5, + 0xff, + 0x58, + 0x3b, + 0x00, + 0xdb, + 0x02, + 0x00, + 0x33, + 0xe6, + 0xff, + 0x01, + 0x34, + 0x00, + 0x94, + 0x34, + 0x00, + 0xac, + 0xf5, + 0xff, + 0xc9, + 0x9d, + 0xff, + 0x5d, + 0x87, + 0xff, + 0x2c, + 0x84, + 0xff, + 0x7d, + 0x5b, + 0xff, + 0x4d, + 0xa5, + 0xff, + 0x2f, + 0x09, + 0x00, + 0x5e, + 0x0e, + 0x00, + 0xb1, + 0xfb, + 0xff, + 0x43, + 0xca, + 0xff, + 0xa2, + 0x82, + 0xff, + 0x6f, + 0x63, + 0xff, + 0xf6, + 0x45, + 0xff, + 0x14, + 0x35, + 0xff, + 0xe3, + 0x5f, + 0xff, + 0x5b, + 0x88, + 0xff, + 0x94, + 0x91, + 0xff, + 0x03, + 0x8b, + 0xff, + 0x76, + 0x75, + 0xff, + 0x83, + 0x59, + 0xff, + 0xb5, + 0x75, + 0xff, + 0x98, + 0xa8, + 0xff, + 0xad, + 0xae, + 0xff, + 0x53, + 0xc5, + 0xff, + 0x4a, + 0xb0, + 0xff, + 0xd5, + 0x63, + 0xff, + 0x3d, + 0x1e, + 0xff, + 0x65, + 0xe0, + 0xfe, + 0x56, + 0x01, + 0xff, + 0xdd, + 0x4a, + 0xff, + 0x2f, + 0x5a, + 0xff, + 0x28, + 0x66, + 0xff, + 0x3e, + 0x84, + 0xff, + 0x66, + 0x99, + 0xff, + 0xb4, + 0x9f, + 0xff, + 0x24, + 0xad, + 0xff, + 0xdd, + 0xad, + 0xff, + 0xdf, + 0x80, + 0xff, + 0xe1, + 0x60, + 0xff, + 0x2d, + 0x8b, + 0x03, + 0x8f, + 0xc8, + 0x05, + 0x5a, + 0x4f, + 0x04, + 0xc2, + 0xb5, + 0x03, + 0xe2, + 0x17, + 0x03, + 0x01, + 0x69, + 0x02, + 0xed, + 0x4b, + 0x02, + 0x97, + 0x00, + 0x02, + 0xa4, + 0x60, + 0x01, + 0xc6, + 0xc5, + 0x00, + 0x41, + 0x42, + 0x01, + 0xd8, + 0xc7, + 0x01, + 0xef, + 0xec, + 0x01, + 0xe8, + 0x40, + 0x02, + 0x2e, + 0x23, + 0x02, + 0x6c, + 0xd0, + 0x00, + 0x9f, + 0x34, + 0xff, + 0x17, + 0x56, + 0xff, + 0xca, + 0x15, + 0x00, + 0xe9, + 0x38, + 0x00, + 0x2b, + 0x40, + 0x00, + 0x09, + 0xf3, + 0xff, + 0x4e, + 0xea, + 0xff, + 0x4c, + 0x3c, + 0x00, + 0x3b, + 0x4a, + 0x00, + 0x94, + 0x13, + 0x00, + 0x34, + 0xad, + 0xff, + 0xca, + 0xa2, + 0xff, + 0x64, + 0xc3, + 0xff, + 0xc1, + 0xbf, + 0xff, + 0x11, + 0xf2, + 0xff, + 0x8e, + 0x14, + 0x00, + 0x82, + 0xf3, + 0xff, + 0x83, + 0x9f, + 0xff, + 0xb5, + 0x50, + 0xff, + 0x58, + 0x4c, + 0xff, + 0x43, + 0x75, + 0xff, + 0x90, + 0x8f, + 0xff, + 0x4e, + 0x75, + 0xff, + 0x2a, + 0x6a, + 0xff, + 0x14, + 0x7e, + 0xff, + 0x06, + 0x84, + 0xff, + 0xdc, + 0x89, + 0xff, + 0x9d, + 0x7c, + 0xff, + 0x43, + 0x72, + 0xff, + 0x68, + 0x7f, + 0xff, + 0x28, + 0x9c, + 0xff, + 0xc2, + 0xbe, + 0xff, + 0xbd, + 0xc0, + 0xff, + 0x91, + 0x9d, + 0xff, + 0x93, + 0x4a, + 0xff, + 0x48, + 0x07, + 0xff, + 0x60, + 0x09, + 0xff, + 0x9a, + 0x1d, + 0xff, + 0x62, + 0x4c, + 0xff, + 0x91, + 0x7c, + 0xff, + 0x8d, + 0x8e, + 0xff, + 0x1c, + 0x9c, + 0xff, + 0x09, + 0xa8, + 0xff, + 0x8a, + 0xb3, + 0xff, + 0x1b, + 0xb1, + 0xff, + 0x22, + 0x98, + 0xff, + 0x12, + 0x6d, + 0xff, + 0x7a, + 0x53, + 0xff, + 0xe8, + 0xcb, + 0x02, + 0xc6, + 0x8f, + 0x04, + 0x37, + 0x56, + 0x03, + 0x67, + 0x58, + 0x03, + 0xd9, + 0x8e, + 0x03, + 0x27, + 0x02, + 0x03, + 0xee, + 0xda, + 0x02, + 0xbe, + 0xdd, + 0x02, + 0xfb, + 0xb5, + 0x02, + 0xda, + 0x28, + 0x02, + 0x93, + 0xa7, + 0x01, + 0xe2, + 0x6e, + 0x01, + 0xc5, + 0x74, + 0x01, + 0x85, + 0x95, + 0x01, + 0x33, + 0x6e, + 0x01, + 0xbe, + 0xac, + 0x00, + 0xde, + 0xcd, + 0xff, + 0x8a, + 0xe4, + 0xff, + 0x01, + 0x36, + 0x00, + 0x8f, + 0xf5, + 0xff, + 0xc5, + 0xe5, + 0xff, + 0x9d, + 0xf2, + 0xff, + 0x12, + 0xf1, + 0xff, + 0x61, + 0x2a, + 0x00, + 0x26, + 0x66, + 0x00, + 0x2d, + 0x60, + 0x00, + 0xbd, + 0x04, + 0x00, + 0x94, + 0xd8, + 0xff, + 0x5f, + 0xdc, + 0xff, + 0x28, + 0xcb, + 0xff, + 0x5f, + 0xf4, + 0xff, + 0xea, + 0xe4, + 0xff, + 0xaa, + 0x86, + 0xff, + 0x27, + 0x59, + 0xff, + 0x5d, + 0x43, + 0xff, + 0x48, + 0x5b, + 0xff, + 0x04, + 0x9e, + 0xff, + 0x67, + 0xaa, + 0xff, + 0x85, + 0x85, + 0xff, + 0x1b, + 0x5a, + 0xff, + 0x60, + 0x51, + 0xff, + 0x73, + 0x70, + 0xff, + 0x14, + 0x7d, + 0xff, + 0x24, + 0x94, + 0xff, + 0x97, + 0xa3, + 0xff, + 0xe6, + 0x80, + 0xff, + 0xcf, + 0x6b, + 0xff, + 0x06, + 0x93, + 0xff, + 0xc6, + 0xb0, + 0xff, + 0x52, + 0x71, + 0xff, + 0x59, + 0x4b, + 0xff, + 0x4a, + 0x46, + 0xff, + 0x95, + 0x1d, + 0xff, + 0xd1, + 0x3e, + 0xff, + 0xfd, + 0x78, + 0xff, + 0x3c, + 0x8b, + 0xff, + 0x0e, + 0xbb, + 0xff, + 0x69, + 0xc7, + 0xff, + 0x63, + 0x7d, + 0xff, + 0x8a, + 0x66, + 0xff, + 0x67, + 0x81, + 0xff, + 0xff, + 0x73, + 0xff, + 0x62, + 0x7a, + 0xff, + 0x53, + 0x7d, + 0xff, + 0x9d, + 0x7b, + 0x02, + 0x59, + 0xc1, + 0x04, + 0x61, + 0xef, + 0x03, + 0x10, + 0xee, + 0x03, + 0x67, + 0xb7, + 0x04, + 0x1d, + 0xe9, + 0x03, + 0xbf, + 0xee, + 0x02, + 0x5e, + 0x87, + 0x02, + 0x85, + 0x12, + 0x02, + 0x30, + 0xd3, + 0x01, + 0xf0, + 0xc7, + 0x01, + 0xd0, + 0x6e, + 0x01, + 0xfc, + 0x01, + 0x01, + 0x4f, + 0xa9, + 0x00, + 0xbc, + 0xb6, + 0x00, + 0xee, + 0xea, + 0x00, + 0x86, + 0x7d, + 0x00, + 0x63, + 0x17, + 0x00, + 0x1b, + 0xf5, + 0xff, + 0x89, + 0xa4, + 0xff, + 0x15, + 0x91, + 0xff, + 0x2a, + 0xe4, + 0xff, + 0xa4, + 0x43, + 0x00, + 0x7d, + 0x79, + 0x00, + 0xef, + 0x7c, + 0x00, + 0xb0, + 0x8a, + 0x00, + 0xde, + 0x7a, + 0x00, + 0xa2, + 0xfd, + 0xff, + 0x4a, + 0xa3, + 0xff, + 0x5e, + 0x94, + 0xff, + 0xa4, + 0x81, + 0xff, + 0x50, + 0x7c, + 0xff, + 0x6f, + 0x63, + 0xff, + 0x5b, + 0x5b, + 0xff, + 0x9d, + 0x85, + 0xff, + 0xb8, + 0xa8, + 0xff, + 0xba, + 0xc1, + 0xff, + 0xb2, + 0x9d, + 0xff, + 0x03, + 0x42, + 0xff, + 0xba, + 0x4b, + 0xff, + 0xe0, + 0x80, + 0xff, + 0x79, + 0x51, + 0xff, + 0xce, + 0x47, + 0xff, + 0xc3, + 0x87, + 0xff, + 0xb9, + 0x97, + 0xff, + 0xb6, + 0x94, + 0xff, + 0xba, + 0x98, + 0xff, + 0x14, + 0x94, + 0xff, + 0x78, + 0x95, + 0xff, + 0x6f, + 0x7f, + 0xff, + 0x66, + 0x44, + 0xff, + 0x26, + 0x40, + 0xff, + 0xe7, + 0x59, + 0xff, + 0x78, + 0x5f, + 0xff, + 0x7b, + 0xa2, + 0xff, + 0x96, + 0xc0, + 0xff, + 0x83, + 0xa4, + 0xff, + 0x7d, + 0xb0, + 0xff, + 0x26, + 0x7a, + 0xff, + 0x21, + 0x3a, + 0xff, + 0x53, + 0x4e, + 0xff, + 0x48, + 0x43, + 0xff, + 0x1c, + 0x63, + 0xff, + 0xb6, + 0xc9, + 0xff, + 0x22, + 0xcd, + 0x02, + 0x83, + 0xfd, + 0x05, + 0x60, + 0x8e, + 0x05, + 0x44, + 0xb4, + 0x04, + 0x17, + 0x4b, + 0x04, + 0x3d, + 0x8a, + 0x03, + 0xc3, + 0x39, + 0x03, + 0xe1, + 0x58, + 0x02, + 0x67, + 0x3a, + 0x01, + 0x77, + 0xbf, + 0x00, + 0x88, + 0xc0, + 0x00, + 0x27, + 0xdb, + 0x00, + 0x8b, + 0x0b, + 0x01, + 0x0f, + 0x3b, + 0x01, + 0x96, + 0x09, + 0x01, + 0xea, + 0xcb, + 0x00, + 0x92, + 0x43, + 0x00, + 0xe2, + 0xa5, + 0xff, + 0x4e, + 0x95, + 0xff, + 0x25, + 0xc9, + 0xff, + 0x1f, + 0x0d, + 0x00, + 0x48, + 0x08, + 0x00, + 0x93, + 0x27, + 0x00, + 0xd0, + 0x94, + 0x00, + 0x5c, + 0x88, + 0x00, + 0x65, + 0x72, + 0x00, + 0xe2, + 0x7c, + 0x00, + 0x16, + 0x1f, + 0x00, + 0x09, + 0x95, + 0xff, + 0x5e, + 0x43, + 0xff, + 0xf8, + 0x1d, + 0xff, + 0x05, + 0x29, + 0xff, + 0x4a, + 0x7b, + 0xff, + 0x0b, + 0x99, + 0xff, + 0xe3, + 0x9e, + 0xff, + 0xc0, + 0xc1, + 0xff, + 0x9b, + 0x99, + 0xff, + 0xba, + 0x75, + 0xff, + 0xd6, + 0x57, + 0xff, + 0x0a, + 0x30, + 0xff, + 0x8f, + 0x3f, + 0xff, + 0xf5, + 0x48, + 0xff, + 0x43, + 0x5f, + 0xff, + 0x12, + 0x81, + 0xff, + 0x9f, + 0x85, + 0xff, + 0xd3, + 0x75, + 0xff, + 0x73, + 0x81, + 0xff, + 0xa6, + 0xc9, + 0xff, + 0x2c, + 0xc6, + 0xff, + 0x7b, + 0x78, + 0xff, + 0xd7, + 0x5a, + 0xff, + 0x3a, + 0x55, + 0xff, + 0xb7, + 0x5f, + 0xff, + 0xb0, + 0x74, + 0xff, + 0x11, + 0x89, + 0xff, + 0xe2, + 0xb2, + 0xff, + 0x65, + 0xa5, + 0xff, + 0x39, + 0x58, + 0xff, + 0xd2, + 0x4a, + 0xff, + 0x88, + 0x56, + 0xff, + 0x0e, + 0x57, + 0xff, + 0xca, + 0x7d, + 0xff, + 0xf3, + 0x8e, + 0xff, + 0xe7, + 0x93, + 0xff, + 0xb4, + 0x27, + 0x03, + 0x64, + 0x6b, + 0x06, + 0x44, + 0x8c, + 0x05, + 0xd3, + 0x7c, + 0x04, + 0xc2, + 0x17, + 0x04, + 0xe9, + 0x8b, + 0x03, + 0x79, + 0x6a, + 0x03, + 0x56, + 0x81, + 0x02, + 0xd5, + 0x26, + 0x01, + 0x6d, + 0x25, + 0x00, + 0xc0, + 0xcb, + 0xff, + 0xa3, + 0x61, + 0x00, + 0xc3, + 0x4f, + 0x01, + 0x4a, + 0x62, + 0x01, + 0x0f, + 0xe1, + 0x00, + 0x9a, + 0xcd, + 0x00, + 0x6d, + 0x7b, + 0x00, + 0x25, + 0x1e, + 0x00, + 0xf1, + 0x18, + 0x00, + 0x97, + 0xdd, + 0xff, + 0xe1, + 0xbf, + 0xff, + 0xb6, + 0xe1, + 0xff, + 0x4e, + 0x34, + 0x00, + 0x14, + 0x52, + 0x00, + 0xa2, + 0x11, + 0x00, + 0x0e, + 0x53, + 0x00, + 0x67, + 0xd2, + 0x00, + 0xa2, + 0xb2, + 0x00, + 0x0b, + 0xe2, + 0xff, + 0xf7, + 0x0f, + 0xff, + 0x9d, + 0xe9, + 0xfe, + 0x38, + 0x1b, + 0xff, + 0x76, + 0x51, + 0xff, + 0xfc, + 0x85, + 0xff, + 0x6c, + 0xb5, + 0xff, + 0xdf, + 0xb0, + 0xff, + 0x1a, + 0x7c, + 0xff, + 0x1e, + 0x7d, + 0xff, + 0xd9, + 0x60, + 0xff, + 0xf2, + 0x1f, + 0xff, + 0x2f, + 0x2d, + 0xff, + 0xee, + 0x41, + 0xff, + 0x4d, + 0x35, + 0xff, + 0x49, + 0x54, + 0xff, + 0x5e, + 0x7f, + 0xff, + 0x66, + 0x7c, + 0xff, + 0x8d, + 0xa1, + 0xff, + 0x1a, + 0xd6, + 0xff, + 0x65, + 0xb9, + 0xff, + 0x5a, + 0x8f, + 0xff, + 0xd4, + 0x78, + 0xff, + 0x73, + 0x5c, + 0xff, + 0x17, + 0x7a, + 0xff, + 0xff, + 0x9b, + 0xff, + 0x96, + 0x6a, + 0xff, + 0x31, + 0x5c, + 0xff, + 0x85, + 0x5a, + 0xff, + 0xaf, + 0x50, + 0xff, + 0x32, + 0x78, + 0xff, + 0x34, + 0x79, + 0xff, + 0xcf, + 0x7b, + 0xff, + 0x47, + 0x73, + 0xff, + 0x14, + 0x61, + 0xff, + 0xfe, + 0x7e, + 0xff, + 0xda, + 0x0a, + 0x03, + 0x57, + 0x54, + 0x06, + 0x7c, + 0xf7, + 0x04, + 0xd2, + 0xa3, + 0x03, + 0x1a, + 0xe1, + 0x03, + 0x16, + 0x8e, + 0x03, + 0x83, + 0x76, + 0x03, + 0x60, + 0xaa, + 0x02, + 0x05, + 0x15, + 0x01, + 0x41, + 0x0d, + 0x00, + 0xeb, + 0x6c, + 0x00, + 0x95, + 0x2f, + 0x01, + 0x28, + 0xd4, + 0x00, + 0xb5, + 0x5e, + 0x00, + 0xb5, + 0x75, + 0x00, + 0xb6, + 0x91, + 0x00, + 0xe1, + 0xa2, + 0x00, + 0x22, + 0x03, + 0x01, + 0x29, + 0xec, + 0x00, + 0x3d, + 0x14, + 0x00, + 0x33, + 0xd0, + 0xff, + 0xe2, + 0xdc, + 0xff, + 0x31, + 0xe2, + 0xff, + 0xc7, + 0xfa, + 0xff, + 0xbd, + 0xf2, + 0xff, + 0x6f, + 0x24, + 0x00, + 0xea, + 0x45, + 0x00, + 0x0f, + 0x8a, + 0x00, + 0x2c, + 0xc3, + 0x00, + 0xf9, + 0x01, + 0x00, + 0x65, + 0x19, + 0xff, + 0x69, + 0xe0, + 0xfe, + 0xc3, + 0x0c, + 0xff, + 0xa3, + 0x5c, + 0xff, + 0x9d, + 0x9b, + 0xff, + 0xb4, + 0xa1, + 0xff, + 0xd9, + 0x70, + 0xff, + 0xe6, + 0x55, + 0xff, + 0x20, + 0x68, + 0xff, + 0xf5, + 0x38, + 0xff, + 0x53, + 0x13, + 0xff, + 0x9a, + 0x45, + 0xff, + 0xc0, + 0x46, + 0xff, + 0xba, + 0x3d, + 0xff, + 0x46, + 0x51, + 0xff, + 0x3e, + 0x5b, + 0xff, + 0x73, + 0xa2, + 0xff, + 0x1d, + 0xd3, + 0xff, + 0xac, + 0x90, + 0xff, + 0x94, + 0x76, + 0xff, + 0xa9, + 0xa6, + 0xff, + 0x68, + 0x8d, + 0xff, + 0x24, + 0x85, + 0xff, + 0xb2, + 0x91, + 0xff, + 0x2d, + 0x48, + 0xff, + 0xbc, + 0x38, + 0xff, + 0x8b, + 0x55, + 0xff, + 0xa3, + 0x53, + 0xff, + 0xd7, + 0x6d, + 0xff, + 0x97, + 0x87, + 0xff, + 0x24, + 0x7b, + 0xff, + 0x05, + 0x64, + 0xff, + 0x92, + 0x5a, + 0xff, + 0x63, + 0x43, + 0xff, + 0x66, + 0xa6, + 0x03, + 0x6f, + 0x30, + 0x07, + 0xa6, + 0xd5, + 0x04, + 0xc4, + 0xe4, + 0x02, + 0x65, + 0xd1, + 0x02, + 0x3c, + 0x74, + 0x02, + 0x58, + 0x08, + 0x03, + 0x4f, + 0x9c, + 0x02, + 0x1f, + 0x18, + 0x01, + 0x73, + 0xaf, + 0xff, + 0x6d, + 0x21, + 0x00, + 0xd6, + 0xe1, + 0x01, + 0x82, + 0xc8, + 0x01, + 0x0c, + 0xe5, + 0x00, + 0x18, + 0x07, + 0x00, + 0x47, + 0x4f, + 0xff, + 0x7c, + 0x0b, + 0x00, + 0xec, + 0x28, + 0x01, + 0x3a, + 0x3c, + 0x01, + 0xa7, + 0xfb, + 0x00, + 0x91, + 0xc2, + 0x00, + 0xfc, + 0xf6, + 0xff, + 0xbb, + 0xc0, + 0xff, + 0xef, + 0x37, + 0x00, + 0xc2, + 0xe6, + 0xff, + 0x55, + 0x8e, + 0xff, + 0x61, + 0xed, + 0xff, + 0x33, + 0x45, + 0x00, + 0xc6, + 0x3e, + 0x00, + 0x68, + 0x5e, + 0x00, + 0x2a, + 0x60, + 0x00, + 0x14, + 0xcb, + 0xff, + 0xbf, + 0x51, + 0xff, + 0xcc, + 0x03, + 0xff, + 0xe3, + 0x0b, + 0xff, + 0xce, + 0x82, + 0xff, + 0xd8, + 0x79, + 0xff, + 0x92, + 0x46, + 0xff, + 0x92, + 0x45, + 0xff, + 0x02, + 0x2e, + 0xff, + 0xb5, + 0x47, + 0xff, + 0x7f, + 0x5d, + 0xff, + 0xda, + 0x51, + 0xff, + 0x82, + 0x55, + 0xff, + 0xf5, + 0x4b, + 0xff, + 0x35, + 0x5b, + 0xff, + 0x43, + 0x83, + 0xff, + 0x71, + 0x7d, + 0xff, + 0x38, + 0x79, + 0xff, + 0xa8, + 0xa6, + 0xff, + 0xe7, + 0x9e, + 0xff, + 0x27, + 0x71, + 0xff, + 0x8e, + 0x8d, + 0xff, + 0xa7, + 0x9c, + 0xff, + 0xae, + 0x6a, + 0xff, + 0x73, + 0x45, + 0xff, + 0x12, + 0x37, + 0xff, + 0xa7, + 0x4c, + 0xff, + 0x28, + 0x84, + 0xff, + 0xae, + 0x88, + 0xff, + 0xdf, + 0x57, + 0xff, + 0x0a, + 0x4b, + 0xff, + 0xfb, + 0x52, + 0xff, + 0x31, + 0x43, + 0xff, + 0x50, + 0x0e, + 0x04, + 0x68, + 0x7e, + 0x08, + 0x9b, + 0x7d, + 0x05, + 0x9c, + 0x88, + 0x02, + 0x09, + 0x88, + 0x02, + 0xfa, + 0xdd, + 0x01, + 0x6f, + 0x88, + 0x02, + 0xc2, + 0xe5, + 0x01, + 0x47, + 0x01, + 0x00, + 0x55, + 0xcd, + 0xfe, + 0xae, + 0x3d, + 0xff, + 0xd3, + 0x28, + 0x02, + 0xda, + 0xd1, + 0x02, + 0xee, + 0x1d, + 0x01, + 0x5b, + 0x25, + 0x00, + 0x45, + 0xcd, + 0xff, + 0x17, + 0xf4, + 0xff, + 0x67, + 0x46, + 0x00, + 0xfc, + 0xd7, + 0x00, + 0xa7, + 0x03, + 0x01, + 0x69, + 0xc1, + 0x00, + 0x72, + 0xa1, + 0x00, + 0x13, + 0x78, + 0x00, + 0xf4, + 0x49, + 0x00, + 0xcd, + 0xec, + 0xff, + 0x04, + 0xdf, + 0xff, + 0xc2, + 0xde, + 0xff, + 0xba, + 0x89, + 0xff, + 0x49, + 0xbe, + 0xff, + 0x72, + 0x37, + 0x00, + 0xb6, + 0x76, + 0x00, + 0x99, + 0xa0, + 0x00, + 0xd1, + 0x48, + 0x00, + 0xda, + 0x7f, + 0xff, + 0xa5, + 0xf6, + 0xfe, + 0x05, + 0xdc, + 0xfe, + 0xe5, + 0x16, + 0xff, + 0xc7, + 0x58, + 0xff, + 0xe8, + 0x69, + 0xff, + 0x15, + 0x53, + 0xff, + 0x88, + 0x3f, + 0xff, + 0xb8, + 0x61, + 0xff, + 0xa1, + 0x62, + 0xff, + 0x8d, + 0x5d, + 0xff, + 0x87, + 0x7f, + 0xff, + 0x96, + 0x5d, + 0xff, + 0xa5, + 0x51, + 0xff, + 0xd5, + 0x85, + 0xff, + 0x0a, + 0x90, + 0xff, + 0x0a, + 0x76, + 0xff, + 0x48, + 0x58, + 0xff, + 0x4d, + 0x69, + 0xff, + 0x6f, + 0x9f, + 0xff, + 0x44, + 0xa2, + 0xff, + 0x4f, + 0x6e, + 0xff, + 0x72, + 0x42, + 0xff, + 0x43, + 0x45, + 0xff, + 0x34, + 0x68, + 0xff, + 0x47, + 0x7e, + 0xff, + 0xc1, + 0x5f, + 0xff, + 0xab, + 0x36, + 0xff, + 0x34, + 0x3b, + 0xff, + 0xa1, + 0x41, + 0xff, + 0xa3, + 0x48, + 0xff, + 0x03, + 0x08, + 0x05, + 0x75, + 0x64, + 0x0a, + 0x42, + 0x16, + 0x06, + 0x36, + 0x83, + 0x02, + 0x33, + 0xf5, + 0x02, + 0xcc, + 0x81, + 0x01, + 0xa5, + 0x1b, + 0x02, + 0xb4, + 0x58, + 0x01, + 0x72, + 0xa3, + 0xfe, + 0xe2, + 0x20, + 0xfd, + 0x72, + 0xd7, + 0xfd, + 0xd1, + 0x37, + 0x02, + 0x67, + 0x21, + 0x03, + 0x7b, + 0xae, + 0x00, + 0xcc, + 0x2f, + 0x00, + 0x8c, + 0x0a, + 0x00, + 0xeb, + 0x3c, + 0x00, + 0x29, + 0xec, + 0x00, + 0x45, + 0x0d, + 0x01, + 0x85, + 0x46, + 0x00, + 0xcd, + 0x42, + 0x00, + 0x17, + 0xf8, + 0x00, + 0x0f, + 0x8a, + 0x00, + 0xc6, + 0x6e, + 0x00, + 0xbf, + 0x84, + 0x00, + 0xfe, + 0xef, + 0xff, + 0xa6, + 0xe0, + 0xff, + 0xc2, + 0x02, + 0x00, + 0x63, + 0xa4, + 0xff, + 0xa7, + 0xad, + 0xff, + 0x85, + 0x36, + 0x00, + 0xea, + 0x9e, + 0x00, + 0x98, + 0xe3, + 0x00, + 0xf0, + 0x45, + 0x00, + 0x58, + 0x68, + 0xff, + 0x37, + 0x29, + 0xff, + 0x50, + 0xf0, + 0xfe, + 0x75, + 0xf4, + 0xfe, + 0xc7, + 0x43, + 0xff, + 0xf1, + 0x8d, + 0xff, + 0x78, + 0x8a, + 0xff, + 0xc2, + 0x75, + 0xff, + 0xe7, + 0x91, + 0xff, + 0x10, + 0x77, + 0xff, + 0x83, + 0x4d, + 0xff, + 0xb5, + 0x51, + 0xff, + 0xc8, + 0x95, + 0xff, + 0x0d, + 0xb9, + 0xff, + 0xcc, + 0x8b, + 0xff, + 0x8c, + 0x62, + 0xff, + 0xe5, + 0x2c, + 0xff, + 0x97, + 0x51, + 0xff, + 0x90, + 0xb6, + 0xff, + 0x73, + 0xa9, + 0xff, + 0x9f, + 0x66, + 0xff, + 0x82, + 0x3c, + 0xff, + 0xdb, + 0x27, + 0xff, + 0xff, + 0x4a, + 0xff, + 0xcb, + 0x86, + 0xff, + 0x5f, + 0x64, + 0xff, + 0x84, + 0x1c, + 0xff, + 0xb0, + 0x25, + 0xff, + 0x22, + 0x3c, + 0xff, + 0x1d, + 0x60, + 0xff, + 0x78, + 0xa7, + 0x05, + 0xae, + 0x5c, + 0x0c, + 0xb7, + 0x0d, + 0x07, + 0x1f, + 0x2f, + 0x02, + 0x9e, + 0x86, + 0x03, + 0x9a, + 0x61, + 0x01, + 0x9a, + 0xd3, + 0x01, + 0x89, + 0x77, + 0x01, + 0x76, + 0x9f, + 0xfd, + 0xd7, + 0xf8, + 0xfb, + 0xac, + 0xaa, + 0xfc, + 0xd5, + 0x0b, + 0x02, + 0x46, + 0x8a, + 0x03, + 0x24, + 0xba, + 0xff, + 0x9f, + 0x56, + 0xff, + 0xa3, + 0xa6, + 0xff, + 0xfd, + 0x2e, + 0x00, + 0x59, + 0x60, + 0x01, + 0x65, + 0x5c, + 0x01, + 0x7c, + 0xa1, + 0x00, + 0x1b, + 0x9b, + 0x00, + 0x98, + 0xc9, + 0x00, + 0xbd, + 0x18, + 0x00, + 0x48, + 0x88, + 0x00, + 0x7c, + 0x73, + 0x00, + 0x6e, + 0xcf, + 0xff, + 0xe6, + 0x50, + 0x00, + 0x23, + 0x17, + 0x00, + 0x1f, + 0xbd, + 0xff, + 0xa9, + 0x02, + 0x00, + 0x81, + 0x73, + 0x00, + 0x47, + 0x48, + 0x00, + 0xc5, + 0x00, + 0x00, + 0x5f, + 0x6a, + 0x00, + 0x97, + 0x45, + 0x00, + 0x38, + 0xe6, + 0xff, + 0x13, + 0x72, + 0xff, + 0x6e, + 0xf9, + 0xfe, + 0x7c, + 0x0d, + 0xff, + 0x20, + 0x41, + 0xff, + 0xb5, + 0xa5, + 0xff, + 0x1d, + 0xe5, + 0xff, + 0x98, + 0xa7, + 0xff, + 0xb6, + 0x48, + 0xff, + 0x23, + 0x3f, + 0xff, + 0x75, + 0x7b, + 0xff, + 0x64, + 0x99, + 0xff, + 0x9d, + 0xb5, + 0xff, + 0x71, + 0xa9, + 0xff, + 0xcb, + 0x70, + 0xff, + 0xb1, + 0x50, + 0xff, + 0x18, + 0x68, + 0xff, + 0x95, + 0xbf, + 0xff, + 0x71, + 0xb9, + 0xff, + 0x56, + 0x34, + 0xff, + 0x06, + 0xf7, + 0xfe, + 0x88, + 0x0b, + 0xff, + 0xa3, + 0x2b, + 0xff, + 0xef, + 0x53, + 0xff, + 0xdc, + 0x50, + 0xff, + 0xc7, + 0x34, + 0xff, + 0xc6, + 0x36, + 0xff, + 0xa3, + 0x59, + 0xff, + 0xea, + 0x8f, + 0xff, + 0xcf, + 0x15, + 0x06, + 0xde, + 0x51, + 0x0e, + 0x3a, + 0x49, + 0x08, + 0x09, + 0xa4, + 0x01, + 0x74, + 0x4d, + 0x04, + 0x92, + 0x95, + 0x01, + 0x9a, + 0x6c, + 0x01, + 0x1c, + 0x2c, + 0x02, + 0x33, + 0xbf, + 0xfc, + 0x13, + 0xa9, + 0xfa, + 0xb6, + 0xb1, + 0xfb, + 0xb7, + 0xea, + 0x01, + 0xa9, + 0x6b, + 0x04, + 0x32, + 0xd1, + 0xfe, + 0xb0, + 0x41, + 0xfe, + 0x36, + 0x2e, + 0xff, + 0x48, + 0x87, + 0xff, + 0x4f, + 0x30, + 0x01, + 0x55, + 0x5a, + 0x01, + 0x08, + 0xc3, + 0x00, + 0x83, + 0xb7, + 0x00, + 0x9b, + 0x6d, + 0x01, + 0xcc, + 0x52, + 0x00, + 0xa9, + 0xf5, + 0xff, + 0x93, + 0x88, + 0x00, + 0xbb, + 0xce, + 0xff, + 0x94, + 0x34, + 0x00, + 0x83, + 0x40, + 0x00, + 0xa7, + 0xea, + 0xff, + 0x05, + 0x55, + 0x00, + 0xb5, + 0x75, + 0x00, + 0x4e, + 0x19, + 0x00, + 0x51, + 0xf9, + 0xff, + 0x76, + 0x22, + 0x00, + 0x69, + 0xf3, + 0xff, + 0x63, + 0x69, + 0x00, + 0x8c, + 0x6d, + 0x00, + 0x93, + 0xae, + 0xff, + 0x2a, + 0x7f, + 0xff, + 0xc5, + 0x67, + 0xff, + 0xe2, + 0x58, + 0xff, + 0x11, + 0x63, + 0xff, + 0x10, + 0x9d, + 0xff, + 0xb7, + 0x99, + 0xff, + 0xb6, + 0x73, + 0xff, + 0x32, + 0x69, + 0xff, + 0x38, + 0x6c, + 0xff, + 0xb4, + 0xc7, + 0xff, + 0x60, + 0xc9, + 0xff, + 0xd3, + 0xa4, + 0xff, + 0x6d, + 0x8e, + 0xff, + 0x8f, + 0x94, + 0xff, + 0xd0, + 0xe0, + 0xff, + 0xf8, + 0xa0, + 0xff, + 0x9b, + 0x20, + 0xff, + 0x87, + 0xda, + 0xfe, + 0xc6, + 0xae, + 0xfe, + 0xbb, + 0xce, + 0xfe, + 0x75, + 0x2f, + 0xff, + 0x0c, + 0x52, + 0xff, + 0x76, + 0x3c, + 0xff, + 0xc0, + 0x58, + 0xff, + 0x5d, + 0x90, + 0xff, + 0x4a, + 0xd2, + 0xff, + 0x0b, + 0xb6, + 0x07, + 0xd5, + 0x7a, + 0x11, + 0xba, + 0x70, + 0x08, + 0xd5, + 0x85, + 0x00, + 0xc8, + 0x68, + 0x05, + 0x73, + 0x58, + 0x01, + 0x5f, + 0x25, + 0x01, + 0xbe, + 0x9e, + 0x02, + 0x6a, + 0x39, + 0xfb, + 0x76, + 0x5a, + 0xf9, + 0xac, + 0x23, + 0xfb, + 0xa8, + 0x86, + 0x02, + 0xe5, + 0x03, + 0x05, + 0x91, + 0x76, + 0xfd, + 0xe2, + 0x7a, + 0xfd, + 0x04, + 0xb3, + 0xfe, + 0x63, + 0xef, + 0xfe, + 0xa2, + 0xef, + 0x00, + 0xe9, + 0xc0, + 0x00, + 0x70, + 0x75, + 0x00, + 0xb1, + 0x91, + 0x00, + 0xce, + 0x43, + 0x01, + 0x49, + 0x1a, + 0x00, + 0x33, + 0x1f, + 0x00, + 0x7e, + 0xe5, + 0x00, + 0x06, + 0x9b, + 0xff, + 0x21, + 0x0b, + 0x00, + 0x29, + 0x37, + 0x00, + 0x4a, + 0xeb, + 0xff, + 0x8e, + 0x23, + 0x00, + 0x7d, + 0x76, + 0x00, + 0xd7, + 0x50, + 0x00, + 0x43, + 0xc4, + 0xff, + 0xf0, + 0x3f, + 0x00, + 0x45, + 0xdf, + 0xff, + 0xe3, + 0xec, + 0xff, + 0xea, + 0x73, + 0x00, + 0x0e, + 0x70, + 0x00, + 0xb7, + 0xbc, + 0x00, + 0x6a, + 0xef, + 0xff, + 0xb6, + 0x27, + 0xff, + 0xd4, + 0x2e, + 0xff, + 0xda, + 0x52, + 0xff, + 0xe8, + 0x52, + 0xff, + 0x45, + 0x45, + 0xff, + 0x94, + 0x61, + 0xff, + 0x16, + 0x7d, + 0xff, + 0x24, + 0xe3, + 0xff, + 0x09, + 0xe4, + 0xff, + 0x3d, + 0xb9, + 0xff, + 0x09, + 0xb1, + 0xff, + 0xcd, + 0xa0, + 0xff, + 0x88, + 0xf1, + 0xff, + 0x3a, + 0xc3, + 0xff, + 0x72, + 0xe8, + 0xfe, + 0x0b, + 0x64, + 0xfe, + 0x8a, + 0x67, + 0xfe, + 0xb3, + 0x97, + 0xfe, + 0x12, + 0x03, + 0xff, + 0x4d, + 0x4c, + 0xff, + 0x8f, + 0x50, + 0xff, + 0xf2, + 0x8a, + 0xff, + 0x87, + 0xb2, + 0xff, + 0xec, + 0xd1, + 0xff, + 0x51, + 0x15, + 0x09, + 0xec, + 0x94, + 0x14, + 0x5e, + 0xcd, + 0x08, + 0x8a, + 0xec, + 0xfe, + 0x5b, + 0x82, + 0x06, + 0xf9, + 0x61, + 0x01, + 0xbd, + 0x48, + 0x00, + 0xe7, + 0x29, + 0x03, + 0x7c, + 0xd2, + 0xf9, + 0xeb, + 0x43, + 0xf8, + 0x54, + 0x80, + 0xfb, + 0x94, + 0xfc, + 0x02, + 0xc1, + 0x5a, + 0x05, + 0xd2, + 0x52, + 0xfc, + 0x5e, + 0xd4, + 0xfc, + 0xc9, + 0x8d, + 0xfe, + 0xcb, + 0x92, + 0xfe, + 0xed, + 0xd9, + 0x00, + 0x2b, + 0x59, + 0x00, + 0x67, + 0x3c, + 0x00, + 0x10, + 0x27, + 0x00, + 0x1e, + 0x20, + 0x01, + 0x0f, + 0xcd, + 0xff, + 0x96, + 0x8e, + 0xff, + 0xea, + 0x3b, + 0x01, + 0x0d, + 0xbe, + 0xff, + 0xcd, + 0x1f, + 0x00, + 0x41, + 0xd5, + 0xff, + 0x4d, + 0x5c, + 0xff, + 0x1d, + 0x60, + 0x00, + 0x03, + 0x5b, + 0x00, + 0xb2, + 0x6b, + 0x00, + 0x9d, + 0x28, + 0x00, + 0xcc, + 0x5c, + 0x00, + 0x95, + 0xf5, + 0xff, + 0x2e, + 0x1a, + 0x00, + 0xc8, + 0x80, + 0x00, + 0x46, + 0xcf, + 0xff, + 0x1c, + 0x76, + 0x00, + 0xc3, + 0x9d, + 0x00, + 0x54, + 0x16, + 0x00, + 0x80, + 0xa6, + 0xff, + 0xad, + 0x17, + 0xff, + 0xa9, + 0xf4, + 0xfe, + 0x22, + 0xef, + 0xfe, + 0xf4, + 0x5b, + 0xff, + 0xc3, + 0xa7, + 0xff, + 0xb9, + 0x02, + 0x00, + 0xac, + 0x16, + 0x00, + 0xde, + 0x92, + 0xff, + 0xee, + 0x87, + 0xff, + 0x28, + 0xb0, + 0xff, + 0x0a, + 0xe5, + 0xff, + 0x7e, + 0xc4, + 0xff, + 0xf0, + 0xf3, + 0xfe, + 0xfe, + 0x56, + 0xfe, + 0x92, + 0x43, + 0xfe, + 0x4c, + 0x74, + 0xfe, + 0xcd, + 0x05, + 0xff, + 0x7c, + 0x6c, + 0xff, + 0x94, + 0x62, + 0xff, + 0xc5, + 0x7d, + 0xff, + 0x81, + 0xa5, + 0xff, + 0xfb, + 0xf0, + 0xff, + 0xb5, + 0x26, + 0x0a, + 0x0f, + 0x13, + 0x18, + 0x1d, + 0x60, + 0x0a, + 0xc0, + 0xc5, + 0xfc, + 0x32, + 0x40, + 0x07, + 0xe7, + 0x4c, + 0x02, + 0xb5, + 0xb6, + 0xfe, + 0xfe, + 0xc3, + 0x03, + 0xde, + 0xc4, + 0xf8, + 0xc9, + 0x81, + 0xf6, + 0x61, + 0x14, + 0xfc, + 0x1a, + 0x14, + 0x03, + 0xb5, + 0xec, + 0x05, + 0x6a, + 0xf5, + 0xfb, + 0xa6, + 0xc6, + 0xfb, + 0xcd, + 0x3f, + 0xfe, + 0xdc, + 0x59, + 0xfe, + 0x96, + 0x05, + 0x01, + 0x3f, + 0xa7, + 0xff, + 0x49, + 0x2f, + 0x00, + 0x3f, + 0x33, + 0x00, + 0x1d, + 0x57, + 0x00, + 0xc4, + 0xea, + 0xff, + 0x6d, + 0x5e, + 0xff, + 0x15, + 0x0c, + 0x01, + 0xc4, + 0x7b, + 0xff, + 0xe3, + 0x99, + 0xff, + 0x9f, + 0xd4, + 0xff, + 0xf7, + 0x33, + 0xff, + 0xdf, + 0x1c, + 0x00, + 0x2a, + 0x1c, + 0x00, + 0xeb, + 0x8c, + 0x00, + 0xe1, + 0x4e, + 0x00, + 0xcd, + 0xb0, + 0x00, + 0x3c, + 0xa8, + 0x00, + 0x16, + 0x0e, + 0x00, + 0x6b, + 0x5a, + 0x00, + 0xed, + 0xc5, + 0xff, + 0x84, + 0x39, + 0x00, + 0xb2, + 0x43, + 0x00, + 0xc0, + 0xce, + 0xff, + 0x7b, + 0x32, + 0x00, + 0xda, + 0xf0, + 0xff, + 0x65, + 0x67, + 0xff, + 0x48, + 0xe7, + 0xfe, + 0x56, + 0x20, + 0xff, + 0x7c, + 0x93, + 0xff, + 0xaf, + 0xf7, + 0xff, + 0xcb, + 0x34, + 0x00, + 0xed, + 0x9e, + 0xff, + 0xe3, + 0x55, + 0xff, + 0xd8, + 0x74, + 0xff, + 0x92, + 0xb4, + 0xff, + 0x0c, + 0xe9, + 0xff, + 0x40, + 0x27, + 0xff, + 0x6b, + 0x52, + 0xfe, + 0x98, + 0x61, + 0xfe, + 0x5c, + 0xa2, + 0xfe, + 0x45, + 0x22, + 0xff, + 0xe2, + 0x70, + 0xff, + 0x87, + 0x4c, + 0xff, + 0xe6, + 0x90, + 0xff, + 0xe4, + 0xcf, + 0xff, + 0xc3, + 0xfa, + 0xff, + 0x29, + 0x14, + 0x0e, + 0xb2, + 0x9e, + 0x1b, + 0x6b, + 0xe4, + 0x06, + 0xcb, + 0xec, + 0xfc, + 0x94, + 0xac, + 0x08, + 0x52, + 0xfa, + 0xff, + 0xed, + 0x67, + 0x00, + 0xab, + 0x9c, + 0x02, + 0xdd, + 0x3a, + 0xf6, + 0xc8, + 0xb0, + 0xf6, + 0xf4, + 0x84, + 0xfc, + 0xe0, + 0x19, + 0x05, + 0xdb, + 0x31, + 0x04, + 0x3c, + 0xfe, + 0xfa, + 0x66, + 0x87, + 0xfc, + 0x7e, + 0x41, + 0xfd, + 0x05, + 0x1b, + 0xff, + 0x78, + 0x9c, + 0x00, + 0x8e, + 0x9e, + 0xff, + 0xb2, + 0x3a, + 0x00, + 0x46, + 0xdd, + 0xff, + 0xd5, + 0xfe, + 0x00, + 0x7d, + 0x3f, + 0xff, + 0x5d, + 0x48, + 0xff, + 0xcd, + 0x60, + 0x00, + 0x60, + 0x1b, + 0xff, + 0x99, + 0xf5, + 0xff, + 0x76, + 0x09, + 0xff, + 0x32, + 0x5b, + 0xff, + 0x3e, + 0x43, + 0x00, + 0xc0, + 0x26, + 0x00, + 0x8f, + 0x95, + 0x00, + 0x7b, + 0x48, + 0x00, + 0x4b, + 0xcb, + 0x00, + 0xdc, + 0x20, + 0x00, + 0xb1, + 0x59, + 0x00, + 0xee, + 0xb9, + 0x00, + 0x77, + 0xae, + 0xff, + 0x92, + 0x28, + 0x00, + 0xcc, + 0xce, + 0xff, + 0x81, + 0x93, + 0xff, + 0x4d, + 0x0b, + 0x00, + 0xb7, + 0x00, + 0x00, + 0x71, + 0x07, + 0x00, + 0xd5, + 0x7b, + 0xff, + 0x47, + 0x35, + 0xff, + 0x13, + 0x60, + 0xff, + 0xed, + 0xe1, + 0xff, + 0x0a, + 0x0b, + 0x00, + 0xc0, + 0x6c, + 0xff, + 0x8b, + 0x72, + 0xff, + 0xdd, + 0x83, + 0xff, + 0xff, + 0x97, + 0xff, + 0x2d, + 0x09, + 0x00, + 0x03, + 0x50, + 0xff, + 0xb8, + 0x6f, + 0xfe, + 0xd0, + 0x74, + 0xfe, + 0x65, + 0x8b, + 0xfe, + 0x25, + 0x14, + 0xff, + 0xf9, + 0x87, + 0xff, + 0x62, + 0x93, + 0xff, + 0xe4, + 0xa9, + 0xff, + 0x71, + 0xbf, + 0xff, + 0x11, + 0x0d, + 0x00, + 0x9f, + 0xcf, + 0x0f, + 0x0b, + 0x8e, + 0x1e, + 0x50, + 0x81, + 0x07, + 0xbc, + 0x91, + 0xfc, + 0xd9, + 0x8a, + 0x08, + 0xff, + 0x14, + 0xff, + 0x35, + 0x70, + 0x00, + 0xd7, + 0x9a, + 0x02, + 0x83, + 0xe3, + 0xf4, + 0x40, + 0x33, + 0xf6, + 0x49, + 0xd0, + 0xfc, + 0xae, + 0x1a, + 0x04, + 0x19, + 0x7c, + 0x03, + 0xea, + 0xfe, + 0xfb, + 0x69, + 0x5d, + 0xfc, + 0x5e, + 0x2f, + 0xfc, + 0x46, + 0xfa, + 0xfe, + 0xc5, + 0x4e, + 0x00, + 0x69, + 0x11, + 0x00, + 0x3b, + 0x35, + 0x01, + 0x05, + 0x38, + 0xff, + 0xac, + 0x3c, + 0x00, + 0xc6, + 0x66, + 0xff, + 0x5e, + 0x23, + 0xff, + 0x08, + 0xe8, + 0xff, + 0x39, + 0x9c, + 0xfe, + 0x30, + 0x92, + 0xff, + 0x3e, + 0xd9, + 0xfe, + 0x08, + 0x54, + 0xff, + 0x02, + 0x43, + 0x00, + 0x3d, + 0x38, + 0x00, + 0x8e, + 0xb9, + 0x00, + 0x8e, + 0xfd, + 0xff, + 0x58, + 0x7f, + 0x00, + 0xb1, + 0x0c, + 0x00, + 0x0b, + 0x22, + 0x00, + 0xbd, + 0xa6, + 0x00, + 0xd4, + 0x9c, + 0xff, + 0xd3, + 0x0f, + 0x00, + 0xe4, + 0xa4, + 0xff, + 0x00, + 0x4a, + 0xff, + 0xa5, + 0xde, + 0xff, + 0x5b, + 0xbf, + 0xff, + 0x00, + 0xbd, + 0xff, + 0x64, + 0x7d, + 0xff, + 0x11, + 0x95, + 0xff, + 0x5f, + 0xa5, + 0xff, + 0xd1, + 0xe4, + 0xff, + 0xaf, + 0x1c, + 0x00, + 0xb0, + 0x32, + 0xff, + 0x2b, + 0x29, + 0xff, + 0x46, + 0xc0, + 0xff, + 0x3d, + 0xdf, + 0xff, + 0xbb, + 0x4b, + 0x00, + 0x88, + 0x9f, + 0xff, + 0x4a, + 0x3d, + 0xfe, + 0x99, + 0x25, + 0xfe, + 0xd1, + 0x8d, + 0xfe, + 0x52, + 0x0c, + 0xff, + 0xf5, + 0x8c, + 0xff, + 0x4e, + 0xb2, + 0xff, + 0xcc, + 0xbd, + 0xff, + 0x5b, + 0xe1, + 0xff, + 0xac, + 0x2d, + 0x00, + 0x27, + 0x9f, + 0x0e, + 0x9f, + 0x22, + 0x20, + 0xfc, + 0x0e, + 0x0c, + 0x8b, + 0xda, + 0xfb, + 0x53, + 0x0e, + 0x08, + 0x3d, + 0x14, + 0x00, + 0xd5, + 0xf9, + 0xfd, + 0x31, + 0xf6, + 0x03, + 0x70, + 0xdf, + 0xf5, + 0xf9, + 0x1a, + 0xf5, + 0xd3, + 0x24, + 0xfd, + 0xb4, + 0x82, + 0x01, + 0x1d, + 0xc5, + 0x02, + 0x38, + 0x90, + 0xfd, + 0x67, + 0x11, + 0xfd, + 0x05, + 0x09, + 0xfc, + 0x2e, + 0xbd, + 0xfd, + 0x8e, + 0x91, + 0x00, + 0x4e, + 0xfb, + 0xff, + 0x7b, + 0xa6, + 0x01, + 0x98, + 0xc4, + 0xff, + 0x80, + 0x59, + 0xff, + 0x83, + 0x9d, + 0xff, + 0xc2, + 0xbc, + 0xfe, + 0xf9, + 0xd9, + 0xff, + 0x9d, + 0xf5, + 0xfe, + 0xd5, + 0x37, + 0xff, + 0x7c, + 0x01, + 0xff, + 0x6a, + 0x1e, + 0xff, + 0x02, + 0xf7, + 0xff, + 0x09, + 0x9a, + 0xff, + 0x2a, + 0xc3, + 0x00, + 0x1d, + 0x76, + 0x00, + 0x2a, + 0x54, + 0x00, + 0x11, + 0x29, + 0x00, + 0xe9, + 0xa0, + 0xff, + 0x31, + 0x77, + 0x00, + 0x15, + 0xc2, + 0xff, + 0x21, + 0xea, + 0xff, + 0x48, + 0xee, + 0xff, + 0xa3, + 0x43, + 0xff, + 0x8f, + 0x9b, + 0xff, + 0x15, + 0x30, + 0xff, + 0xd6, + 0x4f, + 0xff, + 0x34, + 0x46, + 0xff, + 0x68, + 0x38, + 0xff, + 0x02, + 0xcd, + 0xff, + 0xe3, + 0x21, + 0x00, + 0x56, + 0x88, + 0x00, + 0x1d, + 0xba, + 0xff, + 0x22, + 0x3d, + 0xff, + 0x3e, + 0xe6, + 0xff, + 0xa8, + 0xec, + 0xff, + 0x22, + 0x1d, + 0x00, + 0x4a, + 0xdb, + 0xff, + 0xc1, + 0xa1, + 0xfe, + 0x0f, + 0x31, + 0xfe, + 0x78, + 0x6c, + 0xfe, + 0xc1, + 0xd3, + 0xfe, + 0x79, + 0x54, + 0xff, + 0xf6, + 0xb5, + 0xff, + 0x4e, + 0xf8, + 0xff, + 0x75, + 0xed, + 0xff, + 0xcb, + 0x38, + 0x00, + 0xfb, + 0x5d, + 0x10, + 0x31, + 0x89, + 0x21, + 0xf0, + 0xa7, + 0x0b, + 0xb5, + 0xc0, + 0xfd, + 0xa6, + 0xb1, + 0x08, + 0xf7, + 0x8b, + 0xfe, + 0x88, + 0xa0, + 0xfd, + 0xcd, + 0xbb, + 0x02, + 0x7e, + 0xe9, + 0xf5, + 0x56, + 0x55, + 0xf6, + 0x27, + 0x8d, + 0xfd, + 0x8e, + 0xc2, + 0xff, + 0x63, + 0x4b, + 0x00, + 0xde, + 0xdc, + 0xfe, + 0xb3, + 0x11, + 0xfe, + 0xf9, + 0x7e, + 0xfc, + 0x12, + 0x51, + 0xfe, + 0x2a, + 0xdb, + 0xfe, + 0xfa, + 0x0a, + 0x00, + 0xa6, + 0x9e, + 0x02, + 0xec, + 0xa4, + 0xff, + 0x28, + 0xca, + 0xfe, + 0x5d, + 0x33, + 0xff, + 0x3c, + 0x4a, + 0xff, + 0xe1, + 0xf4, + 0xff, + 0x97, + 0x12, + 0xff, + 0xbf, + 0x10, + 0xff, + 0x96, + 0xb4, + 0xfe, + 0x14, + 0x4d, + 0xff, + 0xa0, + 0x7c, + 0xff, + 0x56, + 0x55, + 0xff, + 0x15, + 0x9d, + 0x00, + 0x10, + 0x2f, + 0x00, + 0xff, + 0x47, + 0x00, + 0x0b, + 0x25, + 0x00, + 0x6a, + 0xd5, + 0xff, + 0xce, + 0x2e, + 0x00, + 0x8e, + 0x82, + 0xff, + 0x0a, + 0x26, + 0x00, + 0x2f, + 0xde, + 0xff, + 0x39, + 0x07, + 0xff, + 0x9e, + 0x53, + 0xff, + 0x07, + 0xf6, + 0xfe, + 0xe0, + 0x0a, + 0xff, + 0x45, + 0x00, + 0xff, + 0xb8, + 0x04, + 0xff, + 0x00, + 0x64, + 0xff, + 0xff, + 0xf4, + 0xff, + 0x16, + 0xe8, + 0x00, + 0x24, + 0x6c, + 0x00, + 0x82, + 0xb9, + 0xff, + 0x24, + 0xe3, + 0xff, + 0x4c, + 0xba, + 0xff, + 0x4e, + 0xfc, + 0xff, + 0x4b, + 0x0f, + 0x00, + 0xe6, + 0xde, + 0xfe, + 0x24, + 0x38, + 0xfe, + 0x0e, + 0x80, + 0xfe, + 0x4f, + 0xda, + 0xfe, + 0x92, + 0x46, + 0xff, + 0xdf, + 0x9c, + 0xff, + 0x5b, + 0xe3, + 0xff, + 0xdd, + 0xf7, + 0xff, + 0x4c, + 0x57, + 0x00, + 0x84, + 0xa4, + 0x10, + 0x59, + 0x6f, + 0x22, + 0x46, + 0x18, + 0x0d, + 0x0a, + 0x49, + 0xff, + 0x3d, + 0xd7, + 0x09, + 0x1f, + 0x8e, + 0xfe, + 0x59, + 0x09, + 0xfc, + 0x91, + 0x71, + 0x01, + 0x56, + 0xc2, + 0xf5, + 0x84, + 0xed, + 0xf6, + 0xcc, + 0x2f, + 0xff, + 0x73, + 0x4b, + 0xfe, + 0x29, + 0x92, + 0xfc, + 0x15, + 0x60, + 0xff, + 0x71, + 0x59, + 0x00, + 0x33, + 0x73, + 0xfd, + 0xea, + 0x98, + 0xfe, + 0x1f, + 0xbb, + 0xfd, + 0x9c, + 0xe1, + 0xfe, + 0xee, + 0xc6, + 0x02, + 0xfa, + 0x08, + 0x00, + 0xed, + 0xfe, + 0xfe, + 0x3c, + 0xd7, + 0xff, + 0xa8, + 0x36, + 0xff, + 0xf7, + 0x3c, + 0xff, + 0x24, + 0x3f, + 0xff, + 0x62, + 0x24, + 0xff, + 0xac, + 0x5a, + 0xfe, + 0x4e, + 0x3f, + 0xff, + 0x45, + 0x36, + 0xff, + 0x24, + 0x98, + 0xfe, + 0x72, + 0x63, + 0x00, + 0xeb, + 0x5f, + 0x00, + 0x6c, + 0x27, + 0x00, + 0xdd, + 0x0c, + 0x00, + 0x93, + 0xa8, + 0xff, + 0x4e, + 0x37, + 0x00, + 0x66, + 0x85, + 0xff, + 0xbd, + 0xa3, + 0xff, + 0xeb, + 0x78, + 0xff, + 0x68, + 0xcb, + 0xfe, + 0xc8, + 0x4d, + 0xff, + 0x40, + 0xdf, + 0xfe, + 0x42, + 0xc8, + 0xfe, + 0x83, + 0xf8, + 0xfe, + 0x46, + 0x0e, + 0xff, + 0xb1, + 0x6a, + 0xff, + 0x68, + 0xbb, + 0xff, + 0xde, + 0x77, + 0x00, + 0xcc, + 0x52, + 0x00, + 0x39, + 0xf4, + 0xff, + 0xff, + 0x34, + 0x00, + 0x8a, + 0xf0, + 0xff, + 0x90, + 0xb4, + 0xff, + 0x92, + 0xf1, + 0xff, + 0x41, + 0x40, + 0xff, + 0x72, + 0x66, + 0xfe, + 0x90, + 0xa4, + 0xfe, + 0x2d, + 0xd2, + 0xfe, + 0x6d, + 0x1e, + 0xff, + 0xb2, + 0xac, + 0xff, + 0xbf, + 0xf9, + 0xff, + 0x6a, + 0xfc, + 0xff, + 0x15, + 0x23, + 0x00, + 0x25, + 0x5b, + 0x11, + 0xbb, + 0x41, + 0x23, + 0xd4, + 0xfa, + 0x0c, + 0x6b, + 0x4a, + 0x00, + 0x3a, + 0xa2, + 0x0b, + 0x89, + 0xc1, + 0xfe, + 0xd5, + 0x24, + 0xfb, + 0x06, + 0x13, + 0x00, + 0xe0, + 0xe1, + 0xf4, + 0xf3, + 0xfe, + 0xf7, + 0x75, + 0x03, + 0x01, + 0x0b, + 0xff, + 0xfc, + 0x3c, + 0xc8, + 0xf9, + 0x8e, + 0xa0, + 0xff, + 0xaa, + 0x6a, + 0x01, + 0xe3, + 0x9c, + 0xfe, + 0xaf, + 0x9a, + 0xff, + 0x88, + 0x83, + 0xfc, + 0x4c, + 0xb9, + 0xfd, + 0x82, + 0xff, + 0x02, + 0x4a, + 0xb0, + 0x00, + 0x73, + 0xf0, + 0xfe, + 0x2e, + 0xbf, + 0xff, + 0x79, + 0xd1, + 0xff, + 0x73, + 0x47, + 0xff, + 0x3c, + 0xf9, + 0xfe, + 0x3c, + 0x9e, + 0xfe, + 0xbe, + 0xf7, + 0xfd, + 0xc4, + 0x3f, + 0xff, + 0x35, + 0x05, + 0xff, + 0x00, + 0x52, + 0xfe, + 0x65, + 0xff, + 0xff, + 0x87, + 0x56, + 0x00, + 0xa0, + 0x47, + 0x00, + 0x14, + 0x25, + 0x00, + 0x8b, + 0xae, + 0xff, + 0x81, + 0xf0, + 0xff, + 0x48, + 0x55, + 0xff, + 0x2b, + 0x69, + 0xff, + 0xe7, + 0x3b, + 0xff, + 0x85, + 0x8a, + 0xfe, + 0xa6, + 0x11, + 0xff, + 0x2e, + 0xcd, + 0xfe, + 0xd5, + 0xcf, + 0xfe, + 0x3f, + 0x3f, + 0xff, + 0x5c, + 0x54, + 0xff, + 0xf9, + 0x6c, + 0xff, + 0x29, + 0x69, + 0xff, + 0x90, + 0x0c, + 0x00, + 0x43, + 0x3f, + 0x00, + 0x17, + 0xfd, + 0xff, + 0xa7, + 0x05, + 0x00, + 0x95, + 0x02, + 0x00, + 0xa4, + 0xe8, + 0xff, + 0x6a, + 0xfe, + 0xff, + 0x73, + 0x7e, + 0xff, + 0x02, + 0x57, + 0xfe, + 0x24, + 0x7a, + 0xfe, + 0xdb, + 0xdd, + 0xfe, + 0xc8, + 0x12, + 0xff, + 0xc1, + 0xc7, + 0xff, + 0x38, + 0x14, + 0x00, + 0x4a, + 0x25, + 0x00, + 0x41, + 0x26, + 0x00, + 0xa0, + 0x2b, + 0x12, + 0x8c, + 0x81, + 0x24, + 0xcd, + 0x2b, + 0x0c, + 0x92, + 0x58, + 0x00, + 0x78, + 0x43, + 0x0e, + 0xc5, + 0x05, + 0xff, + 0xca, + 0xcd, + 0xf9, + 0x84, + 0x04, + 0xff, + 0x2b, + 0x18, + 0xf4, + 0x0a, + 0x11, + 0xf9, + 0xc6, + 0x13, + 0x03, + 0xa9, + 0x87, + 0xfc, + 0x39, + 0xb5, + 0xf5, + 0x58, + 0x9b, + 0xfe, + 0x0c, + 0x42, + 0x03, + 0xff, + 0x3d, + 0xff, + 0x37, + 0x6a, + 0x01, + 0xf9, + 0x20, + 0xfc, + 0xcf, + 0xe3, + 0xfb, + 0x08, + 0x90, + 0x03, + 0x74, + 0x06, + 0x01, + 0x20, + 0x7a, + 0xfe, + 0xec, + 0x9b, + 0xff, + 0xa1, + 0x4c, + 0x00, + 0xc8, + 0x0c, + 0xff, + 0x1a, + 0xb0, + 0xfe, + 0xd3, + 0x7d, + 0xfe, + 0x93, + 0xf3, + 0xfc, + 0x60, + 0x3b, + 0xff, + 0xff, + 0x2b, + 0xff, + 0xb4, + 0xcf, + 0xfd, + 0x21, + 0xc7, + 0xff, + 0x85, + 0x3c, + 0x00, + 0x9d, + 0xfd, + 0xff, + 0x63, + 0x9a, + 0xff, + 0x98, + 0x99, + 0xff, + 0xd1, + 0x10, + 0x00, + 0xce, + 0x53, + 0xff, + 0xf4, + 0x57, + 0xff, + 0x83, + 0x00, + 0xff, + 0x8c, + 0x6d, + 0xfe, + 0x9b, + 0x24, + 0xff, + 0xb7, + 0xe6, + 0xfe, + 0xfa, + 0x92, + 0xfe, + 0xe3, + 0xce, + 0xfe, + 0x22, + 0x2f, + 0xff, + 0x60, + 0x8b, + 0xff, + 0xc9, + 0x71, + 0xff, + 0xa7, + 0xd5, + 0xff, + 0x6d, + 0xe9, + 0xff, + 0xab, + 0xdb, + 0xff, + 0xdf, + 0xf3, + 0xff, + 0x89, + 0xf5, + 0xff, + 0x34, + 0x05, + 0x00, + 0x15, + 0xee, + 0xff, + 0x1b, + 0xd2, + 0xff, + 0x6d, + 0x93, + 0xfe, + 0x16, + 0x20, + 0xfe, + 0xfc, + 0xc6, + 0xfe, + 0x6c, + 0xe0, + 0xfe, + 0x16, + 0xbf, + 0xff, + 0x09, + 0x21, + 0x00, + 0x21, + 0xfd, + 0xff, + 0x81, + 0x42, + 0x00, + 0x12, + 0x3c, + 0x13, + 0x04, + 0x34, + 0x26, + 0xf2, + 0xcc, + 0x0a, + 0x49, + 0x6c, + 0xff, + 0xeb, + 0xea, + 0x10, + 0xe9, + 0xcc, + 0xfe, + 0xf0, + 0xf1, + 0xf8, + 0xa7, + 0xa7, + 0xff, + 0xc6, + 0x8c, + 0xf2, + 0xce, + 0xd1, + 0xf9, + 0x15, + 0x67, + 0x06, + 0x67, + 0xd2, + 0xfc, + 0xf9, + 0x9e, + 0xf1, + 0x18, + 0x16, + 0xfc, + 0x2e, + 0x28, + 0x05, + 0x94, + 0x51, + 0x00, + 0x43, + 0xcd, + 0x02, + 0xfc, + 0xf1, + 0xfc, + 0xde, + 0x24, + 0xfa, + 0x39, + 0x8b, + 0x03, + 0x56, + 0x9b, + 0x01, + 0x39, + 0x0f, + 0xfe, + 0x38, + 0x83, + 0xff, + 0x03, + 0x93, + 0x00, + 0xd2, + 0x91, + 0xfe, + 0x71, + 0x00, + 0xfe, + 0x1d, + 0xd7, + 0xfe, + 0x36, + 0xb6, + 0xfc, + 0xee, + 0x0b, + 0xff, + 0x2b, + 0x69, + 0xff, + 0xb5, + 0x5f, + 0xfd, + 0xfa, + 0x91, + 0xff, + 0x68, + 0x38, + 0x00, + 0xd2, + 0xdc, + 0xff, + 0xce, + 0x7d, + 0xff, + 0x4d, + 0x57, + 0xff, + 0x47, + 0x7b, + 0xff, + 0x8f, + 0x06, + 0xff, + 0x29, + 0xd4, + 0xff, + 0x9c, + 0x8c, + 0xff, + 0x2c, + 0xc8, + 0xfe, + 0x31, + 0x3a, + 0xff, + 0x2a, + 0x9c, + 0xfe, + 0x76, + 0x5f, + 0xfe, + 0x40, + 0xd5, + 0xfe, + 0xc4, + 0x04, + 0xff, + 0x59, + 0x20, + 0xff, + 0x2f, + 0x22, + 0xff, + 0x49, + 0xc3, + 0xff, + 0x56, + 0xea, + 0xff, + 0xec, + 0xf4, + 0xff, + 0x04, + 0x03, + 0x00, + 0xae, + 0xcf, + 0xff, + 0x51, + 0x20, + 0x00, + 0xcb, + 0xec, + 0xff, + 0x7f, + 0xdf, + 0xff, + 0x9c, + 0xee, + 0xfe, + 0xcb, + 0xea, + 0xfd, + 0xee, + 0xba, + 0xfe, + 0xfd, + 0xe3, + 0xfe, + 0xfa, + 0x81, + 0xff, + 0xc4, + 0x2b, + 0x00, + 0xed, + 0xdd, + 0xff, + 0x61, + 0x48, + 0x00, + 0xe4, + 0x67, + 0x15, + 0xb3, + 0x2a, + 0x29, + 0xe0, + 0x43, + 0x08, + 0x6d, + 0xe1, + 0xfc, + 0xc6, + 0xd9, + 0x12, + 0x47, + 0x47, + 0xfe, + 0x54, + 0xee, + 0xf8, + 0x48, + 0x9d, + 0x00, + 0x71, + 0x7c, + 0xf0, + 0x52, + 0xba, + 0xfa, + 0xe3, + 0x1f, + 0x0a, + 0xd3, + 0x8b, + 0xfd, + 0x87, + 0x41, + 0xee, + 0x16, + 0x3e, + 0xf9, + 0x0a, + 0xdc, + 0x05, + 0x97, + 0xe9, + 0x00, + 0x23, + 0xee, + 0x03, + 0xfc, + 0x82, + 0xfe, + 0xc2, + 0x21, + 0xf9, + 0x06, + 0x8a, + 0x02, + 0xa7, + 0x24, + 0x02, + 0xd8, + 0xf2, + 0xfd, + 0x9c, + 0x74, + 0xfe, + 0xd9, + 0x97, + 0x00, + 0xdf, + 0xdf, + 0xfe, + 0x61, + 0x93, + 0xfd, + 0x35, + 0x9a, + 0xfe, + 0xe4, + 0xdf, + 0xfb, + 0x4c, + 0xc3, + 0xfe, + 0xd6, + 0x28, + 0x00, + 0x2e, + 0x24, + 0xfd, + 0xff, + 0xef, + 0xfe, + 0xe7, + 0x49, + 0x00, + 0x04, + 0x0b, + 0x00, + 0x31, + 0xfd, + 0xfe, + 0x46, + 0xf4, + 0xfe, + 0xbf, + 0xa0, + 0xff, + 0x27, + 0x08, + 0xff, + 0xd4, + 0xda, + 0xff, + 0xbc, + 0x6d, + 0xff, + 0x89, + 0xaa, + 0xfe, + 0xdd, + 0x8b, + 0xff, + 0xb9, + 0xf9, + 0xfe, + 0x20, + 0x4e, + 0xfe, + 0x89, + 0x87, + 0xfe, + 0x84, + 0xe9, + 0xfe, + 0x08, + 0x02, + 0xff, + 0x2f, + 0xe7, + 0xfe, + 0x4e, + 0x5c, + 0xff, + 0xdf, + 0x74, + 0xff, + 0xfd, + 0xec, + 0xff, + 0x48, + 0x3b, + 0x00, + 0xa1, + 0xda, + 0xff, + 0x99, + 0x3d, + 0x00, + 0x58, + 0xed, + 0xff, + 0x10, + 0xb7, + 0xff, + 0x99, + 0x41, + 0xff, + 0x69, + 0xe1, + 0xfd, + 0xf3, + 0x65, + 0xfe, + 0x84, + 0xf4, + 0xfe, + 0xd8, + 0x6c, + 0xff, + 0x46, + 0x34, + 0x00, + 0x60, + 0xd0, + 0xff, + 0xa0, + 0x35, + 0x00, + 0x98, + 0xfc, + 0x16, + 0xcb, + 0xc9, + 0x2d, + 0x45, + 0x3f, + 0x08, + 0x1f, + 0xb0, + 0xf6, + 0x82, + 0x5d, + 0x12, + 0x47, + 0x9d, + 0xff, + 0xfd, + 0x4a, + 0xf8, + 0x20, + 0xe1, + 0x03, + 0xcc, + 0x84, + 0xf0, + 0xe5, + 0x03, + 0xf8, + 0xec, + 0xea, + 0x0b, + 0xaa, + 0x0e, + 0x01, + 0x22, + 0xff, + 0xed, + 0x1e, + 0x63, + 0xf5, + 0x5e, + 0x2f, + 0x05, + 0x2a, + 0x07, + 0x02, + 0xf7, + 0xad, + 0x04, + 0x37, + 0x86, + 0xff, + 0x7c, + 0xce, + 0xf7, + 0x04, + 0x13, + 0x02, + 0xdd, + 0xe7, + 0x02, + 0x60, + 0x90, + 0xfd, + 0x2b, + 0xf2, + 0xfd, + 0xa9, + 0xda, + 0x00, + 0x84, + 0x43, + 0xff, + 0x5c, + 0xd1, + 0xfc, + 0x13, + 0x89, + 0xfe, + 0x75, + 0xd7, + 0xfb, + 0x14, + 0x2f, + 0xfe, + 0xf9, + 0x8e, + 0x00, + 0xce, + 0x37, + 0xfd, + 0xd0, + 0xc4, + 0xfe, + 0x7b, + 0x15, + 0x00, + 0xda, + 0x06, + 0x00, + 0x78, + 0x5b, + 0xff, + 0xbe, + 0x0c, + 0xff, + 0x24, + 0xb6, + 0xff, + 0x9f, + 0xa0, + 0xfe, + 0xe8, + 0xad, + 0xff, + 0xad, + 0xcd, + 0xff, + 0x07, + 0xb2, + 0xfe, + 0x31, + 0x84, + 0xff, + 0x65, + 0xd4, + 0xfe, + 0x80, + 0x3a, + 0xfe, + 0x58, + 0x9d, + 0xfe, + 0xb2, + 0x03, + 0xff, + 0x3b, + 0x38, + 0xff, + 0x74, + 0xd9, + 0xfe, + 0x7a, + 0x06, + 0xff, + 0x54, + 0xff, + 0xfe, + 0x12, + 0xc5, + 0xff, + 0x2f, + 0x94, + 0x00, + 0x89, + 0xed, + 0xff, + 0xc0, + 0x3b, + 0x00, + 0xf6, + 0xf8, + 0xff, + 0x5c, + 0x6c, + 0xff, + 0xd9, + 0x84, + 0xff, + 0xf0, + 0x12, + 0xfe, + 0x59, + 0x0d, + 0xfe, + 0x0c, + 0xf9, + 0xfe, + 0xc4, + 0x3f, + 0xff, + 0x1d, + 0x4c, + 0x00, + 0x1a, + 0x13, + 0x00, + 0x00, + 0x06, + 0x00, + 0x00, + 0x12, + 0x18, + 0x5e, + 0xfa, + 0x32, + 0x0a, + 0x9b, + 0x09, + 0xd8, + 0xbe, + 0xee, + 0xa2, + 0x3b, + 0x10, + 0x13, + 0x68, + 0x01, + 0xce, + 0xdc, + 0xf7, + 0x12, + 0x34, + 0x09, + 0xac, + 0xce, + 0xf0, + 0x34, + 0xfb, + 0xf2, + 0xe9, + 0x77, + 0x0d, + 0x68, + 0x4d, + 0x05, + 0xc3, + 0x48, + 0xef, + 0xd3, + 0xd9, + 0xf1, + 0xf7, + 0x6b, + 0x03, + 0xc5, + 0x98, + 0x02, + 0xbf, + 0x70, + 0x04, + 0x59, + 0x25, + 0x01, + 0x3a, + 0xcd, + 0xf6, + 0x77, + 0x17, + 0x00, + 0x7d, + 0xbc, + 0x03, + 0x5a, + 0x67, + 0xfe, + 0x2b, + 0x7b, + 0xfd, + 0x98, + 0xfc, + 0xff, + 0x0b, + 0xb0, + 0xff, + 0x55, + 0xde, + 0xfc, + 0xa6, + 0xb0, + 0xfe, + 0xdc, + 0xaf, + 0xfb, + 0x20, + 0x08, + 0xfd, + 0x0a, + 0x43, + 0x01, + 0xc7, + 0x7b, + 0xfd, + 0x6e, + 0x10, + 0xfe, + 0xc2, + 0x27, + 0x00, + 0x5d, + 0x5a, + 0x00, + 0x30, + 0xd6, + 0xff, + 0xd2, + 0xcd, + 0xfe, + 0x48, + 0x65, + 0xff, + 0x75, + 0x7a, + 0xfe, + 0x91, + 0xac, + 0xff, + 0xa4, + 0x2b, + 0x00, + 0x65, + 0x67, + 0xfe, + 0xcd, + 0x55, + 0xff, + 0x04, + 0xf6, + 0xfe, + 0x6c, + 0x36, + 0xfe, + 0xf1, + 0xa5, + 0xfe, + 0x2f, + 0xdb, + 0xfe, + 0xc8, + 0x47, + 0xff, + 0x6d, + 0xf8, + 0xfe, + 0xec, + 0xc8, + 0xfe, + 0xcb, + 0x92, + 0xfe, + 0x9a, + 0x79, + 0xff, + 0x02, + 0xf3, + 0x00, + 0x05, + 0x43, + 0x00, + 0x69, + 0x16, + 0x00, + 0xe5, + 0x09, + 0x00, + 0xf6, + 0x25, + 0xff, + 0x14, + 0x76, + 0xff, + 0x0b, + 0x84, + 0xfe, + 0xf2, + 0xb0, + 0xfd, + 0xf0, + 0xc0, + 0xfe, + 0x1b, + 0x30, + 0xff, + 0x76, + 0x35, + 0x00, + 0xa5, + 0x64, + 0x00, + 0x89, + 0xd6, + 0xff, + 0x9d, + 0x8f, + 0x1e, + 0xdc, + 0xa5, + 0x37, + 0x5b, + 0x5f, + 0x00, + 0x9c, + 0xb7, + 0xec, + 0x23, + 0x47, + 0x12, + 0x29, + 0xd2, + 0xfb, + 0x60, + 0x8a, + 0xfc, + 0xa4, + 0x9b, + 0x0b, + 0x6c, + 0x6a, + 0xec, + 0xf0, + 0x2b, + 0xf5, + 0x56, + 0xba, + 0x0f, + 0x63, + 0x11, + 0x07, + 0x59, + 0xeb, + 0xee, + 0xb4, + 0xf7, + 0xef, + 0x85, + 0xd2, + 0x01, + 0x15, + 0xdf, + 0x01, + 0xfb, + 0xd7, + 0x06, + 0xab, + 0xe4, + 0xff, + 0xc0, + 0xa5, + 0xf4, + 0x99, + 0x6b, + 0x00, + 0xbb, + 0x0a, + 0x04, + 0x44, + 0x8f, + 0xfe, + 0x27, + 0x53, + 0xfc, + 0x89, + 0x41, + 0x00, + 0xc6, + 0x00, + 0x00, + 0x32, + 0xb9, + 0xfc, + 0x27, + 0x22, + 0xff, + 0xbc, + 0xef, + 0xfa, + 0xb5, + 0x14, + 0xfd, + 0xb1, + 0x13, + 0x01, + 0xe6, + 0x39, + 0xfd, + 0xb3, + 0xcd, + 0xfe, + 0xe5, + 0x5f, + 0x00, + 0x84, + 0x57, + 0x00, + 0x02, + 0x2b, + 0xff, + 0x5d, + 0xda, + 0xfe, + 0x25, + 0xa4, + 0xff, + 0x32, + 0x20, + 0xfe, + 0x05, + 0xf7, + 0xff, + 0x9c, + 0xca, + 0xff, + 0x03, + 0x60, + 0xfe, + 0x6f, + 0x95, + 0xff, + 0x3e, + 0xaa, + 0xfe, + 0xd1, + 0x59, + 0xfe, + 0x3a, + 0x9c, + 0xfe, + 0x51, + 0xd3, + 0xfe, + 0x62, + 0x2c, + 0xff, + 0x5f, + 0xdc, + 0xfe, + 0xa3, + 0x96, + 0xfe, + 0x6e, + 0x17, + 0xfe, + 0x82, + 0x84, + 0xff, + 0x91, + 0x21, + 0x01, + 0xc6, + 0x70, + 0x00, + 0x9b, + 0x34, + 0x00, + 0x4f, + 0xf9, + 0xff, + 0x6e, + 0x17, + 0xff, + 0x32, + 0x6c, + 0xff, + 0x12, + 0xab, + 0xfe, + 0x24, + 0x88, + 0xfd, + 0x12, + 0x5b, + 0xfe, + 0x2e, + 0x0b, + 0xff, + 0xc3, + 0x0c, + 0x00, + 0xda, + 0x7f, + 0x00, + 0x6f, + 0x0b, + 0x00, + 0xe0, + 0x2c, + 0x1f, + 0x93, + 0x9e, + 0x3a, + 0x12, + 0xd8, + 0x00, + 0x38, + 0xbc, + 0xe8, + 0x71, + 0xa7, + 0x11, + 0x10, + 0x7e, + 0xfb, + 0xd1, + 0x64, + 0xfc, + 0x85, + 0xcc, + 0x0e, + 0x06, + 0xed, + 0xeb, + 0xfc, + 0x54, + 0xf3, + 0x4e, + 0xfd, + 0x0f, + 0xb2, + 0x7d, + 0x0a, + 0xbe, + 0x0f, + 0xf1, + 0x53, + 0x03, + 0xec, + 0x12, + 0x6f, + 0x00, + 0x4c, + 0x4b, + 0x01, + 0x3a, + 0x05, + 0x06, + 0x66, + 0x87, + 0x01, + 0x6b, + 0xbf, + 0xf3, + 0xea, + 0x3e, + 0xff, + 0x31, + 0xc7, + 0x03, + 0xfa, + 0xb0, + 0xfe, + 0x60, + 0x0c, + 0xfc, + 0x34, + 0xce, + 0xff, + 0xb8, + 0xac, + 0x00, + 0xe3, + 0x5c, + 0xfc, + 0xed, + 0xb4, + 0xff, + 0xff, + 0xde, + 0xfa, + 0x3c, + 0xca, + 0xfb, + 0xac, + 0xad, + 0x01, + 0x62, + 0xc5, + 0xfd, + 0x63, + 0xe8, + 0xfe, + 0xc5, + 0x29, + 0x00, + 0x00, + 0x04, + 0x00, + 0x05, + 0x1e, + 0xff, + 0x02, + 0xb1, + 0xfe, + 0x1b, + 0x9b, + 0xff, + 0x16, + 0xc8, + 0xfd, + 0xa2, + 0x01, + 0x00, + 0xf6, + 0x0a, + 0x00, + 0x52, + 0x48, + 0xfe, + 0x6e, + 0xa2, + 0xff, + 0xf5, + 0xb3, + 0xfe, + 0xec, + 0x57, + 0xfe, + 0x73, + 0x71, + 0xfe, + 0x66, + 0xaa, + 0xfe, + 0x85, + 0x0a, + 0xff, + 0x79, + 0xb0, + 0xfe, + 0x2a, + 0x8f, + 0xfe, + 0xc5, + 0xf0, + 0xfd, + 0xf9, + 0x4e, + 0xff, + 0x46, + 0x1a, + 0x01, + 0x41, + 0x81, + 0x00, + 0xcd, + 0x19, + 0x00, + 0x8c, + 0x0e, + 0x00, + 0x9a, + 0x49, + 0xff, + 0x5f, + 0x59, + 0xff, + 0xf9, + 0x00, + 0xff, + 0x6e, + 0x95, + 0xfd, + 0x23, + 0xd2, + 0xfd, + 0x22, + 0xd4, + 0xfe, + 0xca, + 0xc9, + 0xff, + 0x29, + 0x72, + 0x00, + 0x1d, + 0x2d, + 0x00, + 0x53, + 0xe0, + 0x22, + 0xde, + 0x9f, + 0x3d, + 0xa4, + 0x92, + 0xfc, + 0x8b, + 0xce, + 0xe7, + 0xe1, + 0xfc, + 0x10, + 0x1c, + 0xcf, + 0xf7, + 0xbb, + 0xdd, + 0x00, + 0x42, + 0xc4, + 0x10, + 0x37, + 0x8f, + 0xe9, + 0xd3, + 0x3d, + 0xf3, + 0x3f, + 0x88, + 0x0f, + 0xe2, + 0xbb, + 0x0d, + 0x23, + 0x93, + 0xf2, + 0x1f, + 0xd0, + 0xea, + 0xc0, + 0x6d, + 0xfe, + 0xa0, + 0xee, + 0xfd, + 0xc8, + 0xa5, + 0x07, + 0xfb, + 0xef, + 0x02, + 0x76, + 0xd8, + 0xf2, + 0xfa, + 0xd4, + 0xfe, + 0xdf, + 0xc4, + 0x02, + 0x12, + 0x97, + 0xfe, + 0x5d, + 0xf9, + 0xfb, + 0x1e, + 0x29, + 0x00, + 0x68, + 0x85, + 0x00, + 0xa8, + 0x30, + 0xfc, + 0x4e, + 0x0f, + 0x00, + 0x53, + 0x1a, + 0xfa, + 0x6f, + 0x46, + 0xfc, + 0xae, + 0x57, + 0x02, + 0xa1, + 0xef, + 0xfd, + 0x07, + 0x20, + 0xff, + 0x75, + 0xd9, + 0xff, + 0xc2, + 0xfe, + 0xff, + 0x0b, + 0xd0, + 0xfe, + 0xdc, + 0x9f, + 0xfe, + 0x82, + 0x53, + 0xff, + 0xf1, + 0xa7, + 0xfd, + 0x9f, + 0x82, + 0x00, + 0xed, + 0xc9, + 0xff, + 0x4f, + 0x66, + 0xfe, + 0xe9, + 0xf4, + 0xff, + 0xc3, + 0xc0, + 0xfe, + 0x51, + 0x55, + 0xfe, + 0xdb, + 0x2c, + 0xfe, + 0x79, + 0x8f, + 0xfe, + 0xc4, + 0xcd, + 0xfe, + 0x0d, + 0x89, + 0xfe, + 0xaa, + 0x9c, + 0xfe, + 0x67, + 0xf8, + 0xfd, + 0x47, + 0x2b, + 0xff, + 0x0c, + 0xf4, + 0x00, + 0x2e, + 0xb2, + 0x00, + 0x69, + 0x1d, + 0x00, + 0x23, + 0xf9, + 0xff, + 0xa9, + 0x58, + 0xff, + 0x76, + 0x40, + 0xff, + 0xe0, + 0x28, + 0xff, + 0x6d, + 0xd0, + 0xfd, + 0xe5, + 0x8e, + 0xfd, + 0x58, + 0xc3, + 0xfe, + 0x87, + 0xaf, + 0xff, + 0x2b, + 0x31, + 0x00, + 0xd3, + 0x54, + 0x00, + 0x35, + 0x36, + 0x22, + 0xd7, + 0xff, + 0x3f, + 0x6e, + 0xcf, + 0xff, + 0xd6, + 0x7a, + 0xe4, + 0x70, + 0xe4, + 0x0e, + 0x18, + 0x76, + 0xf8, + 0x83, + 0x4f, + 0x00, + 0x51, + 0x69, + 0x13, + 0x08, + 0x65, + 0xea, + 0xf8, + 0x4a, + 0xf0, + 0x1c, + 0x71, + 0x0d, + 0x78, + 0xe2, + 0x10, + 0x24, + 0x06, + 0xf7, + 0x79, + 0x81, + 0xe8, + 0xb8, + 0x94, + 0xfb, + 0x25, + 0xd8, + 0xfb, + 0x56, + 0x86, + 0x07, + 0x50, + 0x49, + 0x06, + 0x28, + 0x4e, + 0xf2, + 0xb5, + 0x41, + 0xfd, + 0x00, + 0x5f, + 0x02, + 0xd7, + 0x89, + 0xfe, + 0x81, + 0x4d, + 0xfc, + 0xec, + 0xc1, + 0xff, + 0x0a, + 0x8e, + 0x00, + 0xce, + 0x76, + 0xfb, + 0x31, + 0x45, + 0x00, + 0xa0, + 0xdb, + 0xfa, + 0xe9, + 0xd5, + 0xfb, + 0xd3, + 0xa3, + 0x02, + 0xba, + 0x2e, + 0xfe, + 0x6f, + 0x31, + 0xff, + 0xf0, + 0xd6, + 0xff, + 0x5a, + 0xd1, + 0xff, + 0x71, + 0xa9, + 0xfe, + 0x53, + 0x43, + 0xfe, + 0x67, + 0x66, + 0xff, + 0x12, + 0xc5, + 0xfd, + 0x83, + 0x8e, + 0x00, + 0x54, + 0xfe, + 0xff, + 0xd2, + 0x7f, + 0xfe, + 0x4e, + 0xeb, + 0xff, + 0xed, + 0xa1, + 0xfe, + 0x8d, + 0x53, + 0xfe, + 0x63, + 0x3a, + 0xfe, + 0xc9, + 0x78, + 0xfe, + 0x6c, + 0x9f, + 0xfe, + 0xf0, + 0x86, + 0xfe, + 0x36, + 0x94, + 0xfe, + 0xad, + 0xd5, + 0xfd, + 0x3d, + 0x07, + 0xff, + 0x64, + 0xd5, + 0x00, + 0xc3, + 0xe4, + 0x00, + 0x52, + 0x25, + 0x00, + 0x25, + 0xda, + 0xff, + 0x12, + 0x7c, + 0xff, + 0x20, + 0x12, + 0xff, + 0xcb, + 0x23, + 0xff, + 0xce, + 0x32, + 0xfe, + 0x87, + 0x6c, + 0xfd, + 0x2f, + 0x96, + 0xfe, + 0xf9, + 0xa7, + 0xff, + 0xd9, + 0x01, + 0x00, + 0x77, + 0x72, + 0x00, + 0x67, + 0x87, + 0x24, + 0x27, + 0x84, + 0x41, + 0x3a, + 0x3e, + 0xfe, + 0x22, + 0x9f, + 0xe5, + 0xac, + 0x6c, + 0x0d, + 0x7f, + 0x21, + 0xf6, + 0x00, + 0xfd, + 0x02, + 0x7a, + 0x0a, + 0x13, + 0xc1, + 0xa6, + 0xea, + 0x44, + 0xa6, + 0xef, + 0x60, + 0xe3, + 0x0a, + 0x0a, + 0x3b, + 0x14, + 0xb6, + 0x36, + 0xf9, + 0x90, + 0x53, + 0xe8, + 0x42, + 0x27, + 0xf9, + 0x47, + 0xe7, + 0xf8, + 0x3a, + 0x32, + 0x09, + 0xe2, + 0xb6, + 0x07, + 0xc0, + 0x0a, + 0xf3, + 0xfd, + 0x4e, + 0xfc, + 0x6f, + 0x7b, + 0x01, + 0x17, + 0x19, + 0xff, + 0x6b, + 0xbf, + 0xfb, + 0x97, + 0x1a, + 0x00, + 0x53, + 0x8b, + 0xff, + 0x77, + 0x26, + 0xfb, + 0xd4, + 0x62, + 0x01, + 0x42, + 0xb1, + 0xfa, + 0xac, + 0x1b, + 0xfc, + 0x7c, + 0x80, + 0x02, + 0x3f, + 0x6e, + 0xfe, + 0xd4, + 0x5e, + 0xff, + 0xee, + 0xdc, + 0xff, + 0xad, + 0xd7, + 0xff, + 0x2b, + 0xe3, + 0xfd, + 0x29, + 0xb1, + 0xfe, + 0x42, + 0x90, + 0xff, + 0x13, + 0xbc, + 0xfd, + 0xad, + 0xfa, + 0x00, + 0xbf, + 0x20, + 0x00, + 0x4c, + 0xcd, + 0xfe, + 0x38, + 0x6a, + 0xff, + 0x8c, + 0x77, + 0xfe, + 0xbe, + 0x9b, + 0xfe, + 0xee, + 0x13, + 0xfe, + 0xf7, + 0x62, + 0xfe, + 0x90, + 0x83, + 0xfe, + 0xcd, + 0xb6, + 0xfe, + 0x1b, + 0x86, + 0xfe, + 0x75, + 0xb5, + 0xfd, + 0xa9, + 0x17, + 0xff, + 0x6f, + 0xa9, + 0x00, + 0x01, + 0xf5, + 0x00, + 0x3e, + 0x29, + 0x00, + 0x60, + 0xb9, + 0xff, + 0x8b, + 0x69, + 0xff, + 0xcf, + 0xe2, + 0xfe, + 0x49, + 0x43, + 0xff, + 0x6b, + 0x82, + 0xfe, + 0x82, + 0x59, + 0xfd, + 0xcd, + 0x77, + 0xfe, + 0x4c, + 0xa1, + 0xff, + 0x83, + 0xde, + 0xff, + 0xea, + 0x7a, + 0x00, + 0xd3, + 0xec, + 0x26, + 0xd9, + 0x1b, + 0x42, + 0x40, + 0x2d, + 0xfc, + 0xfe, + 0x15, + 0xe8, + 0x6f, + 0x55, + 0x0c, + 0x9c, + 0xc1, + 0xf3, + 0xde, + 0x54, + 0x05, + 0x7c, + 0x94, + 0x11, + 0xe8, + 0xb7, + 0xea, + 0x3f, + 0x1b, + 0xef, + 0xf5, + 0xdb, + 0x08, + 0xfb, + 0x59, + 0x16, + 0x00, + 0x84, + 0xfa, + 0x3a, + 0xcc, + 0xe9, + 0x0c, + 0x98, + 0xf6, + 0xfb, + 0x9f, + 0xf6, + 0x1e, + 0x0a, + 0x0b, + 0xd7, + 0xb9, + 0x07, + 0xd4, + 0xe5, + 0xf4, + 0x19, + 0x84, + 0xfb, + 0x32, + 0x2d, + 0x00, + 0xfa, + 0x26, + 0x00, + 0x9d, + 0xce, + 0xfa, + 0x73, + 0x0e, + 0x00, + 0xa8, + 0xdf, + 0xfe, + 0x68, + 0x97, + 0xfb, + 0x6f, + 0xcd, + 0x01, + 0xd3, + 0x2c, + 0xfa, + 0x4c, + 0x02, + 0xfd, + 0x82, + 0x8b, + 0x01, + 0xab, + 0x87, + 0xfe, + 0x67, + 0x04, + 0x00, + 0x37, + 0x50, + 0xff, + 0x80, + 0xc0, + 0xff, + 0x3b, + 0x9c, + 0xfd, + 0xa1, + 0x44, + 0xff, + 0x97, + 0xa9, + 0xff, + 0x9c, + 0xda, + 0xfd, + 0x90, + 0x85, + 0x01, + 0x69, + 0xe0, + 0xff, + 0x4c, + 0xda, + 0xfe, + 0x6e, + 0x47, + 0xff, + 0x99, + 0x73, + 0xfe, + 0xe7, + 0xa7, + 0xfe, + 0x56, + 0xde, + 0xfd, + 0x28, + 0x76, + 0xfe, + 0xb6, + 0x53, + 0xfe, + 0x09, + 0xb3, + 0xfe, + 0xdc, + 0xa8, + 0xfe, + 0x10, + 0xca, + 0xfd, + 0xa5, + 0x40, + 0xff, + 0x8f, + 0x77, + 0x00, + 0x64, + 0xed, + 0x00, + 0x3a, + 0x1a, + 0x00, + 0x0d, + 0x6d, + 0xff, + 0x92, + 0x7d, + 0xff, + 0x4d, + 0xdd, + 0xfe, + 0x4e, + 0x3c, + 0xff, + 0x0c, + 0xa5, + 0xfe, + 0x68, + 0x70, + 0xfd, + 0x11, + 0x9b, + 0xfe, + 0x50, + 0x6a, + 0xff, + 0x08, + 0xa9, + 0xff, + 0x1f, + 0x77, + 0x00, + 0x2a, + 0x87, + 0x26, + 0x20, + 0x94, + 0x42, + 0x64, + 0x3c, + 0xfe, + 0x03, + 0x00, + 0xe9, + 0xde, + 0x4d, + 0x0b, + 0x33, + 0xf1, + 0xf2, + 0x66, + 0x09, + 0x05, + 0x60, + 0x49, + 0x11, + 0x16, + 0x1d, + 0xeb, + 0x0b, + 0xe1, + 0xed, + 0x6a, + 0xfc, + 0x05, + 0x13, + 0x41, + 0x17, + 0x1a, + 0x32, + 0xfe, + 0xcb, + 0x47, + 0xeb, + 0xb1, + 0x54, + 0xf4, + 0x5c, + 0xe6, + 0xf3, + 0x0c, + 0x3f, + 0x0b, + 0x98, + 0x61, + 0x09, + 0x5b, + 0xc6, + 0xf6, + 0x20, + 0x97, + 0xfa, + 0xcc, + 0x83, + 0xfe, + 0x18, + 0x52, + 0x01, + 0x78, + 0x2f, + 0xfa, + 0xaa, + 0x3a, + 0xff, + 0xda, + 0x93, + 0xff, + 0xc6, + 0x83, + 0xfb, + 0x65, + 0x00, + 0x02, + 0x2a, + 0x4c, + 0xfa, + 0xc1, + 0xb9, + 0xfc, + 0x63, + 0x07, + 0x01, + 0xb1, + 0xb3, + 0xfe, + 0x5d, + 0x27, + 0x00, + 0xf3, + 0x8f, + 0xfe, + 0xbf, + 0x08, + 0x00, + 0x67, + 0xcb, + 0xfd, + 0x22, + 0x47, + 0xff, + 0xfa, + 0x49, + 0x00, + 0x14, + 0x12, + 0xfe, + 0x4e, + 0x84, + 0x01, + 0x54, + 0x98, + 0xff, + 0xed, + 0x18, + 0xff, + 0x6a, + 0x75, + 0xff, + 0xe4, + 0xec, + 0xfd, + 0x51, + 0xd4, + 0xfe, + 0xe7, + 0xf3, + 0xfd, + 0x73, + 0x3c, + 0xfe, + 0x07, + 0x2f, + 0xfe, + 0x73, + 0xa9, + 0xfe, + 0x70, + 0xf6, + 0xfe, + 0x6c, + 0xe6, + 0xfd, + 0xf2, + 0x67, + 0xff, + 0x1b, + 0x5c, + 0x00, + 0xb4, + 0xd5, + 0x00, + 0x96, + 0x27, + 0x00, + 0x7e, + 0x16, + 0xff, + 0x1c, + 0x90, + 0xff, + 0xb1, + 0xbf, + 0xfe, + 0x73, + 0xfe, + 0xfe, + 0x7c, + 0xea, + 0xfe, + 0x79, + 0x86, + 0xfd, + 0x28, + 0x94, + 0xfe, + 0x40, + 0x4b, + 0xff, + 0x50, + 0x8a, + 0xff, + 0x5c, + 0x7e, + 0x00, + 0x94, + 0x72, + 0x25, + 0xf1, + 0x98, + 0x42, + 0x58, + 0xb7, + 0x01, + 0xf9, + 0x36, + 0xeb, + 0xee, + 0x98, + 0x0a, + 0x90, + 0xd1, + 0xf1, + 0xbf, + 0x42, + 0x04, + 0xf3, + 0x1d, + 0x11, + 0xee, + 0x08, + 0xeb, + 0x28, + 0xc6, + 0xec, + 0x5e, + 0x05, + 0x03, + 0xac, + 0x17, + 0x17, + 0x31, + 0x80, + 0x02, + 0xf8, + 0xa9, + 0xee, + 0xfd, + 0x26, + 0xf3, + 0x1d, + 0xa8, + 0xef, + 0x33, + 0xd5, + 0x0a, + 0xc0, + 0xf9, + 0x0b, + 0x57, + 0xac, + 0xf8, + 0xf2, + 0xb1, + 0xfa, + 0x22, + 0x50, + 0xfc, + 0x0d, + 0xec, + 0x01, + 0x82, + 0xbc, + 0xfa, + 0x03, + 0x3d, + 0xfe, + 0x2b, + 0x90, + 0x00, + 0x3b, + 0xeb, + 0xfb, + 0xc5, + 0x1f, + 0x02, + 0x0d, + 0xd0, + 0xf9, + 0x95, + 0x69, + 0xfc, + 0x06, + 0x2d, + 0x01, + 0xec, + 0x06, + 0xfe, + 0x77, + 0x6c, + 0x00, + 0x3e, + 0x34, + 0xfe, + 0x2b, + 0x07, + 0x00, + 0xba, + 0x88, + 0xfe, + 0x87, + 0x91, + 0xff, + 0x8f, + 0x44, + 0x01, + 0x6f, + 0xb3, + 0xfd, + 0x0c, + 0x3c, + 0x01, + 0x8c, + 0x41, + 0x00, + 0x32, + 0xed, + 0xfe, + 0xd3, + 0x6b, + 0xff, + 0x44, + 0xda, + 0xfd, + 0x71, + 0x09, + 0xff, + 0xbb, + 0xd4, + 0xfd, + 0xa4, + 0xe5, + 0xfd, + 0x79, + 0x5e, + 0xfe, + 0x52, + 0x92, + 0xfe, + 0x12, + 0x73, + 0xff, + 0x9c, + 0x29, + 0xfe, + 0x32, + 0x5f, + 0xff, + 0xd3, + 0x8f, + 0x00, + 0xb6, + 0xaf, + 0x00, + 0xdd, + 0x51, + 0x00, + 0x77, + 0xfc, + 0xfe, + 0x40, + 0x4b, + 0xff, + 0x84, + 0x8d, + 0xfe, + 0x6c, + 0xce, + 0xfe, + 0x49, + 0x0d, + 0xff, + 0x4a, + 0x6e, + 0xfd, + 0xe2, + 0x98, + 0xfe, + 0x40, + 0x5d, + 0xff, + 0x04, + 0x87, + 0xff, + 0x21, + 0x99, + 0x00, + 0x4d, + 0xd5, + 0x25, + 0x53, + 0x34, + 0x41, + 0xb9, + 0x2b, + 0x02, + 0xeb, + 0xb3, + 0xef, + 0x64, + 0xce, + 0x09, + 0x1c, + 0x87, + 0xf0, + 0xff, + 0x65, + 0x05, + 0xfa, + 0xb4, + 0x0e, + 0x3d, + 0x33, + 0xeb, + 0xfb, + 0x25, + 0xec, + 0xa5, + 0x9b, + 0x00, + 0x12, + 0xf7, + 0x16, + 0x94, + 0x75, + 0x03, + 0x14, + 0x11, + 0xf3, + 0x57, + 0x4d, + 0xf3, + 0x63, + 0x16, + 0xec, + 0x96, + 0xc6, + 0x0a, + 0x9e, + 0x96, + 0x0c, + 0x55, + 0x23, + 0xfa, + 0x6f, + 0x35, + 0xfb, + 0x70, + 0x20, + 0xfb, + 0x70, + 0xcc, + 0x01, + 0x7f, + 0x8c, + 0xfb, + 0x32, + 0x33, + 0xfe, + 0xb3, + 0x57, + 0x00, + 0xf6, + 0xb7, + 0xfc, + 0x4f, + 0xb1, + 0x01, + 0x59, + 0x9d, + 0xf9, + 0x32, + 0x99, + 0xfc, + 0x3a, + 0x4e, + 0x00, + 0xec, + 0xee, + 0xfd, + 0x8d, + 0x97, + 0x00, + 0xb9, + 0x06, + 0xfe, + 0xcb, + 0x15, + 0x00, + 0xde, + 0x52, + 0xff, + 0x81, + 0x13, + 0x00, + 0xd5, + 0xf6, + 0x00, + 0xad, + 0xd0, + 0xfd, + 0x70, + 0x68, + 0x01, + 0x4c, + 0x0a, + 0x00, + 0xb3, + 0xcc, + 0xfe, + 0x18, + 0xad, + 0xff, + 0xb2, + 0xd5, + 0xfd, + 0xfc, + 0xed, + 0xfe, + 0xbe, + 0xdf, + 0xfd, + 0xc2, + 0xba, + 0xfd, + 0xeb, + 0x7d, + 0xfe, + 0x10, + 0xb6, + 0xfe, + 0xde, + 0xae, + 0xff, + 0xfa, + 0x4d, + 0xfe, + 0x1a, + 0x58, + 0xff, + 0x83, + 0xdb, + 0x00, + 0x34, + 0xc4, + 0x00, + 0x95, + 0x50, + 0x00, + 0x1f, + 0xe6, + 0xfe, + 0xde, + 0x08, + 0xff, + 0x26, + 0x55, + 0xfe, + 0xa2, + 0xa6, + 0xfe, + 0x9b, + 0x12, + 0xff, + 0x83, + 0x67, + 0xfd, + 0xbf, + 0x9b, + 0xfe, + 0xd6, + 0x64, + 0xff, + 0x06, + 0x78, + 0xff, + 0xfb, + 0xa4, + 0x00, + 0x6f, + 0x58, + 0x24, + 0x26, + 0xae, + 0x3f, + 0x2b, + 0xbe, + 0x05, + 0x5e, + 0x29, + 0xf3, + 0x52, + 0xb1, + 0x08, + 0xc7, + 0xc8, + 0xf0, + 0x10, + 0x42, + 0x04, + 0xbe, + 0x38, + 0x0d, + 0xc8, + 0x76, + 0xed, + 0x60, + 0x22, + 0xea, + 0x97, + 0xc9, + 0xfc, + 0x24, + 0x92, + 0x16, + 0xd8, + 0xab, + 0x04, + 0x00, + 0x0e, + 0xf8, + 0xb9, + 0x9f, + 0xf5, + 0x6c, + 0x46, + 0xe7, + 0x6b, + 0x92, + 0x08, + 0xd4, + 0x92, + 0x0e, + 0x02, + 0xdf, + 0xfa, + 0x48, + 0x6c, + 0xfc, + 0x30, + 0x49, + 0xfb, + 0x63, + 0x97, + 0x00, + 0x14, + 0x21, + 0xfd, + 0xb6, + 0x6e, + 0xfe, + 0x71, + 0xf8, + 0xfe, + 0xb6, + 0x75, + 0xfd, + 0xc2, + 0x59, + 0x02, + 0x82, + 0x13, + 0xf9, + 0xe6, + 0xf7, + 0xfb, + 0x3c, + 0x48, + 0x00, + 0x62, + 0x3a, + 0xfd, + 0xb4, + 0xcf, + 0x00, + 0x4f, + 0x31, + 0xff, + 0x8e, + 0xea, + 0xff, + 0x02, + 0xe5, + 0xff, + 0x44, + 0x43, + 0x00, + 0x81, + 0xc7, + 0x00, + 0xb0, + 0x12, + 0xfe, + 0xc1, + 0xf4, + 0x00, + 0x4d, + 0x23, + 0x00, + 0x93, + 0xc4, + 0xfe, + 0xa3, + 0x88, + 0xff, + 0x1a, + 0xd0, + 0xfd, + 0x1d, + 0x05, + 0xff, + 0x20, + 0x57, + 0xfe, + 0x6e, + 0xad, + 0xfd, + 0x5b, + 0xa4, + 0xfe, + 0x06, + 0xda, + 0xfe, + 0x82, + 0xa7, + 0xff, + 0xa9, + 0x63, + 0xfe, + 0xda, + 0x84, + 0xff, + 0x01, + 0x66, + 0x01, + 0x96, + 0xe1, + 0x00, + 0x8e, + 0x4b, + 0x00, + 0x61, + 0xec, + 0xfe, + 0x3d, + 0xa3, + 0xfe, + 0xb5, + 0x04, + 0xfe, + 0x57, + 0x96, + 0xfe, + 0xc5, + 0x0d, + 0xff, + 0xf8, + 0x78, + 0xfd, + 0xf5, + 0xaa, + 0xfe, + 0xc2, + 0x4f, + 0xff, + 0xa9, + 0x8c, + 0xff, + 0x5f, + 0xe4, + 0x00, + 0x8a, + 0x12, + 0x1e, + 0x2a, + 0x2b, + 0x3e, + 0xb6, + 0xa1, + 0x0f, + 0xa9, + 0x78, + 0xf1, + 0xe4, + 0x1f, + 0x08, + 0xc1, + 0xf7, + 0xf5, + 0xbc, + 0x75, + 0xfe, + 0xcd, + 0x7a, + 0x0d, + 0x46, + 0xd1, + 0xf0, + 0xba, + 0xed, + 0xe8, + 0xda, + 0xc0, + 0xf7, + 0x5c, + 0x8f, + 0x13, + 0xae, + 0x1a, + 0x09, + 0xbc, + 0x8c, + 0xf8, + 0x2f, + 0x5e, + 0xfb, + 0xca, + 0x65, + 0xe5, + 0x81, + 0x12, + 0xff, + 0x9a, + 0x12, + 0x13, + 0xb3, + 0xb9, + 0xfb, + 0x91, + 0xfd, + 0xfc, + 0xa0, + 0x0b, + 0xfd, + 0x97, + 0x6b, + 0xfe, + 0xa2, + 0x92, + 0xfe, + 0x98, + 0xd5, + 0xfd, + 0x8c, + 0x6a, + 0xff, + 0x99, + 0xbf, + 0xfc, + 0x80, + 0xea, + 0x01, + 0x93, + 0x47, + 0xfa, + 0x75, + 0x14, + 0xfa, + 0x21, + 0x30, + 0x01, + 0x09, + 0xc6, + 0xfc, + 0x72, + 0x94, + 0x00, + 0x0b, + 0xca, + 0x00, + 0x6b, + 0x0d, + 0xff, + 0xa5, + 0xb1, + 0x00, + 0x4a, + 0x02, + 0x00, + 0xe2, + 0x32, + 0x00, + 0xa6, + 0x7b, + 0xfe, + 0x62, + 0x70, + 0x00, + 0xb9, + 0x4c, + 0x00, + 0xd1, + 0xf2, + 0xfd, + 0x88, + 0xbe, + 0xff, + 0xa5, + 0x42, + 0xfe, + 0x16, + 0x9a, + 0xfe, + 0x39, + 0x3c, + 0xff, + 0x14, + 0x94, + 0xfd, + 0xec, + 0xc2, + 0xfe, + 0xa3, + 0xd8, + 0xfe, + 0xa3, + 0x22, + 0xff, + 0x44, + 0xcb, + 0xfe, + 0x9d, + 0x70, + 0xff, + 0x4f, + 0xa1, + 0x01, + 0x00, + 0xee, + 0x00, + 0x1e, + 0x63, + 0x00, + 0x79, + 0x1c, + 0xff, + 0xf1, + 0x59, + 0xfe, + 0x64, + 0x23, + 0xfe, + 0xdb, + 0x31, + 0xfe, + 0x8f, + 0x12, + 0xff, + 0xa1, + 0xa6, + 0xfd, + 0x23, + 0x4d, + 0xfe, + 0x31, + 0x7f, + 0xff, + 0x52, + 0x81, + 0xff, + 0x0e, + 0xb3, + 0x00, + 0x36, + 0x70, + 0x1e, + 0x04, + 0x0d, + 0x3b, + 0x6e, + 0xd0, + 0x0d, + 0xc7, + 0x95, + 0xf7, + 0xe8, + 0xb7, + 0x08, + 0xb6, + 0x35, + 0xf4, + 0x16, + 0x48, + 0x00, + 0x57, + 0xfe, + 0x09, + 0xa7, + 0xdb, + 0xf1, + 0xe9, + 0x32, + 0xea, + 0x38, + 0xcf, + 0xf3, + 0xce, + 0xec, + 0x12, + 0x23, + 0xb0, + 0x08, + 0xad, + 0x5c, + 0xfb, + 0xa8, + 0xa0, + 0xfe, + 0x54, + 0x3e, + 0xe3, + 0x16, + 0x24, + 0xfb, + 0xb9, + 0x70, + 0x12, + 0x22, + 0xe6, + 0xfd, + 0x46, + 0xa1, + 0xfd, + 0xd2, + 0x90, + 0xfe, + 0xc2, + 0x07, + 0xfe, + 0xcc, + 0x50, + 0xfe, + 0x30, + 0x00, + 0xff, + 0x8f, + 0xe9, + 0xfd, + 0xb6, + 0xf2, + 0xfc, + 0xa6, + 0xb4, + 0x01, + 0x1d, + 0x91, + 0xf9, + 0x0a, + 0x2e, + 0xfa, + 0x3a, + 0x43, + 0x01, + 0xcf, + 0x89, + 0xfd, + 0xbb, + 0x51, + 0x00, + 0x13, + 0xaa, + 0x01, + 0xe8, + 0x9e, + 0xff, + 0x3b, + 0x17, + 0x00, + 0xa7, + 0x02, + 0x00, + 0xc7, + 0x36, + 0x00, + 0x6d, + 0xa3, + 0xfe, + 0x03, + 0xcf, + 0xff, + 0x50, + 0x95, + 0xff, + 0x7e, + 0xb8, + 0xfd, + 0x62, + 0xfe, + 0xff, + 0x02, + 0xad, + 0xfe, + 0x98, + 0x97, + 0xfe, + 0xe7, + 0x9d, + 0xff, + 0x86, + 0xe9, + 0xfd, + 0x3d, + 0xb3, + 0xfe, + 0x2a, + 0xb7, + 0xfe, + 0x59, + 0xfa, + 0xfe, + 0x9f, + 0x0a, + 0xff, + 0x4f, + 0xe7, + 0xff, + 0x9d, + 0xb6, + 0x01, + 0x16, + 0xdd, + 0x00, + 0x8c, + 0x69, + 0x00, + 0x9e, + 0x38, + 0xff, + 0x9e, + 0x2e, + 0xfe, + 0x64, + 0xf3, + 0xfd, + 0x80, + 0x3f, + 0xfe, + 0x01, + 0xad, + 0xfe, + 0xd7, + 0xaf, + 0xfd, + 0x9b, + 0xad, + 0xfe, + 0x27, + 0x90, + 0xff, + 0x1b, + 0xa5, + 0xff, + 0x65, + 0x9e, + 0x00, + 0xf8, + 0x1b, + 0x1e, + 0x87, + 0x00, + 0x38, + 0x9d, + 0x33, + 0x0c, + 0xbc, + 0xfa, + 0xfb, + 0x4f, + 0x61, + 0x0a, + 0x1c, + 0x73, + 0xf2, + 0x69, + 0x89, + 0x00, + 0x81, + 0x72, + 0x09, + 0xb9, + 0x97, + 0xf1, + 0x07, + 0xde, + 0xea, + 0x70, + 0x88, + 0xf2, + 0xb4, + 0xbe, + 0x10, + 0xd7, + 0x10, + 0x09, + 0xdb, + 0xa9, + 0xfc, + 0xd6, + 0x3a, + 0x00, + 0xfb, + 0xb3, + 0xe3, + 0x45, + 0x47, + 0xf6, + 0x81, + 0x8b, + 0x11, + 0x7b, + 0x06, + 0x01, + 0x09, + 0x57, + 0xfd, + 0x72, + 0x02, + 0xff, + 0x27, + 0x30, + 0xfe, + 0xf6, + 0x88, + 0xfe, + 0x32, + 0x94, + 0xff, + 0x23, + 0x45, + 0xfd, + 0x0c, + 0xd3, + 0xfb, + 0x62, + 0xc0, + 0x00, + 0xa2, + 0x20, + 0xfb, + 0x6d, + 0x70, + 0xfa, + 0xfa, + 0x63, + 0x00, + 0x22, + 0x21, + 0xfe, + 0xfe, + 0x86, + 0x00, + 0x12, + 0x35, + 0x02, + 0x21, + 0x2c, + 0xff, + 0x75, + 0xa5, + 0xff, + 0xdb, + 0x9b, + 0x00, + 0x30, + 0x18, + 0x00, + 0x6e, + 0x69, + 0xfe, + 0x57, + 0x31, + 0xff, + 0x77, + 0x27, + 0xff, + 0x60, + 0x12, + 0xfe, + 0x20, + 0x20, + 0x00, + 0x25, + 0xa8, + 0xfe, + 0xd0, + 0x8e, + 0xfe, + 0xad, + 0xdd, + 0xff, + 0x0c, + 0x2a, + 0xfe, + 0x6a, + 0x70, + 0xfe, + 0xdf, + 0x9a, + 0xfe, + 0x5d, + 0x10, + 0xff, + 0xe8, + 0x45, + 0xff, + 0xf5, + 0x0c, + 0x00, + 0x4a, + 0x92, + 0x01, + 0x15, + 0xdd, + 0x00, + 0xf9, + 0x7a, + 0x00, + 0x3a, + 0x76, + 0xff, + 0x76, + 0xfa, + 0xfd, + 0xf2, + 0x90, + 0xfd, + 0xb0, + 0x4c, + 0xfe, + 0x41, + 0x79, + 0xfe, + 0x8d, + 0xde, + 0xfd, + 0x5d, + 0xfe, + 0xfe, + 0x3e, + 0x79, + 0xff, + 0x25, + 0xbb, + 0xff, + 0xb7, + 0xa9, + 0x00, + 0xf8, + 0x81, + 0x1c, + 0x8f, + 0x78, + 0x36, + 0x87, + 0xda, + 0x0c, + 0x1d, + 0x72, + 0xfb, + 0x9b, + 0x49, + 0x0c, + 0x20, + 0xd4, + 0xf4, + 0x94, + 0xde, + 0xfd, + 0xd8, + 0xe8, + 0x09, + 0x10, + 0xf7, + 0xf2, + 0x42, + 0x19, + 0xeb, + 0x04, + 0x90, + 0xf2, + 0xb5, + 0xb9, + 0x0e, + 0x81, + 0xfc, + 0x09, + 0xce, + 0x41, + 0xfa, + 0x01, + 0x06, + 0x02, + 0x9d, + 0x6b, + 0xe9, + 0x9b, + 0x3e, + 0xef, + 0x24, + 0xd5, + 0x0e, + 0xca, + 0xd4, + 0x04, + 0xb0, + 0x48, + 0xfd, + 0xb6, + 0x8b, + 0x00, + 0xa5, + 0x94, + 0xfd, + 0x33, + 0x08, + 0xfe, + 0x75, + 0xa7, + 0x00, + 0x11, + 0x0d, + 0xfd, + 0x54, + 0x7f, + 0xfa, + 0x23, + 0x4c, + 0x00, + 0xf4, + 0x43, + 0xfd, + 0x6e, + 0xe5, + 0xf9, + 0xcf, + 0x62, + 0x00, + 0x91, + 0xae, + 0xff, + 0x4c, + 0x3b, + 0xff, + 0xa5, + 0x09, + 0x02, + 0x12, + 0xa5, + 0xff, + 0x56, + 0x71, + 0xff, + 0x5c, + 0x96, + 0x00, + 0x2e, + 0xfe, + 0xff, + 0x0a, + 0x74, + 0xfe, + 0x30, + 0xcb, + 0xfe, + 0xff, + 0x94, + 0xff, + 0x7d, + 0x5f, + 0xfe, + 0xcb, + 0xbf, + 0xff, + 0x18, + 0xfc, + 0xfe, + 0x66, + 0x7c, + 0xfe, + 0xab, + 0xf6, + 0xff, + 0x22, + 0x5a, + 0xfe, + 0x90, + 0x38, + 0xfe, + 0xc2, + 0xbc, + 0xfe, + 0x2b, + 0x0d, + 0xff, + 0x76, + 0x6c, + 0xff, + 0xfb, + 0x16, + 0x00, + 0xac, + 0x92, + 0x01, + 0xa6, + 0x05, + 0x01, + 0xf0, + 0x71, + 0x00, + 0x04, + 0xae, + 0xff, + 0x4b, + 0xa9, + 0xfd, + 0xff, + 0x5d, + 0xfd, + 0x12, + 0x7e, + 0xfe, + 0xf2, + 0x50, + 0xfe, + 0x52, + 0x1d, + 0xfe, + 0x40, + 0x25, + 0xff, + 0x3d, + 0x95, + 0xff, + 0x66, + 0xd9, + 0xff, + 0x5f, + 0x7b, + 0x00, + 0xcf, + 0xcd, + 0x1b, + 0xe2, + 0xd4, + 0x34, + 0xb5, + 0x7e, + 0x0b, + 0x09, + 0x3a, + 0xfb, + 0xd9, + 0x7c, + 0x0e, + 0x60, + 0xe1, + 0xf5, + 0x7e, + 0x73, + 0xfa, + 0xd0, + 0x44, + 0x09, + 0x08, + 0x58, + 0xf6, + 0xe6, + 0x10, + 0xee, + 0xd2, + 0x37, + 0xf2, + 0x38, + 0x07, + 0x0b, + 0x3e, + 0x25, + 0x0a, + 0x3d, + 0x05, + 0xf9, + 0x44, + 0xbf, + 0x01, + 0x73, + 0x36, + 0xf0, + 0x0d, + 0xa2, + 0xeb, + 0xeb, + 0x6a, + 0x08, + 0x3d, + 0x2a, + 0x08, + 0x4a, + 0xed, + 0xfd, + 0xb5, + 0xd3, + 0x00, + 0x9f, + 0x78, + 0xff, + 0x19, + 0x2d, + 0xfd, + 0xb3, + 0x60, + 0xff, + 0x23, + 0x8a, + 0xfc, + 0x95, + 0x06, + 0xfb, + 0x0e, + 0x7f, + 0x00, + 0xdc, + 0x21, + 0xfe, + 0x9d, + 0xb0, + 0xfa, + 0x3e, + 0x13, + 0x00, + 0x33, + 0x11, + 0x00, + 0x42, + 0xa3, + 0xfe, + 0xf8, + 0xbf, + 0x01, + 0x42, + 0x00, + 0x00, + 0xcb, + 0xcf, + 0xfe, + 0xfd, + 0xa4, + 0x00, + 0x71, + 0xd5, + 0xff, + 0x69, + 0x2c, + 0xfe, + 0x69, + 0x4e, + 0xff, + 0xf0, + 0x0a, + 0x00, + 0xd7, + 0x80, + 0xfe, + 0x80, + 0x82, + 0xff, + 0xe1, + 0x57, + 0xff, + 0x38, + 0x76, + 0xfe, + 0x50, + 0x92, + 0xff, + 0x5a, + 0xa5, + 0xfe, + 0xf3, + 0x23, + 0xfe, + 0x02, + 0xcf, + 0xfe, + 0xae, + 0x01, + 0xff, + 0xb0, + 0x5e, + 0xff, + 0x2c, + 0x98, + 0x00, + 0xea, + 0x95, + 0x01, + 0x4a, + 0xe8, + 0x00, + 0x3f, + 0x67, + 0x00, + 0x08, + 0x7b, + 0xff, + 0x79, + 0x75, + 0xfd, + 0x60, + 0x80, + 0xfd, + 0xa1, + 0x9f, + 0xfe, + 0x3f, + 0x31, + 0xfe, + 0xa4, + 0x71, + 0xfe, + 0xff, + 0x4d, + 0xff, + 0xdb, + 0x8a, + 0xff, + 0xc7, + 0xe5, + 0xff, + 0x2f, + 0x79, + 0x00, + 0xa9, + 0x41, + 0x1c, + 0x91, + 0x38, + 0x33, + 0x57, + 0x98, + 0x08, + 0x25, + 0x66, + 0xfb, + 0x38, + 0x3a, + 0x0f, + 0x09, + 0xc4, + 0xf7, + 0x12, + 0xc8, + 0xfb, + 0xb7, + 0xca, + 0x04, + 0x73, + 0x2f, + 0xf6, + 0x70, + 0xae, + 0xf4, + 0x16, + 0x3f, + 0xf2, + 0xb8, + 0x25, + 0x08, + 0xbc, + 0x93, + 0x0b, + 0xae, + 0x2b, + 0xf6, + 0x7e, + 0x88, + 0x00, + 0xbd, + 0xcb, + 0xf6, + 0x67, + 0x95, + 0xea, + 0x19, + 0x1a, + 0x03, + 0x93, + 0x78, + 0x09, + 0xf9, + 0x6b, + 0xfe, + 0xc9, + 0x10, + 0x00, + 0x7e, + 0x87, + 0x01, + 0x37, + 0xd5, + 0xfd, + 0x49, + 0xff, + 0xfc, + 0x13, + 0x3f, + 0xfc, + 0x81, + 0x58, + 0xfc, + 0xfd, + 0x66, + 0x00, + 0xb6, + 0xc9, + 0xff, + 0xfc, + 0x56, + 0xfb, + 0xa2, + 0x40, + 0xfe, + 0xcc, + 0xa0, + 0x00, + 0x5a, + 0x1e, + 0xff, + 0xfb, + 0xfd, + 0x00, + 0x60, + 0x32, + 0x00, + 0xd4, + 0xee, + 0xfe, + 0x2d, + 0x7b, + 0x00, + 0x04, + 0x71, + 0xff, + 0x92, + 0x51, + 0xfe, + 0x8c, + 0xd5, + 0xff, + 0x1c, + 0x19, + 0x00, + 0x7f, + 0xae, + 0xfe, + 0xa0, + 0xa7, + 0xff, + 0x32, + 0x83, + 0xff, + 0xd7, + 0x52, + 0xfe, + 0x04, + 0x65, + 0xff, + 0xe4, + 0xcb, + 0xfe, + 0xd4, + 0x19, + 0xfe, + 0x43, + 0x00, + 0xff, + 0xf4, + 0x1b, + 0xff, + 0x42, + 0x6c, + 0xff, + 0xab, + 0xca, + 0x00, + 0x5a, + 0x93, + 0x01, + 0x8c, + 0xbe, + 0x00, + 0x5e, + 0x34, + 0x00, + 0xad, + 0x66, + 0xff, + 0xd5, + 0x58, + 0xfd, + 0x3b, + 0xbb, + 0xfd, + 0x42, + 0xd9, + 0xfe, + 0x2a, + 0x2f, + 0xfe, + 0xcb, + 0x9d, + 0xfe, + 0x87, + 0x1d, + 0xff, + 0xdc, + 0x6f, + 0xff, + 0x93, + 0x29, + 0x00, + 0x0d, + 0xac, + 0x00, + 0x50, + 0xf8, + 0x1a, + 0xd3, + 0x19, + 0x30, + 0xdf, + 0x45, + 0x07, + 0x17, + 0x7c, + 0xfc, + 0x1e, + 0xbb, + 0x10, + 0x96, + 0x6d, + 0xf9, + 0x61, + 0xaa, + 0xfb, + 0x65, + 0x15, + 0x03, + 0xb8, + 0x78, + 0xf5, + 0x96, + 0x7a, + 0xf8, + 0xf5, + 0x0b, + 0xf5, + 0x24, + 0x72, + 0x04, + 0xc7, + 0x2f, + 0x0c, + 0xac, + 0x02, + 0xf7, + 0xeb, + 0xfd, + 0xfd, + 0xe1, + 0x80, + 0xfc, + 0x8f, + 0xab, + 0xeb, + 0x31, + 0x92, + 0xfc, + 0x10, + 0x5b, + 0x0a, + 0x1e, + 0x3c, + 0xff, + 0x8d, + 0x0e, + 0xfe, + 0x6f, + 0x16, + 0x03, + 0x6a, + 0x1f, + 0xff, + 0x0f, + 0x29, + 0xfc, + 0x72, + 0xb0, + 0xfb, + 0x19, + 0x1b, + 0xfd, + 0xdb, + 0x2f, + 0x01, + 0x87, + 0xd5, + 0x00, + 0x9f, + 0xb1, + 0xfb, + 0x42, + 0x93, + 0xfc, + 0xdb, + 0xf8, + 0x00, + 0x5f, + 0xf0, + 0xff, + 0x91, + 0x28, + 0x00, + 0x96, + 0x95, + 0x00, + 0xf3, + 0x2e, + 0xff, + 0x0b, + 0x1b, + 0x00, + 0xd7, + 0x65, + 0xff, + 0xbe, + 0xe0, + 0xfe, + 0xa9, + 0x37, + 0x00, + 0x53, + 0xba, + 0xff, + 0xf9, + 0xf3, + 0xfe, + 0x71, + 0x8b, + 0xff, + 0x63, + 0x67, + 0xff, + 0x83, + 0xa3, + 0xfe, + 0x84, + 0x33, + 0xff, + 0xb9, + 0x11, + 0xff, + 0x8e, + 0x56, + 0xfe, + 0xce, + 0x1c, + 0xff, + 0xca, + 0x5b, + 0xff, + 0x12, + 0x75, + 0xff, + 0x06, + 0xeb, + 0x00, + 0x0e, + 0x7c, + 0x01, + 0xc1, + 0x8f, + 0x00, + 0x0f, + 0x1b, + 0x00, + 0xdd, + 0x2d, + 0xff, + 0x55, + 0x81, + 0xfd, + 0x09, + 0x2e, + 0xfe, + 0x83, + 0xe5, + 0xfe, + 0x0b, + 0x3c, + 0xfe, + 0xf8, + 0xbb, + 0xfe, + 0x3b, + 0xe1, + 0xfe, + 0x6f, + 0x61, + 0xff, + 0xa1, + 0x69, + 0x00, + 0x63, + 0xd4, + 0x00, + 0x8f, + 0xd0, + 0x19, + 0x79, + 0xa4, + 0x2c, + 0x9c, + 0xd5, + 0x05, + 0x8e, + 0xd3, + 0xfe, + 0x41, + 0xa6, + 0x11, + 0x2a, + 0x37, + 0xf9, + 0x4c, + 0x3d, + 0xfb, + 0x60, + 0x3e, + 0x03, + 0xf0, + 0xb5, + 0xf7, + 0xfb, + 0x14, + 0xf8, + 0xbb, + 0x8e, + 0xf4, + 0x63, + 0x92, + 0x05, + 0x82, + 0xb5, + 0x0b, + 0x90, + 0x68, + 0xf7, + 0x87, + 0x7e, + 0xfd, + 0xe1, + 0x5f, + 0xfe, + 0x90, + 0xee, + 0xee, + 0x05, + 0x09, + 0xf9, + 0xa6, + 0x57, + 0x08, + 0x80, + 0xa7, + 0x00, + 0xb2, + 0xcb, + 0xfc, + 0x1c, + 0x5f, + 0x02, + 0x33, + 0x72, + 0xff, + 0x38, + 0x3d, + 0xfd, + 0x73, + 0xba, + 0xfc, + 0x58, + 0x92, + 0xfc, + 0xea, + 0xf6, + 0x00, + 0x3a, + 0x7e, + 0x01, + 0xe3, + 0xdf, + 0xfb, + 0xd4, + 0x14, + 0xfc, + 0x36, + 0x60, + 0x01, + 0x54, + 0x30, + 0x00, + 0xfe, + 0xaf, + 0xff, + 0xc0, + 0xf2, + 0x00, + 0x17, + 0x1a, + 0xff, + 0x7b, + 0xc1, + 0xff, + 0xcb, + 0xe4, + 0xff, + 0xc5, + 0x30, + 0xff, + 0x63, + 0x2a, + 0x00, + 0xd0, + 0xb2, + 0xff, + 0x65, + 0xba, + 0xfe, + 0x83, + 0x44, + 0xff, + 0x47, + 0x94, + 0xff, + 0x8e, + 0xb6, + 0xfe, + 0xff, + 0x08, + 0xff, + 0x99, + 0x65, + 0xff, + 0x55, + 0xb5, + 0xfe, + 0x2d, + 0x30, + 0xff, + 0xd9, + 0x68, + 0xff, + 0x10, + 0x8f, + 0xff, + 0xb6, + 0x26, + 0x01, + 0x26, + 0x71, + 0x01, + 0xf8, + 0x57, + 0x00, + 0xec, + 0x0f, + 0x00, + 0xba, + 0x07, + 0xff, + 0x50, + 0xa3, + 0xfd, + 0xfa, + 0x7d, + 0xfe, + 0xe7, + 0xf5, + 0xfe, + 0x5c, + 0x67, + 0xfe, + 0x7c, + 0xc5, + 0xfe, + 0xae, + 0xac, + 0xfe, + 0x5c, + 0x4d, + 0xff, + 0x2d, + 0x91, + 0x00, + 0xfc, + 0xea, + 0x00, + 0x91, + 0x70, + 0x18, + 0xb4, + 0x12, + 0x28, + 0xaa, + 0x6a, + 0x04, + 0x03, + 0x0e, + 0x02, + 0x25, + 0x98, + 0x11, + 0x04, + 0x9a, + 0xf8, + 0xc5, + 0xae, + 0xfb, + 0xd0, + 0xef, + 0x03, + 0xe4, + 0x6b, + 0xfa, + 0x01, + 0x30, + 0xf8, + 0x2d, + 0xb4, + 0xf2, + 0x58, + 0xc2, + 0x04, + 0x39, + 0x2d, + 0x0d, + 0x95, + 0x81, + 0xf8, + 0x7a, + 0xdc, + 0xfb, + 0x71, + 0x2b, + 0x01, + 0xef, + 0xb6, + 0xf1, + 0xaa, + 0xc5, + 0xf6, + 0xc8, + 0xfe, + 0x07, + 0x1f, + 0x90, + 0x00, + 0x30, + 0xe7, + 0xfa, + 0x30, + 0x6a, + 0x01, + 0xdb, + 0x53, + 0xff, + 0xbe, + 0xec, + 0xfd, + 0xde, + 0xb1, + 0xfe, + 0x65, + 0x5d, + 0xfd, + 0x63, + 0xdf, + 0xfe, + 0xf8, + 0xe9, + 0x00, + 0x78, + 0x82, + 0xfd, + 0x7e, + 0xcf, + 0xfc, + 0x5b, + 0x9a, + 0x01, + 0x04, + 0xce, + 0xff, + 0x62, + 0x7c, + 0xff, + 0x3f, + 0x52, + 0x01, + 0x24, + 0xb3, + 0xfe, + 0x9e, + 0xa3, + 0xff, + 0x0c, + 0x73, + 0x00, + 0x4a, + 0x22, + 0xff, + 0x0e, + 0xa5, + 0xff, + 0xc4, + 0xa9, + 0xff, + 0xdc, + 0xeb, + 0xfe, + 0x52, + 0x34, + 0xff, + 0xa9, + 0xb0, + 0xff, + 0x47, + 0xe3, + 0xfe, + 0xb3, + 0xf6, + 0xfe, + 0xbb, + 0x6b, + 0xff, + 0x65, + 0xef, + 0xfe, + 0x19, + 0x54, + 0xff, + 0x2a, + 0x95, + 0xff, + 0xaa, + 0xde, + 0xff, + 0xbe, + 0x3f, + 0x01, + 0xda, + 0x48, + 0x01, + 0x5d, + 0x4b, + 0x00, + 0x1f, + 0x34, + 0x00, + 0xeb, + 0x10, + 0xff, + 0x57, + 0xe5, + 0xfd, + 0x7e, + 0xe2, + 0xfe, + 0xf6, + 0xdf, + 0xfe, + 0x45, + 0x62, + 0xfe, + 0xf2, + 0xe3, + 0xfe, + 0x61, + 0x90, + 0xfe, + 0x26, + 0x52, + 0xff, + 0xb3, + 0x9e, + 0x00, + 0x27, + 0xa8, + 0x00, + 0x43, + 0xb2, + 0x14, + 0x2a, + 0xc7, + 0x23, + 0x6e, + 0x43, + 0x06, + 0x27, + 0xd0, + 0x03, + 0x23, + 0xd3, + 0x11, + 0x15, + 0x28, + 0xf9, + 0x99, + 0xa4, + 0xfa, + 0x79, + 0xb2, + 0x05, + 0xe5, + 0xd6, + 0xfc, + 0x07, + 0xa9, + 0xf8, + 0xc5, + 0x92, + 0xf2, + 0x94, + 0x2d, + 0x01, + 0xe6, + 0xfb, + 0x0b, + 0xd8, + 0x8f, + 0xfc, + 0xe4, + 0x4a, + 0xfc, + 0x89, + 0xc1, + 0x00, + 0x66, + 0xcc, + 0xf4, + 0xe5, + 0x41, + 0xf6, + 0xf1, + 0x50, + 0x06, + 0x53, + 0x8a, + 0x01, + 0xcc, + 0x3c, + 0xfa, + 0x1c, + 0x5f, + 0x00, + 0x8d, + 0xd5, + 0xfe, + 0xe7, + 0x8b, + 0xfd, + 0xba, + 0xe9, + 0xff, + 0x12, + 0x59, + 0xfe, + 0x6c, + 0xfc, + 0xfd, + 0x60, + 0x21, + 0x00, + 0xdf, + 0x98, + 0xfe, + 0xe3, + 0xa3, + 0xfd, + 0xbb, + 0x9d, + 0x01, + 0x96, + 0x45, + 0x00, + 0x83, + 0x14, + 0xff, + 0xb6, + 0xb7, + 0x00, + 0xbf, + 0x0d, + 0xff, + 0x25, + 0xd6, + 0xff, + 0x22, + 0x11, + 0x00, + 0x7f, + 0xa2, + 0xfe, + 0x56, + 0x9c, + 0xff, + 0x5b, + 0xd2, + 0xff, + 0xe0, + 0x0c, + 0xff, + 0xa0, + 0x67, + 0xff, + 0xae, + 0xb5, + 0xff, + 0x28, + 0x02, + 0xff, + 0x83, + 0x2f, + 0xff, + 0xfa, + 0x8e, + 0xff, + 0xb7, + 0xe8, + 0xfe, + 0x51, + 0x3e, + 0xff, + 0x3d, + 0xc5, + 0xff, + 0x31, + 0xf5, + 0xff, + 0x4e, + 0x27, + 0x01, + 0x31, + 0x34, + 0x01, + 0xf8, + 0x70, + 0x00, + 0x75, + 0x94, + 0x00, + 0xe5, + 0x58, + 0xff, + 0x70, + 0x3e, + 0xfe, + 0x22, + 0xec, + 0xfe, + 0xd2, + 0xaa, + 0xfe, + 0xea, + 0x72, + 0xfe, + 0x18, + 0x00, + 0xff, + 0x76, + 0xbd, + 0xfe, + 0x05, + 0x46, + 0xff, + 0xfd, + 0x43, + 0x00, + 0xb7, + 0x65, + 0x00, + 0x22, + 0xa1, + 0x17, + 0x92, + 0x96, + 0x21, + 0xbc, + 0x38, + 0x01, + 0xe0, + 0x0f, + 0x0a, + 0x1c, + 0x42, + 0x11, + 0xcd, + 0xde, + 0xf0, + 0x96, + 0xca, + 0xfb, + 0x56, + 0x1a, + 0x05, + 0x99, + 0xbb, + 0xf8, + 0x83, + 0xc5, + 0xf3, + 0xd2, + 0x6b, + 0xf4, + 0xf7, + 0x18, + 0x0d, + 0x8e, + 0x85, + 0x0b, + 0x1d, + 0x5c, + 0xf8, + 0xe3, + 0x59, + 0x05, + 0x44, + 0x37, + 0x05, + 0xfb, + 0x70, + 0xf3, + 0xab, + 0xfa, + 0xf9, + 0x5e, + 0xbd, + 0x06, + 0x8a, + 0xd4, + 0xfd, + 0xe2, + 0x1d, + 0xf9, + 0xd5, + 0xcd, + 0xfd, + 0x9f, + 0x5a, + 0xfb, + 0xc8, + 0xba, + 0xfd, + 0xeb, + 0x2d, + 0xff, + 0x7a, + 0xb8, + 0xfb, + 0x7c, + 0x51, + 0xfe, + 0x97, + 0xab, + 0xff, + 0xd4, + 0x19, + 0xfd, + 0x17, + 0x48, + 0xff, + 0x60, + 0x9e, + 0x01, + 0xbe, + 0xdd, + 0xfe, + 0xd3, + 0xfe, + 0xfe, + 0x4d, + 0xf3, + 0x00, + 0x8d, + 0xea, + 0xff, + 0x7e, + 0x6e, + 0xff, + 0xd6, + 0x92, + 0xff, + 0x66, + 0xe1, + 0xfe, + 0xfb, + 0x47, + 0xff, + 0x6a, + 0x15, + 0x00, + 0x60, + 0x86, + 0xff, + 0xba, + 0x95, + 0xff, + 0x92, + 0xfb, + 0xff, + 0xdd, + 0x4e, + 0xff, + 0xcd, + 0xc1, + 0xfe, + 0x80, + 0x29, + 0xff, + 0xf9, + 0x92, + 0xff, + 0xb7, + 0x4d, + 0xff, + 0x8f, + 0x2e, + 0xff, + 0x5b, + 0x76, + 0xff, + 0x05, + 0x03, + 0x00, + 0xdd, + 0xd2, + 0xff, + 0x88, + 0x69, + 0xff, + 0xdd, + 0x9b, + 0xff, + 0x42, + 0xa8, + 0xff, + 0xa5, + 0xa6, + 0xff, + 0x1b, + 0x6e, + 0xff, + 0xa9, + 0xa1, + 0xff, + 0x86, + 0xd2, + 0xff, + 0xe7, + 0x8c, + 0xff, + 0xc2, + 0x99, + 0xff, + 0xdd, + 0x62, + 0xff, + 0x31, + 0x55, + 0xff, + 0x74, + 0xb0, + 0xff, + 0x2b, + 0xe1, + 0x11, + 0x0a, + 0x9e, + 0x1e, + 0x1c, + 0x83, + 0x06, + 0xca, + 0x70, + 0x07, + 0xcf, + 0xa5, + 0x11, + 0x71, + 0x5a, + 0xf6, + 0xe7, + 0xa9, + 0xf6, + 0x38, + 0xc2, + 0x02, + 0xb6, + 0x6c, + 0xfa, + 0x9b, + 0x0a, + 0xf7, + 0x5e, + 0x0a, + 0xf8, + 0x22, + 0x94, + 0x07, + 0x3d, + 0xd6, + 0x0a, + 0xdf, + 0x02, + 0xfd, + 0x88, + 0x71, + 0x02, + 0x0e, + 0x2a, + 0x04, + 0xea, + 0x0a, + 0xf7, + 0xed, + 0x8a, + 0xf7, + 0x97, + 0x48, + 0x02, + 0x0f, + 0x92, + 0xff, + 0x42, + 0x50, + 0xfb, + 0x02, + 0x4c, + 0xff, + 0x38, + 0xb5, + 0xfc, + 0xf7, + 0x0b, + 0xfd, + 0x4f, + 0xfc, + 0x00, + 0x24, + 0xa0, + 0xfc, + 0xf5, + 0xe3, + 0xfc, + 0x9c, + 0x14, + 0x01, + 0x03, + 0x39, + 0xfd, + 0xb7, + 0xc8, + 0xfc, + 0xb8, + 0xe6, + 0x00, + 0x1a, + 0x93, + 0xff, + 0x9b, + 0x42, + 0xff, + 0x18, + 0x57, + 0x00, + 0x17, + 0xbd, + 0xff, + 0x68, + 0x10, + 0x00, + 0x24, + 0xa5, + 0xff, + 0xe5, + 0x58, + 0xff, + 0xff, + 0x0b, + 0x00, + 0x1b, + 0x6d, + 0xff, + 0x49, + 0x18, + 0xff, + 0xec, + 0xf6, + 0xff, + 0xab, + 0x19, + 0xff, + 0x85, + 0xc2, + 0xfe, + 0x2a, + 0x13, + 0x00, + 0x23, + 0x8c, + 0xff, + 0xff, + 0x0f, + 0xff, + 0xc6, + 0xe8, + 0xff, + 0x9b, + 0x7f, + 0xff, + 0xe7, + 0xf6, + 0xfe, + 0xf8, + 0xb5, + 0xff, + 0x03, + 0xa3, + 0xff, + 0xdb, + 0x85, + 0xff, + 0x28, + 0xd7, + 0xff, + 0x94, + 0x68, + 0xff, + 0xe3, + 0x72, + 0xff, + 0xd2, + 0x9b, + 0xff, + 0xe6, + 0xc0, + 0xff, + 0x01, + 0xda, + 0xff, + 0x93, + 0x99, + 0xff, + 0xed, + 0xa1, + 0xff, + 0xd1, + 0xa9, + 0xff, + 0x63, + 0xb3, + 0xff, + 0xe8, + 0xad, + 0xff, + 0xc4, + 0x32, + 0x10, + 0xf3, + 0x63, + 0x1a, + 0xf3, + 0x4d, + 0x06, + 0x28, + 0x40, + 0x09, + 0x2d, + 0x3e, + 0x0f, + 0x21, + 0xd5, + 0xf7, + 0x1e, + 0xee, + 0xf9, + 0x94, + 0xda, + 0x01, + 0x04, + 0xbf, + 0xfa, + 0x99, + 0x36, + 0xf9, + 0x58, + 0xed, + 0xf9, + 0xad, + 0xa2, + 0x05, + 0x4d, + 0x32, + 0x08, + 0x33, + 0xec, + 0xfd, + 0x71, + 0xbb, + 0x01, + 0x6b, + 0x29, + 0x03, + 0xb2, + 0x85, + 0xf8, + 0xfd, + 0xc2, + 0xf8, + 0x1a, + 0x92, + 0x01, + 0x59, + 0xf3, + 0xfe, + 0xb5, + 0xae, + 0xfc, + 0xd9, + 0xff, + 0xff, + 0x77, + 0x4b, + 0xfd, + 0x25, + 0x56, + 0xfe, + 0x83, + 0xd9, + 0x00, + 0xe3, + 0xc0, + 0xfc, + 0xc1, + 0xbf, + 0xfd, + 0xc2, + 0xc6, + 0x00, + 0x22, + 0x1e, + 0xfd, + 0x76, + 0x0c, + 0xfd, + 0x39, + 0x17, + 0x00, + 0xbc, + 0x20, + 0xff, + 0x8d, + 0x67, + 0xff, + 0xc0, + 0x24, + 0x00, + 0xd5, + 0x86, + 0xff, + 0x8d, + 0xad, + 0xff, + 0x4e, + 0x90, + 0xff, + 0x2e, + 0xc9, + 0xff, + 0x5f, + 0x36, + 0x00, + 0xd7, + 0x85, + 0xff, + 0xf9, + 0x3c, + 0xff, + 0x52, + 0xc5, + 0xff, + 0xc9, + 0x3e, + 0xff, + 0x7d, + 0x42, + 0xff, + 0xfc, + 0x3a, + 0x00, + 0x96, + 0xab, + 0xff, + 0x08, + 0x35, + 0xff, + 0xf8, + 0xd1, + 0xff, + 0xec, + 0x4d, + 0xff, + 0x97, + 0xcb, + 0xfe, + 0x85, + 0x98, + 0xff, + 0xde, + 0xb2, + 0xff, + 0x1d, + 0x97, + 0xff, + 0x51, + 0xd1, + 0xff, + 0xeb, + 0x87, + 0xff, + 0x45, + 0x78, + 0xff, + 0x53, + 0x90, + 0xff, + 0x26, + 0xae, + 0xff, + 0xb7, + 0xc5, + 0xff, + 0xfb, + 0xc0, + 0xff, + 0x84, + 0xcb, + 0xff, + 0x52, + 0xd1, + 0xff, + 0xeb, + 0xba, + 0xff, + 0x27, + 0x9c, + 0xff, + 0xd6, + 0x30, + 0x0d, + 0xaf, + 0xaa, + 0x16, + 0x0d, + 0x99, + 0x07, + 0x50, + 0x42, + 0x09, + 0x57, + 0x7f, + 0x0d, + 0x0e, + 0x83, + 0xfa, + 0x08, + 0xa9, + 0xfb, + 0x7c, + 0x72, + 0x01, + 0x3c, + 0xd9, + 0xfb, + 0x08, + 0x4b, + 0xfb, + 0xcd, + 0xda, + 0xfa, + 0x9a, + 0x73, + 0x03, + 0x01, + 0x72, + 0x06, + 0x0e, + 0x3e, + 0xfe, + 0x80, + 0x0d, + 0x01, + 0xa0, + 0x8d, + 0x02, + 0x8d, + 0x3a, + 0xfa, + 0xb3, + 0xad, + 0xf9, + 0xc5, + 0x43, + 0x00, + 0x51, + 0x4d, + 0xff, + 0xe1, + 0x64, + 0xfd, + 0x42, + 0xc9, + 0xff, + 0x3b, + 0x01, + 0xff, + 0x6c, + 0xd6, + 0xff, + 0x45, + 0xe0, + 0x00, + 0x0d, + 0x50, + 0xfd, + 0xd8, + 0xe7, + 0xfd, + 0xd3, + 0x1a, + 0x00, + 0x6b, + 0x44, + 0xfd, + 0x6b, + 0x38, + 0xfd, + 0x1b, + 0x36, + 0xff, + 0xd0, + 0x75, + 0xfe, + 0x17, + 0x15, + 0xff, + 0x41, + 0x23, + 0x00, + 0x19, + 0xf2, + 0xff, + 0x59, + 0x93, + 0xff, + 0xa7, + 0x66, + 0xff, + 0x10, + 0xf6, + 0xff, + 0xfd, + 0x46, + 0x00, + 0xe6, + 0xbe, + 0xff, + 0xa1, + 0x5a, + 0xff, + 0xfd, + 0xa5, + 0xff, + 0x1c, + 0xa3, + 0xff, + 0xf0, + 0xca, + 0xff, + 0x5c, + 0x32, + 0x00, + 0xf6, + 0x97, + 0xff, + 0xfe, + 0x2e, + 0xff, + 0x6a, + 0x8b, + 0xff, + 0xba, + 0x4b, + 0xff, + 0x34, + 0x09, + 0xff, + 0x08, + 0x90, + 0xff, + 0x99, + 0x96, + 0xff, + 0xee, + 0x93, + 0xff, + 0xd9, + 0xc1, + 0xff, + 0x58, + 0x66, + 0xff, + 0x2b, + 0x6b, + 0xff, + 0x7b, + 0x9e, + 0xff, + 0xf3, + 0xb2, + 0xff, + 0x3f, + 0xdb, + 0xff, + 0x3b, + 0xff, + 0xff, + 0x28, + 0x00, + 0x00, + 0x6b, + 0xb8, + 0xff, + 0x7d, + 0x8a, + 0xff, + 0xc4, + 0x8f, + 0xff, + 0xf3, + 0x19, + 0x0b, + 0xa3, + 0x9a, + 0x13, + 0x4d, + 0x20, + 0x08, + 0xc0, + 0x03, + 0x09, + 0x84, + 0xcd, + 0x0b, + 0x5b, + 0xd1, + 0xfc, + 0xbf, + 0xd2, + 0xfc, + 0xdf, + 0x1d, + 0x01, + 0xd1, + 0xd9, + 0xfd, + 0xa4, + 0x92, + 0xfc, + 0x3e, + 0x40, + 0xfb, + 0xab, + 0x62, + 0x02, + 0x20, + 0xae, + 0x04, + 0x79, + 0x62, + 0xfe, + 0xe9, + 0x9f, + 0x00, + 0xa4, + 0x14, + 0x02, + 0x6c, + 0xb4, + 0xfb, + 0x1d, + 0x31, + 0xfa, + 0x9b, + 0x9f, + 0xff, + 0xe2, + 0xbf, + 0xff, + 0xe9, + 0xf0, + 0xfd, + 0x10, + 0x82, + 0x00, + 0x2c, + 0xb0, + 0x00, + 0x27, + 0x98, + 0x00, + 0x1d, + 0x84, + 0x00, + 0x1e, + 0xa5, + 0xfd, + 0x79, + 0x12, + 0xfe, + 0x5f, + 0x60, + 0xff, + 0x5b, + 0x71, + 0xfd, + 0xe7, + 0x66, + 0xfd, + 0x28, + 0x89, + 0xfe, + 0x86, + 0x6d, + 0xfe, + 0x1a, + 0x18, + 0xff, + 0xb4, + 0xf3, + 0xff, + 0xd7, + 0x08, + 0x00, + 0x21, + 0xcb, + 0xff, + 0xd9, + 0xb1, + 0xff, + 0xe9, + 0xdc, + 0xff, + 0x28, + 0x2e, + 0x00, + 0x5f, + 0xe8, + 0xff, + 0x95, + 0x92, + 0xff, + 0x10, + 0x20, + 0x00, + 0x5c, + 0xfa, + 0xff, + 0x05, + 0xa5, + 0xff, + 0xe7, + 0xe7, + 0xff, + 0x88, + 0x8a, + 0xff, + 0x4b, + 0x56, + 0xff, + 0x88, + 0x9b, + 0xff, + 0xb0, + 0x47, + 0xff, + 0xb7, + 0x1a, + 0xff, + 0x8d, + 0x93, + 0xff, + 0xe3, + 0x8e, + 0xff, + 0xa6, + 0x7a, + 0xff, + 0xf9, + 0x8c, + 0xff, + 0xcb, + 0x5c, + 0xff, + 0xdf, + 0x7f, + 0xff, + 0x37, + 0xb1, + 0xff, + 0xcc, + 0xd4, + 0xff, + 0xc3, + 0x03, + 0x00, + 0x93, + 0xf9, + 0xff, + 0xe7, + 0xd2, + 0xff, + 0xde, + 0xb5, + 0xff, + 0xa6, + 0x96, + 0xff, + 0x6f, + 0x86, + 0xff, + 0xee, + 0xae, + 0x08, + 0x78, + 0x43, + 0x11, + 0x48, + 0xde, + 0x08, + 0xa8, + 0x72, + 0x07, + 0xc7, + 0xf5, + 0x0a, + 0x24, + 0x3d, + 0xff, + 0x77, + 0xf3, + 0xfc, + 0x54, + 0xc5, + 0x01, + 0x94, + 0x6a, + 0xff, + 0xba, + 0x3f, + 0xfd, + 0x07, + 0xfe, + 0xfb, + 0x60, + 0xde, + 0x00, + 0x57, + 0x3c, + 0x03, + 0xff, + 0xbf, + 0xfe, + 0xb7, + 0x25, + 0x00, + 0x27, + 0xd3, + 0x01, + 0x91, + 0xe2, + 0xfc, + 0xb1, + 0xc5, + 0xfa, + 0x61, + 0x37, + 0xff, + 0x75, + 0x64, + 0x00, + 0xdf, + 0x4e, + 0xff, + 0x04, + 0x47, + 0x01, + 0x59, + 0xf4, + 0x00, + 0xa7, + 0x2f, + 0x00, + 0x1d, + 0x55, + 0x00, + 0x82, + 0x3b, + 0xfe, + 0x3a, + 0xe7, + 0xfd, + 0x8e, + 0xeb, + 0xfe, + 0x57, + 0xa8, + 0xfd, + 0x6c, + 0x99, + 0xfd, + 0x09, + 0xce, + 0xfe, + 0x9b, + 0x86, + 0xfe, + 0x68, + 0xec, + 0xfe, + 0xf5, + 0xc4, + 0xff, + 0x86, + 0xc3, + 0xff, + 0x66, + 0xe9, + 0xff, + 0x6d, + 0x12, + 0x00, + 0xe8, + 0x1e, + 0x00, + 0xcb, + 0x32, + 0x00, + 0xc3, + 0xfb, + 0xff, + 0xee, + 0xd9, + 0xff, + 0x05, + 0x14, + 0x00, + 0xe9, + 0xd8, + 0xff, + 0x12, + 0x7f, + 0xff, + 0xf5, + 0xac, + 0xff, + 0x4d, + 0x9e, + 0xff, + 0xa1, + 0x7d, + 0xff, + 0xb4, + 0xac, + 0xff, + 0xfc, + 0x5a, + 0xff, + 0xda, + 0x09, + 0xff, + 0x0d, + 0x6f, + 0xff, + 0x2c, + 0x8a, + 0xff, + 0xfc, + 0x70, + 0xff, + 0x17, + 0x74, + 0xff, + 0x5b, + 0x6e, + 0xff, + 0xcc, + 0x99, + 0xff, + 0xd9, + 0xa5, + 0xff, + 0x91, + 0xbe, + 0xff, + 0xb2, + 0xdc, + 0xff, + 0xdd, + 0xe1, + 0xff, + 0xb3, + 0xdc, + 0xff, + 0x2c, + 0xae, + 0xff, + 0x72, + 0x94, + 0xff, + 0x94, + 0x80, + 0xff, + 0x73, + 0x43, + 0x08, + 0x42, + 0x86, + 0x0f, + 0x78, + 0xbf, + 0x07, + 0xb6, + 0x06, + 0x07, + 0x22, + 0x6f, + 0x09, + 0x2f, + 0x75, + 0xff, + 0x16, + 0x5e, + 0xfe, + 0x13, + 0x30, + 0x02, + 0x16, + 0xc9, + 0xff, + 0x9c, + 0xb8, + 0xfd, + 0x58, + 0xab, + 0xfc, + 0x7e, + 0xf8, + 0xff, + 0x99, + 0xac, + 0x01, + 0x31, + 0x01, + 0xff, + 0x8e, + 0x67, + 0x00, + 0x65, + 0x71, + 0x01, + 0xf4, + 0x08, + 0xfd, + 0x19, + 0xce, + 0xfb, + 0xdb, + 0xfe, + 0xff, + 0x6f, + 0xd4, + 0x00, + 0xbe, + 0x56, + 0x00, + 0xb8, + 0x72, + 0x01, + 0x85, + 0x3a, + 0x00, + 0x56, + 0xc7, + 0xff, + 0x5b, + 0xfb, + 0xff, + 0x89, + 0x19, + 0xfe, + 0x12, + 0xf0, + 0xfd, + 0x86, + 0x0a, + 0xff, + 0xcd, + 0x65, + 0xfe, + 0xfa, + 0x10, + 0xfe, + 0xd9, + 0x72, + 0xfe, + 0x56, + 0x78, + 0xfe, + 0xc9, + 0x1c, + 0xff, + 0x1b, + 0xc2, + 0xff, + 0x0e, + 0xd3, + 0xff, + 0x25, + 0xfe, + 0xff, + 0x96, + 0x3e, + 0x00, + 0x9a, + 0x74, + 0x00, + 0xf5, + 0x42, + 0x00, + 0xfc, + 0x9e, + 0xff, + 0xa4, + 0x83, + 0xff, + 0xc5, + 0xc4, + 0xff, + 0x17, + 0x92, + 0xff, + 0xa1, + 0x97, + 0xff, + 0x70, + 0xcb, + 0xff, + 0x80, + 0x93, + 0xff, + 0xe4, + 0x84, + 0xff, + 0x27, + 0xa0, + 0xff, + 0x07, + 0x3e, + 0xff, + 0xd0, + 0xfd, + 0xfe, + 0xd4, + 0x70, + 0xff, + 0x73, + 0x95, + 0xff, + 0x83, + 0x68, + 0xff, + 0x61, + 0x6d, + 0xff, + 0xb5, + 0x4f, + 0xff, + 0x91, + 0x61, + 0xff, + 0xd0, + 0x8e, + 0xff, + 0xa5, + 0x9c, + 0xff, + 0x4a, + 0xd1, + 0xff, + 0xd5, + 0xd5, + 0xff, + 0x24, + 0xc5, + 0xff, + 0x6a, + 0xc3, + 0xff, + 0xe5, + 0x82, + 0xff, + 0x29, + 0x8d, + 0xff, + 0xd4, + 0x89, + 0x08, + 0x38, + 0xb5, + 0x0d, + 0xc1, + 0x40, + 0x06, + 0xc8, + 0x42, + 0x07, + 0x1f, + 0xb9, + 0x07, + 0x38, + 0xa6, + 0xff, + 0x5a, + 0x5b, + 0x00, + 0xea, + 0x31, + 0x02, + 0xbf, + 0x01, + 0x00, + 0xd0, + 0x54, + 0xfe, + 0xfc, + 0x0d, + 0xfd, + 0xe8, + 0x72, + 0xff, + 0x51, + 0xe5, + 0x00, + 0x24, + 0x9c, + 0xff, + 0x84, + 0xde, + 0x00, + 0xa2, + 0x70, + 0x01, + 0x81, + 0xb9, + 0xfd, + 0xf4, + 0xec, + 0xfc, + 0x7c, + 0x94, + 0x00, + 0x54, + 0x57, + 0x01, + 0x93, + 0xea, + 0x00, + 0xdb, + 0xde, + 0x00, + 0x36, + 0x9f, + 0xff, + 0x72, + 0xcc, + 0xff, + 0x78, + 0x99, + 0xff, + 0x29, + 0x5d, + 0xfe, + 0x07, + 0x1c, + 0xff, + 0xb6, + 0xa4, + 0xff, + 0x92, + 0x70, + 0xfe, + 0xe8, + 0x0a, + 0xfe, + 0x83, + 0x96, + 0xfe, + 0xfc, + 0xeb, + 0xfe, + 0xf1, + 0x76, + 0xff, + 0xbf, + 0xfc, + 0xff, + 0x26, + 0x1f, + 0x00, + 0x06, + 0x3c, + 0x00, + 0xa7, + 0x5d, + 0x00, + 0x53, + 0x41, + 0x00, + 0xb3, + 0xc0, + 0xff, + 0x6c, + 0x58, + 0xff, + 0xf1, + 0x87, + 0xff, + 0x52, + 0xce, + 0xff, + 0x2d, + 0xb1, + 0xff, + 0xdd, + 0xae, + 0xff, + 0xbe, + 0xd7, + 0xff, + 0x6e, + 0xa3, + 0xff, + 0xc5, + 0x77, + 0xff, + 0x53, + 0x85, + 0xff, + 0x4f, + 0x4e, + 0xff, + 0x0d, + 0x49, + 0xff, + 0x76, + 0x8c, + 0xff, + 0xc9, + 0x73, + 0xff, + 0xea, + 0x4d, + 0xff, + 0xd6, + 0x4d, + 0xff, + 0x30, + 0x53, + 0xff, + 0xc7, + 0x6c, + 0xff, + 0x38, + 0x87, + 0xff, + 0x99, + 0xb4, + 0xff, + 0xbf, + 0xd6, + 0xff, + 0xa2, + 0xdd, + 0xff, + 0x1c, + 0xd7, + 0xff, + 0xb2, + 0xa9, + 0xff, + 0x8a, + 0x8e, + 0xff, + 0x61, + 0xae, + 0xff, + 0xfe, + 0xec, + 0x07, + 0x48, + 0x2d, + 0x0c, + 0x7f, + 0xa5, + 0x05, + 0x40, + 0x82, + 0x06, + 0xc0, + 0x95, + 0x06, + 0x3d, + 0xa9, + 0x00, + 0x26, + 0x51, + 0x01, + 0xea, + 0xfb, + 0x01, + 0xdf, + 0x50, + 0x00, + 0xee, + 0xcd, + 0xfe, + 0x73, + 0x30, + 0xfd, + 0xb7, + 0x04, + 0xff, + 0xda, + 0x93, + 0x00, + 0x93, + 0x80, + 0x00, + 0xa7, + 0xf5, + 0x01, + 0xfe, + 0x82, + 0x01, + 0x7e, + 0xe9, + 0xfd, + 0xb6, + 0x7c, + 0xfd, + 0x02, + 0xd9, + 0x00, + 0x59, + 0xd5, + 0x01, + 0xf6, + 0xd6, + 0x00, + 0x22, + 0x00, + 0x00, + 0x91, + 0x45, + 0xff, + 0x2b, + 0x10, + 0x00, + 0xb6, + 0x38, + 0x00, + 0x4c, + 0x0e, + 0xff, + 0xee, + 0x4c, + 0xff, + 0x89, + 0x97, + 0xff, + 0x58, + 0xa5, + 0xfe, + 0x7b, + 0x3d, + 0xfe, + 0x24, + 0xde, + 0xfe, + 0x01, + 0x86, + 0xff, + 0x81, + 0xf4, + 0xff, + 0xf2, + 0x55, + 0x00, + 0xb7, + 0x2a, + 0x00, + 0x00, + 0xb4, + 0xff, + 0xf4, + 0xd4, + 0xff, + 0xfd, + 0xf0, + 0xff, + 0x83, + 0x96, + 0xff, + 0x7e, + 0x86, + 0xff, + 0x6d, + 0xbc, + 0xff, + 0xd8, + 0xbd, + 0xff, + 0xfa, + 0x96, + 0xff, + 0x2a, + 0xad, + 0xff, + 0x15, + 0xbe, + 0xff, + 0x47, + 0x7f, + 0xff, + 0x65, + 0x90, + 0xff, + 0xf5, + 0x9e, + 0xff, + 0xb8, + 0x52, + 0xff, + 0xbc, + 0x5b, + 0xff, + 0xf8, + 0x74, + 0xff, + 0x91, + 0x45, + 0xff, + 0xc1, + 0x4a, + 0xff, + 0x5c, + 0x63, + 0xff, + 0x01, + 0x5c, + 0xff, + 0xc5, + 0x7c, + 0xff, + 0x96, + 0x9a, + 0xff, + 0xcb, + 0xab, + 0xff, + 0xbb, + 0xd4, + 0xff, + 0xab, + 0xdf, + 0xff, + 0x8f, + 0xc0, + 0xff, + 0x3b, + 0x99, + 0xff, + 0x92, + 0x9c, + 0xff, + 0x04, + 0xc3, + 0xff, + 0x2f, + 0x9b, + 0x06, + 0xb2, + 0x05, + 0x0b, + 0xd6, + 0xa3, + 0x05, + 0xfa, + 0xf8, + 0x04, + 0x92, + 0xca, + 0x05, + 0x95, + 0x1a, + 0x02, + 0x52, + 0xd8, + 0x01, + 0x31, + 0xbc, + 0x01, + 0xaf, + 0x57, + 0x00, + 0x12, + 0x12, + 0xff, + 0xab, + 0x6a, + 0xfd, + 0xfc, + 0x4e, + 0xff, + 0x5a, + 0xcf, + 0x01, + 0xe5, + 0x5c, + 0x01, + 0xf6, + 0x76, + 0x01, + 0xe7, + 0x31, + 0x01, + 0x07, + 0x72, + 0xfe, + 0xff, + 0xf4, + 0xfd, + 0xfd, + 0xe5, + 0x00, + 0xd5, + 0xd8, + 0x01, + 0x7c, + 0x5f, + 0x00, + 0x50, + 0xab, + 0xff, + 0x1d, + 0xef, + 0xff, + 0x8e, + 0x61, + 0x00, + 0xad, + 0x4f, + 0x00, + 0x80, + 0x7c, + 0xff, + 0x1e, + 0x1f, + 0xff, + 0x3a, + 0x5f, + 0xff, + 0x9e, + 0x1d, + 0xff, + 0xbb, + 0xef, + 0xfe, + 0x7d, + 0x78, + 0xff, + 0xe9, + 0x0e, + 0x00, + 0xb8, + 0x3b, + 0x00, + 0x21, + 0xbb, + 0xff, + 0x03, + 0x33, + 0xff, + 0x95, + 0x68, + 0xff, + 0xa3, + 0xe8, + 0xff, + 0x73, + 0xfc, + 0xff, + 0x97, + 0xa7, + 0xff, + 0xdc, + 0x8e, + 0xff, + 0x5b, + 0xa1, + 0xff, + 0xfe, + 0x8c, + 0xff, + 0x36, + 0x81, + 0xff, + 0xef, + 0x85, + 0xff, + 0xb4, + 0x9b, + 0xff, + 0x69, + 0xa3, + 0xff, + 0xc3, + 0x9c, + 0xff, + 0xb5, + 0x90, + 0xff, + 0xd6, + 0x5f, + 0xff, + 0xc5, + 0x56, + 0xff, + 0x80, + 0x60, + 0xff, + 0x5f, + 0x47, + 0xff, + 0xb3, + 0x5d, + 0xff, + 0x8f, + 0x74, + 0xff, + 0xd6, + 0x69, + 0xff, + 0xc1, + 0x76, + 0xff, + 0x59, + 0x8e, + 0xff, + 0xd4, + 0xb1, + 0xff, + 0x8c, + 0xc7, + 0xff, + 0x42, + 0xc2, + 0xff, + 0xbd, + 0xb3, + 0xff, + 0xde, + 0xa1, + 0xff, + 0x8c, + 0xb4, + 0xff, + 0xdb, + 0xce, + 0xff, + 0x4c, + 0xda, + 0x04, + 0xc4, + 0xe1, + 0x08, + 0x73, + 0xc3, + 0x05, + 0x41, + 0xd6, + 0x04, + 0xe6, + 0x88, + 0x05, + 0xc6, + 0xd5, + 0x02, + 0xb8, + 0x99, + 0x01, + 0xb3, + 0x89, + 0x01, + 0xed, + 0xc7, + 0x00, + 0x2d, + 0x3d, + 0x00, + 0x9a, + 0x4e, + 0xff, + 0xf2, + 0x8b, + 0xff, + 0x25, + 0x72, + 0x01, + 0x5d, + 0xed, + 0x01, + 0x5a, + 0x27, + 0x01, + 0x89, + 0xac, + 0x00, + 0xbd, + 0x4b, + 0xff, + 0xa2, + 0x7e, + 0xfe, + 0x15, + 0x5e, + 0x00, + 0xbd, + 0xc4, + 0x01, + 0x7e, + 0xb7, + 0x00, + 0x34, + 0xd9, + 0xff, + 0x6e, + 0x23, + 0x00, + 0x04, + 0x72, + 0x00, + 0x14, + 0x37, + 0x00, + 0x78, + 0x87, + 0xff, + 0xf5, + 0x7e, + 0xff, + 0x48, + 0xef, + 0xff, + 0x76, + 0xa4, + 0xff, + 0x97, + 0x8d, + 0xff, + 0x08, + 0xfe, + 0xff, + 0x77, + 0xcd, + 0xff, + 0x06, + 0x5b, + 0xff, + 0x59, + 0x2d, + 0xff, + 0x54, + 0x35, + 0xff, + 0xf6, + 0x9c, + 0xff, + 0xd4, + 0x02, + 0x00, + 0xc6, + 0xf0, + 0xff, + 0x1d, + 0x8e, + 0xff, + 0xb2, + 0x6f, + 0xff, + 0x59, + 0x77, + 0xff, + 0x03, + 0x62, + 0xff, + 0x98, + 0x82, + 0xff, + 0x57, + 0x85, + 0xff, + 0x37, + 0x90, + 0xff, + 0xbe, + 0xc4, + 0xff, + 0x68, + 0xa4, + 0xff, + 0x63, + 0x8a, + 0xff, + 0xb1, + 0x6d, + 0xff, + 0xda, + 0x52, + 0xff, + 0xda, + 0x68, + 0xff, + 0x59, + 0x56, + 0xff, + 0x59, + 0x68, + 0xff, + 0x3b, + 0x75, + 0xff, + 0xeb, + 0x61, + 0xff, + 0xc7, + 0x8c, + 0xff, + 0x48, + 0x90, + 0xff, + 0x78, + 0x9a, + 0xff, + 0x40, + 0xb6, + 0xff, + 0x49, + 0xa3, + 0xff, + 0xa0, + 0xc5, + 0xff, + 0x46, + 0xca, + 0xff, + 0xcb, + 0xb2, + 0xff, + 0xce, + 0xc8, + 0xff, + 0x07, + 0xc5, + 0x03, + 0x4e, + 0xd4, + 0x07, + 0xf6, + 0xfc, + 0x05, + 0x45, + 0xa6, + 0x03, + 0x9f, + 0xab, + 0x03, + 0xe9, + 0x77, + 0x03, + 0x4a, + 0xf8, + 0x02, + 0x21, + 0xe8, + 0x01, + 0xa0, + 0x1e, + 0x01, + 0x89, + 0x03, + 0x01, + 0x7a, + 0xbc, + 0x00, + 0x62, + 0x98, + 0x00, + 0xaa, + 0x1a, + 0x01, + 0x80, + 0x56, + 0x01, + 0x12, + 0x8b, + 0x00, + 0x1d, + 0x38, + 0x00, + 0x92, + 0xec, + 0xff, + 0xaa, + 0x42, + 0xff, + 0x88, + 0x67, + 0x00, + 0xe8, + 0x90, + 0x01, + 0x5d, + 0xcc, + 0x00, + 0x75, + 0x05, + 0x00, + 0x63, + 0xf8, + 0xff, + 0x4a, + 0x40, + 0x00, + 0xf2, + 0x66, + 0x00, + 0x69, + 0x3c, + 0x00, + 0xf1, + 0x16, + 0x00, + 0x8b, + 0x19, + 0x00, + 0x4d, + 0x31, + 0x00, + 0xf4, + 0xb9, + 0xff, + 0xa7, + 0x1d, + 0xff, + 0x06, + 0x21, + 0xff, + 0x90, + 0x46, + 0xff, + 0xd2, + 0x67, + 0xff, + 0xdc, + 0x86, + 0xff, + 0x56, + 0xa4, + 0xff, + 0x1c, + 0xd0, + 0xff, + 0x68, + 0xb2, + 0xff, + 0x4b, + 0x69, + 0xff, + 0xff, + 0x44, + 0xff, + 0x0f, + 0x4a, + 0xff, + 0xa2, + 0x83, + 0xff, + 0xf9, + 0x9f, + 0xff, + 0x35, + 0x88, + 0xff, + 0xdd, + 0xa7, + 0xff, + 0xe6, + 0xab, + 0xff, + 0x45, + 0x8f, + 0xff, + 0x1a, + 0x95, + 0xff, + 0x10, + 0x62, + 0xff, + 0xac, + 0x58, + 0xff, + 0xd4, + 0x6c, + 0xff, + 0xbe, + 0x5d, + 0xff, + 0x96, + 0x80, + 0xff, + 0x88, + 0x75, + 0xff, + 0x8e, + 0x69, + 0xff, + 0xc9, + 0x7c, + 0xff, + 0x44, + 0x77, + 0xff, + 0xbe, + 0xa7, + 0xff, + 0x78, + 0xbb, + 0xff, + 0x7a, + 0xaf, + 0xff, + 0x61, + 0xcb, + 0xff, + 0xb9, + 0xcb, + 0xff, + 0xe6, + 0xb9, + 0xff, + 0xb7, + 0xbf, + 0xff, + 0x13, + 0x67, + 0x03, + 0x26, + 0x2a, + 0x06, + 0xe4, + 0xab, + 0x04, + 0x71, + 0x6e, + 0x03, + 0x35, + 0xc9, + 0x03, + 0x00, + 0xf1, + 0x03, + 0xea, + 0x62, + 0x03, + 0x1a, + 0xfd, + 0x02, + 0xfc, + 0x5b, + 0x02, + 0xe1, + 0x54, + 0x01, + 0xef, + 0x15, + 0x01, + 0x72, + 0xcd, + 0x00, + 0x8a, + 0x81, + 0x00, + 0xd1, + 0xbc, + 0x00, + 0x5e, + 0x8f, + 0x00, + 0x55, + 0xda, + 0xff, + 0xe6, + 0xbd, + 0xff, + 0x24, + 0x7c, + 0x00, + 0x35, + 0xec, + 0x00, + 0xd5, + 0xcf, + 0x00, + 0x7c, + 0x6e, + 0x00, + 0x32, + 0xfe, + 0xff, + 0x63, + 0x1e, + 0x00, + 0xab, + 0xbb, + 0x00, + 0x65, + 0xfe, + 0x00, + 0xaf, + 0xa0, + 0x00, + 0x58, + 0x4d, + 0x00, + 0x2a, + 0xf7, + 0xff, + 0xaa, + 0x5b, + 0xff, + 0xef, + 0x1d, + 0xff, + 0x4f, + 0x39, + 0xff, + 0x39, + 0x40, + 0xff, + 0x1d, + 0x5d, + 0xff, + 0xac, + 0x93, + 0xff, + 0xed, + 0x80, + 0xff, + 0x8c, + 0x60, + 0xff, + 0x31, + 0x87, + 0xff, + 0x39, + 0x72, + 0xff, + 0xfa, + 0x3b, + 0xff, + 0x40, + 0x4d, + 0xff, + 0x48, + 0x7e, + 0xff, + 0xd5, + 0x95, + 0xff, + 0x53, + 0x77, + 0xff, + 0x81, + 0x83, + 0xff, + 0xc9, + 0xa1, + 0xff, + 0x8b, + 0x83, + 0xff, + 0xb5, + 0x6a, + 0xff, + 0x72, + 0x7c, + 0xff, + 0x8d, + 0x87, + 0xff, + 0xfb, + 0x50, + 0xff, + 0x7f, + 0x59, + 0xff, + 0x6d, + 0x85, + 0xff, + 0x64, + 0x62, + 0xff, + 0xf8, + 0x5d, + 0xff, + 0x74, + 0x68, + 0xff, + 0xd5, + 0x81, + 0xff, + 0x5d, + 0x91, + 0xff, + 0xb7, + 0x88, + 0xff, + 0xb7, + 0xc1, + 0xff, + 0x39, + 0xd3, + 0xff, + 0xcc, + 0xb6, + 0xff, + 0x9b, + 0xb0, + 0xff, + 0x44, + 0xbf, + 0xff, + 0xac, + 0xd2, + 0xff, + 0x7e, + 0x42, + 0x03, + 0x09, + 0xdf, + 0x04, + 0x2e, + 0xae, + 0x03, + 0x6d, + 0xa3, + 0x04, + 0x74, + 0x2b, + 0x05, + 0xe0, + 0x5a, + 0x04, + 0x38, + 0x6f, + 0x03, + 0xb5, + 0x56, + 0x02, + 0xb8, + 0x47, + 0x02, + 0xf9, + 0x14, + 0x02, + 0x41, + 0x03, + 0x01, + 0x4d, + 0x7b, + 0x00, + 0x56, + 0x4a, + 0x00, + 0x15, + 0x0c, + 0x00, + 0x48, + 0x34, + 0x00, + 0xda, + 0x4c, + 0x00, + 0x41, + 0x34, + 0x00, + 0x5c, + 0x7c, + 0x00, + 0x53, + 0xa2, + 0x00, + 0x97, + 0x66, + 0x00, + 0x87, + 0x9d, + 0x00, + 0x0a, + 0xec, + 0x00, + 0x04, + 0xc2, + 0x00, + 0xbf, + 0xa7, + 0x00, + 0xf7, + 0xa4, + 0x00, + 0x21, + 0x68, + 0x00, + 0x04, + 0xe1, + 0xff, + 0x8f, + 0x66, + 0xff, + 0xd2, + 0x17, + 0xff, + 0x74, + 0x03, + 0xff, + 0xf3, + 0x55, + 0xff, + 0x7f, + 0x6e, + 0xff, + 0x52, + 0x5a, + 0xff, + 0xc9, + 0x68, + 0xff, + 0x78, + 0x59, + 0xff, + 0xd2, + 0x50, + 0xff, + 0x88, + 0x52, + 0xff, + 0x6c, + 0x4e, + 0xff, + 0x6f, + 0x49, + 0xff, + 0xca, + 0x4e, + 0xff, + 0x41, + 0x6b, + 0xff, + 0x08, + 0x8a, + 0xff, + 0x30, + 0x7a, + 0xff, + 0xb7, + 0x56, + 0xff, + 0x5f, + 0x82, + 0xff, + 0x50, + 0x92, + 0xff, + 0x56, + 0x4e, + 0xff, + 0x73, + 0x5e, + 0xff, + 0x8a, + 0x78, + 0xff, + 0x26, + 0x3a, + 0xff, + 0x30, + 0x58, + 0xff, + 0xd3, + 0x8e, + 0xff, + 0x9f, + 0x57, + 0xff, + 0x4e, + 0x5a, + 0xff, + 0x8c, + 0x86, + 0xff, + 0x24, + 0x87, + 0xff, + 0xe6, + 0x96, + 0xff, + 0x49, + 0x8d, + 0xff, + 0x1e, + 0x87, + 0xff, + 0xbb, + 0xca, + 0xff, + 0xa5, + 0xdb, + 0xff, + 0x91, + 0xa8, + 0xff, + 0x6e, + 0xc5, + 0xff, + 0xf4, + 0xcd, + 0xff, + 0xfb, + 0x0a, + 0x04, + 0x3c, + 0xae, + 0x06, + 0x72, + 0x7d, + 0x04, + 0xad, + 0x82, + 0x04, + 0x76, + 0x1d, + 0x05, + 0x61, + 0x35, + 0x04, + 0x89, + 0x71, + 0x03, + 0x06, + 0xd7, + 0x01, + 0xd6, + 0xcc, + 0x00, + 0x6f, + 0xa8, + 0x00, + 0x43, + 0xab, + 0x00, + 0x80, + 0xd5, + 0x00, + 0xd6, + 0x72, + 0x00, + 0x10, + 0x0f, + 0x00, + 0xa3, + 0x3a, + 0x00, + 0x29, + 0x8e, + 0x00, + 0x4c, + 0x54, + 0x00, + 0xd9, + 0xda, + 0xff, + 0xba, + 0x49, + 0x00, + 0x1b, + 0x05, + 0x01, + 0x1b, + 0x63, + 0x01, + 0x37, + 0x7e, + 0x01, + 0x83, + 0xfb, + 0x00, + 0x40, + 0x32, + 0x00, + 0x44, + 0xa1, + 0xff, + 0xe8, + 0x60, + 0xff, + 0x24, + 0x50, + 0xff, + 0x0e, + 0x39, + 0xff, + 0x06, + 0x4b, + 0xff, + 0x27, + 0x64, + 0xff, + 0x61, + 0x52, + 0xff, + 0xe8, + 0x4e, + 0xff, + 0x03, + 0x4c, + 0xff, + 0xe0, + 0x30, + 0xff, + 0x45, + 0x2f, + 0xff, + 0x59, + 0x54, + 0xff, + 0xfd, + 0x53, + 0xff, + 0x35, + 0x30, + 0xff, + 0xfa, + 0x59, + 0xff, + 0xc8, + 0x6e, + 0xff, + 0x95, + 0x3a, + 0xff, + 0x12, + 0x55, + 0xff, + 0x28, + 0x6a, + 0xff, + 0x6e, + 0x4b, + 0xff, + 0xa4, + 0x61, + 0xff, + 0x60, + 0x83, + 0xff, + 0x0d, + 0x78, + 0xff, + 0x56, + 0x54, + 0xff, + 0x8d, + 0x3d, + 0xff, + 0xb6, + 0x32, + 0xff, + 0x32, + 0x48, + 0xff, + 0x7f, + 0x79, + 0xff, + 0x05, + 0x86, + 0xff, + 0x72, + 0x85, + 0xff, + 0xfb, + 0x98, + 0xff, + 0xde, + 0x8c, + 0xff, + 0x0c, + 0x67, + 0xff, + 0x88, + 0x73, + 0xff, + 0xbe, + 0xac, + 0xff, + 0x44, + 0xd7, + 0xff, + 0x9c, + 0xc6, + 0xff, + 0xd8, + 0xac, + 0xff, + 0xfb, + 0xd2, + 0xff, + 0x10, + 0xde, + 0xff, + 0x53, + 0x4e, + 0x03, + 0xc5, + 0x63, + 0x06, + 0x79, + 0x4f, + 0x05, + 0x33, + 0x0d, + 0x05, + 0xc1, + 0x2b, + 0x05, + 0x98, + 0x2b, + 0x04, + 0xee, + 0x21, + 0x03, + 0xb7, + 0x58, + 0x01, + 0x3c, + 0x9a, + 0x00, + 0xfb, + 0xa5, + 0x00, + 0x05, + 0x85, + 0x00, + 0xfb, + 0xdd, + 0x00, + 0x52, + 0xfd, + 0x00, + 0xb6, + 0xbd, + 0x00, + 0xb0, + 0x58, + 0x00, + 0x71, + 0xf1, + 0xff, + 0x0b, + 0xc1, + 0xff, + 0xa8, + 0x23, + 0x00, + 0x48, + 0xbe, + 0x00, + 0x52, + 0xf8, + 0x00, + 0xfc, + 0x70, + 0x01, + 0x07, + 0xb3, + 0x01, + 0x33, + 0x21, + 0x01, + 0xd1, + 0x60, + 0x00, + 0xe3, + 0x88, + 0xff, + 0x9f, + 0xe6, + 0xfe, + 0x87, + 0xfd, + 0xfe, + 0xdc, + 0x37, + 0xff, + 0x7b, + 0x4e, + 0xff, + 0x8e, + 0x7d, + 0xff, + 0xbe, + 0x66, + 0xff, + 0x0b, + 0x50, + 0xff, + 0x8b, + 0x6d, + 0xff, + 0x51, + 0x30, + 0xff, + 0x76, + 0x12, + 0xff, + 0x2b, + 0x61, + 0xff, + 0xd7, + 0x66, + 0xff, + 0x17, + 0x29, + 0xff, + 0x81, + 0x35, + 0xff, + 0xb4, + 0x4c, + 0xff, + 0x25, + 0x3f, + 0xff, + 0x94, + 0x58, + 0xff, + 0xf7, + 0x4f, + 0xff, + 0x84, + 0x48, + 0xff, + 0xef, + 0x74, + 0xff, + 0x07, + 0x6a, + 0xff, + 0x4f, + 0x4f, + 0xff, + 0x43, + 0x52, + 0xff, + 0xea, + 0x6b, + 0xff, + 0x6b, + 0x52, + 0xff, + 0x9a, + 0x22, + 0xff, + 0x3a, + 0x6b, + 0xff, + 0xc8, + 0x8b, + 0xff, + 0x2d, + 0x74, + 0xff, + 0x3d, + 0xa0, + 0xff, + 0x62, + 0xa3, + 0xff, + 0x5e, + 0x79, + 0xff, + 0x18, + 0x5f, + 0xff, + 0xff, + 0x96, + 0xff, + 0xed, + 0xe5, + 0xff, + 0x07, + 0xcb, + 0xff, + 0xe8, + 0xb9, + 0xff, + 0xe7, + 0xe3, + 0xff, + 0x3b, + 0xe8, + 0xff, + 0xe5, + 0xd3, + 0x02, + 0xc2, + 0x20, + 0x07, + 0x4d, + 0xc3, + 0x05, + 0x51, + 0xb0, + 0x03, + 0x66, + 0xdf, + 0x04, + 0x0e, + 0x6d, + 0x03, + 0x03, + 0x71, + 0x02, + 0x6a, + 0x5e, + 0x02, + 0x55, + 0x89, + 0x00, + 0xac, + 0x3a, + 0x00, + 0x37, + 0x03, + 0x01, + 0x12, + 0x75, + 0x01, + 0x88, + 0x0f, + 0x01, + 0x06, + 0xc9, + 0x00, + 0x80, + 0x85, + 0x00, + 0x3e, + 0x53, + 0xff, + 0xe6, + 0xc2, + 0xff, + 0x99, + 0x91, + 0x00, + 0x61, + 0x7e, + 0x00, + 0x94, + 0xd5, + 0x00, + 0x74, + 0x4f, + 0x01, + 0xba, + 0xc0, + 0x01, + 0xb5, + 0x41, + 0x01, + 0xd4, + 0x78, + 0x00, + 0xa5, + 0xd0, + 0xff, + 0x9e, + 0xe2, + 0xfe, + 0xf1, + 0xe0, + 0xfe, + 0x09, + 0x3c, + 0xff, + 0xba, + 0x13, + 0xff, + 0x18, + 0x21, + 0xff, + 0x3d, + 0x94, + 0xff, + 0x86, + 0x8a, + 0xff, + 0x3e, + 0x40, + 0xff, + 0x88, + 0x66, + 0xff, + 0x49, + 0x35, + 0xff, + 0xee, + 0x02, + 0xff, + 0x01, + 0x55, + 0xff, + 0xcd, + 0x4d, + 0xff, + 0x15, + 0x09, + 0xff, + 0xa0, + 0x2c, + 0xff, + 0x00, + 0x45, + 0xff, + 0xcf, + 0x1e, + 0xff, + 0xa9, + 0x55, + 0xff, + 0x61, + 0x69, + 0xff, + 0x6b, + 0x2b, + 0xff, + 0x46, + 0x45, + 0xff, + 0xf1, + 0x50, + 0xff, + 0x44, + 0x4b, + 0xff, + 0x10, + 0x68, + 0xff, + 0x2f, + 0x44, + 0xff, + 0xb5, + 0x2f, + 0xff, + 0xc8, + 0x54, + 0xff, + 0xde, + 0x50, + 0xff, + 0x18, + 0x64, + 0xff, + 0x0e, + 0xa5, + 0xff, + 0x8d, + 0x9b, + 0xff, + 0x29, + 0x71, + 0xff, + 0x69, + 0x8b, + 0xff, + 0x88, + 0xb4, + 0xff, + 0x45, + 0xb4, + 0xff, + 0xb4, + 0xad, + 0xff, + 0x14, + 0xb1, + 0xff, + 0x82, + 0xe7, + 0xff, + 0xdc, + 0x0c, + 0x00, + 0x3d, + 0x31, + 0x03, + 0xcf, + 0x01, + 0x07, + 0x73, + 0xd0, + 0x04, + 0x26, + 0x34, + 0x03, + 0xca, + 0x34, + 0x04, + 0xfe, + 0xf7, + 0x02, + 0xed, + 0xbf, + 0x02, + 0xcd, + 0x21, + 0x02, + 0x67, + 0xac, + 0x00, + 0x69, + 0xc3, + 0x00, + 0xbc, + 0x0e, + 0x01, + 0x46, + 0x66, + 0x01, + 0xd9, + 0x2c, + 0x01, + 0x0f, + 0x33, + 0x01, + 0x79, + 0xa0, + 0x00, + 0x46, + 0xbc, + 0xff, + 0x1a, + 0x76, + 0x00, + 0x6a, + 0x78, + 0x00, + 0x34, + 0x43, + 0x00, + 0xfc, + 0x8a, + 0x00, + 0xc8, + 0xb8, + 0x00, + 0xad, + 0x2b, + 0x01, + 0x11, + 0x80, + 0x01, + 0x62, + 0xce, + 0x01, + 0xa4, + 0xaa, + 0x00, + 0xb9, + 0x32, + 0xff, + 0x05, + 0x21, + 0xff, + 0x18, + 0xd1, + 0xfe, + 0x37, + 0xdf, + 0xfe, + 0x76, + 0x7a, + 0xff, + 0xce, + 0x6f, + 0xff, + 0xa3, + 0x62, + 0xff, + 0x89, + 0x80, + 0xff, + 0xbb, + 0x80, + 0xff, + 0x4b, + 0x56, + 0xff, + 0x52, + 0x17, + 0xff, + 0x0e, + 0x3d, + 0xff, + 0x5f, + 0x6b, + 0xff, + 0xad, + 0x49, + 0xff, + 0x20, + 0x28, + 0xff, + 0x0b, + 0x1d, + 0xff, + 0xf3, + 0x48, + 0xff, + 0xd5, + 0x4d, + 0xff, + 0xa6, + 0x22, + 0xff, + 0x0d, + 0x3a, + 0xff, + 0x37, + 0x53, + 0xff, + 0xac, + 0x6e, + 0xff, + 0xcf, + 0x5f, + 0xff, + 0xe2, + 0x1d, + 0xff, + 0xd5, + 0x27, + 0xff, + 0x6a, + 0x39, + 0xff, + 0x71, + 0x44, + 0xff, + 0x53, + 0x63, + 0xff, + 0xb7, + 0x5d, + 0xff, + 0xf2, + 0x83, + 0xff, + 0x79, + 0xab, + 0xff, + 0xcf, + 0x74, + 0xff, + 0xf3, + 0x91, + 0xff, + 0xea, + 0xda, + 0xff, + 0xfe, + 0xae, + 0xff, + 0x3e, + 0xc2, + 0xff, + 0xdd, + 0xe4, + 0xff, + 0x8d, + 0xc0, + 0xff, + 0xe6, + 0xdf, + 0xff, + 0xf0, + 0xaa, + 0x03, + 0x01, + 0xe1, + 0x07, + 0x6f, + 0xe8, + 0x04, + 0x1b, + 0x6c, + 0x02, + 0xec, + 0x52, + 0x03, + 0x5e, + 0x4c, + 0x02, + 0x90, + 0x6d, + 0x02, + 0xe5, + 0x0f, + 0x02, + 0x89, + 0x60, + 0x00, + 0x59, + 0x14, + 0x00, + 0xe7, + 0xe8, + 0x00, + 0x06, + 0x1c, + 0x02, + 0x21, + 0x83, + 0x01, + 0x96, + 0xa9, + 0x00, + 0x10, + 0xaa, + 0x00, + 0x77, + 0x9a, + 0x00, + 0xb2, + 0x5c, + 0x00, + 0x98, + 0x6e, + 0x00, + 0xad, + 0x33, + 0x01, + 0x9c, + 0x71, + 0x00, + 0xcb, + 0x2f, + 0x00, + 0xcc, + 0x01, + 0x01, + 0xc3, + 0x96, + 0x00, + 0x1b, + 0xfe, + 0x00, + 0x29, + 0x9e, + 0x01, + 0x7b, + 0x3d, + 0x01, + 0x00, + 0xf6, + 0xff, + 0xf2, + 0x92, + 0xfe, + 0x95, + 0xb4, + 0xfe, + 0xa9, + 0x0c, + 0xff, + 0xea, + 0x47, + 0xff, + 0xde, + 0x9a, + 0xff, + 0xe1, + 0x94, + 0xff, + 0xeb, + 0x97, + 0xff, + 0x41, + 0x66, + 0xff, + 0xf2, + 0x50, + 0xff, + 0x7a, + 0x33, + 0xff, + 0xa5, + 0x13, + 0xff, + 0x35, + 0x65, + 0xff, + 0x0f, + 0x76, + 0xff, + 0xfc, + 0x70, + 0xff, + 0x46, + 0x5b, + 0xff, + 0xc7, + 0x06, + 0xff, + 0xd4, + 0x17, + 0xff, + 0x54, + 0x45, + 0xff, + 0x98, + 0x4c, + 0xff, + 0x91, + 0x49, + 0xff, + 0x2a, + 0x33, + 0xff, + 0x83, + 0x33, + 0xff, + 0xf2, + 0x30, + 0xff, + 0xb1, + 0x37, + 0xff, + 0xb1, + 0x32, + 0xff, + 0x17, + 0x21, + 0xff, + 0x75, + 0x5d, + 0xff, + 0x26, + 0x87, + 0xff, + 0xac, + 0x83, + 0xff, + 0x8f, + 0x91, + 0xff, + 0x70, + 0xa1, + 0xff, + 0xa7, + 0xdc, + 0xff, + 0xe5, + 0xf2, + 0xff, + 0x0d, + 0xcd, + 0xff, + 0xb7, + 0xc7, + 0xff, + 0xd5, + 0xb8, + 0xff, + 0x6e, + 0xaa, + 0xff, + 0x0f, + 0x4f, + 0x04, + 0xf7, + 0x93, + 0x09, + 0x65, + 0xb7, + 0x05, + 0x95, + 0x06, + 0x02, + 0x6b, + 0x0b, + 0x03, + 0x6a, + 0x03, + 0x01, + 0x39, + 0x61, + 0x01, + 0x35, + 0x4a, + 0x02, + 0xe4, + 0xe6, + 0xff, + 0x40, + 0x26, + 0xff, + 0x98, + 0x40, + 0x00, + 0x50, + 0x2c, + 0x02, + 0xda, + 0xd1, + 0x01, + 0x25, + 0xc1, + 0x00, + 0x27, + 0x12, + 0x01, + 0x71, + 0x22, + 0x00, + 0x80, + 0x28, + 0x00, + 0x12, + 0x34, + 0x01, + 0x0d, + 0x14, + 0x01, + 0x98, + 0xab, + 0x00, + 0xbd, + 0x16, + 0x01, + 0x02, + 0xe1, + 0x00, + 0x94, + 0xe3, + 0xff, + 0x3a, + 0xae, + 0x00, + 0x82, + 0x3e, + 0x01, + 0xe1, + 0xcc, + 0x00, + 0x2b, + 0x07, + 0x01, + 0x16, + 0x6f, + 0x00, + 0x98, + 0x26, + 0xff, + 0xeb, + 0xc3, + 0xfe, + 0xb3, + 0x35, + 0xff, + 0x1c, + 0x7e, + 0xff, + 0x5e, + 0x7e, + 0xff, + 0x7f, + 0xa2, + 0xff, + 0xc0, + 0x96, + 0xff, + 0x0e, + 0x59, + 0xff, + 0x4c, + 0x5c, + 0xff, + 0xd2, + 0x78, + 0xff, + 0x8a, + 0x62, + 0xff, + 0x62, + 0x70, + 0xff, + 0x6c, + 0x74, + 0xff, + 0x35, + 0x50, + 0xff, + 0x8f, + 0x69, + 0xff, + 0x98, + 0x62, + 0xff, + 0x68, + 0x2d, + 0xff, + 0x0f, + 0x3f, + 0xff, + 0xe9, + 0x4c, + 0xff, + 0xc7, + 0x02, + 0xff, + 0x40, + 0x05, + 0xff, + 0xbc, + 0x58, + 0xff, + 0x4b, + 0x42, + 0xff, + 0xc7, + 0x27, + 0xff, + 0x21, + 0x42, + 0xff, + 0xe8, + 0x47, + 0xff, + 0xf9, + 0x6e, + 0xff, + 0x1a, + 0x81, + 0xff, + 0x76, + 0x72, + 0xff, + 0x66, + 0xcf, + 0xff, + 0xf1, + 0x25, + 0x00, + 0x81, + 0xeb, + 0xff, + 0xec, + 0xca, + 0xff, + 0x0e, + 0xd0, + 0xff, + 0xef, + 0xa6, + 0xff, + 0x42, + 0xb5, + 0xff, + 0xf9, + 0xb9, + 0x05, + 0x8c, + 0xb3, + 0x0a, + 0x7f, + 0x13, + 0x05, + 0x00, + 0x87, + 0x02, + 0x76, + 0x9e, + 0x03, + 0xae, + 0x1f, + 0x01, + 0x76, + 0xca, + 0x01, + 0xcf, + 0x26, + 0x01, + 0x62, + 0xfc, + 0xfd, + 0x61, + 0x66, + 0xfd, + 0x25, + 0x25, + 0x00, + 0x4a, + 0x41, + 0x03, + 0x5e, + 0x42, + 0x01, + 0xc4, + 0x2a, + 0x00, + 0xbe, + 0x01, + 0x01, + 0xd7, + 0xc9, + 0xff, + 0xa9, + 0x73, + 0x00, + 0x0a, + 0x0f, + 0x01, + 0x34, + 0x7d, + 0x00, + 0xcf, + 0x40, + 0x01, + 0xd7, + 0xbf, + 0x01, + 0x9e, + 0xc2, + 0x00, + 0xff, + 0x34, + 0x00, + 0x65, + 0x8e, + 0x00, + 0x02, + 0x14, + 0x00, + 0xc1, + 0x68, + 0x00, + 0xc7, + 0x14, + 0x01, + 0xbf, + 0x50, + 0x00, + 0xf6, + 0x40, + 0x00, + 0x5e, + 0x68, + 0x00, + 0xc5, + 0x85, + 0xff, + 0xdc, + 0xd2, + 0xfe, + 0x7e, + 0x07, + 0xff, + 0xab, + 0xa9, + 0xff, + 0x34, + 0x9b, + 0xff, + 0xb4, + 0x5d, + 0xff, + 0x38, + 0xb3, + 0xff, + 0x15, + 0xc0, + 0xff, + 0x14, + 0x84, + 0xff, + 0x59, + 0x43, + 0xff, + 0x0a, + 0x1c, + 0xff, + 0x53, + 0x77, + 0xff, + 0xab, + 0xad, + 0xff, + 0x47, + 0x7f, + 0xff, + 0xbd, + 0x3e, + 0xff, + 0x35, + 0x0a, + 0xff, + 0x6c, + 0x1d, + 0xff, + 0x00, + 0x3d, + 0xff, + 0xc0, + 0x38, + 0xff, + 0x26, + 0xfe, + 0xfe, + 0x20, + 0xe6, + 0xfe, + 0x56, + 0x45, + 0xff, + 0xac, + 0x7a, + 0xff, + 0x2c, + 0x5e, + 0xff, + 0xaa, + 0x45, + 0xff, + 0xc6, + 0x4e, + 0xff, + 0x14, + 0x96, + 0xff, + 0xc8, + 0xd8, + 0xff, + 0xe1, + 0xdb, + 0xff, + 0x40, + 0xd3, + 0xff, + 0x7e, + 0xdc, + 0xff, + 0x11, + 0xdf, + 0xff, + 0x2d, + 0xc5, + 0xff, + 0xc6, + 0xaf, + 0xff, + 0xa1, + 0xbe, + 0x06, + 0x09, + 0xc8, + 0x0c, + 0x7e, + 0x7c, + 0x05, + 0x74, + 0x16, + 0x02, + 0x54, + 0x2f, + 0x04, + 0x24, + 0x18, + 0x01, + 0x6e, + 0x97, + 0x01, + 0x69, + 0xbb, + 0x00, + 0xd6, + 0x92, + 0xfc, + 0xbf, + 0x39, + 0xfc, + 0xbc, + 0xed, + 0xff, + 0xec, + 0xdb, + 0x03, + 0x27, + 0x29, + 0x01, + 0x4c, + 0x1b, + 0xff, + 0x69, + 0xfa, + 0xff, + 0x34, + 0x28, + 0xff, + 0x41, + 0x8e, + 0x00, + 0xad, + 0x60, + 0x01, + 0xab, + 0xf1, + 0x00, + 0xe1, + 0x06, + 0x01, + 0xf1, + 0xf6, + 0x00, + 0x41, + 0xfb, + 0x00, + 0x4a, + 0x4d, + 0x00, + 0x23, + 0xa2, + 0x00, + 0x46, + 0xd4, + 0x00, + 0x63, + 0x20, + 0x00, + 0xdc, + 0x08, + 0x00, + 0x41, + 0xde, + 0xff, + 0xa6, + 0x33, + 0x00, + 0x7a, + 0xaf, + 0x00, + 0x8b, + 0x85, + 0x00, + 0x07, + 0xff, + 0xff, + 0x64, + 0x59, + 0xff, + 0xbe, + 0x03, + 0xff, + 0x8e, + 0x1e, + 0xff, + 0x63, + 0xc4, + 0xff, + 0x83, + 0xf8, + 0xff, + 0x53, + 0x7b, + 0xff, + 0xcb, + 0x85, + 0xff, + 0xb1, + 0x9b, + 0xff, + 0x50, + 0x73, + 0xff, + 0xc6, + 0x89, + 0xff, + 0xbd, + 0x57, + 0xff, + 0xf8, + 0x24, + 0xff, + 0x4b, + 0x3d, + 0xff, + 0x9d, + 0x53, + 0xff, + 0x96, + 0x6d, + 0xff, + 0x60, + 0x2c, + 0xff, + 0xca, + 0xdb, + 0xfe, + 0x0e, + 0xed, + 0xfe, + 0x2d, + 0x25, + 0xff, + 0x01, + 0x57, + 0xff, + 0x8b, + 0x45, + 0xff, + 0xbf, + 0x33, + 0xff, + 0xdf, + 0x62, + 0xff, + 0xb0, + 0x96, + 0xff, + 0x87, + 0xa9, + 0xff, + 0xe5, + 0xa3, + 0xff, + 0xf0, + 0x9e, + 0xff, + 0xa9, + 0xa1, + 0xff, + 0x42, + 0xc6, + 0xff, + 0xd6, + 0xe1, + 0xff, + 0x13, + 0xc6, + 0xff, + 0xdf, + 0xb1, + 0xff, + 0xde, + 0x29, + 0x06, + 0x89, + 0x12, + 0x0f, + 0x7e, + 0xb4, + 0x08, + 0x02, + 0x92, + 0x00, + 0x3c, + 0x13, + 0x04, + 0x09, + 0xb5, + 0x01, + 0x22, + 0x60, + 0x00, + 0x51, + 0xfa, + 0x01, + 0xc1, + 0x03, + 0xfc, + 0xbd, + 0x51, + 0xfa, + 0xfc, + 0x30, + 0xff, + 0x45, + 0x13, + 0x04, + 0xeb, + 0x20, + 0x02, + 0x7d, + 0xf9, + 0xfd, + 0x24, + 0x85, + 0xff, + 0x38, + 0xb0, + 0xfe, + 0x89, + 0x3d, + 0xff, + 0xd3, + 0x8f, + 0x01, + 0xdf, + 0xae, + 0x00, + 0xb6, + 0x10, + 0x01, + 0x0b, + 0x5c, + 0x01, + 0xdf, + 0xd7, + 0x00, + 0xfc, + 0xa0, + 0xff, + 0x68, + 0x37, + 0x00, + 0x3f, + 0x7c, + 0x01, + 0x3e, + 0x13, + 0x00, + 0xce, + 0x5a, + 0x00, + 0x80, + 0x1c, + 0x00, + 0xca, + 0xff, + 0xfe, + 0xae, + 0x2f, + 0x00, + 0x82, + 0xc1, + 0x00, + 0x8a, + 0x50, + 0x00, + 0x9f, + 0x0a, + 0x00, + 0x00, + 0x39, + 0x00, + 0x90, + 0xfa, + 0xff, + 0xb9, + 0x34, + 0xff, + 0xf6, + 0x40, + 0xff, + 0x6a, + 0x7f, + 0xff, + 0xa0, + 0xc0, + 0xff, + 0xfd, + 0xf9, + 0xff, + 0x11, + 0xb1, + 0xff, + 0x52, + 0x7f, + 0xff, + 0xb2, + 0x5c, + 0xff, + 0x79, + 0x2e, + 0xff, + 0xab, + 0x49, + 0xff, + 0x77, + 0x57, + 0xff, + 0x99, + 0x43, + 0xff, + 0x6f, + 0x1c, + 0xff, + 0x81, + 0xfc, + 0xfe, + 0xb2, + 0x24, + 0xff, + 0x76, + 0x41, + 0xff, + 0xc3, + 0x2d, + 0xff, + 0x9a, + 0x22, + 0xff, + 0x1a, + 0x4d, + 0xff, + 0x85, + 0x7b, + 0xff, + 0x5d, + 0x94, + 0xff, + 0xc7, + 0xb6, + 0xff, + 0xb4, + 0xab, + 0xff, + 0x6c, + 0x9e, + 0xff, + 0x17, + 0x90, + 0xff, + 0x97, + 0x7e, + 0xff, + 0xee, + 0x97, + 0xff, + 0xb8, + 0xa2, + 0xff, + 0xcc, + 0xd2, + 0xff, + 0xd3, + 0xac, + 0x07, + 0x2b, + 0x03, + 0x12, + 0xfb, + 0x1e, + 0x09, + 0x38, + 0x77, + 0xff, + 0xd2, + 0x82, + 0x04, + 0x15, + 0xaa, + 0x01, + 0x85, + 0x23, + 0x00, + 0x8e, + 0xd5, + 0x01, + 0xaf, + 0x73, + 0xfa, + 0x2b, + 0x3a, + 0xf9, + 0x78, + 0xd1, + 0xff, + 0x8f, + 0xe5, + 0x04, + 0xa8, + 0xa2, + 0x01, + 0x18, + 0x50, + 0xfd, + 0x7f, + 0x27, + 0xff, + 0x4d, + 0xcd, + 0xfd, + 0xf9, + 0x26, + 0xff, + 0x0a, + 0x80, + 0x01, + 0x49, + 0x04, + 0x00, + 0x74, + 0x07, + 0x01, + 0x8e, + 0x38, + 0x01, + 0x44, + 0x4d, + 0x00, + 0x18, + 0x89, + 0xff, + 0x9e, + 0x59, + 0x00, + 0x39, + 0xd1, + 0x00, + 0x4a, + 0xc7, + 0xff, + 0xfa, + 0xde, + 0x00, + 0xef, + 0xcc, + 0xff, + 0xc9, + 0x11, + 0xff, + 0xab, + 0x5b, + 0x00, + 0x21, + 0xa8, + 0xff, + 0xb5, + 0xf7, + 0xff, + 0xdf, + 0xcb, + 0x00, + 0xff, + 0xd1, + 0x00, + 0x9d, + 0x70, + 0x00, + 0x45, + 0xd6, + 0xff, + 0x97, + 0xc8, + 0xff, + 0x6b, + 0x47, + 0xff, + 0x24, + 0x56, + 0xff, + 0x16, + 0xd9, + 0xff, + 0x3f, + 0x91, + 0xff, + 0x03, + 0x98, + 0xff, + 0x09, + 0xc7, + 0xff, + 0x68, + 0xbb, + 0xff, + 0x87, + 0x5c, + 0xff, + 0x1e, + 0xe1, + 0xfe, + 0x80, + 0x07, + 0xff, + 0xd9, + 0x28, + 0xff, + 0x77, + 0x40, + 0xff, + 0x7c, + 0x3e, + 0xff, + 0x3d, + 0xf7, + 0xfe, + 0xc3, + 0x3e, + 0xff, + 0x4c, + 0x6b, + 0xff, + 0xb1, + 0x47, + 0xff, + 0x70, + 0x69, + 0xff, + 0x25, + 0x85, + 0xff, + 0x0b, + 0xa3, + 0xff, + 0xaf, + 0xbd, + 0xff, + 0xfd, + 0xb9, + 0xff, + 0x5a, + 0x88, + 0xff, + 0xbd, + 0x5d, + 0xff, + 0xe1, + 0x83, + 0xff, + 0x56, + 0x9f, + 0xff, + 0x84, + 0xba, + 0xff, + 0x60, + 0xab, + 0x0a, + 0x43, + 0x46, + 0x15, + 0x24, + 0x4f, + 0x07, + 0x94, + 0x13, + 0xff, + 0x7a, + 0x84, + 0x05, + 0xbf, + 0xbd, + 0x00, + 0x73, + 0xd4, + 0x00, + 0xee, + 0xaf, + 0x00, + 0x65, + 0xe3, + 0xf7, + 0xdc, + 0xe1, + 0xf8, + 0x5a, + 0x9c, + 0x01, + 0x92, + 0x18, + 0x06, + 0xee, + 0x0c, + 0x00, + 0x47, + 0x2f, + 0xfd, + 0x1b, + 0xb3, + 0xfe, + 0x04, + 0x8e, + 0xfc, + 0xc4, + 0xd4, + 0xff, + 0x44, + 0x46, + 0x01, + 0x4c, + 0xe4, + 0xff, + 0x1b, + 0x01, + 0x01, + 0x67, + 0x9f, + 0x00, + 0x9d, + 0xdc, + 0xff, + 0xf5, + 0x1c, + 0xff, + 0xe4, + 0x8d, + 0x00, + 0xf2, + 0xab, + 0x00, + 0x13, + 0x77, + 0xff, + 0xdb, + 0x4c, + 0x00, + 0x1b, + 0x4d, + 0xff, + 0xdd, + 0x21, + 0xff, + 0x7a, + 0x22, + 0x00, + 0x54, + 0x41, + 0x00, + 0x07, + 0x33, + 0x00, + 0x88, + 0xf8, + 0xff, + 0x30, + 0xc4, + 0x00, + 0x7b, + 0xd1, + 0x00, + 0xeb, + 0x83, + 0x00, + 0x1d, + 0x8c, + 0x00, + 0x55, + 0xc4, + 0xff, + 0x77, + 0x8c, + 0xff, + 0xff, + 0x37, + 0xff, + 0xd9, + 0x2d, + 0xff, + 0x68, + 0x1a, + 0x00, + 0xf3, + 0x16, + 0x00, + 0x28, + 0x99, + 0xff, + 0x24, + 0x5b, + 0xff, + 0xff, + 0x3b, + 0xff, + 0x58, + 0x43, + 0xff, + 0x07, + 0x1f, + 0xff, + 0x0d, + 0x02, + 0xff, + 0xc8, + 0x0d, + 0xff, + 0x96, + 0x48, + 0xff, + 0xfb, + 0x70, + 0xff, + 0x3d, + 0x5e, + 0xff, + 0x1a, + 0x60, + 0xff, + 0xe4, + 0x5a, + 0xff, + 0x3e, + 0x70, + 0xff, + 0x96, + 0xa3, + 0xff, + 0xaf, + 0xa2, + 0xff, + 0x7e, + 0x9d, + 0xff, + 0xe4, + 0x9e, + 0xff, + 0x0f, + 0xae, + 0xff, + 0xa8, + 0xb2, + 0xff, + 0xfb, + 0x7f, + 0xff, + 0x5b, + 0x80, + 0xff, + 0x8c, + 0x27, + 0x0c, + 0xde, + 0x7b, + 0x18, + 0x0a, + 0x0c, + 0x08, + 0xf3, + 0xf0, + 0xfd, + 0x43, + 0xdb, + 0x05, + 0xd8, + 0x5b, + 0x00, + 0x66, + 0x64, + 0x00, + 0x55, + 0x8a, + 0x00, + 0x85, + 0x0d, + 0xf6, + 0x25, + 0x49, + 0xf8, + 0x3b, + 0xbd, + 0x02, + 0xb3, + 0x6d, + 0x06, + 0xaa, + 0xb6, + 0xff, + 0x2a, + 0x09, + 0xfd, + 0xb0, + 0x41, + 0xfe, + 0x8a, + 0xa6, + 0xfb, + 0xa0, + 0xb5, + 0xff, + 0x85, + 0x4d, + 0x01, + 0x6a, + 0xc7, + 0xff, + 0x22, + 0x39, + 0x01, + 0x94, + 0x36, + 0x00, + 0x1d, + 0x39, + 0xff, + 0xed, + 0xd0, + 0xfe, + 0xb7, + 0x74, + 0x00, + 0x71, + 0x94, + 0x00, + 0x07, + 0x4a, + 0xff, + 0x28, + 0xf2, + 0xff, + 0xf6, + 0x73, + 0xfe, + 0x2f, + 0xba, + 0xfe, + 0x32, + 0x42, + 0x00, + 0x2f, + 0x26, + 0x00, + 0x79, + 0x18, + 0x00, + 0x8f, + 0x12, + 0x00, + 0x92, + 0x07, + 0x01, + 0xf6, + 0x8c, + 0x00, + 0x04, + 0x3b, + 0x00, + 0xa1, + 0x02, + 0x01, + 0xb0, + 0x01, + 0x00, + 0xdd, + 0xef, + 0xff, + 0xfd, + 0x4e, + 0x00, + 0x01, + 0xbe, + 0xff, + 0x19, + 0x82, + 0xff, + 0xe3, + 0x64, + 0xff, + 0xcf, + 0xa9, + 0xff, + 0x2e, + 0x9c, + 0xff, + 0xa8, + 0x50, + 0xff, + 0x97, + 0x57, + 0xff, + 0x8f, + 0x54, + 0xff, + 0x1b, + 0x37, + 0xff, + 0x9b, + 0xed, + 0xfe, + 0xa1, + 0x24, + 0xff, + 0xc8, + 0x8c, + 0xff, + 0xcd, + 0x7d, + 0xff, + 0xc6, + 0x61, + 0xff, + 0xe3, + 0x49, + 0xff, + 0xc0, + 0x4c, + 0xff, + 0x0a, + 0x7e, + 0xff, + 0xa2, + 0xa9, + 0xff, + 0x9d, + 0xb0, + 0xff, + 0xcc, + 0x99, + 0xff, + 0xcc, + 0xa0, + 0xff, + 0x07, + 0xb4, + 0xff, + 0x77, + 0x94, + 0xff, + 0xb0, + 0x7f, + 0xff, + 0x97, + 0x0f, + 0x0c, + 0x59, + 0x37, + 0x1b, + 0xd0, + 0x64, + 0x0b, + 0xcc, + 0x80, + 0xfc, + 0x19, + 0x89, + 0x05, + 0xef, + 0xde, + 0x00, + 0xb7, + 0xa5, + 0xfe, + 0xe3, + 0x26, + 0x01, + 0xc0, + 0x53, + 0xf5, + 0x00, + 0xde, + 0xf6, + 0xf1, + 0x4c, + 0x03, + 0xe8, + 0x3c, + 0x06, + 0xc3, + 0xf1, + 0xff, + 0x5e, + 0xef, + 0xfc, + 0x39, + 0x30, + 0xfe, + 0x00, + 0x47, + 0xfb, + 0xbd, + 0xa6, + 0xfe, + 0x22, + 0x59, + 0x01, + 0x6d, + 0xc4, + 0xff, + 0x17, + 0x63, + 0x01, + 0x42, + 0x0b, + 0x00, + 0x36, + 0xcc, + 0xfe, + 0xd5, + 0x9e, + 0xfe, + 0x87, + 0x07, + 0x00, + 0xff, + 0xb1, + 0x00, + 0xba, + 0xa2, + 0xfe, + 0x30, + 0x9d, + 0xff, + 0x85, + 0xda, + 0xfe, + 0xc7, + 0x1c, + 0xfe, + 0x98, + 0xd4, + 0xff, + 0x3f, + 0xb7, + 0xff, + 0x06, + 0xed, + 0xff, + 0x47, + 0x54, + 0x00, + 0x0b, + 0xb2, + 0x00, + 0xfb, + 0x93, + 0x00, + 0x9c, + 0x1f, + 0x00, + 0xca, + 0x7a, + 0x00, + 0x23, + 0x43, + 0x00, + 0x81, + 0xae, + 0x00, + 0x05, + 0xc0, + 0x00, + 0x5d, + 0xf3, + 0xff, + 0xf6, + 0x22, + 0x00, + 0x5f, + 0xf5, + 0xff, + 0xa8, + 0x4a, + 0xff, + 0x09, + 0xdc, + 0xfe, + 0x44, + 0x10, + 0xff, + 0x65, + 0x8c, + 0xff, + 0x23, + 0x7e, + 0xff, + 0x27, + 0x6a, + 0xff, + 0xbe, + 0x39, + 0xff, + 0xa8, + 0x3f, + 0xff, + 0x49, + 0x65, + 0xff, + 0x2c, + 0x42, + 0xff, + 0xda, + 0x44, + 0xff, + 0x25, + 0x4e, + 0xff, + 0x01, + 0x77, + 0xff, + 0x9d, + 0xb0, + 0xff, + 0x94, + 0xa8, + 0xff, + 0xde, + 0x83, + 0xff, + 0xe7, + 0x6d, + 0xff, + 0xb4, + 0x81, + 0xff, + 0xbb, + 0x98, + 0xff, + 0xfe, + 0x71, + 0xff, + 0xae, + 0x77, + 0xff, + 0x86, + 0x67, + 0x0b, + 0x3c, + 0xf6, + 0x1c, + 0x18, + 0xf6, + 0x0f, + 0xa6, + 0x5e, + 0xfc, + 0xf8, + 0x5b, + 0x04, + 0xca, + 0x16, + 0x02, + 0xaf, + 0xac, + 0xfc, + 0xcc, + 0xda, + 0x00, + 0x7a, + 0x33, + 0xf6, + 0xcf, + 0x71, + 0xf5, + 0xf9, + 0x3e, + 0x03, + 0x7b, + 0xfd, + 0x05, + 0xe8, + 0xe0, + 0xff, + 0xe5, + 0x2c, + 0xfd, + 0x53, + 0x21, + 0xfe, + 0xe9, + 0x93, + 0xfb, + 0x4b, + 0xd3, + 0xfd, + 0x58, + 0xb5, + 0x00, + 0xa0, + 0xae, + 0xff, + 0x88, + 0xc2, + 0x01, + 0x8c, + 0x43, + 0x00, + 0xdb, + 0x6f, + 0xfe, + 0x0b, + 0x99, + 0xfe, + 0x5c, + 0x2b, + 0xff, + 0xa0, + 0xb9, + 0x00, + 0x08, + 0x4e, + 0xff, + 0x6c, + 0xd8, + 0xfe, + 0xf8, + 0xae, + 0xfe, + 0x02, + 0x0a, + 0xfe, + 0x2e, + 0x53, + 0xff, + 0x65, + 0xfc, + 0xff, + 0x39, + 0xc5, + 0xff, + 0x98, + 0x98, + 0xff, + 0xd8, + 0xa2, + 0x00, + 0xb9, + 0x9a, + 0x00, + 0x39, + 0xd6, + 0xff, + 0xb7, + 0xe6, + 0x00, + 0x03, + 0x92, + 0x00, + 0x4a, + 0xfe, + 0xff, + 0xe7, + 0x8a, + 0x00, + 0x2a, + 0x91, + 0x00, + 0xc3, + 0xc5, + 0x00, + 0xa7, + 0x69, + 0x00, + 0xe1, + 0x9a, + 0xff, + 0xc6, + 0x2e, + 0xff, + 0xc0, + 0xf8, + 0xfe, + 0x7b, + 0x05, + 0xff, + 0xa0, + 0x5c, + 0xff, + 0x4a, + 0xb3, + 0xff, + 0x8c, + 0x63, + 0xff, + 0xeb, + 0x41, + 0xff, + 0x84, + 0x5e, + 0xff, + 0x27, + 0x3b, + 0xff, + 0xde, + 0x5e, + 0xff, + 0x06, + 0x78, + 0xff, + 0x7f, + 0x7a, + 0xff, + 0xe3, + 0xab, + 0xff, + 0x41, + 0xcc, + 0xff, + 0xd5, + 0xa1, + 0xff, + 0x8e, + 0x6e, + 0xff, + 0x03, + 0x50, + 0xff, + 0x77, + 0x4a, + 0xff, + 0x22, + 0x57, + 0xff, + 0x14, + 0x66, + 0xff, + 0x01, + 0x68, + 0x0d, + 0xd7, + 0xfc, + 0x1e, + 0xf0, + 0xb8, + 0x0f, + 0xb4, + 0x0b, + 0xfe, + 0x39, + 0xa0, + 0x04, + 0xbe, + 0x60, + 0x00, + 0x1a, + 0xe3, + 0xfc, + 0xcc, + 0xea, + 0xfe, + 0xf3, + 0x2a, + 0xf5, + 0x91, + 0x05, + 0xf7, + 0x0c, + 0x7c, + 0x03, + 0xc5, + 0xe4, + 0x04, + 0x9a, + 0xf9, + 0xfe, + 0x30, + 0xb8, + 0xfd, + 0xe3, + 0x8f, + 0xfd, + 0xe1, + 0xae, + 0xfb, + 0x60, + 0x58, + 0xfe, + 0x91, + 0x5e, + 0xff, + 0x98, + 0xfa, + 0xff, + 0xc9, + 0xeb, + 0x01, + 0xe4, + 0xf2, + 0xff, + 0xd7, + 0x54, + 0xfe, + 0x8a, + 0x00, + 0xfe, + 0xa5, + 0x9b, + 0xff, + 0xa7, + 0x9c, + 0x00, + 0x13, + 0x16, + 0xff, + 0x83, + 0xb8, + 0xfe, + 0x47, + 0x0c, + 0xfe, + 0x0b, + 0x41, + 0xfe, + 0x2d, + 0x2b, + 0xff, + 0xae, + 0x81, + 0xff, + 0xa5, + 0x9f, + 0xff, + 0xdc, + 0x4b, + 0xff, + 0xa3, + 0xa8, + 0x00, + 0x35, + 0xc7, + 0x00, + 0xb9, + 0x12, + 0x00, + 0x22, + 0xae, + 0x00, + 0x81, + 0x05, + 0x00, + 0x1f, + 0x16, + 0x00, + 0xaf, + 0x7d, + 0x00, + 0xf9, + 0x2c, + 0x00, + 0x7f, + 0x75, + 0x00, + 0xa6, + 0x87, + 0x00, + 0x64, + 0x1a, + 0x00, + 0x42, + 0x7c, + 0xff, + 0x67, + 0x78, + 0xff, + 0xa3, + 0x61, + 0xff, + 0x16, + 0x2b, + 0xff, + 0x10, + 0x37, + 0xff, + 0x23, + 0x0b, + 0xff, + 0x8e, + 0x4e, + 0xff, + 0xf0, + 0x7a, + 0xff, + 0x6d, + 0x70, + 0xff, + 0x54, + 0x79, + 0xff, + 0x38, + 0x5b, + 0xff, + 0xd5, + 0x59, + 0xff, + 0x98, + 0xaf, + 0xff, + 0x0f, + 0xde, + 0xff, + 0xaa, + 0x87, + 0xff, + 0xf9, + 0x5e, + 0xff, + 0x66, + 0x52, + 0xff, + 0xc2, + 0x4d, + 0xff, + 0x66, + 0x47, + 0xff, + 0xe3, + 0x57, + 0xff, + 0x34, + 0xeb, + 0x0d, + 0xc3, + 0x71, + 0x1f, + 0x65, + 0x6e, + 0x11, + 0x64, + 0xf7, + 0x00, + 0x5d, + 0x7a, + 0x04, + 0x06, + 0x9c, + 0xff, + 0xfa, + 0xef, + 0xfc, + 0x5a, + 0x77, + 0xfd, + 0x4c, + 0xfa, + 0xf4, + 0x40, + 0x93, + 0xf7, + 0xd0, + 0xd2, + 0x02, + 0x49, + 0xd5, + 0x03, + 0x0f, + 0x0b, + 0xff, + 0x45, + 0x2c, + 0xfe, + 0x45, + 0xd2, + 0xfc, + 0x90, + 0x22, + 0xfc, + 0x78, + 0x7d, + 0xfe, + 0x95, + 0x3c, + 0xfe, + 0x21, + 0x34, + 0x00, + 0x82, + 0xca, + 0x01, + 0x55, + 0x70, + 0xff, + 0xac, + 0x3b, + 0xff, + 0xd1, + 0x64, + 0xfe, + 0xed, + 0x9f, + 0xfe, + 0x53, + 0x5e, + 0x00, + 0xdb, + 0x3d, + 0xff, + 0xfe, + 0xa5, + 0xfe, + 0x81, + 0x6c, + 0xfe, + 0x2f, + 0xe7, + 0xfd, + 0x67, + 0x71, + 0xfe, + 0x0f, + 0x1c, + 0xff, + 0x9b, + 0x7b, + 0xff, + 0x4b, + 0xdb, + 0xff, + 0x0b, + 0xfd, + 0x00, + 0x6f, + 0x87, + 0x00, + 0xfa, + 0xcf, + 0xff, + 0xe1, + 0x99, + 0x00, + 0x38, + 0x35, + 0x00, + 0x79, + 0x16, + 0x00, + 0xae, + 0xfd, + 0xff, + 0x2e, + 0xaf, + 0xff, + 0xf3, + 0x59, + 0x00, + 0xbf, + 0x71, + 0x00, + 0x11, + 0xf6, + 0xff, + 0x25, + 0xa2, + 0xff, + 0xd9, + 0xc6, + 0xff, + 0x21, + 0xa7, + 0xff, + 0x50, + 0x98, + 0xff, + 0xd6, + 0x88, + 0xff, + 0x8f, + 0xe6, + 0xfe, + 0x21, + 0x0d, + 0xff, + 0xf6, + 0x5f, + 0xff, + 0x93, + 0x72, + 0xff, + 0xeb, + 0x94, + 0xff, + 0xc4, + 0x79, + 0xff, + 0xa0, + 0x5d, + 0xff, + 0x8e, + 0x7f, + 0xff, + 0xd8, + 0xa6, + 0xff, + 0x34, + 0x75, + 0xff, + 0x6a, + 0x69, + 0xff, + 0x47, + 0x7e, + 0xff, + 0xc4, + 0x70, + 0xff, + 0xdc, + 0x66, + 0xff, + 0x79, + 0x65, + 0xff, + 0x89, + 0xb3, + 0x0e, + 0xd2, + 0xa0, + 0x1f, + 0x9b, + 0xbe, + 0x11, + 0x64, + 0x10, + 0x04, + 0xe1, + 0xad, + 0x05, + 0x64, + 0x80, + 0xfe, + 0x1f, + 0x3b, + 0xfd, + 0x3d, + 0x11, + 0xfd, + 0xd5, + 0xcc, + 0xf4, + 0x7f, + 0x2d, + 0xf8, + 0x82, + 0x9a, + 0x01, + 0x13, + 0x0a, + 0x02, + 0xea, + 0x79, + 0xff, + 0x89, + 0xf6, + 0xfe, + 0xdb, + 0x0a, + 0xfc, + 0x01, + 0x6f, + 0xfc, + 0x4e, + 0xc6, + 0xfe, + 0x87, + 0x2e, + 0xfd, + 0x0e, + 0xdb, + 0xff, + 0x78, + 0x37, + 0x02, + 0x24, + 0xbe, + 0xff, + 0xe5, + 0xe1, + 0xfe, + 0xa3, + 0xb0, + 0xfe, + 0x70, + 0x0d, + 0xff, + 0x98, + 0x1c, + 0x00, + 0x8f, + 0x52, + 0xff, + 0x99, + 0x26, + 0xfe, + 0xa0, + 0x25, + 0xfe, + 0x94, + 0xd9, + 0xfd, + 0xc5, + 0xf8, + 0xfd, + 0xdb, + 0x95, + 0xff, + 0x11, + 0xe7, + 0xff, + 0x47, + 0x9e, + 0xff, + 0x3b, + 0x9d, + 0x00, + 0x00, + 0x70, + 0x00, + 0x93, + 0x32, + 0x00, + 0xb1, + 0x9c, + 0x00, + 0xe5, + 0xfa, + 0xff, + 0xa6, + 0xb9, + 0xff, + 0x9d, + 0xca, + 0xff, + 0x92, + 0xc4, + 0xff, + 0x04, + 0x12, + 0x00, + 0x5e, + 0x3a, + 0x00, + 0xb5, + 0xb3, + 0xff, + 0xab, + 0x39, + 0xff, + 0xe5, + 0xb0, + 0xff, + 0x46, + 0xe5, + 0xff, + 0xc2, + 0x0b, + 0x00, + 0xc8, + 0xf8, + 0xff, + 0x93, + 0x66, + 0xff, + 0x1b, + 0x46, + 0xff, + 0x67, + 0x1e, + 0xff, + 0x70, + 0x22, + 0xff, + 0x3e, + 0x65, + 0xff, + 0x6e, + 0x83, + 0xff, + 0x99, + 0x79, + 0xff, + 0xe8, + 0x85, + 0xff, + 0xf5, + 0xa3, + 0xff, + 0x9f, + 0x8d, + 0xff, + 0xe1, + 0x84, + 0xff, + 0x22, + 0x77, + 0xff, + 0xb3, + 0x63, + 0xff, + 0xce, + 0x4d, + 0xff, + 0x55, + 0x53, + 0xff, + 0xdd, + 0x36, + 0x0e, + 0x37, + 0xb2, + 0x1f, + 0x4b, + 0x7f, + 0x12, + 0x77, + 0xc2, + 0x05, + 0x30, + 0x80, + 0x08, + 0x0b, + 0x6e, + 0xfe, + 0xcf, + 0x01, + 0xfc, + 0x77, + 0xb1, + 0xfd, + 0xf3, + 0x27, + 0xf5, + 0xaf, + 0x76, + 0xf8, + 0xd6, + 0x37, + 0x00, + 0x24, + 0x09, + 0xff, + 0xda, + 0xfe, + 0xfe, + 0xd8, + 0x53, + 0x00, + 0x8d, + 0x1b, + 0xfc, + 0xa0, + 0x9d, + 0xfc, + 0x0a, + 0xf6, + 0xfe, + 0x08, + 0x9a, + 0xfb, + 0x36, + 0xf6, + 0xff, + 0x5d, + 0xec, + 0x02, + 0x1b, + 0xf9, + 0xfe, + 0x07, + 0x5e, + 0xff, + 0x50, + 0x19, + 0xff, + 0xd4, + 0x8f, + 0xfe, + 0x22, + 0x12, + 0x00, + 0xb3, + 0x80, + 0xff, + 0x22, + 0xd4, + 0xfd, + 0x78, + 0xca, + 0xfd, + 0x57, + 0x45, + 0xfe, + 0x98, + 0xd7, + 0xfd, + 0xaf, + 0xdb, + 0xfe, + 0x13, + 0x87, + 0xff, + 0x72, + 0xa0, + 0xff, + 0x8f, + 0x2f, + 0x01, + 0x3b, + 0xa2, + 0x00, + 0xdf, + 0xae, + 0xff, + 0xf7, + 0x26, + 0x00, + 0xc3, + 0xd2, + 0xff, + 0xe5, + 0x1c, + 0x00, + 0x96, + 0x16, + 0x00, + 0xfd, + 0x72, + 0xff, + 0x70, + 0x73, + 0xff, + 0x1d, + 0x86, + 0xff, + 0xdd, + 0x83, + 0xff, + 0xc3, + 0x7d, + 0xff, + 0x75, + 0xce, + 0xff, + 0x40, + 0x92, + 0xff, + 0xee, + 0xb1, + 0xff, + 0x59, + 0x1d, + 0x00, + 0xe6, + 0xba, + 0xff, + 0x73, + 0xbb, + 0xff, + 0xd4, + 0x64, + 0xff, + 0x44, + 0x04, + 0xff, + 0x19, + 0x1b, + 0xff, + 0xd8, + 0x2d, + 0xff, + 0x6f, + 0x6d, + 0xff, + 0xb0, + 0xbc, + 0xff, + 0x36, + 0xdb, + 0xff, + 0x21, + 0xa1, + 0xff, + 0xaf, + 0xa0, + 0xff, + 0x64, + 0x85, + 0xff, + 0xa4, + 0x41, + 0xff, + 0xc7, + 0x27, + 0xff, + 0x6f, + 0x30, + 0xff, + 0x24, + 0x7c, + 0x0f, + 0x61, + 0xac, + 0x20, + 0xef, + 0xc3, + 0x10, + 0xc8, + 0x73, + 0x06, + 0xe6, + 0x87, + 0x0b, + 0xfd, + 0x46, + 0xfe, + 0x9e, + 0x79, + 0xfb, + 0xf2, + 0x02, + 0xfe, + 0xf4, + 0x86, + 0xf5, + 0x97, + 0x04, + 0xfa, + 0x8b, + 0xd0, + 0xff, + 0x17, + 0x16, + 0xfb, + 0x21, + 0xf1, + 0xfc, + 0xcd, + 0x23, + 0x02, + 0xf4, + 0x0f, + 0xfc, + 0x93, + 0x36, + 0xfc, + 0x94, + 0xb3, + 0x00, + 0x5d, + 0xe5, + 0xfa, + 0x63, + 0xe5, + 0xfe, + 0xfa, + 0xa6, + 0x03, + 0x71, + 0xf6, + 0xfe, + 0x7e, + 0x61, + 0xff, + 0xcd, + 0x71, + 0xff, + 0x3b, + 0x25, + 0xfe, + 0x84, + 0xc3, + 0xff, + 0x74, + 0xdc, + 0xff, + 0xc0, + 0xb5, + 0xfd, + 0x31, + 0xc9, + 0xfd, + 0xbe, + 0xbd, + 0xfe, + 0x2a, + 0x6e, + 0xfd, + 0xfb, + 0x54, + 0xfe, + 0x0a, + 0xaf, + 0xff, + 0x09, + 0x97, + 0xff, + 0xf6, + 0xbe, + 0x00, + 0x58, + 0x3e, + 0x00, + 0x14, + 0xa5, + 0xff, + 0x9e, + 0x65, + 0x00, + 0x25, + 0xf1, + 0xff, + 0x6b, + 0xf7, + 0xff, + 0xae, + 0xbc, + 0xff, + 0x40, + 0x33, + 0xff, + 0xc1, + 0x8f, + 0xff, + 0xd4, + 0x87, + 0xff, + 0xdf, + 0x50, + 0xff, + 0xeb, + 0x48, + 0xff, + 0x68, + 0xa9, + 0xff, + 0xc2, + 0x8c, + 0xff, + 0x2b, + 0xb1, + 0xff, + 0xd0, + 0xff, + 0xff, + 0x37, + 0x59, + 0xff, + 0x2c, + 0x82, + 0xff, + 0xa9, + 0x80, + 0xff, + 0xb0, + 0x45, + 0xff, + 0xe5, + 0x98, + 0xff, + 0xe3, + 0x6b, + 0xff, + 0x3c, + 0x3f, + 0xff, + 0xb1, + 0x94, + 0xff, + 0xf0, + 0xe1, + 0xff, + 0xf1, + 0xbd, + 0xff, + 0xf8, + 0xaf, + 0xff, + 0x88, + 0x87, + 0xff, + 0xff, + 0x40, + 0xff, + 0x59, + 0x2e, + 0xff, + 0x61, + 0x2f, + 0xff, + 0x82, + 0x8b, + 0x10, + 0x53, + 0x64, + 0x22, + 0x86, + 0x21, + 0x0f, + 0x10, + 0x79, + 0x05, + 0x80, + 0x9f, + 0x0e, + 0x56, + 0x30, + 0xfe, + 0xc0, + 0xb7, + 0xfa, + 0xc2, + 0x3b, + 0xff, + 0x68, + 0xa8, + 0xf5, + 0x2d, + 0x03, + 0xfc, + 0x63, + 0x31, + 0x00, + 0xf1, + 0xc8, + 0xf6, + 0x4c, + 0xfb, + 0xf9, + 0x52, + 0x61, + 0x03, + 0xe5, + 0x5b, + 0xfc, + 0xb5, + 0x7f, + 0xfb, + 0xd6, + 0x97, + 0x02, + 0x7e, + 0x97, + 0xfa, + 0xcc, + 0x2b, + 0xfe, + 0x47, + 0xb7, + 0x04, + 0x51, + 0xec, + 0xfd, + 0x65, + 0xf6, + 0xfe, + 0xe0, + 0x4b, + 0x00, + 0xd0, + 0x67, + 0xfe, + 0x60, + 0x83, + 0xff, + 0x1f, + 0xc6, + 0xff, + 0x0d, + 0xa2, + 0xfd, + 0x5e, + 0x43, + 0xfd, + 0x32, + 0x3a, + 0xff, + 0x79, + 0xe3, + 0xfd, + 0x17, + 0xe5, + 0xfd, + 0xdc, + 0x1c, + 0xff, + 0xe4, + 0x1f, + 0xff, + 0x63, + 0xc1, + 0x00, + 0x07, + 0x3d, + 0x00, + 0xd0, + 0x83, + 0xff, + 0x7b, + 0x26, + 0x00, + 0x19, + 0x57, + 0xff, + 0x34, + 0xae, + 0xff, + 0x6f, + 0x11, + 0x00, + 0x39, + 0x6c, + 0xff, + 0xcc, + 0xa2, + 0xff, + 0x0c, + 0x86, + 0xff, + 0x8a, + 0xf3, + 0xfe, + 0xbd, + 0x2c, + 0xff, + 0xd7, + 0xf3, + 0xff, + 0xd3, + 0x94, + 0xff, + 0xb0, + 0x59, + 0xff, + 0xe0, + 0x94, + 0xff, + 0x7d, + 0xec, + 0xfe, + 0x3f, + 0x4b, + 0xff, + 0x98, + 0x9b, + 0xff, + 0x16, + 0x5f, + 0xff, + 0x87, + 0xc3, + 0xff, + 0x8b, + 0xc2, + 0xff, + 0x0a, + 0x80, + 0xff, + 0x37, + 0xaa, + 0xff, + 0x5f, + 0xc4, + 0xff, + 0xa5, + 0x7a, + 0xff, + 0x7f, + 0xbf, + 0xff, + 0xd1, + 0xd5, + 0xff, + 0x2c, + 0x4c, + 0xff, + 0x60, + 0x14, + 0xff, + 0x6b, + 0x21, + 0xff, + 0xea, + 0x84, + 0x12, + 0x17, + 0x91, + 0x24, + 0x9e, + 0x24, + 0x0c, + 0x03, + 0x3d, + 0x04, + 0x73, + 0xf0, + 0x11, + 0x94, + 0x02, + 0xfd, + 0xbc, + 0xfc, + 0xf9, + 0xb9, + 0x59, + 0x01, + 0x0b, + 0xd2, + 0xf5, + 0xbc, + 0x75, + 0xfe, + 0x35, + 0xe6, + 0x01, + 0x12, + 0x8d, + 0xf2, + 0x33, + 0x98, + 0xf5, + 0x9e, + 0x88, + 0x04, + 0x7d, + 0xde, + 0xfd, + 0xaa, + 0xf7, + 0xf9, + 0x07, + 0xe8, + 0x03, + 0xd4, + 0xc0, + 0xfb, + 0xf6, + 0xee, + 0xfc, + 0x85, + 0x14, + 0x05, + 0x4e, + 0xa0, + 0xfd, + 0x37, + 0x87, + 0xfe, + 0xc1, + 0x37, + 0x01, + 0x30, + 0xe5, + 0xfe, + 0x94, + 0x36, + 0xff, + 0x42, + 0x76, + 0xff, + 0x62, + 0xcd, + 0xfd, + 0x29, + 0x30, + 0xfd, + 0x87, + 0x42, + 0xff, + 0x62, + 0xc7, + 0xfd, + 0x70, + 0x56, + 0xfd, + 0xf0, + 0x16, + 0xff, + 0x92, + 0x6f, + 0xff, + 0x26, + 0xd3, + 0x00, + 0x41, + 0x74, + 0xff, + 0xb7, + 0x89, + 0xfe, + 0x40, + 0x08, + 0x00, + 0xbf, + 0xa3, + 0xff, + 0xa5, + 0xfd, + 0xff, + 0x63, + 0x33, + 0x00, + 0x4e, + 0x3a, + 0xff, + 0x71, + 0x5e, + 0xff, + 0x5e, + 0xa0, + 0xff, + 0x38, + 0x2d, + 0xff, + 0x6e, + 0x1a, + 0xff, + 0x51, + 0xc7, + 0xff, + 0x00, + 0x6b, + 0xff, + 0x30, + 0x3c, + 0xff, + 0x86, + 0x92, + 0xff, + 0x50, + 0xe1, + 0xfe, + 0x4d, + 0x1c, + 0xff, + 0xbd, + 0x75, + 0xff, + 0xb3, + 0x4d, + 0xff, + 0xa4, + 0xc0, + 0xff, + 0xf1, + 0xe5, + 0xff, + 0x83, + 0x9e, + 0xff, + 0xf9, + 0xcb, + 0xff, + 0xd0, + 0xfb, + 0xff, + 0x81, + 0x88, + 0xff, + 0xd4, + 0xa5, + 0xff, + 0x64, + 0xc3, + 0xff, + 0x74, + 0x5d, + 0xff, + 0xd5, + 0x38, + 0xff, + 0xe8, + 0x27, + 0xff, + 0x49, + 0xaf, + 0x14, + 0x29, + 0x7f, + 0x27, + 0xd2, + 0x09, + 0x09, + 0xd5, + 0x92, + 0x01, + 0xc2, + 0x7f, + 0x15, + 0xba, + 0xdf, + 0xfb, + 0x64, + 0x89, + 0xf7, + 0x45, + 0xb7, + 0x03, + 0x27, + 0x1e, + 0xf6, + 0xd2, + 0xdf, + 0x00, + 0x6a, + 0x6e, + 0x05, + 0xd2, + 0x4f, + 0xee, + 0xc8, + 0xf2, + 0xef, + 0x18, + 0x08, + 0x05, + 0x91, + 0x24, + 0x00, + 0xb8, + 0x8a, + 0xf9, + 0x57, + 0xca, + 0x03, + 0xf9, + 0x5e, + 0xfc, + 0x98, + 0x66, + 0xfc, + 0x94, + 0x29, + 0x05, + 0x0f, + 0xb8, + 0xfd, + 0x82, + 0xec, + 0xfd, + 0x03, + 0x3e, + 0x01, + 0x50, + 0x96, + 0xff, + 0x27, + 0x7f, + 0xff, + 0x31, + 0x56, + 0xff, + 0xb5, + 0xd0, + 0xfd, + 0xee, + 0x76, + 0xfc, + 0x18, + 0xaa, + 0xfe, + 0x3f, + 0x37, + 0xfe, + 0x0d, + 0x8e, + 0xfd, + 0xb9, + 0xbd, + 0xfe, + 0x39, + 0xf0, + 0xfe, + 0x40, + 0x51, + 0x00, + 0x79, + 0x1d, + 0xff, + 0xc8, + 0xa3, + 0xfe, + 0xa4, + 0x0f, + 0x00, + 0xf7, + 0x44, + 0xff, + 0x8f, + 0xb6, + 0xff, + 0x0c, + 0x5b, + 0x00, + 0xab, + 0xbc, + 0xff, + 0x1d, + 0xa5, + 0xff, + 0x00, + 0x6c, + 0xff, + 0x23, + 0x91, + 0xfe, + 0x65, + 0x95, + 0xfe, + 0x52, + 0xc5, + 0xff, + 0x1b, + 0xa4, + 0xff, + 0x4e, + 0x65, + 0xff, + 0x3d, + 0x71, + 0xff, + 0x4c, + 0xbe, + 0xfe, + 0x1b, + 0x02, + 0xff, + 0x31, + 0x42, + 0xff, + 0x48, + 0x4c, + 0xff, + 0x67, + 0xdd, + 0xff, + 0x62, + 0xfb, + 0xff, + 0xb9, + 0x9a, + 0xff, + 0x65, + 0xb7, + 0xff, + 0xdc, + 0xe4, + 0xff, + 0x54, + 0x8c, + 0xff, + 0x0b, + 0xde, + 0xff, + 0xcc, + 0xe9, + 0xff, + 0x11, + 0x48, + 0xff, + 0x49, + 0x06, + 0xff, + 0xf9, + 0x11, + 0xff, + 0x9c, + 0x84, + 0x15, + 0x15, + 0x76, + 0x2b, + 0x1d, + 0x26, + 0x09, + 0x3d, + 0x61, + 0xfb, + 0xbf, + 0x48, + 0x17, + 0x84, + 0xa5, + 0xfe, + 0xe1, + 0xf1, + 0xf3, + 0xe5, + 0xe8, + 0x05, + 0x63, + 0x46, + 0xf7, + 0x83, + 0x25, + 0x01, + 0x3d, + 0xd0, + 0x0a, + 0x55, + 0x69, + 0xed, + 0x0a, + 0x98, + 0xe9, + 0x9d, + 0x1d, + 0x03, + 0x85, + 0x43, + 0x03, + 0xdd, + 0x0c, + 0xfa, + 0x31, + 0xec, + 0x02, + 0xd6, + 0x2a, + 0xfe, + 0x83, + 0x75, + 0xfb, + 0x99, + 0x87, + 0x04, + 0x8d, + 0x83, + 0xfe, + 0x23, + 0xfc, + 0xfc, + 0xc0, + 0x08, + 0x01, + 0x07, + 0x6c, + 0x00, + 0xc6, + 0x94, + 0x00, + 0x07, + 0xef, + 0xfe, + 0xc3, + 0x1f, + 0xfd, + 0xa3, + 0x8b, + 0xfc, + 0x02, + 0x72, + 0xfe, + 0x4a, + 0xce, + 0xfe, + 0x4e, + 0x54, + 0xfd, + 0x93, + 0x73, + 0xfd, + 0x11, + 0xce, + 0xfe, + 0x52, + 0x3c, + 0x01, + 0x17, + 0x54, + 0xff, + 0x51, + 0xcf, + 0xfd, + 0x06, + 0xcc, + 0xff, + 0x5e, + 0x3b, + 0xff, + 0xc1, + 0xdd, + 0xff, + 0x83, + 0xf4, + 0x00, + 0x83, + 0xc2, + 0xff, + 0xfe, + 0x57, + 0xff, + 0x35, + 0x2e, + 0xff, + 0x61, + 0x6d, + 0xfe, + 0x23, + 0xa3, + 0xfe, + 0x5c, + 0xf1, + 0xff, + 0x6e, + 0xad, + 0xff, + 0x91, + 0x41, + 0xff, + 0xf7, + 0x64, + 0xff, + 0xee, + 0x9b, + 0xfe, + 0xe9, + 0xe2, + 0xfe, + 0xaf, + 0x51, + 0xff, + 0x79, + 0x55, + 0xff, + 0x98, + 0xda, + 0xff, + 0x63, + 0x19, + 0x00, + 0x3a, + 0xc1, + 0xff, + 0x4f, + 0xc1, + 0xff, + 0x85, + 0xf6, + 0xff, + 0x0e, + 0x79, + 0xff, + 0xbf, + 0xaf, + 0xff, + 0x3c, + 0xf4, + 0xff, + 0x80, + 0x78, + 0xff, + 0xa8, + 0x1b, + 0xff, + 0xa6, + 0xfc, + 0xfe, + 0xc6, + 0x99, + 0x18, + 0xf2, + 0xf6, + 0x30, + 0xcc, + 0x41, + 0x07, + 0x92, + 0x63, + 0xf4, + 0x15, + 0x61, + 0x16, + 0xa1, + 0xd6, + 0xff, + 0xc7, + 0xbf, + 0xf3, + 0x58, + 0xb4, + 0x07, + 0x25, + 0x17, + 0xf7, + 0xab, + 0x84, + 0x00, + 0x4f, + 0xa9, + 0x0e, + 0xfe, + 0x75, + 0xee, + 0x04, + 0x5b, + 0xe5, + 0xaf, + 0x85, + 0x00, + 0xe0, + 0x4e, + 0x04, + 0x03, + 0xe8, + 0xfb, + 0x40, + 0x17, + 0x03, + 0x90, + 0x77, + 0xfe, + 0x7a, + 0x3c, + 0xfb, + 0x81, + 0x2d, + 0x03, + 0xfa, + 0xcf, + 0xfe, + 0x67, + 0x9c, + 0xfc, + 0xce, + 0x86, + 0x00, + 0xb0, + 0x3b, + 0x01, + 0xe1, + 0xb8, + 0x00, + 0xc6, + 0x8a, + 0xfe, + 0xf2, + 0xac, + 0xfc, + 0xf8, + 0xb9, + 0xfc, + 0x07, + 0x0b, + 0xfe, + 0x48, + 0x22, + 0xfe, + 0xd0, + 0x95, + 0xfd, + 0xf7, + 0x60, + 0xfd, + 0xfd, + 0x04, + 0xff, + 0x11, + 0x9b, + 0x01, + 0x20, + 0x00, + 0xff, + 0x0a, + 0x33, + 0xfd, + 0x20, + 0xb3, + 0xff, + 0x5e, + 0xb0, + 0xff, + 0x1f, + 0xed, + 0xff, + 0x91, + 0xab, + 0x00, + 0x01, + 0x4d, + 0xff, + 0xa1, + 0x29, + 0xff, + 0xa8, + 0x94, + 0xff, + 0x48, + 0x8b, + 0xfe, + 0x06, + 0x55, + 0xfe, + 0x73, + 0xbf, + 0xff, + 0x24, + 0xb3, + 0xff, + 0x50, + 0x65, + 0xff, + 0x61, + 0x65, + 0xff, + 0x41, + 0x6b, + 0xfe, + 0x37, + 0xc4, + 0xfe, + 0x5b, + 0x41, + 0xff, + 0x7d, + 0x3d, + 0xff, + 0xad, + 0xc7, + 0xff, + 0x7c, + 0x2e, + 0x00, + 0x6e, + 0xd9, + 0xff, + 0x36, + 0xc4, + 0xff, + 0x3b, + 0x02, + 0x00, + 0x61, + 0x64, + 0xff, + 0x8e, + 0x95, + 0xff, + 0x3c, + 0xf7, + 0xff, + 0xd3, + 0x8d, + 0xff, + 0x66, + 0x19, + 0xff, + 0xe1, + 0xdb, + 0xfe, + 0x88, + 0x3e, + 0x1d, + 0xe4, + 0xb9, + 0x35, + 0x36, + 0x73, + 0x02, + 0x61, + 0x8d, + 0xf0, + 0xa0, + 0x38, + 0x16, + 0x34, + 0xe4, + 0xfd, + 0x18, + 0x9d, + 0xf5, + 0x1f, + 0x02, + 0x09, + 0x4d, + 0x2b, + 0xf5, + 0x35, + 0xac, + 0x01, + 0xa7, + 0x10, + 0x13, + 0x8d, + 0x9f, + 0xee, + 0x14, + 0xa0, + 0xe1, + 0x62, + 0xc6, + 0xff, + 0x63, + 0x36, + 0x04, + 0xd3, + 0xa2, + 0xfd, + 0x85, + 0x5c, + 0x04, + 0x53, + 0x2f, + 0xfd, + 0xfa, + 0xac, + 0xfb, + 0xfd, + 0xfe, + 0x01, + 0xf5, + 0x64, + 0xfe, + 0xd8, + 0x5a, + 0xfd, + 0xae, + 0xcc, + 0xff, + 0x6d, + 0x5e, + 0x01, + 0x79, + 0x8d, + 0x00, + 0xe1, + 0x9d, + 0xfe, + 0x56, + 0x6b, + 0xfc, + 0x99, + 0x01, + 0xfc, + 0xea, + 0xbb, + 0xfd, + 0x57, + 0xf8, + 0xfd, + 0x3e, + 0x8c, + 0xfe, + 0x68, + 0xa1, + 0xfd, + 0x7f, + 0xe1, + 0xfe, + 0x65, + 0xcf, + 0x01, + 0xc5, + 0xad, + 0xfe, + 0xb2, + 0x6c, + 0xfd, + 0xd3, + 0xc8, + 0xff, + 0xdc, + 0x5e, + 0xff, + 0x5a, + 0x87, + 0xff, + 0x77, + 0x5c, + 0x00, + 0xe4, + 0xb0, + 0xff, + 0xb4, + 0x50, + 0xff, + 0xe1, + 0x6d, + 0xff, + 0xf3, + 0x4b, + 0xfe, + 0x7e, + 0x50, + 0xfe, + 0xfa, + 0x18, + 0x00, + 0xe1, + 0x8d, + 0xff, + 0x55, + 0x4e, + 0xff, + 0x01, + 0x59, + 0xff, + 0xa6, + 0x73, + 0xfe, + 0x4e, + 0xfe, + 0xfe, + 0x14, + 0x07, + 0xff, + 0xb1, + 0x15, + 0xff, + 0x43, + 0xc8, + 0xff, + 0xfc, + 0x3d, + 0x00, + 0x57, + 0xf0, + 0xff, + 0xed, + 0xa3, + 0xff, + 0xdb, + 0xce, + 0xff, + 0x8f, + 0x44, + 0xff, + 0xbe, + 0xae, + 0xff, + 0x1b, + 0x22, + 0x00, + 0xd0, + 0x9b, + 0xff, + 0x69, + 0x09, + 0xff, + 0xc6, + 0xcf, + 0xfe, + 0xf1, + 0xb1, + 0x1f, + 0x49, + 0x89, + 0x3b, + 0x22, + 0x31, + 0x02, + 0xa1, + 0xb8, + 0xe8, + 0x39, + 0x49, + 0x12, + 0x51, + 0x35, + 0xfe, + 0xf9, + 0x5a, + 0xf8, + 0xc1, + 0xfa, + 0x0b, + 0x4c, + 0xeb, + 0xf1, + 0x7e, + 0x82, + 0xff, + 0xfb, + 0x0d, + 0x17, + 0xb0, + 0xc8, + 0xf0, + 0xc6, + 0x12, + 0xe0, + 0x7f, + 0x60, + 0xfe, + 0x64, + 0x59, + 0x03, + 0xf1, + 0x99, + 0xfd, + 0x0e, + 0x76, + 0x05, + 0x58, + 0x6b, + 0xfd, + 0x69, + 0xe4, + 0xfa, + 0x68, + 0x09, + 0x01, + 0x05, + 0x47, + 0xfe, + 0x70, + 0x46, + 0xfd, + 0x0a, + 0xd8, + 0xfe, + 0x53, + 0x57, + 0x01, + 0x14, + 0x97, + 0x00, + 0x17, + 0x1d, + 0xfe, + 0x7e, + 0xc4, + 0xfb, + 0xd8, + 0x4d, + 0xfb, + 0x19, + 0x8d, + 0xfd, + 0x61, + 0x2e, + 0xfe, + 0x07, + 0x5a, + 0xff, + 0x51, + 0xce, + 0xfd, + 0x2f, + 0x7b, + 0xfe, + 0x17, + 0x11, + 0x02, + 0xfd, + 0xf7, + 0xfe, + 0x6e, + 0x58, + 0xfd, + 0xb0, + 0x3f, + 0xff, + 0x8c, + 0xb7, + 0xfe, + 0x9e, + 0x7c, + 0xff, + 0x67, + 0xb0, + 0x00, + 0x39, + 0xa5, + 0xff, + 0xee, + 0x04, + 0xff, + 0x41, + 0x2a, + 0xff, + 0xa5, + 0x4c, + 0xfe, + 0x99, + 0x82, + 0xfe, + 0x63, + 0xf3, + 0xff, + 0x55, + 0x5e, + 0xff, + 0x9a, + 0x92, + 0xff, + 0x0f, + 0x91, + 0xff, + 0x16, + 0x04, + 0xfe, + 0x97, + 0xac, + 0xfe, + 0x0e, + 0x12, + 0xff, + 0x69, + 0x28, + 0xff, + 0x94, + 0xfc, + 0xff, + 0xf2, + 0x2b, + 0x00, + 0xff, + 0xb2, + 0xff, + 0xf1, + 0x7c, + 0xff, + 0x11, + 0xcf, + 0xff, + 0x71, + 0x30, + 0xff, + 0x82, + 0x77, + 0xff, + 0x94, + 0x14, + 0x00, + 0x1d, + 0x8d, + 0xff, + 0x4e, + 0x12, + 0xff, + 0x8c, + 0xec, + 0xfe, + 0x6d, + 0x8b, + 0x23, + 0x9b, + 0xbd, + 0x40, + 0x54, + 0xac, + 0xff, + 0x17, + 0x41, + 0xe4, + 0xd9, + 0x9b, + 0x0f, + 0xf4, + 0x6f, + 0xfc, + 0x53, + 0x55, + 0xfd, + 0x76, + 0x85, + 0x0d, + 0x84, + 0xbc, + 0xed, + 0x04, + 0x16, + 0x01, + 0x7e, + 0x9c, + 0x19, + 0x8e, + 0x6f, + 0xf2, + 0x7b, + 0xd6, + 0xe1, + 0x1c, + 0xbc, + 0xfc, + 0x6a, + 0x6c, + 0x01, + 0x71, + 0xa9, + 0xfd, + 0x96, + 0x2c, + 0x07, + 0x53, + 0xb2, + 0xfe, + 0xb4, + 0xe1, + 0xf9, + 0x2d, + 0xfd, + 0xff, + 0x22, + 0x69, + 0xfe, + 0xeb, + 0x8c, + 0xfd, + 0x73, + 0x6f, + 0xfe, + 0xa2, + 0x28, + 0x01, + 0xfd, + 0x7e, + 0x00, + 0x60, + 0xa5, + 0xfd, + 0x6e, + 0xf2, + 0xfb, + 0x19, + 0xf9, + 0xfa, + 0x2f, + 0x2a, + 0xfd, + 0xbd, + 0xd4, + 0xfe, + 0xad, + 0xe6, + 0xff, + 0x14, + 0x1c, + 0xfe, + 0x04, + 0xc5, + 0xfe, + 0x88, + 0xae, + 0x02, + 0x7f, + 0xf4, + 0xfe, + 0xac, + 0xc9, + 0xfc, + 0x5a, + 0x49, + 0xff, + 0x18, + 0xc3, + 0xfe, + 0x0d, + 0xa6, + 0xff, + 0x9e, + 0x99, + 0x00, + 0xc6, + 0x80, + 0xff, + 0xe3, + 0x34, + 0xff, + 0x3c, + 0x2e, + 0xff, + 0xf6, + 0x88, + 0xfe, + 0xa1, + 0x7c, + 0xfe, + 0xa3, + 0xb1, + 0xff, + 0x08, + 0x8f, + 0xff, + 0xf7, + 0xe6, + 0xff, + 0x70, + 0xa2, + 0xff, + 0xd3, + 0xd8, + 0xfd, + 0xb0, + 0x99, + 0xfe, + 0xb3, + 0xfe, + 0xfe, + 0x20, + 0x21, + 0xff, + 0x16, + 0x27, + 0x00, + 0xbc, + 0x44, + 0x00, + 0x11, + 0xb1, + 0xff, + 0xe5, + 0x74, + 0xff, + 0xda, + 0xc8, + 0xff, + 0x2a, + 0x31, + 0xff, + 0x24, + 0x66, + 0xff, + 0x60, + 0xf7, + 0xff, + 0x9d, + 0x79, + 0xff, + 0x3c, + 0x0a, + 0xff, + 0x20, + 0xf4, + 0xfe, + 0xac, + 0xb0, + 0x27, + 0x78, + 0xc9, + 0x44, + 0x63, + 0x05, + 0xfc, + 0x0a, + 0xa9, + 0xe1, + 0xb0, + 0x4a, + 0x0d, + 0xbe, + 0xd9, + 0xf9, + 0x9c, + 0xb1, + 0x01, + 0x2d, + 0xf8, + 0x0c, + 0x7f, + 0xa7, + 0xea, + 0xe7, + 0x6e, + 0x03, + 0x00, + 0x83, + 0x1a, + 0x90, + 0xbe, + 0xf4, + 0x39, + 0x46, + 0xe3, + 0xe6, + 0xc5, + 0xfa, + 0x36, + 0xd6, + 0xff, + 0x90, + 0xf6, + 0xfc, + 0x81, + 0x66, + 0x09, + 0xe1, + 0x3e, + 0xff, + 0x46, + 0xf7, + 0xf7, + 0x04, + 0xe2, + 0xff, + 0x41, + 0x8e, + 0xfe, + 0x32, + 0x77, + 0xfd, + 0xdc, + 0xb7, + 0xfd, + 0x77, + 0x9e, + 0x00, + 0x31, + 0x47, + 0x00, + 0x02, + 0x8b, + 0xfd, + 0x56, + 0x73, + 0xfc, + 0xe8, + 0xf9, + 0xf9, + 0x91, + 0xa0, + 0xfc, + 0x75, + 0x8f, + 0xff, + 0xfa, + 0x28, + 0x00, + 0x02, + 0x8d, + 0xfe, + 0x7f, + 0x24, + 0xff, + 0x39, + 0xb5, + 0x02, + 0xfe, + 0x65, + 0xfe, + 0x10, + 0xc9, + 0xfc, + 0x9f, + 0x99, + 0xff, + 0xf5, + 0x55, + 0xfe, + 0x6e, + 0x94, + 0xff, + 0xdd, + 0x98, + 0x00, + 0x2c, + 0xb2, + 0xff, + 0x5c, + 0x7c, + 0xff, + 0xbb, + 0x25, + 0xff, + 0xdc, + 0x7f, + 0xfe, + 0xf8, + 0x2c, + 0xfe, + 0x44, + 0x9f, + 0xff, + 0x77, + 0xda, + 0xff, + 0x26, + 0xf5, + 0xff, + 0xdb, + 0x62, + 0xff, + 0xdd, + 0xc4, + 0xfd, + 0x1f, + 0xac, + 0xfe, + 0xb5, + 0xe8, + 0xfe, + 0x9b, + 0x12, + 0xff, + 0x93, + 0x37, + 0x00, + 0x55, + 0x40, + 0x00, + 0xba, + 0x95, + 0xff, + 0x1a, + 0x84, + 0xff, + 0x05, + 0xce, + 0xff, + 0x7f, + 0x31, + 0xff, + 0x89, + 0x5f, + 0xff, + 0xba, + 0xd2, + 0xff, + 0xba, + 0x6a, + 0xff, + 0xe5, + 0x04, + 0xff, + 0x83, + 0x0a, + 0xff, + 0xd7, + 0x51, + 0x29, + 0x75, + 0x82, + 0x48, + 0x45, + 0x52, + 0xfc, + 0xf7, + 0x6c, + 0xde, + 0x45, + 0x04, + 0x0b, + 0x9d, + 0xc5, + 0xf8, + 0xe9, + 0xb2, + 0x02, + 0x85, + 0x3f, + 0x0d, + 0x22, + 0xf6, + 0xe9, + 0x8d, + 0xef, + 0x02, + 0x2f, + 0xe8, + 0x1a, + 0x1a, + 0xba, + 0xf9, + 0x44, + 0x5c, + 0xe4, + 0x8c, + 0x08, + 0xf8, + 0x49, + 0x4e, + 0xff, + 0x96, + 0x17, + 0xfb, + 0xc2, + 0x1a, + 0x0b, + 0x19, + 0xac, + 0x00, + 0x84, + 0xe0, + 0xf5, + 0x0d, + 0x61, + 0x00, + 0xc1, + 0xd0, + 0xfe, + 0xba, + 0xc9, + 0xfc, + 0x05, + 0xdd, + 0xfc, + 0xce, + 0x7f, + 0x00, + 0xd6, + 0x7c, + 0x00, + 0xdd, + 0x5a, + 0xfd, + 0x83, + 0x07, + 0xfd, + 0xe7, + 0xee, + 0xf8, + 0xbd, + 0x28, + 0xfc, + 0x0d, + 0x41, + 0x00, + 0x06, + 0x4e, + 0x00, + 0xed, + 0x3c, + 0xff, + 0xa0, + 0x0e, + 0xff, + 0x78, + 0x40, + 0x02, + 0x00, + 0x6b, + 0xfe, + 0xe5, + 0x03, + 0xfd, + 0x22, + 0x68, + 0xff, + 0x93, + 0xee, + 0xfd, + 0x8a, + 0xd1, + 0xff, + 0x66, + 0xc6, + 0x00, + 0x0e, + 0x10, + 0x00, + 0xd9, + 0xc4, + 0xff, + 0x25, + 0x24, + 0xff, + 0x94, + 0x6c, + 0xfe, + 0x84, + 0xd5, + 0xfd, + 0x2f, + 0xaf, + 0xff, + 0x1f, + 0xec, + 0xff, + 0xfa, + 0xbf, + 0xff, + 0xae, + 0x66, + 0xff, + 0x1e, + 0xc5, + 0xfd, + 0xdc, + 0x90, + 0xfe, + 0xde, + 0xe4, + 0xfe, + 0x81, + 0x1d, + 0xff, + 0x09, + 0x46, + 0x00, + 0x37, + 0x4c, + 0x00, + 0xfa, + 0x87, + 0xff, + 0x7b, + 0x6d, + 0xff, + 0x2a, + 0xd1, + 0xff, + 0xdb, + 0x38, + 0xff, + 0xe5, + 0x52, + 0xff, + 0x5a, + 0xe5, + 0xff, + 0xb0, + 0x7b, + 0xff, + 0xf9, + 0xf8, + 0xfe, + 0xe3, + 0x07, + 0xff, + 0x22, + 0x5e, + 0x28, + 0x3c, + 0x7f, + 0x4b, + 0xcb, + 0x9b, + 0x00, + 0x57, + 0xec, + 0xda, + 0x4c, + 0x94, + 0x08, + 0xa8, + 0xc1, + 0xf8, + 0x5e, + 0xaa, + 0x00, + 0x3e, + 0x79, + 0x0e, + 0x20, + 0x5e, + 0xea, + 0x81, + 0xe6, + 0xff, + 0x9c, + 0xdc, + 0x1a, + 0x58, + 0x52, + 0x00, + 0x37, + 0x59, + 0xe6, + 0x72, + 0x08, + 0xf4, + 0x02, + 0x2b, + 0xff, + 0x07, + 0xb2, + 0xf8, + 0xde, + 0x3e, + 0x0b, + 0x0c, + 0xa6, + 0x03, + 0x6c, + 0x03, + 0xf4, + 0x75, + 0x78, + 0x00, + 0x4f, + 0x27, + 0xff, + 0xd7, + 0xb8, + 0xfb, + 0x07, + 0x38, + 0xfc, + 0x14, + 0x7d, + 0x00, + 0x74, + 0xbc, + 0x00, + 0x91, + 0xa0, + 0xfc, + 0xc9, + 0xdc, + 0xfd, + 0x6a, + 0x97, + 0xf8, + 0x9e, + 0x42, + 0xfb, + 0x02, + 0xd1, + 0x00, + 0xc5, + 0x4e, + 0x00, + 0x3c, + 0x98, + 0xff, + 0xd6, + 0xad, + 0xfe, + 0xcf, + 0xc7, + 0x01, + 0x83, + 0xac, + 0xfe, + 0xc2, + 0xce, + 0xfc, + 0xea, + 0x47, + 0xff, + 0xdd, + 0xfd, + 0xfd, + 0x20, + 0xe6, + 0xff, + 0x1e, + 0xde, + 0x00, + 0x18, + 0x89, + 0x00, + 0x12, + 0x18, + 0x00, + 0x11, + 0xd7, + 0xfe, + 0x4c, + 0x5c, + 0xfe, + 0x35, + 0xe3, + 0xfd, + 0x57, + 0x83, + 0xff, + 0x15, + 0xb1, + 0xff, + 0x63, + 0xa6, + 0xff, + 0x30, + 0x77, + 0xff, + 0x72, + 0x98, + 0xfd, + 0xdd, + 0x57, + 0xfe, + 0xeb, + 0x02, + 0xff, + 0x3a, + 0x54, + 0xff, + 0xe2, + 0x4a, + 0x00, + 0x6e, + 0x31, + 0x00, + 0x15, + 0x84, + 0xff, + 0xad, + 0x5d, + 0xff, + 0x4b, + 0xc8, + 0xff, + 0x74, + 0x3a, + 0xff, + 0x31, + 0x41, + 0xff, + 0x9a, + 0xef, + 0xff, + 0xdc, + 0x7e, + 0xff, + 0x10, + 0x04, + 0xff, + 0xf3, + 0x17, + 0xff, + 0xce, + 0x9e, + 0x29, + 0x4d, + 0x41, + 0x4d, + 0x80, + 0xfa, + 0x00, + 0x1b, + 0x23, + 0xdb, + 0xde, + 0x59, + 0x07, + 0x7d, + 0xbf, + 0xf6, + 0x70, + 0x80, + 0x00, + 0xe8, + 0xc5, + 0x0d, + 0x4c, + 0xfa, + 0xe9, + 0xd8, + 0xb8, + 0xfe, + 0xae, + 0x68, + 0x1a, + 0xce, + 0x53, + 0x05, + 0xe2, + 0x95, + 0xe8, + 0x70, + 0xf6, + 0xf1, + 0x92, + 0xb5, + 0xfd, + 0x77, + 0x03, + 0xf7, + 0x50, + 0xd4, + 0x0b, + 0xd3, + 0xdd, + 0x04, + 0xa5, + 0xef, + 0xf3, + 0x4f, + 0x58, + 0x00, + 0x88, + 0xfb, + 0xfe, + 0x04, + 0x5d, + 0xfb, + 0xce, + 0x89, + 0xfb, + 0xf1, + 0xd3, + 0x00, + 0xf9, + 0x53, + 0x00, + 0xc7, + 0x2f, + 0xfc, + 0x8e, + 0xcf, + 0xfe, + 0x47, + 0x78, + 0xf8, + 0x8e, + 0x1c, + 0xfb, + 0x4d, + 0xfc, + 0x00, + 0x99, + 0x29, + 0x00, + 0xb1, + 0x4a, + 0xff, + 0xe5, + 0x82, + 0xfe, + 0x33, + 0xaf, + 0x01, + 0xfd, + 0x42, + 0xfe, + 0xb3, + 0x2b, + 0xfd, + 0x86, + 0x85, + 0xff, + 0xbc, + 0xea, + 0xfd, + 0x4b, + 0x1a, + 0x00, + 0xf7, + 0x24, + 0x01, + 0xeb, + 0xf5, + 0x00, + 0x10, + 0xdc, + 0xff, + 0x57, + 0xb6, + 0xfe, + 0xc0, + 0xac, + 0xfe, + 0x0a, + 0xde, + 0xfd, + 0xda, + 0x41, + 0xff, + 0x2e, + 0x9f, + 0xff, + 0x47, + 0xb5, + 0xff, + 0x4f, + 0x31, + 0xff, + 0x52, + 0x86, + 0xfd, + 0x94, + 0x67, + 0xfe, + 0x87, + 0x07, + 0xff, + 0xe4, + 0x8f, + 0xff, + 0xca, + 0x5c, + 0x00, + 0x81, + 0x1f, + 0x00, + 0x87, + 0x81, + 0xff, + 0x33, + 0x56, + 0xff, + 0x90, + 0xbd, + 0xff, + 0xfc, + 0x45, + 0xff, + 0xa8, + 0x39, + 0xff, + 0xe2, + 0xe2, + 0xff, + 0x7c, + 0x76, + 0xff, + 0xae, + 0xff, + 0xfe, + 0xa6, + 0x35, + 0xff, + 0x62, + 0xb3, + 0x2c, + 0x08, + 0x7f, + 0x4d, + 0xa4, + 0xd1, + 0xfd, + 0x1f, + 0xc3, + 0xde, + 0x5c, + 0x4e, + 0x06, + 0x9c, + 0xb6, + 0xf2, + 0x6b, + 0x99, + 0x02, + 0x48, + 0x91, + 0x0b, + 0x3b, + 0x5c, + 0xe8, + 0x87, + 0x88, + 0xfe, + 0x3e, + 0x5f, + 0x1a, + 0x94, + 0x3e, + 0x08, + 0x4d, + 0x00, + 0xea, + 0x17, + 0x8e, + 0xf2, + 0xe4, + 0xda, + 0xfa, + 0xda, + 0xe7, + 0xf5, + 0x28, + 0xae, + 0x0c, + 0x8b, + 0x18, + 0x04, + 0xb5, + 0xa7, + 0xf5, + 0x25, + 0x4e, + 0xff, + 0x86, + 0x78, + 0xfe, + 0x2d, + 0x06, + 0xfc, + 0x0d, + 0x65, + 0xfa, + 0xaa, + 0xfd, + 0x00, + 0xa6, + 0x69, + 0xff, + 0xde, + 0x8c, + 0xfc, + 0x6d, + 0x6f, + 0xff, + 0x94, + 0x60, + 0xf8, + 0xa2, + 0xa6, + 0xfb, + 0x22, + 0x36, + 0x00, + 0x7d, + 0xdf, + 0xff, + 0x5c, + 0xce, + 0xfe, + 0xd4, + 0x4d, + 0xfe, + 0xd1, + 0xad, + 0x01, + 0x75, + 0xeb, + 0xfd, + 0x61, + 0xed, + 0xfd, + 0xff, + 0x67, + 0xff, + 0x56, + 0xec, + 0xfd, + 0xba, + 0xac, + 0x00, + 0xb9, + 0xf3, + 0x00, + 0x63, + 0xae, + 0x00, + 0x24, + 0xd8, + 0xff, + 0xb4, + 0xef, + 0xfe, + 0xde, + 0x78, + 0xfe, + 0x04, + 0xd7, + 0xfd, + 0xe8, + 0x57, + 0xff, + 0xbc, + 0x59, + 0xff, + 0x90, + 0x90, + 0xff, + 0x10, + 0x0a, + 0xff, + 0x95, + 0x9c, + 0xfd, + 0x46, + 0x94, + 0xfe, + 0x79, + 0x13, + 0xff, + 0x2a, + 0x8d, + 0xff, + 0xaa, + 0x51, + 0x00, + 0xcf, + 0x0d, + 0x00, + 0x17, + 0x6a, + 0xff, + 0xad, + 0x69, + 0xff, + 0x1b, + 0xce, + 0xff, + 0x09, + 0x41, + 0xff, + 0xbe, + 0x1f, + 0xff, + 0xeb, + 0xc3, + 0xff, + 0x47, + 0x62, + 0xff, + 0x5d, + 0x01, + 0xff, + 0x12, + 0x4c, + 0xff, + 0xa1, + 0x88, + 0x29, + 0x13, + 0xe9, + 0x4d, + 0x57, + 0xee, + 0x04, + 0xbd, + 0x2e, + 0xdf, + 0x10, + 0x88, + 0x04, + 0x4f, + 0x6a, + 0xf1, + 0x9d, + 0xad, + 0xff, + 0x22, + 0x57, + 0x0e, + 0x91, + 0xe7, + 0xe6, + 0x70, + 0xdd, + 0xf9, + 0x86, + 0xf0, + 0x1a, + 0x2a, + 0xbf, + 0x0b, + 0x44, + 0x52, + 0xee, + 0xd2, + 0x13, + 0xf2, + 0x81, + 0x68, + 0xf9, + 0x63, + 0xeb, + 0xf3, + 0x6d, + 0x5f, + 0x0a, + 0x67, + 0x95, + 0x06, + 0xb1, + 0x10, + 0xf7, + 0x05, + 0x02, + 0xfe, + 0xf8, + 0xee, + 0xfd, + 0x58, + 0x0e, + 0xfd, + 0x02, + 0xd8, + 0xf9, + 0x09, + 0xc4, + 0xff, + 0xb3, + 0x3a, + 0x00, + 0x29, + 0x61, + 0xfc, + 0xc0, + 0x76, + 0x00, + 0x87, + 0x46, + 0xf9, + 0x79, + 0x46, + 0xfa, + 0xbe, + 0xbe, + 0xff, + 0x6a, + 0x9e, + 0xff, + 0xaf, + 0x6e, + 0xfe, + 0x8c, + 0x5b, + 0xfe, + 0x37, + 0x1e, + 0x02, + 0xba, + 0xef, + 0xfd, + 0x73, + 0xe1, + 0xfd, + 0x0c, + 0x14, + 0x00, + 0xd7, + 0x0d, + 0xfe, + 0xda, + 0x76, + 0x00, + 0xad, + 0x8c, + 0x00, + 0x75, + 0xa9, + 0x00, + 0xd9, + 0x27, + 0x00, + 0x02, + 0xb2, + 0xfe, + 0x7d, + 0x9e, + 0xfe, + 0x37, + 0x0b, + 0xfe, + 0x5a, + 0x26, + 0xff, + 0x02, + 0x1e, + 0xff, + 0x43, + 0x7f, + 0xff, + 0x69, + 0x32, + 0xff, + 0x75, + 0xca, + 0xfd, + 0x9c, + 0xe6, + 0xfe, + 0x95, + 0x1c, + 0xff, + 0x63, + 0x64, + 0xff, + 0x70, + 0x31, + 0x00, + 0x4f, + 0xe2, + 0xff, + 0x27, + 0x83, + 0xff, + 0xe2, + 0x91, + 0xff, + 0x62, + 0xe6, + 0xff, + 0xa0, + 0x3e, + 0xff, + 0x81, + 0x04, + 0xff, + 0x6d, + 0x9f, + 0xff, + 0xae, + 0x4b, + 0xff, + 0xda, + 0x13, + 0xff, + 0xb3, + 0x5f, + 0xff, + 0x3e, + 0x2e, + 0x27, + 0x00, + 0xfb, + 0x4c, + 0x72, + 0x73, + 0x0a, + 0x75, + 0x68, + 0xe2, + 0xc7, + 0x03, + 0x03, + 0xd2, + 0x2b, + 0xef, + 0x47, + 0x1f, + 0xfe, + 0x24, + 0x65, + 0x10, + 0x8f, + 0x55, + 0xe5, + 0x49, + 0x99, + 0xf5, + 0x04, + 0x3b, + 0x1b, + 0x94, + 0xed, + 0x0d, + 0x93, + 0x63, + 0xf2, + 0x2d, + 0x95, + 0xf4, + 0xfb, + 0xcf, + 0xf7, + 0x18, + 0xeb, + 0xf0, + 0x3f, + 0xbf, + 0x08, + 0x8c, + 0x1a, + 0x08, + 0x6e, + 0x6d, + 0xf8, + 0xfa, + 0xc0, + 0xfd, + 0x78, + 0xf8, + 0xfc, + 0x4c, + 0x42, + 0xfd, + 0x78, + 0x4d, + 0xfa, + 0x86, + 0x27, + 0xff, + 0xa0, + 0xf0, + 0x00, + 0x78, + 0xf1, + 0xfc, + 0x40, + 0xa8, + 0x00, + 0xf5, + 0x75, + 0xf9, + 0xeb, + 0xc4, + 0xf9, + 0x72, + 0xe5, + 0xfe, + 0xc1, + 0xe1, + 0xfe, + 0x75, + 0x70, + 0xff, + 0x8e, + 0xd4, + 0xfe, + 0xbc, + 0xd8, + 0x01, + 0x2c, + 0x60, + 0xfe, + 0xd1, + 0x0a, + 0xfe, + 0xcb, + 0x86, + 0x00, + 0x71, + 0xcd, + 0xfd, + 0xcd, + 0x2b, + 0x00, + 0xb8, + 0xa8, + 0x00, + 0x34, + 0x37, + 0x00, + 0xb7, + 0x3c, + 0x00, + 0x64, + 0xdd, + 0xfe, + 0x27, + 0xc0, + 0xfe, + 0x51, + 0x28, + 0xfe, + 0xe3, + 0x0d, + 0xff, + 0x55, + 0x10, + 0xff, + 0xdc, + 0x5c, + 0xff, + 0x7e, + 0x81, + 0xff, + 0xb9, + 0x25, + 0xfe, + 0x30, + 0x22, + 0xff, + 0x74, + 0x33, + 0xff, + 0x30, + 0x14, + 0xff, + 0x46, + 0x23, + 0x00, + 0x6a, + 0xf6, + 0xff, + 0x7f, + 0x85, + 0xff, + 0x4c, + 0xb7, + 0xff, + 0xbe, + 0x00, + 0x00, + 0x31, + 0x29, + 0xff, + 0xfc, + 0xdd, + 0xfe, + 0xa4, + 0x89, + 0xff, + 0x79, + 0x49, + 0xff, + 0xd9, + 0x2a, + 0xff, + 0x1e, + 0x86, + 0xff, + 0x1d, + 0xdb, + 0x28, + 0xb7, + 0xdc, + 0x4a, + 0xa1, + 0xca, + 0x08, + 0x7c, + 0xa7, + 0xe9, + 0xa9, + 0xe0, + 0x01, + 0x16, + 0x9b, + 0xea, + 0xe9, + 0xc3, + 0x01, + 0xcf, + 0x93, + 0x0e, + 0x4a, + 0xf1, + 0xe2, + 0x59, + 0xd7, + 0xf4, + 0x1e, + 0x6d, + 0x1a, + 0x91, + 0x53, + 0x0f, + 0x55, + 0x51, + 0xf4, + 0xd6, + 0x65, + 0xf9, + 0x46, + 0x3f, + 0xf6, + 0xcb, + 0x17, + 0xed, + 0x6e, + 0xa9, + 0x09, + 0xee, + 0x69, + 0x07, + 0x3f, + 0x11, + 0xf9, + 0x7b, + 0x34, + 0xfe, + 0x22, + 0xf4, + 0xfb, + 0x8d, + 0xa2, + 0xfc, + 0x99, + 0x37, + 0xfb, + 0x27, + 0xde, + 0x00, + 0x01, + 0x1c, + 0x00, + 0xcd, + 0x2e, + 0xfd, + 0xd4, + 0x12, + 0x01, + 0xd7, + 0x8d, + 0xf8, + 0xf8, + 0xc2, + 0xf9, + 0x9b, + 0xbe, + 0xfe, + 0xc9, + 0xeb, + 0xfe, + 0xd8, + 0xee, + 0xff, + 0xe6, + 0x6d, + 0xff, + 0x95, + 0xce, + 0x01, + 0xf2, + 0x6a, + 0xfe, + 0x02, + 0x62, + 0xfe, + 0x89, + 0x2b, + 0x00, + 0x4b, + 0xf8, + 0xfd, + 0xfd, + 0xe5, + 0xff, + 0x29, + 0x07, + 0x00, + 0x3e, + 0x80, + 0x00, + 0x46, + 0x1b, + 0x00, + 0x43, + 0xa2, + 0xfe, + 0xe4, + 0x10, + 0xff, + 0xab, + 0x69, + 0xfe, + 0x20, + 0x05, + 0xff, + 0x53, + 0xf0, + 0xfe, + 0x79, + 0x6e, + 0xff, + 0xe1, + 0xab, + 0xff, + 0x82, + 0x83, + 0xfe, + 0xae, + 0x52, + 0xff, + 0xd0, + 0xde, + 0xfe, + 0x5d, + 0x1e, + 0xff, + 0x90, + 0x5f, + 0x00, + 0xe7, + 0xdc, + 0xff, + 0x9d, + 0xa0, + 0xff, + 0x9e, + 0xc5, + 0xff, + 0xe3, + 0xde, + 0xff, + 0x8a, + 0x18, + 0xff, + 0x8a, + 0xdc, + 0xfe, + 0x56, + 0x93, + 0xff, + 0xbd, + 0x29, + 0xff, + 0xae, + 0x46, + 0xff, + 0xd4, + 0xac, + 0xff, + 0xf0, + 0x80, + 0x27, + 0x18, + 0x3b, + 0x48, + 0xab, + 0xd3, + 0x0b, + 0x67, + 0x69, + 0xef, + 0x17, + 0x41, + 0x00, + 0xe1, + 0xb3, + 0xe8, + 0x92, + 0x50, + 0x01, + 0x62, + 0x2f, + 0x0d, + 0xa2, + 0xbe, + 0xe4, + 0xb1, + 0x31, + 0xf1, + 0x9e, + 0x02, + 0x17, + 0x97, + 0x9f, + 0x13, + 0x63, + 0x39, + 0xf6, + 0x5f, + 0xf3, + 0xfc, + 0xe5, + 0x0f, + 0xf8, + 0xfb, + 0xdd, + 0xe7, + 0xc7, + 0x89, + 0x08, + 0x6b, + 0x20, + 0x08, + 0x85, + 0x30, + 0xf8, + 0x21, + 0x53, + 0xff, + 0x5b, + 0xeb, + 0xfb, + 0x2a, + 0x72, + 0xfb, + 0x67, + 0x78, + 0xfc, + 0x91, + 0xfd, + 0x01, + 0xaf, + 0xee, + 0xfe, + 0x51, + 0xb5, + 0xfd, + 0xbf, + 0x83, + 0x01, + 0x6b, + 0x0b, + 0xf7, + 0x8f, + 0xac, + 0xfa, + 0x5e, + 0x9e, + 0xff, + 0x26, + 0x02, + 0xfe, + 0xce, + 0x9d, + 0x00, + 0xfe, + 0x35, + 0x00, + 0x42, + 0x40, + 0x01, + 0x7d, + 0x4d, + 0xfe, + 0x61, + 0xdd, + 0xfe, + 0xc3, + 0x47, + 0x00, + 0x56, + 0x73, + 0xfd, + 0x03, + 0x8b, + 0xff, + 0x2e, + 0x0c, + 0x00, + 0xf5, + 0x3c, + 0x00, + 0xec, + 0xfb, + 0xff, + 0x5c, + 0xcf, + 0xfe, + 0x56, + 0x4d, + 0xff, + 0xdb, + 0x8b, + 0xfe, + 0x8c, + 0x1f, + 0xff, + 0x3c, + 0x0a, + 0xff, + 0x86, + 0x3b, + 0xff, + 0x34, + 0xe8, + 0xff, + 0x2d, + 0xba, + 0xfe, + 0xce, + 0x23, + 0xff, + 0x08, + 0x06, + 0xff, + 0xf7, + 0x43, + 0xff, + 0x59, + 0x62, + 0x00, + 0x01, + 0xcc, + 0xff, + 0x02, + 0x9d, + 0xff, + 0x22, + 0xbc, + 0xff, + 0x8e, + 0xe7, + 0xff, + 0x3c, + 0x51, + 0xff, + 0xf3, + 0xe8, + 0xfe, + 0x02, + 0x8b, + 0xff, + 0xc9, + 0x00, + 0xff, + 0x8c, + 0x34, + 0xff, + 0x21, + 0xc0, + 0xff, + 0x9e, + 0x22, + 0x25, + 0x0d, + 0x3c, + 0x45, + 0xba, + 0x98, + 0x0f, + 0x2d, + 0x4b, + 0xf4, + 0xe5, + 0x1c, + 0xff, + 0xb5, + 0xe8, + 0xe7, + 0x5d, + 0x0c, + 0xff, + 0x63, + 0xeb, + 0x0a, + 0x46, + 0xcf, + 0xe8, + 0x15, + 0x6a, + 0xee, + 0x66, + 0xbc, + 0x10, + 0xf1, + 0x49, + 0x18, + 0xd4, + 0x00, + 0xf9, + 0x5f, + 0x42, + 0xfe, + 0xcc, + 0xe5, + 0xfc, + 0xaa, + 0x46, + 0xe3, + 0x1c, + 0xf2, + 0x03, + 0xbc, + 0xe4, + 0x09, + 0x7b, + 0xdc, + 0xf6, + 0x31, + 0xde, + 0xff, + 0x97, + 0xcb, + 0xfd, + 0x2f, + 0x39, + 0xfa, + 0xcd, + 0xcc, + 0xfb, + 0x62, + 0xac, + 0x02, + 0x4c, + 0x36, + 0xff, + 0x1d, + 0xb6, + 0xfc, + 0x25, + 0xf7, + 0x01, + 0x3f, + 0xa8, + 0xf7, + 0x3c, + 0x2f, + 0xfa, + 0xb3, + 0xec, + 0x00, + 0x0d, + 0x2e, + 0xfe, + 0x0f, + 0x0e, + 0x00, + 0x75, + 0x7f, + 0x00, + 0xf1, + 0xe4, + 0x00, + 0xc2, + 0x90, + 0xfe, + 0xb6, + 0x9f, + 0xfe, + 0x40, + 0xdf, + 0xff, + 0x99, + 0xac, + 0xfd, + 0xcf, + 0x6f, + 0xff, + 0xd3, + 0xa7, + 0xff, + 0xce, + 0x94, + 0xff, + 0x8c, + 0x39, + 0x00, + 0xbd, + 0x25, + 0xff, + 0xe0, + 0x75, + 0xff, + 0x11, + 0xbc, + 0xfe, + 0xd3, + 0xf3, + 0xfe, + 0xef, + 0x40, + 0xff, + 0x34, + 0x0c, + 0xff, + 0x46, + 0xeb, + 0xff, + 0x9c, + 0xd0, + 0xfe, + 0xc0, + 0xf9, + 0xfe, + 0xa0, + 0x6d, + 0xff, + 0x89, + 0x43, + 0xff, + 0x59, + 0x2c, + 0x00, + 0xc0, + 0x9f, + 0xff, + 0x5b, + 0x86, + 0xff, + 0x0c, + 0xcf, + 0xff, + 0x9a, + 0x19, + 0x00, + 0x99, + 0xa9, + 0xff, + 0xd6, + 0xcd, + 0xfe, + 0x91, + 0x84, + 0xff, + 0x8a, + 0xe9, + 0xfe, + 0x24, + 0xf2, + 0xfe, + 0xcd, + 0xcd, + 0xff, + 0xea, + 0x04, + 0x23, + 0xcd, + 0x62, + 0x42, + 0x58, + 0xce, + 0x11, + 0xe1, + 0x19, + 0xf8, + 0xa9, + 0x7c, + 0x00, + 0x05, + 0x60, + 0xe8, + 0x05, + 0x03, + 0xfc, + 0x74, + 0x8e, + 0x08, + 0x8c, + 0xed, + 0xeb, + 0xe1, + 0xd4, + 0xed, + 0xbb, + 0x35, + 0x0b, + 0xad, + 0xd1, + 0x1a, + 0x44, + 0xd3, + 0xfd, + 0xed, + 0xab, + 0xfd, + 0xe0, + 0x98, + 0x01, + 0xdb, + 0xb9, + 0xe2, + 0x23, + 0x93, + 0xfc, + 0x32, + 0xcf, + 0x0b, + 0x03, + 0x12, + 0xf7, + 0xcc, + 0x7f, + 0xfe, + 0x59, + 0x34, + 0x00, + 0xcd, + 0xb3, + 0xf9, + 0xed, + 0xc6, + 0xfb, + 0x47, + 0x50, + 0x02, + 0x97, + 0xc6, + 0xfe, + 0x53, + 0xda, + 0xfc, + 0x11, + 0x9c, + 0x02, + 0x09, + 0x13, + 0xf9, + 0x4f, + 0xb8, + 0xf9, + 0xb4, + 0x20, + 0x02, + 0x68, + 0x2f, + 0xfe, + 0x9a, + 0x09, + 0xff, + 0xf8, + 0x91, + 0x01, + 0x95, + 0x58, + 0x00, + 0x51, + 0x57, + 0xfe, + 0xa8, + 0x88, + 0xfe, + 0xef, + 0xdc, + 0xff, + 0xd5, + 0xf9, + 0xfd, + 0x71, + 0xe2, + 0xfe, + 0xd3, + 0xf2, + 0xff, + 0xe7, + 0x5b, + 0xff, + 0x23, + 0x16, + 0x00, + 0x85, + 0x93, + 0xff, + 0xd9, + 0xbb, + 0xff, + 0xaa, + 0x21, + 0xff, + 0x1e, + 0xbf, + 0xfe, + 0xe5, + 0x49, + 0xff, + 0xec, + 0x06, + 0xff, + 0xf5, + 0xdd, + 0xff, + 0xe5, + 0x0a, + 0xff, + 0x90, + 0xfa, + 0xfe, + 0x8d, + 0xc7, + 0xff, + 0x6f, + 0x28, + 0xff, + 0xe8, + 0xba, + 0xff, + 0xfb, + 0xc3, + 0xff, + 0xf0, + 0x9c, + 0xff, + 0x8a, + 0xe7, + 0xff, + 0x12, + 0x58, + 0x00, + 0x2f, + 0xcb, + 0xff, + 0x05, + 0xeb, + 0xfe, + 0xc7, + 0x79, + 0xff, + 0xf9, + 0xba, + 0xfe, + 0x2c, + 0xc7, + 0xfe, + 0xe8, + 0xdb, + 0xff, + 0x40, + 0x1a, + 0x22, + 0x41, + 0xad, + 0x40, + 0x11, + 0x22, + 0x11, + 0x01, + 0x24, + 0xf9, + 0xa3, + 0xf5, + 0x03, + 0x2e, + 0x99, + 0xe9, + 0xb3, + 0x9c, + 0xf7, + 0x64, + 0x5e, + 0x07, + 0xa9, + 0x7f, + 0xee, + 0xad, + 0x5a, + 0xec, + 0x2e, + 0x06, + 0x08, + 0xb9, + 0xd8, + 0x1c, + 0x23, + 0x9a, + 0x01, + 0x80, + 0xca, + 0xfc, + 0x3a, + 0x80, + 0x04, + 0xc3, + 0x37, + 0xe4, + 0x92, + 0x28, + 0xf6, + 0x39, + 0xcb, + 0x0c, + 0x64, + 0x7b, + 0xf8, + 0xdd, + 0x59, + 0xfb, + 0x9f, + 0xd2, + 0x01, + 0x76, + 0x06, + 0xfa, + 0x13, + 0x2b, + 0xfb, + 0x9f, + 0x9b, + 0x02, + 0x5f, + 0x2f, + 0xfe, + 0x18, + 0x89, + 0xfc, + 0xa0, + 0x6b, + 0x03, + 0x29, + 0x2e, + 0xfb, + 0xca, + 0x69, + 0xf9, + 0xee, + 0x97, + 0x01, + 0x5e, + 0xda, + 0xfe, + 0x5b, + 0xf6, + 0xfe, + 0xcd, + 0x56, + 0x01, + 0x6b, + 0xdc, + 0xff, + 0xf0, + 0xa9, + 0xfe, + 0x8f, + 0x5e, + 0xfe, + 0x98, + 0x8d, + 0xff, + 0x78, + 0x33, + 0xfe, + 0x70, + 0x85, + 0xfe, + 0xa2, + 0x05, + 0x00, + 0x44, + 0x3a, + 0xff, + 0xb1, + 0x33, + 0x00, + 0xf5, + 0x0e, + 0x00, + 0x69, + 0xaa, + 0xff, + 0x2c, + 0x2f, + 0xff, + 0xa1, + 0xcc, + 0xfe, + 0xe4, + 0x7d, + 0xff, + 0xbd, + 0x05, + 0xff, + 0xc0, + 0x93, + 0xff, + 0x2f, + 0x3c, + 0xff, + 0x5d, + 0x30, + 0xff, + 0xf6, + 0xc6, + 0xff, + 0x80, + 0x00, + 0xff, + 0x0d, + 0x86, + 0xff, + 0x50, + 0xc2, + 0xff, + 0x27, + 0xa3, + 0xff, + 0xb4, + 0x1b, + 0x00, + 0xa7, + 0x8c, + 0x00, + 0xea, + 0xd0, + 0xff, + 0x19, + 0xd3, + 0xfe, + 0xcb, + 0x41, + 0xff, + 0x1d, + 0xd1, + 0xfe, + 0x57, + 0xde, + 0xfe, + 0xdc, + 0xe4, + 0xff, + 0xc9, + 0x27, + 0x1f, + 0xd8, + 0x4c, + 0x3f, + 0xb7, + 0x44, + 0x12, + 0x05, + 0xea, + 0xf7, + 0x68, + 0xff, + 0x08, + 0xec, + 0xc9, + 0xea, + 0xd6, + 0x36, + 0xf1, + 0x3f, + 0xcf, + 0x09, + 0x2e, + 0x1e, + 0xf1, + 0xa2, + 0xbc, + 0xea, + 0x87, + 0x11, + 0x03, + 0x6e, + 0x83, + 0x1c, + 0xd5, + 0x5e, + 0x08, + 0x63, + 0x6b, + 0xfa, + 0x73, + 0x79, + 0x07, + 0x4c, + 0x95, + 0xe8, + 0xe3, + 0x2e, + 0xee, + 0x6c, + 0x5c, + 0x0c, + 0xcb, + 0xc4, + 0xfb, + 0xdc, + 0x9e, + 0xf9, + 0x66, + 0xbf, + 0x00, + 0xdf, + 0xed, + 0xf9, + 0x6d, + 0xa4, + 0xfa, + 0x64, + 0xa2, + 0x02, + 0x62, + 0x39, + 0x00, + 0xaa, + 0x3f, + 0xfb, + 0xb3, + 0xfc, + 0x02, + 0x6e, + 0x19, + 0xfe, + 0x62, + 0x89, + 0xf8, + 0x76, + 0x36, + 0x01, + 0xcc, + 0x87, + 0xff, + 0x8e, + 0xed, + 0xfd, + 0x7a, + 0x8f, + 0x01, + 0x2b, + 0x01, + 0x00, + 0x21, + 0x6c, + 0xfe, + 0x7a, + 0x54, + 0xfe, + 0xf4, + 0x7f, + 0xff, + 0x56, + 0xa7, + 0xfe, + 0x86, + 0x3b, + 0xfe, + 0xa0, + 0x89, + 0xff, + 0x53, + 0x61, + 0xff, + 0xfc, + 0xac, + 0x00, + 0x8f, + 0x2e, + 0x00, + 0xc3, + 0x63, + 0xff, + 0x8a, + 0x74, + 0xff, + 0xf8, + 0xbd, + 0xfe, + 0xe3, + 0x8c, + 0xff, + 0x49, + 0x1f, + 0xff, + 0x05, + 0x25, + 0xff, + 0x9c, + 0x84, + 0xff, + 0xc8, + 0x57, + 0xff, + 0x70, + 0x9c, + 0xff, + 0xfb, + 0x06, + 0xff, + 0xa7, + 0x77, + 0xff, + 0xbd, + 0xc2, + 0xff, + 0x53, + 0xc8, + 0xff, + 0x39, + 0x48, + 0x00, + 0x6e, + 0x59, + 0x00, + 0xe1, + 0xa9, + 0xff, + 0x83, + 0xb1, + 0xfe, + 0x27, + 0x3e, + 0xff, + 0xd7, + 0x32, + 0xff, + 0x7d, + 0xca, + 0xfe, + 0xd7, + 0xbc, + 0xff, + 0x77, + 0xf3, + 0x22, + 0x8a, + 0x89, + 0x3b, + 0xb8, + 0xac, + 0x09, + 0xfb, + 0x66, + 0xff, + 0xb6, + 0xe6, + 0x09, + 0x1e, + 0x01, + 0xe4, + 0x4c, + 0xdf, + 0xf6, + 0x90, + 0x37, + 0x0a, + 0x8b, + 0x56, + 0xef, + 0x4b, + 0x3b, + 0xec, + 0x13, + 0x06, + 0x01, + 0xf9, + 0xc4, + 0x1a, + 0x11, + 0xff, + 0x08, + 0xe5, + 0xc9, + 0xfd, + 0x2d, + 0x29, + 0x08, + 0x29, + 0x1f, + 0xe9, + 0xac, + 0xd6, + 0xed, + 0x68, + 0x77, + 0x09, + 0x95, + 0x91, + 0xfd, + 0xe6, + 0xa4, + 0xfa, + 0x90, + 0xcf, + 0xfe, + 0x9e, + 0x5e, + 0xf8, + 0xf1, + 0x1b, + 0xfa, + 0xeb, + 0xea, + 0x03, + 0xc1, + 0xdd, + 0x00, + 0xa6, + 0x90, + 0xfb, + 0xa7, + 0x85, + 0x03, + 0xff, + 0x06, + 0xfe, + 0x8c, + 0xc6, + 0xf7, + 0xe4, + 0x14, + 0x01, + 0xec, + 0xbb, + 0x00, + 0x08, + 0xf1, + 0xfd, + 0xb2, + 0xee, + 0x00, + 0xf3, + 0xc3, + 0xff, + 0x46, + 0xf7, + 0xfd, + 0x4b, + 0x22, + 0xff, + 0xc9, + 0xf8, + 0xff, + 0x7b, + 0xdc, + 0xfd, + 0x0a, + 0x2b, + 0xfe, + 0xb8, + 0xf8, + 0xff, + 0xe4, + 0xe4, + 0xff, + 0xff, + 0x5d, + 0x00, + 0x24, + 0xcf, + 0xff, + 0xbf, + 0xad, + 0xff, + 0x92, + 0x99, + 0xff, + 0x2e, + 0xfa, + 0xfe, + 0x72, + 0x20, + 0xff, + 0x40, + 0xdb, + 0xfe, + 0x35, + 0x51, + 0xff, + 0x72, + 0x9f, + 0xff, + 0xa6, + 0x8f, + 0xff, + 0x3f, + 0x5b, + 0xff, + 0x21, + 0x01, + 0xff, + 0xc3, + 0xa6, + 0xff, + 0xbb, + 0x00, + 0x00, + 0x00, + 0xf1, + 0xff, + 0x4c, + 0xfb, + 0xff, + 0x43, + 0x0e, + 0x00, + 0xe9, + 0x90, + 0xff, + 0xb3, + 0xec, + 0xfe, + 0xf0, + 0x41, + 0xff, + 0xeb, + 0x0a, + 0xff, + 0xdf, + 0xf1, + 0xfe, + 0xaa, + 0xe5, + 0xff, + 0xd4, + 0xfb, + 0x21, + 0x9c, + 0x60, + 0x36, + 0x76, + 0x59, + 0x07, + 0xbf, + 0x34, + 0x04, + 0x4f, + 0xf6, + 0x0a, + 0xb9, + 0xb5, + 0xe3, + 0xad, + 0x44, + 0xf8, + 0x82, + 0x88, + 0x09, + 0x61, + 0x1a, + 0xf1, + 0x50, + 0x40, + 0xec, + 0x6d, + 0x42, + 0xfc, + 0x08, + 0x55, + 0x18, + 0xc4, + 0x34, + 0x0b, + 0x6f, + 0x33, + 0xff, + 0x69, + 0x76, + 0x09, + 0xd6, + 0xb2, + 0xed, + 0x5b, + 0xf2, + 0xeb, + 0x12, + 0x01, + 0x06, + 0x65, + 0x5e, + 0x00, + 0x53, + 0xd7, + 0xf9, + 0xf6, + 0xcf, + 0xfd, + 0x4d, + 0x19, + 0xf9, + 0x49, + 0x0e, + 0xf8, + 0x03, + 0xfa, + 0x02, + 0xed, + 0x3c, + 0x01, + 0x49, + 0x42, + 0xfd, + 0xb9, + 0x12, + 0x05, + 0x75, + 0x83, + 0xfc, + 0x1f, + 0xe0, + 0xf5, + 0xe4, + 0xdf, + 0x01, + 0x4c, + 0x85, + 0x02, + 0xf9, + 0x6e, + 0xfd, + 0xc4, + 0xfd, + 0xff, + 0x81, + 0xc5, + 0xff, + 0x24, + 0x42, + 0xfe, + 0xdf, + 0xcd, + 0xff, + 0xb0, + 0x9e, + 0xff, + 0x69, + 0x6e, + 0xfd, + 0x86, + 0x9e, + 0xfe, + 0x38, + 0x5a, + 0x00, + 0x94, + 0xc2, + 0xff, + 0xc3, + 0x05, + 0x00, + 0x93, + 0x1a, + 0x00, + 0x9e, + 0xbb, + 0xff, + 0x90, + 0x73, + 0xff, + 0x74, + 0x00, + 0xff, + 0xdc, + 0xe2, + 0xfe, + 0x03, + 0xfa, + 0xfe, + 0x19, + 0x32, + 0xff, + 0x4d, + 0x73, + 0xff, + 0x26, + 0xc5, + 0xff, + 0x7a, + 0x45, + 0xff, + 0x82, + 0x0e, + 0xff, + 0xe0, + 0xc1, + 0xff, + 0xbe, + 0x11, + 0x00, + 0x0e, + 0x02, + 0x00, + 0xcd, + 0xd0, + 0xff, + 0x01, + 0x03, + 0x00, + 0x8a, + 0x90, + 0xff, + 0xc4, + 0xe3, + 0xfe, + 0x6d, + 0x50, + 0xff, + 0x7e, + 0x23, + 0xff, + 0x53, + 0xeb, + 0xfe, + 0x6d, + 0x9f, + 0xff, + 0x44, + 0xa6, + 0x20, + 0xfd, + 0xe4, + 0x32, + 0x22, + 0xa8, + 0x02, + 0xdc, + 0x9d, + 0x03, + 0xe3, + 0xea, + 0x11, + 0x14, + 0x3f, + 0xe8, + 0x2f, + 0xb3, + 0xf6, + 0x01, + 0x43, + 0x08, + 0x53, + 0xbe, + 0xf0, + 0x03, + 0xbb, + 0xec, + 0xd9, + 0x1d, + 0xf9, + 0x40, + 0x38, + 0x16, + 0xb5, + 0x0f, + 0x0f, + 0x08, + 0x20, + 0xfc, + 0xbb, + 0x6b, + 0x08, + 0xca, + 0x1a, + 0xf6, + 0xb5, + 0xaa, + 0xeb, + 0xc6, + 0x52, + 0x02, + 0xb1, + 0xce, + 0x02, + 0x35, + 0xfc, + 0xf9, + 0x4b, + 0x17, + 0xfc, + 0x72, + 0x6c, + 0xf9, + 0x2b, + 0x9d, + 0xf7, + 0x5f, + 0xdc, + 0x00, + 0x78, + 0x91, + 0x01, + 0x36, + 0x7a, + 0xfe, + 0xb5, + 0x85, + 0x04, + 0xd8, + 0x33, + 0xfd, + 0xaa, + 0x55, + 0xf5, + 0x35, + 0xea, + 0x00, + 0x79, + 0x10, + 0x04, + 0x10, + 0x7c, + 0xfd, + 0x98, + 0x40, + 0xff, + 0xe0, + 0xec, + 0xff, + 0xf4, + 0x9e, + 0xfe, + 0xf4, + 0x22, + 0x00, + 0x56, + 0x3a, + 0xff, + 0x4e, + 0x8f, + 0xfd, + 0x28, + 0x2e, + 0xff, + 0x3d, + 0x59, + 0x00, + 0x14, + 0x59, + 0xff, + 0xa3, + 0x06, + 0x00, + 0xd1, + 0x6c, + 0x00, + 0xa1, + 0x7e, + 0xff, + 0xc8, + 0x6e, + 0xff, + 0x4f, + 0x0f, + 0xff, + 0x63, + 0xe6, + 0xfe, + 0xa4, + 0x01, + 0xff, + 0x91, + 0xd3, + 0xfe, + 0x9a, + 0x5d, + 0xff, + 0x4f, + 0xc2, + 0xff, + 0xd7, + 0x43, + 0xff, + 0x45, + 0x49, + 0xff, + 0xa0, + 0xdc, + 0xff, + 0xc2, + 0x01, + 0x00, + 0x93, + 0xe7, + 0xff, + 0x42, + 0xe5, + 0xff, + 0xa5, + 0x0f, + 0x00, + 0x39, + 0xb4, + 0xff, + 0xd6, + 0x12, + 0xff, + 0x70, + 0x0b, + 0xff, + 0x04, + 0x04, + 0xff, + 0xc0, + 0xf6, + 0xfe, + 0x09, + 0x69, + 0xff, + 0x80, + 0x53, + 0x1f, + 0x59, + 0x59, + 0x2e, + 0xdd, + 0x6f, + 0x00, + 0x06, + 0x5e, + 0x06, + 0x44, + 0x64, + 0x13, + 0xf5, + 0x5c, + 0xe9, + 0xa7, + 0x6b, + 0xf7, + 0xe7, + 0x2c, + 0x08, + 0x6c, + 0x9e, + 0xf3, + 0xf2, + 0x97, + 0xed, + 0xeb, + 0xcf, + 0xf5, + 0x4a, + 0x7b, + 0x14, + 0x84, + 0x62, + 0x0f, + 0x46, + 0x75, + 0xf8, + 0x27, + 0x1e, + 0x08, + 0x7d, + 0xbb, + 0xff, + 0x60, + 0x57, + 0xec, + 0x1e, + 0x2d, + 0xfd, + 0x19, + 0x4c, + 0x06, + 0x5d, + 0xd8, + 0xf9, + 0xc0, + 0xc0, + 0xf9, + 0x3f, + 0xf9, + 0xfb, + 0xba, + 0x3a, + 0xf8, + 0xdb, + 0x00, + 0xff, + 0xdb, + 0x36, + 0x00, + 0x52, + 0x76, + 0xfd, + 0x31, + 0xf2, + 0x03, + 0x19, + 0x8c, + 0xff, + 0x52, + 0x09, + 0xf7, + 0x3f, + 0x93, + 0xfe, + 0xa1, + 0x7b, + 0x03, + 0xc2, + 0xf1, + 0xfe, + 0x41, + 0x5e, + 0xff, + 0x6e, + 0xff, + 0xff, + 0x1e, + 0xbe, + 0xfe, + 0xda, + 0xb1, + 0xff, + 0xdd, + 0x87, + 0xff, + 0xf0, + 0x6a, + 0xfe, + 0x75, + 0x20, + 0xff, + 0xf7, + 0x17, + 0x00, + 0xf2, + 0x85, + 0xff, + 0x4e, + 0xe6, + 0xff, + 0xe8, + 0x2d, + 0x00, + 0x60, + 0x9d, + 0xff, + 0x8d, + 0x8b, + 0xff, + 0x2f, + 0x0f, + 0xff, + 0x4e, + 0xef, + 0xfe, + 0x2a, + 0xd9, + 0xfe, + 0xa8, + 0xb0, + 0xfe, + 0x45, + 0x6c, + 0xff, + 0x64, + 0xc6, + 0xff, + 0xaa, + 0x3f, + 0xff, + 0x6d, + 0x75, + 0xff, + 0x63, + 0xf4, + 0xff, + 0x89, + 0xf0, + 0xff, + 0x0a, + 0x0d, + 0x00, + 0x43, + 0xf7, + 0xff, + 0xcb, + 0x11, + 0x00, + 0x29, + 0xb1, + 0xff, + 0x57, + 0xf3, + 0xfe, + 0xfd, + 0x1b, + 0xff, + 0x7f, + 0x15, + 0xff, + 0x16, + 0xec, + 0xfe, + 0x6c, + 0x61, + 0xff, + 0x37, + 0x37, + 0x1d, + 0x36, + 0x9e, + 0x29, + 0x65, + 0x1f, + 0x00, + 0xfe, + 0xa3, + 0x08, + 0x28, + 0x10, + 0x12, + 0xa8, + 0x0f, + 0xeb, + 0x5d, + 0x90, + 0xf9, + 0x7d, + 0xa8, + 0x06, + 0xd1, + 0xbc, + 0xf5, + 0x3a, + 0x96, + 0xef, + 0x4f, + 0xd2, + 0xf3, + 0xb3, + 0xc1, + 0x12, + 0xfb, + 0xca, + 0x0d, + 0x83, + 0x63, + 0xf6, + 0x0e, + 0x5c, + 0x08, + 0xd0, + 0xc1, + 0x03, + 0xd2, + 0x57, + 0xee, + 0xf7, + 0x98, + 0xfb, + 0x3e, + 0xde, + 0x06, + 0x3a, + 0x3f, + 0xfa, + 0xa8, + 0xc5, + 0xf8, + 0x0c, + 0x38, + 0xfd, + 0xfe, + 0x51, + 0xf9, + 0x38, + 0x56, + 0xfe, + 0x1d, + 0x09, + 0xff, + 0x62, + 0x85, + 0xfb, + 0x13, + 0x4b, + 0x02, + 0xbd, + 0xe6, + 0x00, + 0x6f, + 0xc8, + 0xf9, + 0xe8, + 0x3b, + 0xfe, + 0xea, + 0xc7, + 0x01, + 0x37, + 0xa8, + 0xfe, + 0xfd, + 0xf5, + 0xff, + 0x39, + 0x15, + 0x01, + 0x10, + 0xda, + 0xfe, + 0x43, + 0xe0, + 0xfe, + 0xb7, + 0x72, + 0xff, + 0x5a, + 0x34, + 0xff, + 0x32, + 0x89, + 0xff, + 0x1b, + 0xb1, + 0xff, + 0x22, + 0x44, + 0xff, + 0x6a, + 0xad, + 0xff, + 0x78, + 0x33, + 0x00, + 0xdc, + 0xd3, + 0xff, + 0x1e, + 0x26, + 0xff, + 0x1a, + 0xc6, + 0xfe, + 0xd9, + 0x0c, + 0xff, + 0x1c, + 0x02, + 0xff, + 0xa4, + 0xc2, + 0xfe, + 0x87, + 0x3a, + 0xff, + 0x2b, + 0xbd, + 0xff, + 0xad, + 0x99, + 0xff, + 0x34, + 0x9f, + 0xff, + 0x27, + 0xcb, + 0xff, + 0x42, + 0xe4, + 0xff, + 0xde, + 0x04, + 0x00, + 0x73, + 0xcb, + 0xff, + 0x61, + 0xdc, + 0xff, + 0xf1, + 0x8b, + 0xff, + 0xc8, + 0xff, + 0xfe, + 0xb7, + 0x4f, + 0xff, + 0x07, + 0x4d, + 0xff, + 0x9a, + 0xf9, + 0xfe, + 0x66, + 0x5c, + 0xff, + 0x77, + 0x67, + 0x1b, + 0xca, + 0x6a, + 0x25, + 0xab, + 0x53, + 0xff, + 0xb3, + 0x51, + 0x0a, + 0x0a, + 0x8f, + 0x11, + 0xa5, + 0xec, + 0xec, + 0x9b, + 0x91, + 0xfb, + 0xc5, + 0xaa, + 0x05, + 0xb5, + 0xb7, + 0xf6, + 0xf0, + 0xeb, + 0xf1, + 0xbb, + 0x02, + 0xf4, + 0x07, + 0x04, + 0x10, + 0x01, + 0x8a, + 0x0c, + 0x1f, + 0x1a, + 0xf7, + 0x8a, + 0x05, + 0x07, + 0xb7, + 0x6f, + 0x04, + 0x23, + 0xde, + 0xf0, + 0x91, + 0xd3, + 0xfb, + 0x02, + 0xb3, + 0x06, + 0xb2, + 0x02, + 0xfb, + 0x64, + 0x6d, + 0xf9, + 0x23, + 0x71, + 0xfd, + 0xff, + 0xfc, + 0xf9, + 0xb0, + 0x5d, + 0xfe, + 0x21, + 0xc2, + 0xfe, + 0x26, + 0x3b, + 0xfb, + 0x25, + 0x0d, + 0x00, + 0x43, + 0x26, + 0x00, + 0x15, + 0xf8, + 0xfb, + 0xb2, + 0x72, + 0xff, + 0x70, + 0x53, + 0x01, + 0xc7, + 0xd3, + 0xfd, + 0xbe, + 0xd2, + 0xff, + 0x39, + 0xbd, + 0x01, + 0x03, + 0x35, + 0xff, + 0x6a, + 0xe5, + 0xfe, + 0x87, + 0x9e, + 0xff, + 0x27, + 0x3b, + 0xff, + 0x85, + 0x7c, + 0xff, + 0xd2, + 0xb1, + 0xff, + 0xbb, + 0x30, + 0xff, + 0xdd, + 0xcf, + 0xff, + 0x6b, + 0x39, + 0x00, + 0x1c, + 0x68, + 0xff, + 0x98, + 0xdd, + 0xfe, + 0x6a, + 0xe1, + 0xfe, + 0xb8, + 0x23, + 0xff, + 0x7d, + 0x26, + 0xff, + 0x87, + 0x16, + 0xff, + 0xa7, + 0x5f, + 0xff, + 0x93, + 0xd7, + 0xff, + 0x60, + 0xb6, + 0xff, + 0x98, + 0x9f, + 0xff, + 0x4d, + 0xd8, + 0xff, + 0xe4, + 0xc8, + 0xff, + 0x37, + 0xb9, + 0xff, + 0x89, + 0x7a, + 0xff, + 0x75, + 0x99, + 0xff, + 0x02, + 0xa8, + 0xff, + 0xac, + 0x67, + 0xff, + 0x07, + 0x7d, + 0xff, + 0x0a, + 0x50, + 0xff, + 0x56, + 0x2a, + 0xff, + 0x7a, + 0x8a, + 0xff, + 0x95, + 0x9e, + 0x18, + 0x53, + 0xc8, + 0x27, + 0xdc, + 0xf1, + 0xfc, + 0x71, + 0x25, + 0xfe, + 0x08, + 0x48, + 0x1b, + 0x7f, + 0x3e, + 0xf7, + 0xa2, + 0xba, + 0xf1, + 0xf6, + 0xf1, + 0x03, + 0x23, + 0x88, + 0xfa, + 0x35, + 0xe5, + 0xf4, + 0x2f, + 0x64, + 0xf4, + 0x07, + 0xf2, + 0x0d, + 0x60, + 0x6d, + 0x0b, + 0x71, + 0x35, + 0xf1, + 0x32, + 0x00, + 0x03, + 0x7b, + 0x52, + 0x07, + 0x5b, + 0xdb, + 0xf7, + 0x37, + 0xee, + 0xfe, + 0xb1, + 0xff, + 0x08, + 0xc2, + 0xf2, + 0x00, + 0x1f, + 0x69, + 0xfb, + 0x06, + 0xa0, + 0x00, + 0x9f, + 0x51, + 0xfc, + 0x33, + 0x0c, + 0xfd, + 0xb9, + 0xe0, + 0xfc, + 0x4b, + 0xd9, + 0xf6, + 0x5f, + 0x9e, + 0xfc, + 0xfe, + 0x08, + 0xff, + 0x9c, + 0xc8, + 0xfb, + 0x98, + 0xfa, + 0xfc, + 0x15, + 0xed, + 0xff, + 0xc0, + 0x89, + 0xff, + 0x89, + 0xf3, + 0xff, + 0xee, + 0xa9, + 0x01, + 0xde, + 0xfb, + 0xfe, + 0x7d, + 0x99, + 0xff, + 0xf3, + 0x27, + 0x00, + 0x4e, + 0x3c, + 0xfe, + 0xe6, + 0x4b, + 0x00, + 0xb1, + 0x08, + 0x00, + 0xc3, + 0x09, + 0xfe, + 0x85, + 0xe3, + 0xff, + 0x5c, + 0x86, + 0x00, + 0xf1, + 0x05, + 0xff, + 0x51, + 0x64, + 0xff, + 0x95, + 0x5c, + 0xff, + 0x51, + 0xff, + 0xfe, + 0x63, + 0x8a, + 0xff, + 0x83, + 0x6f, + 0xff, + 0xfb, + 0x5b, + 0xff, + 0x22, + 0xa5, + 0xff, + 0xde, + 0x65, + 0xff, + 0xf4, + 0xe4, + 0xfe, + 0x29, + 0x76, + 0xff, + 0x75, + 0x98, + 0xff, + 0xea, + 0x3e, + 0xff, + 0xd4, + 0xcd, + 0xff, + 0x69, + 0xce, + 0xff, + 0xa4, + 0xa9, + 0xff, + 0xdc, + 0xcf, + 0xff, + 0x43, + 0x8a, + 0xff, + 0x13, + 0x57, + 0xff, + 0x35, + 0x74, + 0xff, + 0xbf, + 0x4f, + 0xff, + 0xec, + 0x7f, + 0x10, + 0xcb, + 0x6a, + 0x23, + 0x60, + 0xa2, + 0x08, + 0x21, + 0x03, + 0xfc, + 0x0c, + 0xeb, + 0x15, + 0x41, + 0xd4, + 0xfe, + 0x13, + 0xcf, + 0xee, + 0xec, + 0xda, + 0x03, + 0x04, + 0x86, + 0xfc, + 0x26, + 0x97, + 0xf5, + 0xbd, + 0xde, + 0xf6, + 0x16, + 0x39, + 0x05, + 0xa2, + 0xe7, + 0x0d, + 0x83, + 0x01, + 0xf8, + 0xb5, + 0xe2, + 0xfe, + 0x74, + 0x4c, + 0x08, + 0xfe, + 0x0b, + 0xf9, + 0x4d, + 0x9b, + 0xfc, + 0x32, + 0x78, + 0x06, + 0x1a, + 0x52, + 0x02, + 0x1a, + 0x91, + 0xfc, + 0x55, + 0x9f, + 0xff, + 0x58, + 0x8d, + 0xfd, + 0x26, + 0x26, + 0xfc, + 0x3b, + 0xc7, + 0xfe, + 0x94, + 0x02, + 0xf9, + 0x4e, + 0xdb, + 0xfb, + 0x99, + 0xbb, + 0xff, + 0x5e, + 0xd1, + 0xfb, + 0x59, + 0x10, + 0xfd, + 0xea, + 0x9e, + 0xff, + 0x08, + 0x59, + 0xff, + 0x4e, + 0x27, + 0xff, + 0xc8, + 0x03, + 0x01, + 0xcd, + 0x24, + 0x00, + 0xba, + 0x51, + 0xff, + 0xb9, + 0xad, + 0x00, + 0x65, + 0xfb, + 0xfe, + 0x49, + 0x8a, + 0xfe, + 0x92, + 0xff, + 0xff, + 0x8a, + 0x92, + 0xff, + 0x40, + 0x1b, + 0xff, + 0xc5, + 0xdd, + 0xff, + 0xb0, + 0x90, + 0xff, + 0xe6, + 0x1e, + 0xff, + 0x53, + 0x63, + 0xff, + 0x75, + 0x52, + 0xff, + 0x32, + 0x9e, + 0xff, + 0x9e, + 0x63, + 0xff, + 0xb2, + 0x54, + 0xff, + 0x67, + 0xa3, + 0xff, + 0x1f, + 0x66, + 0xff, + 0xb8, + 0x19, + 0xff, + 0x2c, + 0x62, + 0xff, + 0x62, + 0xb8, + 0xff, + 0xe9, + 0x56, + 0xff, + 0xac, + 0x77, + 0xff, + 0xf5, + 0xb3, + 0xff, + 0x5f, + 0xb4, + 0xff, + 0xbe, + 0x9f, + 0xff, + 0x7d, + 0x99, + 0xff, + 0xf3, + 0x97, + 0xff, + 0xf6, + 0x3b, + 0xff, + 0x69, + 0x79, + 0xff, + 0x23, + 0x3e, + 0x10, + 0x73, + 0xb8, + 0x1e, + 0xf1, + 0xd4, + 0x05, + 0x55, + 0xd1, + 0x01, + 0x5a, + 0xba, + 0x13, + 0x26, + 0x32, + 0xfb, + 0x0a, + 0x5a, + 0xf5, + 0xeb, + 0x0a, + 0x04, + 0xd3, + 0x7d, + 0xfb, + 0x12, + 0xbb, + 0xf6, + 0x34, + 0x5c, + 0xf7, + 0x05, + 0xb8, + 0x06, + 0xbe, + 0xb8, + 0x09, + 0xf5, + 0x51, + 0xf9, + 0xfb, + 0xe4, + 0x01, + 0x16, + 0x00, + 0x05, + 0x73, + 0xfd, + 0xf9, + 0xcf, + 0x89, + 0xfd, + 0x60, + 0x0f, + 0x05, + 0xa2, + 0xa4, + 0x01, + 0x4c, + 0xfe, + 0xfc, + 0x48, + 0xa3, + 0xff, + 0xf1, + 0x4c, + 0xfd, + 0x63, + 0x1e, + 0xfd, + 0xe7, + 0x71, + 0xfe, + 0xf1, + 0xcc, + 0xfa, + 0xae, + 0x90, + 0xfd, + 0x4d, + 0x46, + 0xff, + 0x93, + 0xc1, + 0xfc, + 0xea, + 0x4c, + 0xfd, + 0x68, + 0x7b, + 0xff, + 0x99, + 0x6e, + 0xff, + 0x24, + 0xdb, + 0xfe, + 0xdf, + 0x2b, + 0x00, + 0x84, + 0x95, + 0xff, + 0xba, + 0x89, + 0xff, + 0x38, + 0x68, + 0x00, + 0x89, + 0x00, + 0xff, + 0x8c, + 0xae, + 0xfe, + 0x88, + 0xbf, + 0xff, + 0xe7, + 0x92, + 0xff, + 0x42, + 0x7a, + 0xff, + 0x31, + 0xd9, + 0xff, + 0xa7, + 0x6d, + 0xff, + 0x11, + 0x62, + 0xff, + 0x8e, + 0x8e, + 0xff, + 0x6b, + 0x8c, + 0xff, + 0xaf, + 0x78, + 0xff, + 0x45, + 0x3a, + 0xff, + 0x3a, + 0x5a, + 0xff, + 0x4d, + 0x97, + 0xff, + 0xd5, + 0x7a, + 0xff, + 0x6b, + 0x23, + 0xff, + 0x44, + 0x76, + 0xff, + 0x35, + 0x8c, + 0xff, + 0x83, + 0x52, + 0xff, + 0xf2, + 0x9d, + 0xff, + 0x6b, + 0xb0, + 0xff, + 0xf7, + 0xa7, + 0xff, + 0x69, + 0xaa, + 0xff, + 0xe4, + 0xc3, + 0xff, + 0xe7, + 0x80, + 0xff, + 0x27, + 0x4f, + 0xff, + 0x7b, + 0x8d, + 0xff, + 0x70, + 0xcb, + 0x0d, + 0x0e, + 0x39, + 0x1a, + 0x47, + 0xd1, + 0x06, + 0x95, + 0x6f, + 0x04, + 0x12, + 0x21, + 0x11, + 0x61, + 0xdd, + 0xfb, + 0x55, + 0xcc, + 0xf8, + 0x2e, + 0xa3, + 0x04, + 0x9f, + 0xaf, + 0xfb, + 0x03, + 0xf9, + 0xf6, + 0x0d, + 0xa4, + 0xf8, + 0xea, + 0xb9, + 0x05, + 0xa8, + 0x0d, + 0x08, + 0x22, + 0x3c, + 0xfb, + 0xb0, + 0x52, + 0x01, + 0xe8, + 0x2d, + 0x04, + 0x11, + 0x75, + 0xfb, + 0x21, + 0xb6, + 0xfc, + 0x7a, + 0xf7, + 0x03, + 0x7b, + 0x0f, + 0x02, + 0x18, + 0x40, + 0xfd, + 0x00, + 0x69, + 0xff, + 0xcb, + 0xa4, + 0xfd, + 0xe9, + 0x79, + 0xfd, + 0x2c, + 0xb2, + 0xfe, + 0x8c, + 0x3d, + 0xfc, + 0x8c, + 0xf2, + 0xfe, + 0xfc, + 0xbd, + 0xff, + 0x0f, + 0xeb, + 0xfc, + 0x4c, + 0x82, + 0xfd, + 0xda, + 0x96, + 0xff, + 0x75, + 0x60, + 0xff, + 0xb1, + 0xa0, + 0xfe, + 0xca, + 0x86, + 0xff, + 0x14, + 0x21, + 0xff, + 0x54, + 0x21, + 0xff, + 0xc3, + 0x01, + 0x00, + 0x8e, + 0x50, + 0xff, + 0xc1, + 0x1f, + 0xff, + 0xbf, + 0x9e, + 0xff, + 0x31, + 0x54, + 0xff, + 0x1d, + 0xc0, + 0xff, + 0xdd, + 0x5b, + 0x00, + 0x8b, + 0x9f, + 0xff, + 0x61, + 0x3c, + 0xff, + 0x89, + 0x60, + 0xff, + 0x74, + 0x7c, + 0xff, + 0x93, + 0x76, + 0xff, + 0x4f, + 0x3a, + 0xff, + 0xf6, + 0x67, + 0xff, + 0x7d, + 0xae, + 0xff, + 0x66, + 0x80, + 0xff, + 0x49, + 0x3b, + 0xff, + 0x12, + 0x81, + 0xff, + 0xfa, + 0x82, + 0xff, + 0x97, + 0x58, + 0xff, + 0xf7, + 0x95, + 0xff, + 0x49, + 0xc3, + 0xff, + 0x56, + 0xd6, + 0xff, + 0xec, + 0xae, + 0xff, + 0xbf, + 0x97, + 0xff, + 0x0b, + 0x7c, + 0xff, + 0x32, + 0x6c, + 0xff, + 0x96, + 0x8d, + 0xff, + 0xf1, + 0x10, + 0x0b, + 0x64, + 0xe9, + 0x16, + 0x14, + 0x47, + 0x08, + 0x5c, + 0x17, + 0x04, + 0xc7, + 0x69, + 0x0f, + 0x29, + 0xf4, + 0xfe, + 0x56, + 0x06, + 0xfa, + 0x59, + 0x3c, + 0x04, + 0xf2, + 0xa5, + 0xfc, + 0xe9, + 0x2d, + 0xf8, + 0xd8, + 0x65, + 0xf9, + 0x8f, + 0xab, + 0x03, + 0xeb, + 0x30, + 0x08, + 0xb6, + 0x80, + 0xfc, + 0x4a, + 0x6f, + 0xff, + 0xa3, + 0x26, + 0x04, + 0xbd, + 0xad, + 0xfc, + 0x76, + 0x34, + 0xfc, + 0xe8, + 0xfe, + 0x02, + 0x3c, + 0x23, + 0x02, + 0x91, + 0x9a, + 0xfd, + 0xb8, + 0x2e, + 0xff, + 0x7c, + 0x04, + 0xfe, + 0xc7, + 0xc1, + 0xfd, + 0x9e, + 0x87, + 0xff, + 0xba, + 0xce, + 0xfd, + 0xf6, + 0x30, + 0xff, + 0x4f, + 0xb8, + 0xff, + 0x80, + 0x8a, + 0xfd, + 0x72, + 0xd9, + 0xfd, + 0xd8, + 0x86, + 0xff, + 0x87, + 0x08, + 0xff, + 0x4e, + 0x22, + 0xfe, + 0xc5, + 0x3e, + 0xff, + 0xb5, + 0x06, + 0xff, + 0x52, + 0xd4, + 0xfe, + 0xe0, + 0x80, + 0xff, + 0x57, + 0x3d, + 0xff, + 0x49, + 0x7d, + 0xff, + 0xf5, + 0xfe, + 0xff, + 0x02, + 0xb9, + 0xff, + 0x58, + 0xbc, + 0xff, + 0x93, + 0x1e, + 0x00, + 0x51, + 0x95, + 0xff, + 0x66, + 0x26, + 0xff, + 0x98, + 0x2c, + 0xff, + 0x88, + 0x51, + 0xff, + 0xeb, + 0x9d, + 0xff, + 0x46, + 0x64, + 0xff, + 0x99, + 0x6b, + 0xff, + 0x9c, + 0xb2, + 0xff, + 0x6a, + 0x86, + 0xff, + 0x8b, + 0x5c, + 0xff, + 0x73, + 0x77, + 0xff, + 0x8b, + 0x70, + 0xff, + 0x82, + 0x63, + 0xff, + 0xbb, + 0x9e, + 0xff, + 0xfa, + 0xd3, + 0xff, + 0x70, + 0xc6, + 0xff, + 0x2e, + 0x9c, + 0xff, + 0x35, + 0x96, + 0xff, + 0xcc, + 0x79, + 0xff, + 0x7d, + 0x76, + 0xff, + 0x33, + 0x79, + 0xff, + 0x74, + 0x6e, + 0x0a, + 0x4f, + 0xad, + 0x14, + 0xf5, + 0x1a, + 0x07, + 0x71, + 0x3a, + 0x04, + 0xb8, + 0x0f, + 0x0e, + 0xd5, + 0x83, + 0x00, + 0xda, + 0x52, + 0xfc, + 0xb5, + 0x6d, + 0x02, + 0xbd, + 0x14, + 0xfd, + 0x6f, + 0x92, + 0xfa, + 0xf3, + 0x1a, + 0xfa, + 0xf4, + 0x22, + 0x03, + 0x4f, + 0x35, + 0x07, + 0x6c, + 0x09, + 0xfd, + 0x6e, + 0x14, + 0xff, + 0x63, + 0xf3, + 0x02, + 0xe7, + 0x5d, + 0xfd, + 0xa9, + 0x2d, + 0xfd, + 0x02, + 0x65, + 0x02, + 0x47, + 0x47, + 0x01, + 0x7b, + 0x0b, + 0xfe, + 0xe9, + 0x45, + 0xff, + 0x9b, + 0x84, + 0xfe, + 0xc3, + 0x23, + 0xff, + 0xd9, + 0x48, + 0x00, + 0xb1, + 0x5a, + 0xfe, + 0xa8, + 0xef, + 0xfe, + 0x48, + 0xa2, + 0xff, + 0xed, + 0x5d, + 0xfe, + 0xd3, + 0x29, + 0xfe, + 0x73, + 0x0c, + 0xff, + 0xe1, + 0x84, + 0xfe, + 0xd6, + 0x47, + 0xfe, + 0xc6, + 0x7b, + 0xff, + 0xf3, + 0xe3, + 0xfe, + 0xed, + 0x7b, + 0xfe, + 0x7c, + 0x68, + 0xff, + 0xca, + 0x7d, + 0xff, + 0x9d, + 0xe9, + 0xff, + 0x8a, + 0x7c, + 0x00, + 0xda, + 0xb3, + 0xff, + 0xc1, + 0x51, + 0xff, + 0x0e, + 0xac, + 0xff, + 0x41, + 0x6d, + 0xff, + 0xbc, + 0x3a, + 0xff, + 0x0d, + 0x60, + 0xff, + 0xdc, + 0x8c, + 0xff, + 0xe8, + 0x7e, + 0xff, + 0xeb, + 0x7e, + 0xff, + 0xc8, + 0x94, + 0xff, + 0x9c, + 0x9e, + 0xff, + 0x9f, + 0x9b, + 0xff, + 0x4a, + 0x59, + 0xff, + 0x82, + 0x78, + 0xff, + 0xca, + 0x85, + 0xff, + 0x45, + 0x75, + 0xff, + 0xf9, + 0xb4, + 0xff, + 0x47, + 0xc2, + 0xff, + 0x31, + 0xb5, + 0xff, + 0x3c, + 0x96, + 0xff, + 0xcb, + 0x8d, + 0xff, + 0xcf, + 0x81, + 0xff, + 0x35, + 0x59, + 0xff, + 0xcc, + 0x5e, + 0xff, + 0xe6, + 0x72, + 0x08, + 0x67, + 0xe2, + 0x11, + 0x9f, + 0xc4, + 0x07, + 0x89, + 0x56, + 0x04, + 0x14, + 0x8b, + 0x0c, + 0x15, + 0x1e, + 0x02, + 0x13, + 0x79, + 0xfd, + 0x8e, + 0xfb, + 0x01, + 0x38, + 0xc1, + 0xfd, + 0xe0, + 0xe3, + 0xfb, + 0x64, + 0x20, + 0xfb, + 0x3f, + 0xe5, + 0x01, + 0x1a, + 0xf2, + 0x05, + 0xd4, + 0xb1, + 0xfd, + 0xdc, + 0xbc, + 0xfe, + 0x81, + 0x19, + 0x02, + 0x17, + 0x1e, + 0xfe, + 0x89, + 0xa9, + 0xfd, + 0x79, + 0x52, + 0x01, + 0x07, + 0xfc, + 0x00, + 0xff, + 0x9d, + 0xfe, + 0x22, + 0xf6, + 0xff, + 0x32, + 0x96, + 0xff, + 0x33, + 0x59, + 0xff, + 0x46, + 0x55, + 0x00, + 0xd6, + 0x9d, + 0xfe, + 0x53, + 0xa2, + 0xfe, + 0x79, + 0x8a, + 0xff, + 0x47, + 0x9a, + 0xfe, + 0xc2, + 0x20, + 0xfe, + 0x7f, + 0xab, + 0xfe, + 0xb0, + 0x9f, + 0xfe, + 0x5b, + 0xa8, + 0xfe, + 0xec, + 0x59, + 0xff, + 0x48, + 0xdc, + 0xfe, + 0x4c, + 0x96, + 0xfe, + 0x18, + 0x92, + 0xff, + 0xcb, + 0xd8, + 0xff, + 0x5e, + 0xc4, + 0xff, + 0xb0, + 0x03, + 0x00, + 0x3e, + 0x75, + 0xff, + 0x2f, + 0xfa, + 0xfe, + 0xf8, + 0x65, + 0xff, + 0x55, + 0x9b, + 0xff, + 0xb5, + 0x89, + 0xff, + 0x62, + 0x73, + 0xff, + 0xf9, + 0x7b, + 0xff, + 0x4b, + 0x7f, + 0xff, + 0xd6, + 0x67, + 0xff, + 0xec, + 0x7f, + 0xff, + 0xe9, + 0xb2, + 0xff, + 0x9a, + 0xa6, + 0xff, + 0x7a, + 0x5c, + 0xff, + 0xef, + 0x6f, + 0xff, + 0xcc, + 0x8a, + 0xff, + 0x66, + 0x81, + 0xff, + 0xe9, + 0x98, + 0xff, + 0x56, + 0xa2, + 0xff, + 0x35, + 0x9d, + 0xff, + 0x60, + 0x88, + 0xff, + 0xeb, + 0x82, + 0xff, + 0x3e, + 0x6b, + 0xff, + 0xa1, + 0x5a, + 0xff, + 0x45, + 0x68, + 0xff, + 0xcb, + 0xc1, + 0x07, + 0x1d, + 0x98, + 0x0f, + 0x9f, + 0x10, + 0x07, + 0x81, + 0x52, + 0x05, + 0x7a, + 0x1a, + 0x0b, + 0x9e, + 0x3e, + 0x02, + 0x5d, + 0x12, + 0xff, + 0x64, + 0x59, + 0x01, + 0xe7, + 0x71, + 0xfe, + 0xf0, + 0x3b, + 0xfd, + 0x99, + 0x04, + 0xfc, + 0x86, + 0x71, + 0x01, + 0x75, + 0x0d, + 0x04, + 0x7c, + 0x4f, + 0xfe, + 0x88, + 0x09, + 0xff, + 0x26, + 0x24, + 0x01, + 0x5c, + 0xb9, + 0xfe, + 0x3f, + 0x13, + 0xfe, + 0xdc, + 0xf8, + 0x00, + 0x4a, + 0x56, + 0x01, + 0x50, + 0xb6, + 0xff, + 0x12, + 0x19, + 0x00, + 0xce, + 0x8e, + 0xff, + 0x44, + 0x07, + 0x00, + 0xa1, + 0x43, + 0x00, + 0x5b, + 0x54, + 0xfe, + 0x15, + 0x7a, + 0xfe, + 0xd9, + 0x54, + 0xff, + 0x8e, + 0xb0, + 0xfe, + 0xe8, + 0x67, + 0xfe, + 0x83, + 0xfc, + 0xfe, + 0x15, + 0xd0, + 0xfe, + 0xf5, + 0xd9, + 0xfe, + 0x39, + 0x84, + 0xff, + 0x24, + 0x14, + 0xff, + 0x55, + 0x1c, + 0xff, + 0x87, + 0xc6, + 0xff, + 0x47, + 0x51, + 0xff, + 0xc5, + 0x3a, + 0xff, + 0xd0, + 0xa0, + 0xff, + 0x87, + 0x27, + 0xff, + 0xf3, + 0x3b, + 0xff, + 0x3b, + 0xc6, + 0xff, + 0x8f, + 0xa1, + 0xff, + 0x72, + 0x80, + 0xff, + 0x55, + 0x7c, + 0xff, + 0xae, + 0x68, + 0xff, + 0xb5, + 0x6c, + 0xff, + 0x8d, + 0x90, + 0xff, + 0xa3, + 0x98, + 0xff, + 0x43, + 0xb5, + 0xff, + 0xf0, + 0xb0, + 0xff, + 0xa7, + 0x56, + 0xff, + 0x46, + 0x6a, + 0xff, + 0xa6, + 0x81, + 0xff, + 0xa5, + 0x7b, + 0xff, + 0xf5, + 0x8d, + 0xff, + 0x2a, + 0x7e, + 0xff, + 0x3e, + 0x97, + 0xff, + 0xcc, + 0x9f, + 0xff, + 0x78, + 0x87, + 0xff, + 0xae, + 0x72, + 0xff, + 0x10, + 0x61, + 0xff, + 0x39, + 0x73, + 0xff, + 0x43, + 0xe7, + 0x06, + 0x68, + 0x57, + 0x0d, + 0xb4, + 0xb6, + 0x06, + 0xbe, + 0x64, + 0x06, + 0x20, + 0xcb, + 0x09, + 0xf1, + 0xc4, + 0x01, + 0x41, + 0x26, + 0x00, + 0x40, + 0xcd, + 0x01, + 0x94, + 0x2f, + 0xff, + 0x2c, + 0xbf, + 0xfd, + 0xc5, + 0x9b, + 0xfc, + 0xf0, + 0x08, + 0x01, + 0xa0, + 0xbf, + 0x02, + 0xb4, + 0x4e, + 0xfe, + 0xcf, + 0x2a, + 0xff, + 0x90, + 0x4d, + 0x01, + 0x7b, + 0x18, + 0xff, + 0x26, + 0x88, + 0xfe, + 0x5b, + 0x9d, + 0x01, + 0xef, + 0x56, + 0x01, + 0x6b, + 0x86, + 0xff, + 0x87, + 0x24, + 0x00, + 0x0d, + 0x0b, + 0x00, + 0x37, + 0x40, + 0x00, + 0x63, + 0x98, + 0xff, + 0x26, + 0xd5, + 0xfd, + 0x77, + 0x7d, + 0xfe, + 0xf1, + 0xaa, + 0xff, + 0x6b, + 0x22, + 0xff, + 0xdb, + 0xa4, + 0xfe, + 0x28, + 0xfd, + 0xfe, + 0x09, + 0x03, + 0xff, + 0xf9, + 0x60, + 0xff, + 0xc8, + 0xce, + 0xff, + 0x6a, + 0x4a, + 0xff, + 0x19, + 0x0a, + 0xff, + 0xa2, + 0x01, + 0xff, + 0x0b, + 0xd3, + 0xfe, + 0xc8, + 0x22, + 0xff, + 0x53, + 0x6a, + 0xff, + 0x98, + 0x53, + 0xff, + 0xa0, + 0x8d, + 0xff, + 0x17, + 0xc1, + 0xff, + 0x0d, + 0x70, + 0xff, + 0xa5, + 0x57, + 0xff, + 0x1d, + 0x8b, + 0xff, + 0x1b, + 0x76, + 0xff, + 0xf2, + 0x7e, + 0xff, + 0x49, + 0xa0, + 0xff, + 0x42, + 0x98, + 0xff, + 0xcd, + 0xb3, + 0xff, + 0x97, + 0x77, + 0xff, + 0xd7, + 0x44, + 0xff, + 0x4b, + 0x6d, + 0xff, + 0x29, + 0x5e, + 0xff, + 0x63, + 0x6f, + 0xff, + 0x65, + 0x82, + 0xff, + 0x6a, + 0x88, + 0xff, + 0x1b, + 0x9d, + 0xff, + 0x43, + 0x97, + 0xff, + 0xdf, + 0x89, + 0xff, + 0xb2, + 0x60, + 0xff, + 0x6c, + 0x64, + 0xff, + 0x7a, + 0x77, + 0xff, + 0xe9, + 0xf1, + 0x04, + 0xb2, + 0xbf, + 0x0b, + 0x28, + 0xc4, + 0x07, + 0xee, + 0x24, + 0x05, + 0x37, + 0x0c, + 0x09, + 0x26, + 0x35, + 0x03, + 0x11, + 0xb0, + 0xff, + 0xef, + 0x67, + 0x02, + 0xaa, + 0x2c, + 0x00, + 0x82, + 0x7d, + 0xfe, + 0x9d, + 0x22, + 0xfd, + 0x87, + 0x3c, + 0xff, + 0x8c, + 0x49, + 0x02, + 0xb7, + 0xf2, + 0xfe, + 0x16, + 0xf8, + 0xfe, + 0x31, + 0xf8, + 0x01, + 0x48, + 0x79, + 0x00, + 0x10, + 0xa2, + 0xfe, + 0xf9, + 0x83, + 0x00, + 0x1d, + 0x77, + 0x01, + 0xc8, + 0xdc, + 0xff, + 0x5d, + 0x2c, + 0x00, + 0x47, + 0x4a, + 0x00, + 0xa7, + 0x8f, + 0xff, + 0x24, + 0xf7, + 0xfe, + 0xd7, + 0x2d, + 0xfe, + 0x0e, + 0x34, + 0xff, + 0x16, + 0xe9, + 0xff, + 0x97, + 0x30, + 0xff, + 0x25, + 0xd5, + 0xfe, + 0x1c, + 0x20, + 0xff, + 0xbf, + 0x93, + 0xff, + 0x84, + 0xc4, + 0xff, + 0x6c, + 0x91, + 0xff, + 0x29, + 0xb8, + 0xfe, + 0xaa, + 0x7b, + 0xfe, + 0x75, + 0xec, + 0xfe, + 0x54, + 0xe6, + 0xfe, + 0x8b, + 0x1a, + 0xff, + 0xb1, + 0x74, + 0xff, + 0x2f, + 0x57, + 0xff, + 0x3e, + 0x6b, + 0xff, + 0xe4, + 0xac, + 0xff, + 0x60, + 0x69, + 0xff, + 0xbc, + 0x4d, + 0xff, + 0xcd, + 0x8d, + 0xff, + 0xfb, + 0x8e, + 0xff, + 0x9d, + 0x9b, + 0xff, + 0xd4, + 0x8b, + 0xff, + 0xb6, + 0x6e, + 0xff, + 0x2a, + 0x93, + 0xff, + 0x24, + 0x6d, + 0xff, + 0x44, + 0x3e, + 0xff, + 0xe8, + 0x52, + 0xff, + 0x04, + 0x5c, + 0xff, + 0x8c, + 0x71, + 0xff, + 0xa1, + 0x7d, + 0xff, + 0x4b, + 0x93, + 0xff, + 0x02, + 0x91, + 0xff, + 0xa7, + 0x6d, + 0xff, + 0xb6, + 0x83, + 0xff, + 0x0d, + 0x76, + 0xff, + 0x9b, + 0x5f, + 0xff, + 0x70, + 0x5e, + 0xff, + 0xc0, + 0x24, + 0x06, + 0xb6, + 0xff, + 0x0a, + 0x0a, + 0x79, + 0x05, + 0x8e, + 0x25, + 0x06, + 0x72, + 0xfe, + 0x07, + 0xad, + 0x5e, + 0x01, + 0xb8, + 0x3d, + 0x01, + 0x5f, + 0x92, + 0x02, + 0x76, + 0x69, + 0x00, + 0x4a, + 0x94, + 0xfe, + 0xe6, + 0xda, + 0xfc, + 0xdc, + 0xee, + 0xff, + 0x1d, + 0x45, + 0x01, + 0x18, + 0x67, + 0xff, + 0x87, + 0x61, + 0x01, + 0xb6, + 0x23, + 0x02, + 0xbe, + 0x36, + 0xff, + 0xc1, + 0xba, + 0xfe, + 0x4c, + 0x01, + 0x01, + 0xd4, + 0xfd, + 0x00, + 0x5b, + 0x2e, + 0x00, + 0x6e, + 0x1e, + 0x00, + 0xcb, + 0x6f, + 0xff, + 0x55, + 0x5f, + 0xff, + 0x11, + 0x3d, + 0xff, + 0xef, + 0x22, + 0xff, + 0x0f, + 0xbc, + 0xff, + 0x3e, + 0xd5, + 0xff, + 0x44, + 0x4a, + 0xff, + 0xb3, + 0x2d, + 0xff, + 0x6b, + 0xb4, + 0xff, + 0x50, + 0x7d, + 0xff, + 0x3d, + 0x19, + 0xff, + 0x21, + 0xe3, + 0xfe, + 0x1a, + 0x69, + 0xfe, + 0x49, + 0xd1, + 0xfe, + 0x0d, + 0x53, + 0xff, + 0xc6, + 0x09, + 0xff, + 0x29, + 0xfc, + 0xfe, + 0x5b, + 0x45, + 0xff, + 0xd1, + 0x63, + 0xff, + 0xfd, + 0x71, + 0xff, + 0x81, + 0x85, + 0xff, + 0x3e, + 0x71, + 0xff, + 0x1e, + 0x74, + 0xff, + 0x79, + 0x9b, + 0xff, + 0x15, + 0x97, + 0xff, + 0x2a, + 0x88, + 0xff, + 0x1e, + 0x74, + 0xff, + 0x7a, + 0x6b, + 0xff, + 0x1a, + 0x78, + 0xff, + 0x8d, + 0x4d, + 0xff, + 0x7d, + 0x3a, + 0xff, + 0x5c, + 0x61, + 0xff, + 0xcf, + 0x6b, + 0xff, + 0x38, + 0x64, + 0xff, + 0x72, + 0x6f, + 0xff, + 0xd8, + 0x88, + 0xff, + 0xc3, + 0x85, + 0xff, + 0x4f, + 0x80, + 0xff, + 0xd1, + 0x7b, + 0xff, + 0x3d, + 0x65, + 0xff, + 0x91, + 0x5b, + 0xff, + 0x6e, + 0x48, + 0xff, + 0xd8, + 0x0f, + 0x06, + 0x94, + 0x3a, + 0x0a, + 0xe4, + 0xb2, + 0x04, + 0xd0, + 0xae, + 0x05, + 0x30, + 0x34, + 0x07, + 0x89, + 0x5a, + 0x01, + 0xf4, + 0xef, + 0x01, + 0x86, + 0x02, + 0x03, + 0xab, + 0x72, + 0x00, + 0x1f, + 0xa1, + 0xfe, + 0xeb, + 0x42, + 0xfd, + 0x27, + 0x20, + 0x00, + 0xde, + 0x2c, + 0x02, + 0x7f, + 0x8e, + 0x00, + 0x6d, + 0x23, + 0x01, + 0x53, + 0xac, + 0x01, + 0xa9, + 0x31, + 0xff, + 0x77, + 0xb6, + 0xfe, + 0x7b, + 0xff, + 0x00, + 0x71, + 0x00, + 0x01, + 0xc7, + 0xdb, + 0xff, + 0xcd, + 0xe2, + 0xff, + 0xcf, + 0xe7, + 0xff, + 0xee, + 0xcc, + 0xff, + 0x4a, + 0xb7, + 0xff, + 0x52, + 0x9d, + 0xff, + 0xe5, + 0xe9, + 0xff, + 0xda, + 0x37, + 0x00, + 0x43, + 0x7c, + 0xff, + 0x7e, + 0xf4, + 0xfe, + 0x56, + 0x2c, + 0xff, + 0xd2, + 0xfb, + 0xfe, + 0xb8, + 0xf2, + 0xfe, + 0x8e, + 0xfb, + 0xfe, + 0x63, + 0xee, + 0xfe, + 0x71, + 0x2f, + 0xff, + 0x09, + 0x2e, + 0xff, + 0xe8, + 0xdd, + 0xfe, + 0x67, + 0xf6, + 0xfe, + 0x9b, + 0x5a, + 0xff, + 0x8e, + 0x55, + 0xff, + 0x81, + 0x72, + 0xff, + 0x2f, + 0xa5, + 0xff, + 0x08, + 0x72, + 0xff, + 0x36, + 0x92, + 0xff, + 0xb0, + 0xb2, + 0xff, + 0x4a, + 0x86, + 0xff, + 0xa6, + 0x7d, + 0xff, + 0x1a, + 0x61, + 0xff, + 0xc8, + 0x59, + 0xff, + 0xcf, + 0x65, + 0xff, + 0x7b, + 0x43, + 0xff, + 0xc9, + 0x50, + 0xff, + 0x70, + 0x69, + 0xff, + 0x93, + 0x5f, + 0xff, + 0xd9, + 0x5d, + 0xff, + 0x20, + 0x68, + 0xff, + 0xb4, + 0x96, + 0xff, + 0xb5, + 0x9b, + 0xff, + 0xb6, + 0x76, + 0xff, + 0x74, + 0x68, + 0xff, + 0x4e, + 0x53, + 0xff, + 0x08, + 0x58, + 0xff, + 0x7b, + 0x66, + 0xff, + 0x70, + 0x78, + 0x05, + 0x21, + 0x52, + 0x09, + 0xe7, + 0x20, + 0x04, + 0x22, + 0xfb, + 0x04, + 0x2f, + 0xd9, + 0x06, + 0xa6, + 0xbd, + 0x01, + 0x26, + 0x57, + 0x02, + 0xe8, + 0x3d, + 0x03, + 0xe7, + 0x87, + 0x00, + 0x6f, + 0x55, + 0xff, + 0x9f, + 0xcf, + 0xfe, + 0x80, + 0x78, + 0x00, + 0xb5, + 0x7d, + 0x01, + 0xfa, + 0xf3, + 0x00, + 0x3d, + 0x56, + 0x01, + 0xf8, + 0x07, + 0x01, + 0xb3, + 0x35, + 0xff, + 0x42, + 0x8d, + 0xfe, + 0xf2, + 0x74, + 0x00, + 0x43, + 0x2d, + 0x01, + 0xa5, + 0x7b, + 0x00, + 0xcd, + 0x66, + 0x00, + 0xb0, + 0xef, + 0xff, + 0x1f, + 0xc8, + 0xff, + 0x32, + 0x30, + 0x00, + 0x8f, + 0x4a, + 0x00, + 0xa4, + 0x49, + 0x00, + 0x09, + 0xb6, + 0xff, + 0x40, + 0x88, + 0xfe, + 0x92, + 0x6f, + 0xfe, + 0xe2, + 0x28, + 0xff, + 0xc8, + 0x42, + 0xff, + 0x47, + 0x52, + 0xff, + 0x18, + 0x30, + 0xff, + 0x85, + 0xc2, + 0xfe, + 0x5a, + 0x12, + 0xff, + 0xbc, + 0x41, + 0xff, + 0xec, + 0xc8, + 0xfe, + 0x93, + 0xfa, + 0xfe, + 0xbe, + 0x6a, + 0xff, + 0x20, + 0x57, + 0xff, + 0xa9, + 0x84, + 0xff, + 0x9a, + 0xaa, + 0xff, + 0x83, + 0x86, + 0xff, + 0xcd, + 0x95, + 0xff, + 0x5f, + 0x99, + 0xff, + 0x18, + 0x6f, + 0xff, + 0x5e, + 0x56, + 0xff, + 0x83, + 0x56, + 0xff, + 0xb2, + 0x50, + 0xff, + 0xd1, + 0x55, + 0xff, + 0xf6, + 0x57, + 0xff, + 0xaf, + 0x42, + 0xff, + 0xf2, + 0x5c, + 0xff, + 0x46, + 0x6e, + 0xff, + 0x68, + 0x55, + 0xff, + 0xbf, + 0x7d, + 0xff, + 0x20, + 0x9a, + 0xff, + 0x87, + 0x7d, + 0xff, + 0x51, + 0x6b, + 0xff, + 0xb3, + 0x57, + 0xff, + 0xee, + 0x66, + 0xff, + 0xa2, + 0x78, + 0xff, + 0xa3, + 0x6c, + 0xff, + 0xf7, + 0x42, + 0x05, + 0x63, + 0xef, + 0x08, + 0xeb, + 0xc2, + 0x03, + 0xfe, + 0x8c, + 0x03, + 0x0a, + 0x89, + 0x05, + 0x90, + 0xda, + 0x02, + 0xe8, + 0x91, + 0x03, + 0xa0, + 0x5c, + 0x03, + 0x03, + 0x57, + 0x01, + 0x68, + 0x49, + 0x00, + 0xb6, + 0xd0, + 0xfe, + 0xf9, + 0x6e, + 0x00, + 0x81, + 0x01, + 0x02, + 0x55, + 0xe0, + 0x00, + 0x19, + 0x8f, + 0x00, + 0x41, + 0x5a, + 0x00, + 0x6d, + 0xd2, + 0xfe, + 0x42, + 0x03, + 0xff, + 0x14, + 0x7a, + 0x01, + 0xfd, + 0xaf, + 0x01, + 0x69, + 0x50, + 0x00, + 0x2e, + 0x23, + 0x00, + 0x32, + 0x40, + 0x00, + 0x09, + 0xc0, + 0x00, + 0xdc, + 0xdd, + 0x00, + 0xc0, + 0xc4, + 0xff, + 0xa4, + 0x02, + 0xff, + 0x25, + 0xdb, + 0xfe, + 0x3d, + 0xac, + 0xfe, + 0x57, + 0xf2, + 0xfe, + 0x29, + 0x80, + 0xff, + 0xce, + 0x76, + 0xff, + 0x59, + 0x19, + 0xff, + 0x3e, + 0xea, + 0xfe, + 0xdd, + 0xe1, + 0xfe, + 0xb5, + 0x23, + 0xff, + 0x63, + 0x41, + 0xff, + 0x97, + 0xf6, + 0xfe, + 0x9e, + 0x23, + 0xff, + 0x2d, + 0x7b, + 0xff, + 0xc6, + 0x68, + 0xff, + 0x7e, + 0x84, + 0xff, + 0x32, + 0x9b, + 0xff, + 0xdc, + 0x86, + 0xff, + 0x76, + 0x8a, + 0xff, + 0xd9, + 0x6e, + 0xff, + 0xd9, + 0x55, + 0xff, + 0x46, + 0x53, + 0xff, + 0x6f, + 0x4b, + 0xff, + 0x00, + 0x52, + 0xff, + 0xee, + 0x54, + 0xff, + 0x90, + 0x51, + 0xff, + 0xd3, + 0x55, + 0xff, + 0x55, + 0x6a, + 0xff, + 0x78, + 0x76, + 0xff, + 0xff, + 0x60, + 0xff, + 0x7c, + 0x78, + 0xff, + 0xf9, + 0x89, + 0xff, + 0x46, + 0x64, + 0xff, + 0x1f, + 0x6f, + 0xff, + 0x28, + 0x77, + 0xff, + 0xd2, + 0x76, + 0xff, + 0xc6, + 0x83, + 0xff, + 0x3d, + 0x70, + 0xff, + 0x60, + 0xe7, + 0x03, + 0x11, + 0xa4, + 0x07, + 0x70, + 0x35, + 0x04, + 0x03, + 0x30, + 0x03, + 0x64, + 0x49, + 0x05, + 0x35, + 0x62, + 0x03, + 0x07, + 0xe1, + 0x03, + 0xa8, + 0x18, + 0x05, + 0x1f, + 0x7f, + 0x02, + 0x5e, + 0x72, + 0x00, + 0xd8, + 0x5a, + 0xff, + 0x7f, + 0x92, + 0xff, + 0x31, + 0x22, + 0x01, + 0xee, + 0x0b, + 0x01, + 0x00, + 0x3a, + 0x00, + 0xa2, + 0xfc, + 0xff, + 0x78, + 0x85, + 0xff, + 0x99, + 0x00, + 0x00, + 0x2d, + 0x8f, + 0x01, + 0xab, + 0xcd, + 0x01, + 0x14, + 0xb7, + 0x00, + 0xa5, + 0x4d, + 0x00, + 0xe6, + 0xb2, + 0x00, + 0x58, + 0xcf, + 0x00, + 0x78, + 0x22, + 0x00, + 0x98, + 0x04, + 0xff, + 0x79, + 0xc4, + 0xfe, + 0xc2, + 0x1e, + 0xff, + 0x69, + 0xfd, + 0xfe, + 0x47, + 0x33, + 0xff, + 0xce, + 0x85, + 0xff, + 0x88, + 0x3e, + 0xff, + 0x30, + 0x11, + 0xff, + 0xe4, + 0xf7, + 0xfe, + 0x9c, + 0xf5, + 0xfe, + 0x38, + 0x53, + 0xff, + 0xcd, + 0x72, + 0xff, + 0x54, + 0x33, + 0xff, + 0xc4, + 0x34, + 0xff, + 0x15, + 0x6f, + 0xff, + 0xde, + 0x6b, + 0xff, + 0x25, + 0x6a, + 0xff, + 0x17, + 0x9a, + 0xff, + 0x52, + 0x7e, + 0xff, + 0x40, + 0x5d, + 0xff, + 0x87, + 0x6e, + 0xff, + 0x57, + 0x50, + 0xff, + 0x51, + 0x52, + 0xff, + 0x2d, + 0x5b, + 0xff, + 0x95, + 0x45, + 0xff, + 0xd4, + 0x5b, + 0xff, + 0x1a, + 0x62, + 0xff, + 0x04, + 0x6d, + 0xff, + 0xd6, + 0x84, + 0xff, + 0x4b, + 0x72, + 0xff, + 0xf0, + 0x64, + 0xff, + 0x45, + 0x62, + 0xff, + 0x8e, + 0x69, + 0xff, + 0x46, + 0x80, + 0xff, + 0x9c, + 0x83, + 0xff, + 0xf2, + 0x89, + 0xff, + 0x13, + 0x94, + 0xff, + 0xe5, + 0x8c, + 0xff, + 0x6a, + 0x83, + 0xff, + 0x59, + 0xf6, + 0x02, + 0x8d, + 0xfc, + 0x06, + 0x60, + 0x4d, + 0x05, + 0xd3, + 0x78, + 0x03, + 0xcc, + 0x64, + 0x05, + 0x14, + 0x09, + 0x05, + 0x03, + 0xb3, + 0x03, + 0xf5, + 0x6a, + 0x03, + 0xb2, + 0xc4, + 0x02, + 0xc0, + 0x55, + 0x01, + 0x45, + 0x9f, + 0xff, + 0xaf, + 0x55, + 0xff, + 0x69, + 0x94, + 0xff, + 0xa0, + 0xc8, + 0xff, + 0x17, + 0xbf, + 0x00, + 0xaf, + 0x74, + 0x01, + 0x73, + 0xd0, + 0x00, + 0x2b, + 0x55, + 0x00, + 0x2c, + 0x3a, + 0x01, + 0x9b, + 0x8f, + 0x01, + 0x6e, + 0xf8, + 0x00, + 0x45, + 0x6e, + 0x00, + 0x32, + 0x2f, + 0x00, + 0x6e, + 0x00, + 0x00, + 0x28, + 0x60, + 0xff, + 0x6e, + 0x06, + 0xff, + 0x24, + 0x1c, + 0xff, + 0xce, + 0x1d, + 0xff, + 0x64, + 0xfd, + 0xfe, + 0x6b, + 0x13, + 0xff, + 0xfd, + 0x6c, + 0xff, + 0x09, + 0x75, + 0xff, + 0xca, + 0x2b, + 0xff, + 0xaf, + 0xec, + 0xfe, + 0x47, + 0x1d, + 0xff, + 0x79, + 0x70, + 0xff, + 0x6e, + 0x60, + 0xff, + 0x36, + 0x3a, + 0xff, + 0x93, + 0x50, + 0xff, + 0x88, + 0x77, + 0xff, + 0x89, + 0x74, + 0xff, + 0xd7, + 0x70, + 0xff, + 0x9f, + 0x41, + 0xff, + 0xbd, + 0x2a, + 0xff, + 0xf5, + 0x59, + 0xff, + 0xe5, + 0x46, + 0xff, + 0xfb, + 0x5b, + 0xff, + 0xbf, + 0x84, + 0xff, + 0x18, + 0x5b, + 0xff, + 0x9c, + 0x52, + 0xff, + 0xd1, + 0x64, + 0xff, + 0x66, + 0x5b, + 0xff, + 0xe5, + 0x55, + 0xff, + 0xf5, + 0x77, + 0xff, + 0x13, + 0x71, + 0xff, + 0x65, + 0x51, + 0xff, + 0x78, + 0x81, + 0xff, + 0xcc, + 0x7e, + 0xff, + 0xb4, + 0x72, + 0xff, + 0x86, + 0xa4, + 0xff, + 0x83, + 0x8f, + 0xff, + 0x78, + 0x85, + 0xff, + 0xf3, + 0x94, + 0xff, + 0xfa, + 0x76, + 0xff, + 0xba, + 0x20, + 0x02, + 0x41, + 0x25, + 0x06, + 0xb4, + 0x81, + 0x06, + 0xec, + 0x8e, + 0x04, + 0x49, + 0xf2, + 0x04, + 0x12, + 0x77, + 0x05, + 0xfa, + 0xe5, + 0x04, + 0x52, + 0x86, + 0x03, + 0x09, + 0x80, + 0x01, + 0x37, + 0x19, + 0x00, + 0x29, + 0x65, + 0xff, + 0xcc, + 0x83, + 0xff, + 0x6f, + 0x22, + 0x00, + 0xda, + 0x7a, + 0x00, + 0x17, + 0x96, + 0x00, + 0xaf, + 0x08, + 0x01, + 0x4b, + 0x9b, + 0x01, + 0x34, + 0x7c, + 0x01, + 0x16, + 0x38, + 0x01, + 0x06, + 0x14, + 0x01, + 0x7c, + 0x98, + 0x00, + 0x7d, + 0xfa, + 0xff, + 0x66, + 0xa8, + 0xff, + 0x3f, + 0x91, + 0xff, + 0xe9, + 0x6e, + 0xff, + 0xe3, + 0x3b, + 0xff, + 0xb8, + 0x29, + 0xff, + 0x34, + 0x42, + 0xff, + 0xed, + 0x11, + 0xff, + 0xd9, + 0xe1, + 0xfe, + 0xda, + 0x29, + 0xff, + 0xc3, + 0x73, + 0xff, + 0xf4, + 0x6d, + 0xff, + 0xad, + 0x5e, + 0xff, + 0xd2, + 0x5d, + 0xff, + 0x9f, + 0x42, + 0xff, + 0x82, + 0x49, + 0xff, + 0x47, + 0x4e, + 0xff, + 0xdd, + 0x4d, + 0xff, + 0x37, + 0x5e, + 0xff, + 0xf1, + 0x46, + 0xff, + 0xbc, + 0x4e, + 0xff, + 0xe2, + 0x48, + 0xff, + 0x10, + 0x3f, + 0xff, + 0x99, + 0x50, + 0xff, + 0x40, + 0x34, + 0xff, + 0x47, + 0x4d, + 0xff, + 0x17, + 0x8b, + 0xff, + 0x63, + 0x6f, + 0xff, + 0x03, + 0x50, + 0xff, + 0xaf, + 0x74, + 0xff, + 0xe1, + 0x75, + 0xff, + 0xf0, + 0x5a, + 0xff, + 0x3f, + 0x64, + 0xff, + 0x21, + 0x74, + 0xff, + 0x2b, + 0x76, + 0xff, + 0x65, + 0x76, + 0xff, + 0x7a, + 0x82, + 0xff, + 0x37, + 0x7d, + 0xff, + 0xcc, + 0x98, + 0xff, + 0x79, + 0xb1, + 0xff, + 0xb8, + 0x81, + 0xff, + 0x96, + 0x7c, + 0xff, + 0xc6, + 0x8f, + 0xff, + 0x76, + 0xb8, + 0x03, + 0x12, + 0x76, + 0x07, + 0xfa, + 0x28, + 0x05, + 0x23, + 0x8f, + 0x04, + 0xcc, + 0x43, + 0x06, + 0x17, + 0x91, + 0x04, + 0xc0, + 0xd5, + 0x03, + 0xae, + 0xb6, + 0x03, + 0x61, + 0x0c, + 0x01, + 0x39, + 0xc9, + 0xfe, + 0xdc, + 0x1b, + 0xff, + 0x44, + 0x7d, + 0x00, + 0x85, + 0xa5, + 0x00, + 0xfc, + 0x8c, + 0x00, + 0xcb, + 0x24, + 0x01, + 0xc5, + 0x42, + 0x01, + 0x7b, + 0x69, + 0x01, + 0xcb, + 0x14, + 0x02, + 0x5d, + 0xb4, + 0x01, + 0x31, + 0x30, + 0x00, + 0x2f, + 0x5e, + 0xff, + 0x8e, + 0x80, + 0xff, + 0xb1, + 0xa8, + 0xff, + 0xc2, + 0x9f, + 0xff, + 0x00, + 0x93, + 0xff, + 0x4c, + 0x56, + 0xff, + 0x2c, + 0x0d, + 0xff, + 0x4e, + 0x0c, + 0xff, + 0x4a, + 0x0a, + 0xff, + 0xc0, + 0x48, + 0xff, + 0xb1, + 0x83, + 0xff, + 0x7a, + 0x35, + 0xff, + 0xb1, + 0x42, + 0xff, + 0xd9, + 0x91, + 0xff, + 0xb8, + 0x7f, + 0xff, + 0xb5, + 0x62, + 0xff, + 0x1e, + 0x4d, + 0xff, + 0xa1, + 0x3d, + 0xff, + 0x03, + 0x4a, + 0xff, + 0x87, + 0x35, + 0xff, + 0xfa, + 0x0f, + 0xff, + 0xf7, + 0x39, + 0xff, + 0xfb, + 0x69, + 0xff, + 0xc6, + 0x48, + 0xff, + 0x4c, + 0x24, + 0xff, + 0xae, + 0x42, + 0xff, + 0x65, + 0x7b, + 0xff, + 0xfc, + 0x74, + 0xff, + 0xd5, + 0x58, + 0xff, + 0xe1, + 0x69, + 0xff, + 0x8a, + 0x89, + 0xff, + 0x18, + 0x81, + 0xff, + 0x06, + 0x58, + 0xff, + 0x80, + 0x6d, + 0xff, + 0x77, + 0x92, + 0xff, + 0xb7, + 0x7e, + 0xff, + 0x20, + 0x69, + 0xff, + 0x6f, + 0x6b, + 0xff, + 0x55, + 0x93, + 0xff, + 0x15, + 0xaa, + 0xff, + 0x16, + 0x91, + 0xff, + 0x0f, + 0x8f, + 0xff, + 0xb3, + 0x99, + 0xff, + 0xec, + 0x97, + 0xff, + 0xce, + 0xb5, + 0x03, + 0xe0, + 0x57, + 0x07, + 0xf6, + 0x8e, + 0x05, + 0x2c, + 0xb6, + 0x04, + 0x72, + 0x45, + 0x05, + 0x02, + 0x01, + 0x04, + 0x41, + 0x3e, + 0x03, + 0xdc, + 0xe0, + 0x02, + 0xba, + 0xac, + 0x01, + 0x2d, + 0x15, + 0x00, + 0x42, + 0xf5, + 0xff, + 0xea, + 0xa4, + 0x00, + 0x7b, + 0x76, + 0x00, + 0x44, + 0x72, + 0x00, + 0x85, + 0xdd, + 0x00, + 0x8f, + 0x76, + 0x01, + 0xd6, + 0xfa, + 0x01, + 0xaa, + 0x17, + 0x02, + 0x0b, + 0x3e, + 0x01, + 0xf6, + 0xc7, + 0xff, + 0x59, + 0x63, + 0xff, + 0x28, + 0x76, + 0xff, + 0xad, + 0x61, + 0xff, + 0x57, + 0x99, + 0xff, + 0xc5, + 0xaa, + 0xff, + 0x56, + 0x8f, + 0xff, + 0xb3, + 0x41, + 0xff, + 0x92, + 0xe0, + 0xfe, + 0xca, + 0xef, + 0xfe, + 0xf8, + 0x4a, + 0xff, + 0xc6, + 0x74, + 0xff, + 0xd5, + 0x66, + 0xff, + 0x95, + 0x78, + 0xff, + 0x82, + 0x72, + 0xff, + 0xa4, + 0x5b, + 0xff, + 0xa4, + 0x68, + 0xff, + 0x69, + 0x4d, + 0xff, + 0x44, + 0x44, + 0xff, + 0x88, + 0x3d, + 0xff, + 0xdd, + 0x15, + 0xff, + 0xd8, + 0x24, + 0xff, + 0x1b, + 0x3d, + 0xff, + 0x5e, + 0x2e, + 0xff, + 0xa7, + 0x1a, + 0xff, + 0xaf, + 0x33, + 0xff, + 0x89, + 0x54, + 0xff, + 0x61, + 0x6b, + 0xff, + 0xa5, + 0x7e, + 0xff, + 0x83, + 0x64, + 0xff, + 0x7c, + 0x61, + 0xff, + 0x43, + 0x73, + 0xff, + 0xb7, + 0x86, + 0xff, + 0xa8, + 0x92, + 0xff, + 0xe2, + 0x7b, + 0xff, + 0xa6, + 0x7e, + 0xff, + 0xc1, + 0x71, + 0xff, + 0x06, + 0x51, + 0xff, + 0xe7, + 0x5f, + 0xff, + 0xb9, + 0xa1, + 0xff, + 0x4e, + 0xbb, + 0xff, + 0x35, + 0x8b, + 0xff, + 0xeb, + 0x8f, + 0xff, + 0x68, + 0xa2, + 0xff, + 0x67, + 0x8f, + 0xff, + 0x5a, + 0x6b, + 0x03, + 0xd7, + 0xff, + 0x07, + 0xb3, + 0xcf, + 0x05, + 0xe3, + 0xc0, + 0x02, + 0xbd, + 0xd9, + 0x03, + 0xe5, + 0xb1, + 0x03, + 0xb5, + 0xd5, + 0x02, + 0xeb, + 0xca, + 0x02, + 0x3c, + 0xd8, + 0x02, + 0x0a, + 0x8d, + 0x01, + 0xc2, + 0xeb, + 0xff, + 0xc4, + 0xc6, + 0x00, + 0x1d, + 0xdf, + 0x00, + 0xf4, + 0x22, + 0x00, + 0x7b, + 0x00, + 0x01, + 0x09, + 0xb4, + 0x01, + 0x64, + 0x7c, + 0x01, + 0x40, + 0x5a, + 0x01, + 0xcd, + 0xd5, + 0x01, + 0x63, + 0xd2, + 0x00, + 0x03, + 0xe8, + 0xfe, + 0xdb, + 0xdf, + 0xfe, + 0x98, + 0x94, + 0xff, + 0x29, + 0xd0, + 0xff, + 0x0d, + 0x80, + 0xff, + 0x70, + 0x54, + 0xff, + 0x42, + 0x7c, + 0xff, + 0x20, + 0x2f, + 0xff, + 0x35, + 0xfe, + 0xfe, + 0xec, + 0x00, + 0xff, + 0x3a, + 0x27, + 0xff, + 0x65, + 0x8c, + 0xff, + 0xe9, + 0xa6, + 0xff, + 0x8a, + 0x7d, + 0xff, + 0x32, + 0x48, + 0xff, + 0x66, + 0x1f, + 0xff, + 0xf5, + 0x37, + 0xff, + 0xf4, + 0x6b, + 0xff, + 0x14, + 0x43, + 0xff, + 0xf5, + 0x19, + 0xff, + 0x26, + 0x33, + 0xff, + 0x4c, + 0x0d, + 0xff, + 0x9e, + 0x07, + 0xff, + 0x67, + 0x26, + 0xff, + 0x79, + 0x1b, + 0xff, + 0x37, + 0x37, + 0xff, + 0x7d, + 0x3d, + 0xff, + 0xe5, + 0x55, + 0xff, + 0xe6, + 0x94, + 0xff, + 0x73, + 0x82, + 0xff, + 0x21, + 0x5f, + 0xff, + 0xfd, + 0x6e, + 0xff, + 0x0a, + 0x9c, + 0xff, + 0xec, + 0x8b, + 0xff, + 0x03, + 0x58, + 0xff, + 0xa9, + 0x5c, + 0xff, + 0x38, + 0x59, + 0xff, + 0xe6, + 0x75, + 0xff, + 0x89, + 0xa0, + 0xff, + 0xab, + 0x9c, + 0xff, + 0xf5, + 0xa1, + 0xff, + 0xdf, + 0x91, + 0xff, + 0x99, + 0x77, + 0xff, + 0x8c, + 0x68, + 0xff, + 0xdf, + 0xea, + 0x03, + 0xe0, + 0x04, + 0x08, + 0x9a, + 0xad, + 0x04, + 0xd7, + 0xc2, + 0x01, + 0x0a, + 0xbd, + 0x02, + 0x65, + 0xa1, + 0x02, + 0xe1, + 0x46, + 0x03, + 0xb6, + 0xd1, + 0x03, + 0x1f, + 0x8b, + 0x02, + 0xb0, + 0x46, + 0x01, + 0xa1, + 0x72, + 0x01, + 0xd5, + 0x6e, + 0x01, + 0x15, + 0xff, + 0xff, + 0x57, + 0x64, + 0x00, + 0x1f, + 0x91, + 0x01, + 0xa8, + 0x77, + 0x01, + 0xcd, + 0x91, + 0x01, + 0x14, + 0x97, + 0x01, + 0x92, + 0x90, + 0x01, + 0x31, + 0x3a, + 0x01, + 0x3b, + 0x32, + 0x00, + 0x4f, + 0x2f, + 0xff, + 0x8c, + 0xd7, + 0xfe, + 0xf6, + 0x5e, + 0xff, + 0x02, + 0xcc, + 0xff, + 0x97, + 0xe3, + 0xff, + 0xf6, + 0x91, + 0xff, + 0x17, + 0x09, + 0xff, + 0xc7, + 0x2c, + 0xff, + 0x13, + 0x37, + 0xff, + 0x93, + 0x0a, + 0xff, + 0xd1, + 0x41, + 0xff, + 0xda, + 0x7f, + 0xff, + 0xb5, + 0xc4, + 0xff, + 0xc3, + 0x94, + 0xff, + 0xdd, + 0x0a, + 0xff, + 0xd0, + 0x24, + 0xff, + 0x7b, + 0x6f, + 0xff, + 0x38, + 0x67, + 0xff, + 0x92, + 0x3e, + 0xff, + 0x32, + 0x21, + 0xff, + 0xd9, + 0x25, + 0xff, + 0xf3, + 0x19, + 0xff, + 0x8a, + 0x04, + 0xff, + 0xee, + 0x12, + 0xff, + 0x94, + 0x38, + 0xff, + 0x8e, + 0x45, + 0xff, + 0x0c, + 0x5a, + 0xff, + 0x64, + 0x71, + 0xff, + 0x70, + 0x4c, + 0xff, + 0x0b, + 0x68, + 0xff, + 0x11, + 0xa5, + 0xff, + 0x1b, + 0x84, + 0xff, + 0xdc, + 0x6c, + 0xff, + 0x05, + 0x80, + 0xff, + 0x78, + 0x91, + 0xff, + 0x0e, + 0x87, + 0xff, + 0x0e, + 0x66, + 0xff, + 0xdd, + 0x7f, + 0xff, + 0x8e, + 0xa3, + 0xff, + 0x94, + 0x81, + 0xff, + 0x6f, + 0x78, + 0xff, + 0x90, + 0x8c, + 0xff, + 0x7b, + 0x75, + 0xff, + 0x66, + 0x45, + 0x04, + 0x9d, + 0x05, + 0x08, + 0x0b, + 0x4b, + 0x04, + 0x8c, + 0xeb, + 0x01, + 0x37, + 0xca, + 0x02, + 0xd5, + 0x4d, + 0x02, + 0x18, + 0x63, + 0x02, + 0x4a, + 0x6b, + 0x02, + 0xcb, + 0xc3, + 0x01, + 0x6d, + 0x55, + 0x01, + 0x9f, + 0xeb, + 0x01, + 0xb7, + 0x2c, + 0x02, + 0xfc, + 0x3b, + 0x01, + 0xc7, + 0xa1, + 0x00, + 0x83, + 0x80, + 0x00, + 0x26, + 0x9f, + 0x01, + 0x7a, + 0x31, + 0x02, + 0x40, + 0x69, + 0x01, + 0xd1, + 0x57, + 0x01, + 0x59, + 0x7e, + 0x01, + 0xea, + 0x55, + 0x01, + 0xbc, + 0x40, + 0x00, + 0x90, + 0x82, + 0xff, + 0x1f, + 0x4d, + 0xff, + 0x5a, + 0xb3, + 0xfe, + 0x9f, + 0x9f, + 0xff, + 0xf5, + 0x3f, + 0x00, + 0x0e, + 0x77, + 0xff, + 0x48, + 0x39, + 0xff, + 0xaa, + 0x5d, + 0xff, + 0x94, + 0x5d, + 0xff, + 0x77, + 0x14, + 0xff, + 0x8c, + 0x58, + 0xff, + 0xb7, + 0xa7, + 0xff, + 0x0b, + 0x8e, + 0xff, + 0x07, + 0xad, + 0xff, + 0x3f, + 0x39, + 0xff, + 0x66, + 0x1f, + 0xff, + 0x71, + 0x94, + 0xff, + 0x93, + 0x66, + 0xff, + 0xa8, + 0x3e, + 0xff, + 0xb9, + 0x5f, + 0xff, + 0x59, + 0x3b, + 0xff, + 0x31, + 0xe8, + 0xfe, + 0xc9, + 0x10, + 0xff, + 0x0b, + 0x5f, + 0xff, + 0x3a, + 0x56, + 0xff, + 0x7a, + 0x4d, + 0xff, + 0xec, + 0x52, + 0xff, + 0xf1, + 0x5a, + 0xff, + 0x55, + 0x56, + 0xff, + 0x01, + 0x7d, + 0xff, + 0x52, + 0x9d, + 0xff, + 0xf8, + 0x7c, + 0xff, + 0x74, + 0x84, + 0xff, + 0xaa, + 0xa1, + 0xff, + 0x8f, + 0xaa, + 0xff, + 0xaf, + 0x95, + 0xff, + 0x4d, + 0x8a, + 0xff, + 0x0a, + 0x93, + 0xff, + 0x6a, + 0x7d, + 0xff, + 0x26, + 0x85, + 0xff, + 0x21, + 0x88, + 0xff, + 0xa4, + 0x46, + 0xff, + 0x97, + 0x29, + 0x04, + 0x20, + 0x51, + 0x08, + 0x33, + 0x98, + 0x04, + 0xb4, + 0x92, + 0x01, + 0x6f, + 0xfa, + 0x02, + 0xaa, + 0x27, + 0x03, + 0xa7, + 0xaf, + 0x02, + 0x6f, + 0x92, + 0x01, + 0x11, + 0xb1, + 0xff, + 0x2d, + 0x51, + 0xff, + 0x9c, + 0x16, + 0x02, + 0x63, + 0xb6, + 0x03, + 0x8d, + 0x67, + 0x01, + 0xc8, + 0x5f, + 0x00, + 0x98, + 0xf6, + 0x00, + 0x0c, + 0x2f, + 0x01, + 0x72, + 0x8f, + 0x01, + 0x4b, + 0xd9, + 0x01, + 0x58, + 0xb9, + 0x01, + 0xa7, + 0x28, + 0x01, + 0x32, + 0x6f, + 0x01, + 0x26, + 0xb2, + 0x01, + 0xb5, + 0xb1, + 0x00, + 0x19, + 0x92, + 0xff, + 0xc2, + 0x3d, + 0xff, + 0x29, + 0x47, + 0xff, + 0x4d, + 0xe8, + 0xfe, + 0x0f, + 0x6c, + 0xff, + 0x96, + 0x36, + 0x00, + 0xb7, + 0x9e, + 0xff, + 0xe1, + 0x43, + 0xff, + 0xb6, + 0x70, + 0xff, + 0x2d, + 0x46, + 0xff, + 0xfc, + 0x4e, + 0xff, + 0x7c, + 0x8c, + 0xff, + 0x9c, + 0x81, + 0xff, + 0xbb, + 0x70, + 0xff, + 0x8e, + 0x96, + 0xff, + 0x8c, + 0x69, + 0xff, + 0x90, + 0x45, + 0xff, + 0x63, + 0x94, + 0xff, + 0x55, + 0x83, + 0xff, + 0xc6, + 0x2a, + 0xff, + 0x1e, + 0x0c, + 0xff, + 0x0b, + 0x2c, + 0xff, + 0xcf, + 0x75, + 0xff, + 0x0b, + 0x6f, + 0xff, + 0xa2, + 0x33, + 0xff, + 0xde, + 0x37, + 0xff, + 0x1b, + 0x63, + 0xff, + 0x84, + 0x62, + 0xff, + 0xf8, + 0x4e, + 0xff, + 0x31, + 0x6c, + 0xff, + 0xbc, + 0x89, + 0xff, + 0x52, + 0x9f, + 0xff, + 0xd6, + 0xaa, + 0xff, + 0x6b, + 0xa3, + 0xff, + 0xa1, + 0xa2, + 0xff, + 0x9c, + 0x9d, + 0xff, + 0xf5, + 0xa4, + 0xff, + 0x4a, + 0xa5, + 0xff, + 0x87, + 0x7b, + 0xff, + 0x83, + 0x54, + 0xff, + 0x20, + 0x52, + 0xff, + 0x6e, + 0xb3, + 0x04, + 0xa3, + 0x4a, + 0x09, + 0x4c, + 0xa0, + 0x04, + 0x09, + 0x56, + 0x01, + 0xb3, + 0x45, + 0x03, + 0x2b, + 0x2a, + 0x03, + 0x97, + 0xe6, + 0x02, + 0xdd, + 0x4f, + 0x01, + 0xd9, + 0x53, + 0xfe, + 0x87, + 0x58, + 0xfe, + 0x47, + 0x64, + 0x01, + 0x72, + 0xe8, + 0x02, + 0xc2, + 0x6b, + 0x01, + 0x26, + 0xf3, + 0x00, + 0x53, + 0x7e, + 0x00, + 0x6b, + 0x56, + 0x00, + 0x8b, + 0xef, + 0x01, + 0x68, + 0xc5, + 0x01, + 0xf7, + 0xed, + 0x00, + 0x6a, + 0x7c, + 0x01, + 0xeb, + 0xcb, + 0x01, + 0x32, + 0x14, + 0x01, + 0x0a, + 0x19, + 0x01, + 0xe3, + 0x72, + 0x01, + 0x26, + 0xe5, + 0xff, + 0xc2, + 0xe9, + 0xfe, + 0x0d, + 0x17, + 0xff, + 0x6a, + 0xc3, + 0xfe, + 0x63, + 0x2e, + 0xff, + 0xe4, + 0xdd, + 0xff, + 0x01, + 0xdd, + 0xff, + 0xbf, + 0x80, + 0xff, + 0x92, + 0x47, + 0xff, + 0x72, + 0x52, + 0xff, + 0x81, + 0x22, + 0xff, + 0x01, + 0x47, + 0xff, + 0x81, + 0x86, + 0xff, + 0xca, + 0x5e, + 0xff, + 0xe1, + 0x7f, + 0xff, + 0x60, + 0x7b, + 0xff, + 0xeb, + 0x4f, + 0xff, + 0x74, + 0x75, + 0xff, + 0x95, + 0x5c, + 0xff, + 0xdd, + 0x31, + 0xff, + 0x15, + 0x47, + 0xff, + 0x75, + 0x56, + 0xff, + 0xe3, + 0x35, + 0xff, + 0xdd, + 0x2c, + 0xff, + 0xdd, + 0x5e, + 0xff, + 0x6c, + 0x4a, + 0xff, + 0x2b, + 0x2f, + 0xff, + 0xdd, + 0x3c, + 0xff, + 0x58, + 0x43, + 0xff, + 0x20, + 0x78, + 0xff, + 0x8a, + 0x84, + 0xff, + 0x0a, + 0x8a, + 0xff, + 0xef, + 0xa5, + 0xff, + 0xa4, + 0x92, + 0xff, + 0x7a, + 0x9b, + 0xff, + 0xe6, + 0x99, + 0xff, + 0xc0, + 0x93, + 0xff, + 0x13, + 0x82, + 0xff, + 0x5b, + 0x46, + 0xff, + 0x2f, + 0x49, + 0xff, + 0xdb, + 0x4b, + 0x05, + 0x2b, + 0xeb, + 0x0a, + 0x56, + 0x90, + 0x05, + 0x15, + 0x25, + 0x01, + 0x60, + 0x01, + 0x03, + 0x38, + 0x94, + 0x02, + 0x04, + 0xa6, + 0x02, + 0x8d, + 0x5b, + 0x01, + 0x94, + 0xaf, + 0xfd, + 0x30, + 0x7e, + 0xfd, + 0xcd, + 0x64, + 0x01, + 0x9d, + 0x42, + 0x03, + 0xa2, + 0x59, + 0x00, + 0x1d, + 0xc4, + 0xff, + 0xbe, + 0xa0, + 0x00, + 0xde, + 0x6a, + 0x00, + 0xce, + 0x7b, + 0x01, + 0x55, + 0x3e, + 0x01, + 0x51, + 0x0f, + 0x01, + 0xa1, + 0x97, + 0x01, + 0x1c, + 0x47, + 0x01, + 0x14, + 0x62, + 0x01, + 0x75, + 0x61, + 0x01, + 0xc4, + 0xfa, + 0x00, + 0xc5, + 0xc9, + 0x00, + 0x4a, + 0x9c, + 0x00, + 0x11, + 0x55, + 0xff, + 0x03, + 0x81, + 0xfe, + 0xaa, + 0x56, + 0xff, + 0xca, + 0x4d, + 0xff, + 0xe0, + 0x17, + 0xff, + 0xc7, + 0xba, + 0xff, + 0x21, + 0xe8, + 0xff, + 0x7f, + 0x88, + 0xff, + 0x19, + 0x22, + 0xff, + 0x84, + 0x34, + 0xff, + 0x56, + 0x33, + 0xff, + 0xe8, + 0x4c, + 0xff, + 0x21, + 0x9f, + 0xff, + 0x8c, + 0x5c, + 0xff, + 0xd3, + 0x6b, + 0xff, + 0x22, + 0xa5, + 0xff, + 0x3b, + 0x73, + 0xff, + 0x77, + 0x78, + 0xff, + 0x75, + 0x5e, + 0xff, + 0x24, + 0x33, + 0xff, + 0xce, + 0x3c, + 0xff, + 0xe8, + 0x4d, + 0xff, + 0x31, + 0x60, + 0xff, + 0x3c, + 0x46, + 0xff, + 0xe3, + 0x28, + 0xff, + 0xb3, + 0x2a, + 0xff, + 0x5c, + 0x56, + 0xff, + 0xe5, + 0x7e, + 0xff, + 0xc7, + 0x69, + 0xff, + 0xbd, + 0x68, + 0xff, + 0x7f, + 0x8a, + 0xff, + 0xe8, + 0xac, + 0xff, + 0x66, + 0xa4, + 0xff, + 0x6f, + 0x80, + 0xff, + 0x35, + 0x7e, + 0xff, + 0xf3, + 0x78, + 0xff, + 0xd7, + 0x6b, + 0xff, + 0x01, + 0x4f, + 0xff, + 0x1a, + 0x62, + 0x05, + 0x15, + 0x74, + 0x0c, + 0x01, + 0x00, + 0x07, + 0x7c, + 0x9f, + 0x00, + 0xeb, + 0x25, + 0x03, + 0x7f, + 0xc1, + 0x02, + 0xd8, + 0x5f, + 0x02, + 0x95, + 0x6e, + 0x01, + 0xb2, + 0x79, + 0xfc, + 0x7b, + 0x94, + 0xfc, + 0x0b, + 0x9b, + 0x01, + 0x02, + 0xaa, + 0x03, + 0x5a, + 0x5b, + 0x00, + 0x7e, + 0xf1, + 0xfe, + 0x6b, + 0xa7, + 0xff, + 0x1f, + 0x68, + 0xff, + 0xc6, + 0x8e, + 0x01, + 0x81, + 0xa6, + 0x01, + 0x1d, + 0x88, + 0x00, + 0x59, + 0x41, + 0x01, + 0x18, + 0x09, + 0x01, + 0x0b, + 0xfa, + 0x00, + 0x41, + 0x07, + 0x01, + 0x00, + 0x7b, + 0x01, + 0x59, + 0x39, + 0x01, + 0x8f, + 0x41, + 0x00, + 0xd1, + 0x8a, + 0x00, + 0x66, + 0xf8, + 0xff, + 0x70, + 0x2e, + 0xff, + 0x61, + 0x11, + 0xff, + 0x9e, + 0x0e, + 0xff, + 0x6f, + 0x58, + 0xff, + 0x8a, + 0x58, + 0xff, + 0xfb, + 0xa4, + 0xff, + 0xe6, + 0xb5, + 0xff, + 0x6c, + 0x4f, + 0xff, + 0x4e, + 0x3d, + 0xff, + 0xf1, + 0x2f, + 0xff, + 0xf2, + 0x45, + 0xff, + 0x08, + 0x51, + 0xff, + 0xf8, + 0x71, + 0xff, + 0x21, + 0xbf, + 0xff, + 0x43, + 0xc4, + 0xff, + 0x5b, + 0x95, + 0xff, + 0x4c, + 0x4c, + 0xff, + 0x03, + 0x50, + 0xff, + 0x2d, + 0x51, + 0xff, + 0xb6, + 0x40, + 0xff, + 0x6e, + 0x68, + 0xff, + 0xba, + 0x37, + 0xff, + 0x76, + 0x2c, + 0xff, + 0x34, + 0x62, + 0xff, + 0x08, + 0x5b, + 0xff, + 0xed, + 0x4c, + 0xff, + 0x8f, + 0x43, + 0xff, + 0x84, + 0x6b, + 0xff, + 0xb8, + 0x93, + 0xff, + 0xd4, + 0x91, + 0xff, + 0x2c, + 0x90, + 0xff, + 0x7c, + 0x72, + 0xff, + 0xbf, + 0x6e, + 0xff, + 0xd6, + 0x7a, + 0xff, + 0xf9, + 0x5d, + 0xff, + 0xff, + 0x4d, + 0xff, + 0xa0, + 0xac, + 0x06, + 0x5f, + 0x6b, + 0x0e, + 0xe0, + 0xd7, + 0x06, + 0xb1, + 0x43, + 0x00, + 0x5d, + 0xec, + 0x03, + 0xdd, + 0xcf, + 0x02, + 0x20, + 0x56, + 0x02, + 0x2d, + 0xd7, + 0x00, + 0x2b, + 0x09, + 0xfb, + 0x0c, + 0x37, + 0xfc, + 0xe7, + 0x6e, + 0x02, + 0x47, + 0xe1, + 0x03, + 0x42, + 0xa7, + 0xff, + 0x97, + 0xc0, + 0xfe, + 0x6e, + 0x64, + 0xff, + 0xf7, + 0xc9, + 0xfe, + 0x1f, + 0xfc, + 0x00, + 0x49, + 0x07, + 0x01, + 0x68, + 0xd8, + 0x00, + 0x27, + 0x93, + 0x01, + 0x93, + 0x80, + 0x00, + 0x58, + 0x56, + 0x00, + 0xad, + 0xac, + 0x00, + 0x4b, + 0x56, + 0x01, + 0x4b, + 0xf2, + 0x00, + 0xbf, + 0xb9, + 0x00, + 0x68, + 0xdc, + 0x00, + 0x05, + 0xd4, + 0xff, + 0x7b, + 0x98, + 0x00, + 0x63, + 0x35, + 0x00, + 0x20, + 0xc1, + 0xfe, + 0x80, + 0x40, + 0xff, + 0x06, + 0x5e, + 0xff, + 0x8c, + 0x3d, + 0xff, + 0x27, + 0x37, + 0xff, + 0x2c, + 0xaa, + 0xff, + 0x19, + 0xc7, + 0xff, + 0x15, + 0x12, + 0xff, + 0x8d, + 0x55, + 0xff, + 0x8d, + 0x4c, + 0xff, + 0xda, + 0x6b, + 0xff, + 0x99, + 0x00, + 0x00, + 0x36, + 0xb3, + 0xff, + 0xf7, + 0x8c, + 0xff, + 0x5a, + 0x79, + 0xff, + 0x5b, + 0x6c, + 0xff, + 0x91, + 0x77, + 0xff, + 0x7f, + 0x5e, + 0xff, + 0xf5, + 0x50, + 0xff, + 0x2c, + 0x33, + 0xff, + 0xcc, + 0x73, + 0xff, + 0x49, + 0x80, + 0xff, + 0x88, + 0x36, + 0xff, + 0xbc, + 0x3f, + 0xff, + 0xa8, + 0x5a, + 0xff, + 0xbe, + 0x79, + 0xff, + 0xd1, + 0x87, + 0xff, + 0x40, + 0x7b, + 0xff, + 0x31, + 0x79, + 0xff, + 0x60, + 0x76, + 0xff, + 0x9f, + 0x6d, + 0xff, + 0x18, + 0x70, + 0xff, + 0x26, + 0x5c, + 0xff, + 0x47, + 0x48, + 0xff, + 0x52, + 0x37, + 0x07, + 0x52, + 0x7a, + 0x10, + 0x67, + 0x18, + 0x08, + 0x21, + 0x72, + 0xff, + 0xf6, + 0x34, + 0x04, + 0x99, + 0x02, + 0x03, + 0x89, + 0x9f, + 0x01, + 0xf7, + 0xb4, + 0x00, + 0xf3, + 0x01, + 0xfa, + 0x4d, + 0xe5, + 0xfb, + 0xc8, + 0x4d, + 0x03, + 0x29, + 0xca, + 0x03, + 0xcd, + 0xf2, + 0xfe, + 0xe4, + 0x20, + 0xfe, + 0x9c, + 0x31, + 0xff, + 0xe7, + 0x92, + 0xfe, + 0x76, + 0xe7, + 0x00, + 0xaa, + 0x9e, + 0x00, + 0xd7, + 0xeb, + 0xff, + 0x95, + 0xa6, + 0x01, + 0xc9, + 0xa9, + 0x00, + 0x14, + 0x01, + 0x00, + 0x6b, + 0x3c, + 0x00, + 0x4b, + 0x90, + 0x00, + 0x6b, + 0xa0, + 0x00, + 0xc0, + 0x88, + 0x00, + 0x61, + 0x8f, + 0x00, + 0xc3, + 0x27, + 0x00, + 0x60, + 0xc4, + 0x00, + 0xa8, + 0x62, + 0x00, + 0x0d, + 0x07, + 0x00, + 0x70, + 0x22, + 0x00, + 0x66, + 0x05, + 0xff, + 0xa7, + 0x1f, + 0xff, + 0x4a, + 0x3d, + 0xff, + 0x2a, + 0xf8, + 0xfe, + 0xd5, + 0x3e, + 0xff, + 0x4a, + 0x7e, + 0xff, + 0x25, + 0xe1, + 0xff, + 0x88, + 0x7d, + 0xff, + 0x7b, + 0x67, + 0xff, + 0x21, + 0xb5, + 0xff, + 0x86, + 0xa1, + 0xff, + 0x2e, + 0xab, + 0xff, + 0xe0, + 0x64, + 0xff, + 0xe7, + 0x85, + 0xff, + 0x11, + 0x88, + 0xff, + 0xd6, + 0x43, + 0xff, + 0xdc, + 0x8b, + 0xff, + 0xc0, + 0x79, + 0xff, + 0xb3, + 0x53, + 0xff, + 0x28, + 0x47, + 0xff, + 0x7f, + 0x3e, + 0xff, + 0x76, + 0x6e, + 0xff, + 0x1e, + 0x73, + 0xff, + 0x1c, + 0x63, + 0xff, + 0xa4, + 0x5f, + 0xff, + 0x57, + 0x73, + 0xff, + 0x57, + 0x75, + 0xff, + 0xbf, + 0x5f, + 0xff, + 0x7f, + 0x5d, + 0xff, + 0x26, + 0x5a, + 0xff, + 0xb5, + 0x64, + 0xff, + 0xf7, + 0x76, + 0xff, + 0x17, + 0x25, + 0x09, + 0xb1, + 0xe7, + 0x12, + 0xcf, + 0x50, + 0x07, + 0x29, + 0x2d, + 0xff, + 0xdd, + 0x51, + 0x05, + 0x79, + 0x96, + 0x02, + 0x53, + 0x28, + 0x01, + 0x82, + 0x6e, + 0xff, + 0xf3, + 0x86, + 0xf8, + 0x2c, + 0xe0, + 0xfc, + 0x56, + 0xf5, + 0x04, + 0x03, + 0x58, + 0x03, + 0xd7, + 0xce, + 0xfd, + 0x05, + 0x01, + 0xfe, + 0x72, + 0x79, + 0xfe, + 0x9b, + 0x68, + 0xfe, + 0x64, + 0x44, + 0x01, + 0xd3, + 0x0e, + 0x00, + 0x11, + 0x26, + 0x00, + 0xd6, + 0x87, + 0x01, + 0x48, + 0xdd, + 0xff, + 0x9d, + 0xed, + 0xff, + 0x15, + 0x34, + 0x00, + 0x06, + 0x6c, + 0x00, + 0xa7, + 0x31, + 0x00, + 0x00, + 0xee, + 0xff, + 0xfc, + 0x1c, + 0x00, + 0x18, + 0xc6, + 0xff, + 0x68, + 0xcc, + 0x00, + 0x04, + 0xbf, + 0x00, + 0xdf, + 0x29, + 0x00, + 0x29, + 0x89, + 0x00, + 0x2a, + 0x50, + 0x00, + 0x57, + 0xc7, + 0xff, + 0x30, + 0xa6, + 0xfe, + 0x5b, + 0xd4, + 0xfe, + 0xec, + 0x63, + 0xff, + 0x2b, + 0x30, + 0xff, + 0x46, + 0xda, + 0xff, + 0xb6, + 0xb7, + 0xff, + 0x0c, + 0xb1, + 0xff, + 0x35, + 0x07, + 0x00, + 0x46, + 0x80, + 0xff, + 0x12, + 0x71, + 0xff, + 0x2c, + 0x70, + 0xff, + 0xcb, + 0x6d, + 0xff, + 0xf6, + 0x95, + 0xff, + 0x37, + 0xb4, + 0xff, + 0x7c, + 0xa5, + 0xff, + 0xe6, + 0x49, + 0xff, + 0xf1, + 0x58, + 0xff, + 0xa6, + 0x68, + 0xff, + 0xad, + 0x6a, + 0xff, + 0xaa, + 0x76, + 0xff, + 0x5a, + 0x5d, + 0xff, + 0xd1, + 0x6e, + 0xff, + 0x49, + 0x77, + 0xff, + 0xae, + 0x69, + 0xff, + 0x72, + 0x4e, + 0xff, + 0x4b, + 0x4a, + 0xff, + 0xc4, + 0x66, + 0xff, + 0x4e, + 0x84, + 0xff, + 0x0f, + 0x7c, + 0xff, + 0x9e, + 0x4e, + 0xff, + 0x0d, + 0xe3, + 0x0a, + 0xdf, + 0x54, + 0x15, + 0x7c, + 0xf1, + 0x06, + 0x58, + 0xe9, + 0xfe, + 0x30, + 0x5c, + 0x06, + 0x4e, + 0x33, + 0x02, + 0xa7, + 0x5a, + 0x00, + 0xef, + 0x10, + 0xfe, + 0xec, + 0x54, + 0xf7, + 0xf4, + 0x2f, + 0xfe, + 0xc7, + 0x59, + 0x06, + 0xb5, + 0x8c, + 0x02, + 0xb3, + 0x07, + 0xfd, + 0x4b, + 0x05, + 0xfe, + 0x8b, + 0xef, + 0xfd, + 0x5c, + 0x3f, + 0xfe, + 0x38, + 0x41, + 0x01, + 0x70, + 0x63, + 0xff, + 0xa8, + 0x44, + 0x00, + 0x6e, + 0xf9, + 0x01, + 0x87, + 0x7e, + 0xff, + 0x46, + 0x60, + 0xff, + 0x03, + 0xf6, + 0xff, + 0xe7, + 0x46, + 0x00, + 0x6d, + 0x19, + 0x00, + 0x7a, + 0xdb, + 0xff, + 0xa2, + 0x66, + 0xff, + 0xbd, + 0xff, + 0xfe, + 0xd3, + 0xbe, + 0x00, + 0x66, + 0x60, + 0x00, + 0x47, + 0x08, + 0x00, + 0xc1, + 0x30, + 0x01, + 0x65, + 0x31, + 0x00, + 0x29, + 0xef, + 0xff, + 0x6f, + 0x07, + 0x00, + 0x90, + 0x63, + 0xff, + 0xa5, + 0x25, + 0xff, + 0x6a, + 0x2e, + 0xff, + 0xb7, + 0x8c, + 0xff, + 0x7c, + 0x7a, + 0xff, + 0xd0, + 0xe0, + 0xff, + 0xfc, + 0x42, + 0x00, + 0x9f, + 0xe4, + 0xff, + 0x97, + 0x49, + 0xff, + 0xf3, + 0xe9, + 0xfe, + 0x09, + 0xb5, + 0xff, + 0x34, + 0xeb, + 0xff, + 0x56, + 0x8f, + 0xff, + 0xeb, + 0x8a, + 0xff, + 0x1c, + 0x5f, + 0xff, + 0x6f, + 0x97, + 0xff, + 0xda, + 0x98, + 0xff, + 0xc4, + 0x64, + 0xff, + 0x71, + 0x63, + 0xff, + 0xfd, + 0x6f, + 0xff, + 0x95, + 0x77, + 0xff, + 0x23, + 0x60, + 0xff, + 0x21, + 0x66, + 0xff, + 0xf6, + 0x52, + 0xff, + 0x2d, + 0x5b, + 0xff, + 0x75, + 0x8d, + 0xff, + 0xea, + 0x7e, + 0xff, + 0x7e, + 0x5a, + 0xff, + 0x5e, + 0x54, + 0xff, + 0x48, + 0xff, + 0x0b, + 0x6f, + 0xe1, + 0x17, + 0x03, + 0xb7, + 0x07, + 0x01, + 0x31, + 0xfe, + 0x69, + 0xfb, + 0x06, + 0xa3, + 0x08, + 0x02, + 0x4b, + 0x1c, + 0xff, + 0x56, + 0x06, + 0xfd, + 0x77, + 0x6b, + 0xf6, + 0xe7, + 0x3e, + 0xff, + 0x17, + 0x7d, + 0x07, + 0xfb, + 0x9a, + 0x01, + 0x9a, + 0x75, + 0xfc, + 0xb6, + 0xfb, + 0xfd, + 0x36, + 0x96, + 0xfd, + 0xdf, + 0x57, + 0xfe, + 0x17, + 0x19, + 0x01, + 0x6e, + 0x97, + 0xfe, + 0xbd, + 0x1a, + 0x00, + 0xc8, + 0x41, + 0x02, + 0x49, + 0x58, + 0xff, + 0x76, + 0x4d, + 0xff, + 0xed, + 0xbe, + 0xff, + 0xdd, + 0xb0, + 0xff, + 0xd2, + 0xf9, + 0xff, + 0x3e, + 0xd3, + 0xff, + 0xd1, + 0x0b, + 0xff, + 0x4e, + 0xbb, + 0xfe, + 0x98, + 0x21, + 0x00, + 0xc8, + 0xd7, + 0xff, + 0xc5, + 0xfd, + 0xff, + 0x37, + 0x78, + 0x00, + 0xe1, + 0x08, + 0x00, + 0x38, + 0xd4, + 0x00, + 0x88, + 0x0b, + 0x00, + 0x3c, + 0xd7, + 0xff, + 0xec, + 0x23, + 0x00, + 0xa0, + 0x35, + 0xff, + 0x22, + 0x98, + 0xff, + 0x41, + 0x77, + 0xff, + 0x4d, + 0xc5, + 0xff, + 0xdc, + 0x21, + 0x00, + 0xe3, + 0x64, + 0xff, + 0x0e, + 0x96, + 0xff, + 0x2b, + 0x96, + 0xff, + 0x5d, + 0x81, + 0xff, + 0xd6, + 0x76, + 0xff, + 0xc1, + 0x7b, + 0xff, + 0x6f, + 0xb5, + 0xff, + 0xa0, + 0x9e, + 0xff, + 0x59, + 0xb4, + 0xff, + 0x42, + 0x78, + 0xff, + 0x8c, + 0x69, + 0xff, + 0x24, + 0x95, + 0xff, + 0xb6, + 0x65, + 0xff, + 0x59, + 0x45, + 0xff, + 0xcd, + 0x4b, + 0xff, + 0xb1, + 0x6e, + 0xff, + 0x55, + 0x7b, + 0xff, + 0x69, + 0x89, + 0xff, + 0x5e, + 0x85, + 0xff, + 0x4a, + 0x67, + 0xff, + 0xa5, + 0x55, + 0xff, + 0x18, + 0x5b, + 0xff, + 0xfa, + 0x90, + 0x0a, + 0x12, + 0xb0, + 0x19, + 0x3f, + 0xa4, + 0x0c, + 0x65, + 0xb8, + 0xfc, + 0xad, + 0x37, + 0x06, + 0x14, + 0x12, + 0x04, + 0x05, + 0x00, + 0xfd, + 0xd5, + 0xe1, + 0xfc, + 0x0b, + 0x08, + 0xf6, + 0x88, + 0xf4, + 0xfd, + 0x31, + 0xec, + 0x08, + 0xb8, + 0xc6, + 0x01, + 0xdf, + 0xf2, + 0xfb, + 0xc1, + 0x9b, + 0xfd, + 0x97, + 0x8d, + 0xfd, + 0xa8, + 0x35, + 0xfe, + 0x05, + 0xf8, + 0x00, + 0xd3, + 0x98, + 0xfe, + 0x94, + 0xed, + 0xfe, + 0xea, + 0x71, + 0x02, + 0x5d, + 0xa3, + 0xff, + 0xff, + 0xee, + 0xfe, + 0xfb, + 0x10, + 0x00, + 0xde, + 0x3f, + 0xff, + 0xb5, + 0xa1, + 0xff, + 0x18, + 0xb1, + 0xff, + 0xc4, + 0xee, + 0xfe, + 0x58, + 0x7a, + 0xfe, + 0x0a, + 0xef, + 0xff, + 0x56, + 0xbb, + 0xff, + 0x81, + 0x7f, + 0xfe, + 0xf8, + 0x47, + 0x00, + 0x99, + 0xcc, + 0x00, + 0x13, + 0x36, + 0x00, + 0xcd, + 0x3e, + 0x00, + 0x27, + 0xf2, + 0xff, + 0x69, + 0x07, + 0x00, + 0x75, + 0x22, + 0x00, + 0x2d, + 0x5f, + 0x00, + 0x78, + 0xeb, + 0xff, + 0xcb, + 0x6d, + 0xff, + 0xca, + 0xa7, + 0xff, + 0xd8, + 0x9f, + 0xff, + 0xd5, + 0x94, + 0xff, + 0xba, + 0x5d, + 0xff, + 0xe7, + 0x9b, + 0xff, + 0x3c, + 0xaa, + 0xff, + 0xa2, + 0x80, + 0xff, + 0xc5, + 0xcc, + 0xff, + 0xac, + 0x9c, + 0xff, + 0x41, + 0x92, + 0xff, + 0xac, + 0x7d, + 0xff, + 0x56, + 0x8e, + 0xff, + 0xcf, + 0xa2, + 0xff, + 0xbd, + 0x44, + 0xff, + 0xdc, + 0x50, + 0xff, + 0xca, + 0x62, + 0xff, + 0xb1, + 0x7f, + 0xff, + 0x2f, + 0x7f, + 0xff, + 0x59, + 0x7d, + 0xff, + 0x88, + 0xa1, + 0xff, + 0x44, + 0x84, + 0xff, + 0x91, + 0x63, + 0xff, + 0x14, + 0x3d, + 0xff, + 0x4a, + 0xa3, + 0x0c, + 0x6f, + 0x13, + 0x1c, + 0x0b, + 0x1c, + 0x0c, + 0xdc, + 0x19, + 0xfd, + 0x05, + 0xd7, + 0x06, + 0x21, + 0x23, + 0x03, + 0x62, + 0x74, + 0xfc, + 0xa9, + 0xf8, + 0xfa, + 0xcb, + 0x31, + 0xf5, + 0xa2, + 0xf2, + 0xff, + 0x51, + 0x8e, + 0x09, + 0xb0, + 0x62, + 0x00, + 0xb2, + 0xa0, + 0xfb, + 0xa0, + 0xab, + 0xfd, + 0x8c, + 0xb7, + 0xfc, + 0xd5, + 0xf5, + 0xfe, + 0xff, + 0x14, + 0x01, + 0xce, + 0xbb, + 0xfd, + 0xdc, + 0x6e, + 0xff, + 0xa4, + 0xea, + 0x01, + 0xcd, + 0x04, + 0xff, + 0x42, + 0x24, + 0xff, + 0xba, + 0x03, + 0x00, + 0xd8, + 0x37, + 0xff, + 0xd8, + 0x81, + 0xff, + 0x9d, + 0x5f, + 0xff, + 0x83, + 0x85, + 0xfe, + 0x41, + 0xa1, + 0xfe, + 0xe2, + 0x4e, + 0xff, + 0x5f, + 0xda, + 0xfe, + 0x09, + 0x5c, + 0xff, + 0x0b, + 0x3c, + 0x00, + 0xb0, + 0xd5, + 0xff, + 0x47, + 0x3f, + 0x00, + 0x32, + 0x10, + 0x00, + 0x60, + 0xd4, + 0xff, + 0x86, + 0x53, + 0x00, + 0xe1, + 0x3d, + 0x00, + 0x12, + 0x6b, + 0x00, + 0xd9, + 0x21, + 0x00, + 0x5a, + 0x26, + 0x00, + 0x4f, + 0x2e, + 0x00, + 0xc4, + 0x78, + 0xff, + 0xb9, + 0x28, + 0xff, + 0x20, + 0xf5, + 0xfe, + 0x49, + 0x81, + 0xff, + 0x3b, + 0xf7, + 0xff, + 0x66, + 0x08, + 0x00, + 0x74, + 0xd9, + 0xff, + 0x75, + 0x47, + 0xff, + 0x73, + 0x7a, + 0xff, + 0xe7, + 0x85, + 0xff, + 0xf6, + 0x6e, + 0xff, + 0xa5, + 0x81, + 0xff, + 0xb7, + 0x70, + 0xff, + 0x4b, + 0x77, + 0xff, + 0xd0, + 0x76, + 0xff, + 0x78, + 0x7f, + 0xff, + 0x43, + 0x7b, + 0xff, + 0x3d, + 0xa0, + 0xff, + 0xb8, + 0x96, + 0xff, + 0x3a, + 0x80, + 0xff, + 0x01, + 0x79, + 0xff, + 0x87, + 0x3a, + 0xff, + 0xa5, + 0xa3, + 0x0c, + 0x81, + 0x2f, + 0x1d, + 0xa9, + 0xd6, + 0x0e, + 0xe0, + 0xf5, + 0xfd, + 0x17, + 0xda, + 0x05, + 0x8c, + 0xb5, + 0x03, + 0xf6, + 0x00, + 0xfc, + 0xae, + 0x8f, + 0xf9, + 0xa0, + 0x1d, + 0xf5, + 0x51, + 0xb2, + 0xff, + 0xd3, + 0xb0, + 0x09, + 0xc0, + 0x75, + 0x00, + 0x74, + 0x6f, + 0xfb, + 0xe4, + 0x8c, + 0xfd, + 0x16, + 0x0b, + 0xfc, + 0x39, + 0x16, + 0xff, + 0xd1, + 0x2f, + 0x01, + 0x81, + 0x7d, + 0xfd, + 0xae, + 0x7f, + 0xff, + 0x3a, + 0xab, + 0x01, + 0x30, + 0xc0, + 0xfe, + 0x35, + 0xc2, + 0xfe, + 0x13, + 0xf8, + 0xff, + 0x73, + 0x38, + 0xff, + 0x00, + 0x5f, + 0xff, + 0x02, + 0xaa, + 0xff, + 0x1f, + 0xef, + 0xfd, + 0x84, + 0xa4, + 0xfd, + 0xdd, + 0x84, + 0xff, + 0xb4, + 0x31, + 0xff, + 0x35, + 0xe5, + 0xfe, + 0x28, + 0x0b, + 0x00, + 0x26, + 0xf4, + 0xff, + 0x15, + 0xe8, + 0xff, + 0x9a, + 0xd6, + 0xff, + 0xa5, + 0xef, + 0xff, + 0x32, + 0x5a, + 0x00, + 0x02, + 0xd5, + 0xff, + 0xb7, + 0x02, + 0x00, + 0x73, + 0x77, + 0x00, + 0x26, + 0xb1, + 0x00, + 0xcd, + 0x9e, + 0x00, + 0xeb, + 0xb3, + 0xff, + 0x15, + 0x18, + 0xff, + 0xaa, + 0x0b, + 0xff, + 0xe4, + 0x8a, + 0xff, + 0x34, + 0xb8, + 0xff, + 0x32, + 0xc9, + 0xff, + 0x60, + 0xfb, + 0xff, + 0x8c, + 0x9d, + 0xff, + 0xdc, + 0x5b, + 0xff, + 0xbd, + 0x37, + 0xff, + 0xbb, + 0x70, + 0xff, + 0xe5, + 0x9c, + 0xff, + 0x4f, + 0x73, + 0xff, + 0x36, + 0x6c, + 0xff, + 0x6b, + 0x81, + 0xff, + 0xd2, + 0xb9, + 0xff, + 0xac, + 0x96, + 0xff, + 0xfd, + 0x82, + 0xff, + 0x11, + 0x98, + 0xff, + 0x51, + 0x7f, + 0xff, + 0x4a, + 0x6f, + 0xff, + 0xbf, + 0x56, + 0xff, + 0xa7, + 0x77, + 0x0b, + 0xe1, + 0xfb, + 0x1c, + 0x32, + 0xe0, + 0x12, + 0xb7, + 0x2f, + 0x00, + 0x55, + 0x34, + 0x04, + 0xe5, + 0x41, + 0x04, + 0xf9, + 0x59, + 0xfc, + 0x73, + 0x74, + 0xf8, + 0xa9, + 0x26, + 0xf5, + 0xfd, + 0x70, + 0xfe, + 0xb4, + 0xe7, + 0x08, + 0x85, + 0x6f, + 0x01, + 0x0a, + 0x50, + 0xfb, + 0xf8, + 0x60, + 0xfd, + 0xa3, + 0xbe, + 0xfb, + 0xf3, + 0x67, + 0xfe, + 0xe6, + 0x6a, + 0x01, + 0x01, + 0x70, + 0xfd, + 0xb3, + 0x2c, + 0xff, + 0xc3, + 0xc1, + 0x01, + 0x2e, + 0xc0, + 0xfe, + 0x3c, + 0x61, + 0xfe, + 0x3e, + 0x75, + 0xff, + 0xea, + 0x4e, + 0xff, + 0xb0, + 0x94, + 0xff, + 0x22, + 0xee, + 0xfe, + 0xe7, + 0x56, + 0xfd, + 0x78, + 0x1e, + 0xfe, + 0xf7, + 0x5a, + 0xff, + 0x21, + 0xb1, + 0xfe, + 0x1e, + 0xea, + 0xfe, + 0x11, + 0xb7, + 0xff, + 0x2b, + 0xf5, + 0xff, + 0x28, + 0x2f, + 0x00, + 0x57, + 0xff, + 0xff, + 0x4d, + 0x97, + 0xff, + 0xe9, + 0x86, + 0xff, + 0x62, + 0xe8, + 0xff, + 0x0b, + 0x42, + 0x00, + 0x5b, + 0x42, + 0x00, + 0x77, + 0x5c, + 0x00, + 0x76, + 0x5b, + 0x00, + 0xbb, + 0x29, + 0x00, + 0xed, + 0xf2, + 0xff, + 0x9e, + 0x8b, + 0xff, + 0x4c, + 0x4f, + 0xff, + 0x4c, + 0x5c, + 0xff, + 0x05, + 0xc6, + 0xff, + 0xa3, + 0xbd, + 0xff, + 0xd6, + 0x5d, + 0xff, + 0xd7, + 0x7c, + 0xff, + 0x45, + 0x4d, + 0xff, + 0xf9, + 0x52, + 0xff, + 0x32, + 0x8f, + 0xff, + 0xb5, + 0x80, + 0xff, + 0x8c, + 0x86, + 0xff, + 0x44, + 0x89, + 0xff, + 0x9e, + 0x9f, + 0xff, + 0xe0, + 0x9c, + 0xff, + 0xc9, + 0xb0, + 0xff, + 0xde, + 0xaf, + 0xff, + 0x1e, + 0x81, + 0xff, + 0xbb, + 0x79, + 0xff, + 0x2d, + 0x56, + 0xff, + 0xe1, + 0x2d, + 0x0c, + 0x8b, + 0x49, + 0x1d, + 0x3f, + 0x58, + 0x13, + 0x19, + 0xeb, + 0x02, + 0x96, + 0xb8, + 0x04, + 0x5e, + 0xd6, + 0x02, + 0xa5, + 0xbc, + 0xfc, + 0xef, + 0xbc, + 0xf7, + 0x2d, + 0xbe, + 0xf4, + 0xe7, + 0x0b, + 0xff, + 0x96, + 0xce, + 0x07, + 0x9c, + 0xc5, + 0x00, + 0xed, + 0xbb, + 0xfb, + 0xbc, + 0x3c, + 0xfd, + 0xf1, + 0x65, + 0xfb, + 0x39, + 0x78, + 0xfe, + 0x56, + 0x1d, + 0x01, + 0xec, + 0x0e, + 0xfd, + 0x99, + 0x6f, + 0xff, + 0x19, + 0xb6, + 0x01, + 0xe4, + 0xa8, + 0xfe, + 0x75, + 0x6b, + 0xfe, + 0x33, + 0x57, + 0xff, + 0x83, + 0xdc, + 0xfe, + 0xe3, + 0xa6, + 0xfe, + 0x99, + 0x40, + 0xff, + 0x66, + 0xd5, + 0xfd, + 0x3c, + 0x4f, + 0xfd, + 0x19, + 0x21, + 0xff, + 0x58, + 0xa8, + 0xfe, + 0x79, + 0xc1, + 0xfe, + 0x99, + 0xdb, + 0xff, + 0xc0, + 0x0f, + 0x00, + 0x4e, + 0x60, + 0x00, + 0xa7, + 0x8f, + 0xff, + 0x47, + 0x45, + 0xff, + 0xbf, + 0xe0, + 0xff, + 0x57, + 0x09, + 0x00, + 0x70, + 0xdd, + 0xff, + 0x2c, + 0x9f, + 0xff, + 0x15, + 0x48, + 0x00, + 0x56, + 0x7d, + 0x00, + 0x2a, + 0x4e, + 0x00, + 0x68, + 0xf5, + 0xff, + 0x14, + 0x73, + 0xff, + 0x02, + 0xe8, + 0xff, + 0x05, + 0xc1, + 0xff, + 0xe4, + 0x8c, + 0xff, + 0x77, + 0x89, + 0xff, + 0x1d, + 0x31, + 0xff, + 0xde, + 0x35, + 0xff, + 0xb6, + 0x1d, + 0xff, + 0xf6, + 0x78, + 0xff, + 0xe6, + 0xa9, + 0xff, + 0x79, + 0x85, + 0xff, + 0x0c, + 0x8c, + 0xff, + 0x83, + 0x7d, + 0xff, + 0x46, + 0xaf, + 0xff, + 0x60, + 0xb3, + 0xff, + 0x27, + 0xb7, + 0xff, + 0x29, + 0xde, + 0xff, + 0x9e, + 0xc1, + 0xff, + 0x2e, + 0x6d, + 0xff, + 0xe5, + 0x38, + 0xff, + 0x78, + 0x4c, + 0x0c, + 0x68, + 0x55, + 0x1d, + 0xfd, + 0xdc, + 0x13, + 0x49, + 0x3a, + 0x05, + 0xfa, + 0x67, + 0x06, + 0x58, + 0xef, + 0x01, + 0x63, + 0x52, + 0xfc, + 0xc8, + 0x1e, + 0xf8, + 0x00, + 0x8b, + 0xf4, + 0x00, + 0xac, + 0xfe, + 0xdf, + 0xe4, + 0x06, + 0xa7, + 0x63, + 0x00, + 0xde, + 0x00, + 0xfc, + 0xf6, + 0xe8, + 0xfc, + 0xc3, + 0x30, + 0xfb, + 0x88, + 0x7b, + 0xfe, + 0x9c, + 0xd9, + 0x00, + 0x1d, + 0xbd, + 0xfc, + 0x76, + 0x5c, + 0xff, + 0x41, + 0xb6, + 0x01, + 0x0b, + 0xda, + 0xfe, + 0x9f, + 0x07, + 0xff, + 0x83, + 0x90, + 0xfe, + 0x23, + 0xc3, + 0xfd, + 0x45, + 0x65, + 0xff, + 0x25, + 0x3b, + 0xff, + 0x7e, + 0x5e, + 0xfd, + 0xf8, + 0x83, + 0xfd, + 0xc5, + 0x76, + 0xfe, + 0x1d, + 0x6b, + 0xfe, + 0x53, + 0x17, + 0xff, + 0x61, + 0x10, + 0x00, + 0x85, + 0x10, + 0x00, + 0xdf, + 0xbd, + 0xff, + 0x6c, + 0x73, + 0xff, + 0x32, + 0xe4, + 0xff, + 0xe3, + 0x27, + 0x00, + 0xf6, + 0x7d, + 0xff, + 0xfa, + 0x77, + 0xff, + 0x68, + 0xb6, + 0xff, + 0x24, + 0x32, + 0x00, + 0x85, + 0x8e, + 0x00, + 0x77, + 0x14, + 0x00, + 0xf5, + 0xbc, + 0xff, + 0xd7, + 0x7c, + 0xff, + 0x20, + 0xa9, + 0xff, + 0x58, + 0xf3, + 0xff, + 0x98, + 0x0b, + 0x00, + 0xe1, + 0xba, + 0xff, + 0xa5, + 0x0b, + 0xff, + 0x97, + 0x0d, + 0xff, + 0xbc, + 0x00, + 0xff, + 0x7b, + 0x29, + 0xff, + 0x59, + 0x9b, + 0xff, + 0xab, + 0x9c, + 0xff, + 0x03, + 0xab, + 0xff, + 0x84, + 0xa0, + 0xff, + 0xc4, + 0xac, + 0xff, + 0xcc, + 0xd8, + 0xff, + 0x88, + 0xe0, + 0xff, + 0xb3, + 0xe2, + 0xff, + 0x4c, + 0xc8, + 0xff, + 0x5b, + 0x96, + 0xff, + 0x2c, + 0x44, + 0xff, + 0xea, + 0xb6, + 0x0b, + 0x05, + 0x36, + 0x1d, + 0x3a, + 0xad, + 0x14, + 0xd5, + 0x4b, + 0x06, + 0x46, + 0xa2, + 0x08, + 0x00, + 0xd4, + 0x02, + 0x76, + 0x6e, + 0xfb, + 0xaf, + 0xc4, + 0xf8, + 0x1a, + 0x61, + 0xf5, + 0x7e, + 0xa9, + 0xfd, + 0xd2, + 0x78, + 0x05, + 0x3a, + 0x75, + 0x00, + 0x64, + 0x6a, + 0xfc, + 0xd9, + 0xac, + 0xfc, + 0xe1, + 0x91, + 0xfa, + 0x2f, + 0x02, + 0xfe, + 0x7c, + 0x23, + 0x01, + 0x35, + 0x37, + 0xfc, + 0xe2, + 0xd2, + 0xfe, + 0x91, + 0x37, + 0x02, + 0xf6, + 0x00, + 0xff, + 0x68, + 0x80, + 0xfe, + 0x7c, + 0xc4, + 0xfe, + 0xe9, + 0x73, + 0xfe, + 0x5e, + 0x7b, + 0xfe, + 0xdf, + 0xf1, + 0xfe, + 0xad, + 0xe0, + 0xfd, + 0x92, + 0x4b, + 0xfd, + 0xeb, + 0x89, + 0xfe, + 0x0f, + 0x04, + 0xfe, + 0xe3, + 0x12, + 0xff, + 0x1d, + 0x06, + 0x00, + 0xf6, + 0x66, + 0xff, + 0x07, + 0x31, + 0x00, + 0x8e, + 0x14, + 0x00, + 0x15, + 0x92, + 0xff, + 0x7f, + 0x8d, + 0xff, + 0xbe, + 0x8f, + 0xff, + 0x51, + 0xc7, + 0xff, + 0x4d, + 0xbe, + 0xff, + 0x9e, + 0x0a, + 0x00, + 0xf2, + 0x10, + 0x00, + 0x54, + 0xf3, + 0xff, + 0xb5, + 0xeb, + 0xff, + 0x01, + 0x67, + 0xff, + 0xeb, + 0x7f, + 0xff, + 0x23, + 0xae, + 0xff, + 0xcf, + 0xbf, + 0xff, + 0x87, + 0xf6, + 0xff, + 0xf6, + 0x9f, + 0xff, + 0xff, + 0x45, + 0xff, + 0x80, + 0x00, + 0xff, + 0x9f, + 0x10, + 0xff, + 0xb7, + 0x55, + 0xff, + 0xdf, + 0x6b, + 0xff, + 0xc8, + 0x93, + 0xff, + 0xbf, + 0xe3, + 0xff, + 0x4a, + 0x0b, + 0x00, + 0xd7, + 0xdd, + 0xff, + 0x0e, + 0xef, + 0xff, + 0x7f, + 0xe2, + 0xff, + 0x01, + 0xca, + 0xff, + 0x4e, + 0x92, + 0xff, + 0xdf, + 0x1c, + 0xff, + 0x24, + 0x58, + 0x0d, + 0xeb, + 0x8d, + 0x1e, + 0x29, + 0x86, + 0x12, + 0x5b, + 0x93, + 0x06, + 0xde, + 0x35, + 0x0b, + 0xe1, + 0x95, + 0x02, + 0x02, + 0x35, + 0xfb, + 0x2f, + 0x43, + 0xf8, + 0xe8, + 0x54, + 0xf6, + 0x29, + 0x3e, + 0xff, + 0x42, + 0xde, + 0x02, + 0xb9, + 0x1c, + 0xff, + 0x8f, + 0xc4, + 0xfd, + 0x34, + 0xca, + 0xfc, + 0x23, + 0x98, + 0xf9, + 0x54, + 0xb4, + 0xfd, + 0x71, + 0x2b, + 0x01, + 0x5d, + 0x42, + 0xfb, + 0x12, + 0x7a, + 0xff, + 0x3b, + 0x22, + 0x02, + 0x84, + 0x91, + 0xfd, + 0xd3, + 0x09, + 0x00, + 0xf6, + 0x4b, + 0xff, + 0x52, + 0x57, + 0xfd, + 0x52, + 0xe0, + 0xfe, + 0x2b, + 0xd8, + 0xfe, + 0x96, + 0x73, + 0xfd, + 0x3e, + 0x9b, + 0xfd, + 0x06, + 0xdf, + 0xfe, + 0x19, + 0xbf, + 0xfd, + 0x84, + 0x51, + 0xfe, + 0x1e, + 0xc1, + 0xff, + 0x26, + 0xd9, + 0xff, + 0xad, + 0x9f, + 0x00, + 0x41, + 0xad, + 0xff, + 0xc2, + 0x35, + 0xff, + 0x6c, + 0xee, + 0xff, + 0x57, + 0xaf, + 0xff, + 0x4c, + 0xbf, + 0xff, + 0x29, + 0xb2, + 0xff, + 0xba, + 0xdf, + 0xff, + 0xa0, + 0xe5, + 0xff, + 0x9c, + 0x99, + 0xff, + 0x97, + 0xca, + 0xff, + 0x41, + 0x77, + 0xff, + 0x4b, + 0x5c, + 0xff, + 0xf5, + 0x7a, + 0xff, + 0x4a, + 0xb8, + 0xff, + 0x33, + 0xd5, + 0xff, + 0x0a, + 0x5c, + 0xff, + 0x2b, + 0x59, + 0xff, + 0x01, + 0x66, + 0xff, + 0x7c, + 0x88, + 0xff, + 0x2b, + 0x6f, + 0xff, + 0x07, + 0x43, + 0xff, + 0xe6, + 0x89, + 0xff, + 0x31, + 0xbc, + 0xff, + 0xed, + 0x12, + 0x00, + 0xd6, + 0x2e, + 0x00, + 0x57, + 0x00, + 0x00, + 0x32, + 0xc3, + 0xff, + 0x1f, + 0xae, + 0xff, + 0x4d, + 0x81, + 0xff, + 0xbd, + 0x38, + 0xff, + 0xb5, + 0xda, + 0x0e, + 0x82, + 0x36, + 0x20, + 0x0f, + 0x3a, + 0x10, + 0x49, + 0xf3, + 0x05, + 0x78, + 0xfb, + 0x0d, + 0xf1, + 0x05, + 0x02, + 0x9b, + 0x3a, + 0xfb, + 0xa7, + 0xce, + 0xf8, + 0xf0, + 0x85, + 0xf6, + 0x8d, + 0xa9, + 0x01, + 0x63, + 0x62, + 0x00, + 0x3b, + 0x0b, + 0xfc, + 0x22, + 0xb1, + 0xff, + 0x83, + 0x94, + 0xfd, + 0x4d, + 0xde, + 0xf8, + 0xa8, + 0xd3, + 0xfc, + 0x52, + 0xe9, + 0x00, + 0xdf, + 0xfd, + 0xfa, + 0x66, + 0x91, + 0xfe, + 0x6f, + 0xe1, + 0x01, + 0x40, + 0xf4, + 0xfd, + 0x5c, + 0xb5, + 0x00, + 0x47, + 0x14, + 0xff, + 0x7e, + 0x53, + 0xfd, + 0x0e, + 0x17, + 0xff, + 0xcf, + 0x95, + 0xfe, + 0xb3, + 0x8d, + 0xfd, + 0xa8, + 0x9e, + 0xfd, + 0x1e, + 0x03, + 0xff, + 0x83, + 0x15, + 0xfd, + 0xbb, + 0xfc, + 0xfd, + 0x6a, + 0x93, + 0x00, + 0xf4, + 0x6f, + 0xff, + 0x3e, + 0xea, + 0xff, + 0x68, + 0xba, + 0xff, + 0x60, + 0x78, + 0xff, + 0xe5, + 0x03, + 0x00, + 0xf0, + 0xa7, + 0xff, + 0x3c, + 0xb5, + 0xff, + 0xa0, + 0x72, + 0xff, + 0x4d, + 0x09, + 0x00, + 0x5a, + 0xe3, + 0xff, + 0x53, + 0x21, + 0xff, + 0x2c, + 0x67, + 0xff, + 0xc1, + 0x25, + 0xff, + 0x12, + 0x58, + 0xff, + 0x1f, + 0x76, + 0xff, + 0x86, + 0x98, + 0xff, + 0x8a, + 0xaa, + 0xff, + 0x46, + 0x5d, + 0xff, + 0x5b, + 0x6d, + 0xff, + 0x61, + 0x25, + 0xff, + 0xd9, + 0xb2, + 0xff, + 0xf3, + 0xe2, + 0xff, + 0x95, + 0x88, + 0xff, + 0xc4, + 0xb9, + 0xff, + 0xe1, + 0xa9, + 0xff, + 0x78, + 0xcf, + 0xff, + 0x2e, + 0xcc, + 0xff, + 0x25, + 0xf9, + 0xff, + 0x32, + 0xf4, + 0xff, + 0xe3, + 0xb3, + 0xff, + 0xf1, + 0x8d, + 0xff, + 0x02, + 0x12, + 0xff, + 0x38, + 0x57, + 0x11, + 0xf6, + 0x7c, + 0x22, + 0x0c, + 0x99, + 0x0c, + 0xa5, + 0x05, + 0x05, + 0x03, + 0x3e, + 0x11, + 0x56, + 0x7b, + 0x00, + 0xd2, + 0xd7, + 0xfa, + 0x05, + 0x5d, + 0xfa, + 0xa4, + 0x25, + 0xf7, + 0x80, + 0x6c, + 0x04, + 0x2e, + 0x98, + 0xfe, + 0xf9, + 0xb5, + 0xf7, + 0xb4, + 0x08, + 0x01, + 0xc0, + 0x85, + 0xff, + 0xfb, + 0x25, + 0xf8, + 0x7c, + 0xa2, + 0xfc, + 0x9a, + 0x9c, + 0x00, + 0xf4, + 0xf7, + 0xf8, + 0x17, + 0xa5, + 0xfe, + 0xe4, + 0xfe, + 0x02, + 0xe7, + 0x6f, + 0xfc, + 0x4a, + 0x80, + 0x01, + 0x69, + 0x82, + 0x00, + 0xa1, + 0x38, + 0xfc, + 0x67, + 0x68, + 0xff, + 0xe0, + 0xeb, + 0xfe, + 0x1e, + 0x8a, + 0xfd, + 0x11, + 0xc9, + 0xfd, + 0x83, + 0x6e, + 0xfe, + 0xec, + 0x4a, + 0xfd, + 0x5e, + 0x50, + 0xfe, + 0x6a, + 0x74, + 0x00, + 0xb8, + 0x0f, + 0xff, + 0x11, + 0xbe, + 0xff, + 0xa9, + 0xc1, + 0xff, + 0x7f, + 0x51, + 0xff, + 0x08, + 0x2b, + 0x00, + 0xc3, + 0x6c, + 0xff, + 0xb3, + 0xca, + 0xff, + 0xed, + 0xb8, + 0xff, + 0x24, + 0xd8, + 0xff, + 0xc0, + 0xd5, + 0xff, + 0xda, + 0xbd, + 0xfe, + 0xdc, + 0x41, + 0xff, + 0xd5, + 0x3e, + 0xff, + 0x1b, + 0x10, + 0xff, + 0xae, + 0x03, + 0xff, + 0x37, + 0x6c, + 0xff, + 0x19, + 0xe2, + 0xff, + 0x4a, + 0x4b, + 0xff, + 0x4d, + 0x91, + 0xff, + 0xbc, + 0x71, + 0xff, + 0x92, + 0xa5, + 0xff, + 0x22, + 0x06, + 0x00, + 0xa5, + 0xb0, + 0xff, + 0x1d, + 0xdb, + 0xff, + 0x3f, + 0xbd, + 0xff, + 0xfb, + 0xab, + 0xff, + 0xec, + 0xbe, + 0xff, + 0xe1, + 0xda, + 0xff, + 0x0e, + 0xdd, + 0xff, + 0xaa, + 0xc3, + 0xff, + 0xbf, + 0x8c, + 0xff, + 0x1b, + 0x45, + 0xff, + 0x93, + 0x10, + 0x12, + 0xa2, + 0x0d, + 0x25, + 0xe8, + 0x74, + 0x0b, + 0xad, + 0x68, + 0x01, + 0xa1, + 0x90, + 0x14, + 0x0a, + 0x34, + 0x01, + 0x7e, + 0xd6, + 0xf7, + 0xd3, + 0x37, + 0xfd, + 0x0c, + 0x64, + 0xf8, + 0xf9, + 0xe9, + 0x05, + 0x64, + 0x43, + 0xff, + 0xa6, + 0x41, + 0xf2, + 0xd4, + 0xf5, + 0xff, + 0xf1, + 0x8f, + 0x02, + 0xbd, + 0x07, + 0xf9, + 0x4f, + 0x9d, + 0xfb, + 0x4b, + 0x1d, + 0xff, + 0x43, + 0x79, + 0xf8, + 0xdf, + 0x4e, + 0xfe, + 0xd3, + 0xac, + 0x02, + 0x78, + 0xf6, + 0xfb, + 0x27, + 0xfd, + 0x01, + 0x62, + 0x93, + 0x01, + 0x84, + 0xd0, + 0xfb, + 0xd5, + 0x01, + 0xff, + 0xa5, + 0x53, + 0xff, + 0x5f, + 0xd3, + 0xfd, + 0x17, + 0xb1, + 0xfd, + 0x96, + 0x7e, + 0xfe, + 0xa6, + 0x29, + 0xfd, + 0xd7, + 0xf2, + 0xfd, + 0x9a, + 0xc4, + 0x00, + 0x2d, + 0x1e, + 0xff, + 0x66, + 0x47, + 0xff, + 0x16, + 0x7a, + 0xff, + 0x0b, + 0x07, + 0xff, + 0x67, + 0x17, + 0x00, + 0x56, + 0x7e, + 0xff, + 0x19, + 0xc9, + 0xff, + 0x0c, + 0xa4, + 0xff, + 0x09, + 0xab, + 0xff, + 0x3f, + 0xd5, + 0xff, + 0xb1, + 0x8a, + 0xfe, + 0x5a, + 0xfa, + 0xfe, + 0x08, + 0x2f, + 0xff, + 0x4b, + 0x02, + 0xff, + 0x37, + 0x06, + 0xff, + 0x0e, + 0x29, + 0xff, + 0x06, + 0xa4, + 0xff, + 0x1b, + 0x49, + 0xff, + 0x7a, + 0x94, + 0xff, + 0x80, + 0x94, + 0xff, + 0x13, + 0xcf, + 0xff, + 0x0f, + 0x1a, + 0x00, + 0x67, + 0x75, + 0xff, + 0x9e, + 0xaf, + 0xff, + 0x5e, + 0xe8, + 0xff, + 0x31, + 0xe5, + 0xff, + 0x70, + 0xd3, + 0xff, + 0x7b, + 0xbc, + 0xff, + 0x13, + 0xbc, + 0xff, + 0x5b, + 0xb5, + 0xff, + 0x53, + 0x99, + 0xff, + 0xd9, + 0x40, + 0xff, + 0x16, + 0x26, + 0x14, + 0xd9, + 0x88, + 0x28, + 0x23, + 0x2d, + 0x09, + 0x58, + 0x10, + 0xfd, + 0x69, + 0xcc, + 0x16, + 0x44, + 0x0b, + 0x02, + 0x6a, + 0x41, + 0xf5, + 0xd4, + 0xbd, + 0xfe, + 0x38, + 0xb3, + 0xfa, + 0x7b, + 0xee, + 0x07, + 0x6d, + 0x0e, + 0x00, + 0x6b, + 0xac, + 0xed, + 0x43, + 0xda, + 0xfc, + 0x12, + 0x99, + 0x05, + 0xf6, + 0x16, + 0xfb, + 0x36, + 0xb1, + 0xf9, + 0x01, + 0x91, + 0xfe, + 0x11, + 0x5b, + 0xf8, + 0xae, + 0xd0, + 0xfc, + 0x7d, + 0x76, + 0x03, + 0x46, + 0xa2, + 0xfb, + 0x8e, + 0x40, + 0x01, + 0x5e, + 0x3a, + 0x03, + 0xb6, + 0x69, + 0xfb, + 0x17, + 0x93, + 0xfe, + 0x10, + 0xcc, + 0xff, + 0xa6, + 0x78, + 0xfd, + 0xea, + 0x04, + 0xfe, + 0x16, + 0xe6, + 0xfe, + 0x39, + 0x10, + 0xfd, + 0x21, + 0x76, + 0xfd, + 0x24, + 0x1f, + 0x01, + 0xe6, + 0x60, + 0xff, + 0x53, + 0x99, + 0xfe, + 0xf1, + 0x53, + 0xff, + 0xe4, + 0x9e, + 0xfe, + 0xd4, + 0x24, + 0x00, + 0xd0, + 0x9c, + 0xff, + 0x72, + 0x3b, + 0xff, + 0xe6, + 0xb3, + 0xff, + 0x10, + 0xb7, + 0xff, + 0xc6, + 0xd4, + 0xff, + 0xd5, + 0x2e, + 0xfe, + 0x00, + 0x88, + 0xfe, + 0x4c, + 0x70, + 0xff, + 0x16, + 0x1f, + 0xff, + 0x46, + 0x11, + 0xff, + 0xbf, + 0x1b, + 0xff, + 0x97, + 0x95, + 0xff, + 0x94, + 0x4d, + 0xff, + 0x70, + 0x73, + 0xff, + 0x4b, + 0x94, + 0xff, + 0x39, + 0x96, + 0xff, + 0x7c, + 0xef, + 0xff, + 0x67, + 0x74, + 0xff, + 0x9e, + 0x95, + 0xff, + 0x82, + 0xff, + 0xff, + 0x14, + 0xef, + 0xff, + 0x14, + 0xeb, + 0xff, + 0x30, + 0x07, + 0x00, + 0x86, + 0xf8, + 0xff, + 0x2f, + 0xb3, + 0xff, + 0xc9, + 0x3a, + 0xff, + 0x89, + 0xf6, + 0xfe, + 0x70, + 0x96, + 0x18, + 0xbe, + 0x03, + 0x2e, + 0x23, + 0xf0, + 0x04, + 0xa4, + 0xde, + 0xf6, + 0x68, + 0x86, + 0x16, + 0xe5, + 0x2e, + 0x03, + 0x21, + 0xb0, + 0xf6, + 0xb1, + 0x6e, + 0xff, + 0x2e, + 0x8c, + 0xfb, + 0x52, + 0xb1, + 0x09, + 0x62, + 0xf2, + 0x00, + 0x91, + 0x11, + 0xeb, + 0xdf, + 0x9c, + 0xf9, + 0x1c, + 0xaa, + 0x07, + 0xf4, + 0x9c, + 0xfc, + 0xfd, + 0xff, + 0xf8, + 0x68, + 0x4b, + 0xfe, + 0xdb, + 0x31, + 0xf7, + 0x9f, + 0x71, + 0xfd, + 0xab, + 0xac, + 0x03, + 0x01, + 0x04, + 0xfb, + 0x3a, + 0xa9, + 0x01, + 0xa7, + 0xfd, + 0x02, + 0x90, + 0x04, + 0xfc, + 0x53, + 0xd2, + 0xfe, + 0x5f, + 0x26, + 0xff, + 0x35, + 0x68, + 0xfd, + 0xce, + 0x2d, + 0xfe, + 0xb8, + 0xad, + 0xff, + 0xf7, + 0x3d, + 0xfd, + 0x7a, + 0x40, + 0xfd, + 0xc9, + 0x21, + 0x01, + 0x52, + 0x5d, + 0xff, + 0x43, + 0xb3, + 0xfe, + 0x86, + 0xc1, + 0xfe, + 0x96, + 0x8d, + 0xfe, + 0x88, + 0x26, + 0x00, + 0x05, + 0x47, + 0xff, + 0x6a, + 0x5f, + 0xff, + 0x3e, + 0x80, + 0xff, + 0xc0, + 0xa6, + 0xff, + 0x3b, + 0xa4, + 0xff, + 0x4b, + 0x04, + 0xfe, + 0x23, + 0x8f, + 0xfe, + 0xe2, + 0x61, + 0xff, + 0xbe, + 0x7e, + 0xff, + 0x54, + 0x31, + 0xff, + 0x1b, + 0x35, + 0xff, + 0xa0, + 0x9b, + 0xff, + 0xb5, + 0x2f, + 0xff, + 0x6e, + 0x69, + 0xff, + 0x33, + 0x52, + 0xff, + 0x5c, + 0x86, + 0xff, + 0xe9, + 0xf8, + 0xff, + 0xcb, + 0x75, + 0xff, + 0x58, + 0x62, + 0xff, + 0x4c, + 0xbd, + 0xff, + 0x2b, + 0xf1, + 0xff, + 0x85, + 0x2a, + 0x00, + 0xf6, + 0x6e, + 0x00, + 0x32, + 0x27, + 0x00, + 0xd5, + 0xbe, + 0xff, + 0x5b, + 0x43, + 0xff, + 0x5f, + 0xf6, + 0xfe, + 0x55, + 0x88, + 0x1a, + 0x5e, + 0xbc, + 0x33, + 0xda, + 0x17, + 0x05, + 0x34, + 0x7f, + 0xed, + 0x38, + 0xc6, + 0x13, + 0x46, + 0xdb, + 0x07, + 0xc9, + 0xd5, + 0xf7, + 0x4b, + 0x5e, + 0x00, + 0xa2, + 0x68, + 0xfb, + 0xe3, + 0x36, + 0x09, + 0x54, + 0x2f, + 0x04, + 0x00, + 0x26, + 0xea, + 0xba, + 0xc2, + 0xf4, + 0x7a, + 0xa7, + 0x07, + 0x90, + 0x55, + 0xff, + 0xc9, + 0x15, + 0xf9, + 0xb6, + 0x5c, + 0xfd, + 0xd7, + 0x24, + 0xf7, + 0xd5, + 0xcf, + 0xfc, + 0x02, + 0x9d, + 0x03, + 0x52, + 0x73, + 0xfb, + 0x1a, + 0xf4, + 0x00, + 0x5c, + 0x44, + 0x03, + 0x3c, + 0x90, + 0xfc, + 0x41, + 0x2d, + 0xfe, + 0xc4, + 0xd2, + 0xfe, + 0xbc, + 0x6f, + 0xfd, + 0xcb, + 0x60, + 0xfe, + 0x05, + 0xe7, + 0xff, + 0x72, + 0x79, + 0xfd, + 0xf2, + 0x0b, + 0xfd, + 0x9b, + 0xc0, + 0x00, + 0x32, + 0xeb, + 0xff, + 0xa5, + 0xcd, + 0xfe, + 0x56, + 0x12, + 0xfe, + 0x52, + 0xf7, + 0xfd, + 0x0e, + 0x1d, + 0x00, + 0xe7, + 0xa2, + 0xff, + 0x4e, + 0x2c, + 0xff, + 0xdb, + 0x26, + 0xff, + 0x45, + 0x59, + 0xff, + 0xa5, + 0xa2, + 0xff, + 0x2c, + 0x22, + 0xfe, + 0x6e, + 0x51, + 0xfe, + 0x61, + 0x93, + 0xff, + 0x50, + 0xbf, + 0xff, + 0xce, + 0x38, + 0xff, + 0x56, + 0x37, + 0xff, + 0x4e, + 0x78, + 0xff, + 0xb5, + 0x21, + 0xff, + 0xe3, + 0x3a, + 0xff, + 0xe7, + 0x34, + 0xff, + 0x8c, + 0x9f, + 0xff, + 0xd6, + 0xf5, + 0xff, + 0x72, + 0x55, + 0xff, + 0x35, + 0x18, + 0xff, + 0x9b, + 0xa6, + 0xff, + 0x2c, + 0x09, + 0x00, + 0x8e, + 0xfa, + 0xff, + 0x73, + 0x51, + 0x00, + 0x54, + 0x4e, + 0x00, + 0x56, + 0x14, + 0x00, + 0x2d, + 0x85, + 0xff, + 0xf1, + 0xe0, + 0xfe, + 0x20, + 0x5e, + 0x1c, + 0xaf, + 0x34, + 0x39, + 0xcc, + 0xa5, + 0x05, + 0xe9, + 0xff, + 0xe4, + 0x8e, + 0x14, + 0x10, + 0x0c, + 0xad, + 0x0b, + 0x02, + 0x60, + 0xfa, + 0xe7, + 0x66, + 0x01, + 0x86, + 0xbc, + 0xfa, + 0xa2, + 0xab, + 0x08, + 0xc9, + 0x08, + 0x07, + 0x2c, + 0xc5, + 0xea, + 0xa9, + 0x96, + 0xf0, + 0xfc, + 0xfd, + 0x05, + 0x85, + 0xdb, + 0x01, + 0x28, + 0x54, + 0xfa, + 0x5a, + 0x9a, + 0xfc, + 0xd8, + 0xec, + 0xf6, + 0xfd, + 0xe1, + 0xfc, + 0xf5, + 0x0d, + 0x03, + 0xbf, + 0x81, + 0xfb, + 0x7c, + 0x29, + 0x01, + 0x39, + 0x17, + 0x03, + 0x63, + 0xb5, + 0xfc, + 0x42, + 0xe7, + 0xfd, + 0xba, + 0xb0, + 0xfe, + 0x42, + 0x83, + 0xfd, + 0x87, + 0x58, + 0xfe, + 0x5e, + 0xd3, + 0xff, + 0xc0, + 0x78, + 0xfd, + 0x59, + 0x73, + 0xfd, + 0x41, + 0xa9, + 0x00, + 0xe1, + 0x16, + 0x00, + 0xdb, + 0xdc, + 0xfe, + 0xc5, + 0x5f, + 0xfd, + 0xc3, + 0xdd, + 0xfd, + 0x3e, + 0x2d, + 0x00, + 0xd7, + 0x97, + 0xff, + 0x29, + 0x0f, + 0xff, + 0xc6, + 0x13, + 0xff, + 0x9d, + 0x4c, + 0xff, + 0x95, + 0x70, + 0xff, + 0x4a, + 0x5a, + 0xfe, + 0x4c, + 0x49, + 0xfe, + 0xb7, + 0x6f, + 0xff, + 0xd0, + 0x1e, + 0x00, + 0xe5, + 0x65, + 0xff, + 0x20, + 0x1a, + 0xff, + 0x2b, + 0x1f, + 0xff, + 0x00, + 0xf0, + 0xfe, + 0x05, + 0x88, + 0xff, + 0xc2, + 0x5c, + 0xff, + 0x12, + 0x85, + 0xff, + 0x42, + 0xbc, + 0xff, + 0x00, + 0x40, + 0xff, + 0x61, + 0x37, + 0xff, + 0x39, + 0x96, + 0xff, + 0x08, + 0xf7, + 0xff, + 0x82, + 0xe1, + 0xff, + 0x27, + 0x37, + 0x00, + 0xa7, + 0x40, + 0x00, + 0x28, + 0x0d, + 0x00, + 0x7b, + 0xae, + 0xff, + 0x49, + 0xfa, + 0xfe, + 0xf3, + 0xe4, + 0x21, + 0xd4, + 0xf7, + 0x3d, + 0x93, + 0xd8, + 0xfe, + 0x0c, + 0x95, + 0xe0, + 0xda, + 0xa8, + 0x0f, + 0xa3, + 0x78, + 0x0a, + 0x34, + 0x8c, + 0xfe, + 0xe6, + 0x71, + 0x01, + 0x7d, + 0xe9, + 0xf8, + 0x34, + 0x02, + 0x0b, + 0x07, + 0xf3, + 0x07, + 0x5d, + 0xd5, + 0xe9, + 0xa4, + 0xfd, + 0xed, + 0x9a, + 0x41, + 0x05, + 0x71, + 0xb6, + 0x02, + 0x32, + 0xaf, + 0xfb, + 0x6e, + 0xd5, + 0xfc, + 0x29, + 0xe7, + 0xf5, + 0x16, + 0x20, + 0xfe, + 0x1e, + 0x8e, + 0x01, + 0x4f, + 0xb3, + 0xfa, + 0xb1, + 0x05, + 0x03, + 0xcc, + 0x02, + 0x02, + 0x33, + 0x36, + 0xfc, + 0x5d, + 0x24, + 0xfe, + 0xa3, + 0x92, + 0xfe, + 0xf7, + 0x48, + 0xfd, + 0xe6, + 0xc7, + 0xfd, + 0x63, + 0xf4, + 0xff, + 0xa2, + 0x65, + 0xfd, + 0x8c, + 0xea, + 0xfd, + 0x1f, + 0x9f, + 0x00, + 0x13, + 0x93, + 0xff, + 0x8a, + 0x20, + 0xff, + 0x9a, + 0x00, + 0xfd, + 0x6d, + 0xd8, + 0xfd, + 0xa9, + 0x13, + 0x00, + 0xa1, + 0x3c, + 0xff, + 0xd8, + 0x37, + 0xff, + 0xd7, + 0xf4, + 0xfe, + 0xcb, + 0x8b, + 0xff, + 0x62, + 0x55, + 0xff, + 0x94, + 0x10, + 0xfe, + 0x0c, + 0x63, + 0xfe, + 0x44, + 0x57, + 0xff, + 0xf3, + 0x48, + 0x00, + 0xdb, + 0x77, + 0xff, + 0x4c, + 0x08, + 0xff, + 0xf9, + 0xed, + 0xfe, + 0xd0, + 0xd3, + 0xfe, + 0x96, + 0x92, + 0xff, + 0x9a, + 0x3f, + 0xff, + 0x8a, + 0xa1, + 0xff, + 0x16, + 0xcd, + 0xff, + 0xb6, + 0x2c, + 0xff, + 0x0f, + 0x1b, + 0xff, + 0xbc, + 0x81, + 0xff, + 0x27, + 0xfc, + 0xff, + 0xab, + 0xf0, + 0xff, + 0xba, + 0x2e, + 0x00, + 0x44, + 0x09, + 0x00, + 0x32, + 0xd9, + 0xff, + 0x0c, + 0x88, + 0xff, + 0xed, + 0x0d, + 0xff, + 0x1f, + 0xad, + 0x23, + 0xf7, + 0x71, + 0x42, + 0xfc, + 0x86, + 0xfe, + 0x9b, + 0x26, + 0xdb, + 0xf2, + 0x13, + 0x0e, + 0xfc, + 0xf9, + 0x0a, + 0x08, + 0x73, + 0x00, + 0xe8, + 0xac, + 0x02, + 0xe8, + 0x93, + 0xf6, + 0x14, + 0x32, + 0x0d, + 0x27, + 0x34, + 0x0c, + 0xca, + 0x7d, + 0xe8, + 0x8a, + 0x45, + 0xea, + 0xe9, + 0xc3, + 0x04, + 0x84, + 0xe3, + 0x03, + 0xdf, + 0x84, + 0xfc, + 0x32, + 0x24, + 0xff, + 0xb4, + 0x85, + 0xf5, + 0xd6, + 0xb2, + 0xfc, + 0x7b, + 0x90, + 0x01, + 0x42, + 0x34, + 0xfa, + 0x67, + 0x01, + 0x04, + 0xa2, + 0xb0, + 0x01, + 0xdf, + 0x95, + 0xfb, + 0xf1, + 0xed, + 0xfe, + 0x38, + 0x85, + 0xfe, + 0xcb, + 0xd7, + 0xfc, + 0xcc, + 0x05, + 0xfd, + 0x65, + 0x76, + 0x00, + 0xcd, + 0xbb, + 0xfd, + 0x32, + 0x7f, + 0xfd, + 0xc7, + 0xd9, + 0x00, + 0x9e, + 0x6c, + 0xff, + 0xa3, + 0x81, + 0xff, + 0xe8, + 0xfc, + 0xfc, + 0xa4, + 0x62, + 0xfd, + 0x07, + 0x35, + 0x00, + 0xda, + 0x1c, + 0xff, + 0x57, + 0x6d, + 0xff, + 0x1e, + 0x26, + 0xff, + 0xc6, + 0x7c, + 0xff, + 0x92, + 0x64, + 0xff, + 0x1e, + 0x24, + 0xfe, + 0xfb, + 0x65, + 0xfe, + 0x6c, + 0x16, + 0xff, + 0x8b, + 0x73, + 0x00, + 0xd5, + 0x90, + 0xff, + 0x19, + 0xf0, + 0xfe, + 0xbd, + 0x3a, + 0xff, + 0x04, + 0xc4, + 0xfe, + 0xc9, + 0x46, + 0xff, + 0x9f, + 0x0e, + 0xff, + 0x21, + 0xc0, + 0xff, + 0x1a, + 0x0c, + 0x00, + 0xd2, + 0x26, + 0xff, + 0x50, + 0x1e, + 0xff, + 0x40, + 0x70, + 0xff, + 0xb5, + 0x01, + 0x00, + 0xe1, + 0xf3, + 0xff, + 0x06, + 0x0d, + 0x00, + 0x75, + 0x06, + 0x00, + 0x72, + 0xcb, + 0xff, + 0x3b, + 0x64, + 0xff, + 0xa4, + 0xe0, + 0xfe, + 0xd2, + 0xd7, + 0x27, + 0x37, + 0xc0, + 0x45, + 0x32, + 0x24, + 0xf9, + 0xbc, + 0x77, + 0xd9, + 0x94, + 0x1a, + 0x0f, + 0xb0, + 0xcb, + 0x07, + 0xd8, + 0x4c, + 0x02, + 0x2a, + 0x77, + 0x02, + 0x46, + 0xf8, + 0xf3, + 0xcf, + 0x3f, + 0x12, + 0x94, + 0x87, + 0x0e, + 0xfe, + 0x74, + 0xe4, + 0x80, + 0x77, + 0xe9, + 0x13, + 0xed, + 0x04, + 0xf3, + 0x3b, + 0x02, + 0xcf, + 0xe5, + 0xfe, + 0x69, + 0x59, + 0x01, + 0xbd, + 0x38, + 0xf4, + 0x29, + 0x0e, + 0xfc, + 0xb7, + 0xca, + 0x00, + 0xce, + 0x82, + 0xfa, + 0xfb, + 0x37, + 0x04, + 0x7d, + 0x83, + 0x00, + 0x84, + 0xc1, + 0xfb, + 0x82, + 0x8c, + 0xff, + 0x72, + 0x75, + 0xfe, + 0xec, + 0xdf, + 0xfb, + 0x5c, + 0x7f, + 0xfc, + 0xc5, + 0xb5, + 0x00, + 0x31, + 0xa5, + 0xfd, + 0xec, + 0x85, + 0xfd, + 0x08, + 0xb3, + 0x00, + 0x46, + 0x83, + 0xff, + 0xbc, + 0x77, + 0xff, + 0xf5, + 0xae, + 0xfc, + 0x08, + 0x9d, + 0xfd, + 0x7b, + 0xf2, + 0xff, + 0x1e, + 0xf2, + 0xfe, + 0x3b, + 0xb1, + 0xff, + 0x31, + 0x04, + 0xff, + 0xc8, + 0x90, + 0xff, + 0x23, + 0x9a, + 0xff, + 0x0e, + 0x09, + 0xfe, + 0xf3, + 0x27, + 0xfe, + 0x74, + 0x23, + 0xff, + 0x30, + 0x95, + 0x00, + 0xf4, + 0x76, + 0xff, + 0xbf, + 0x03, + 0xff, + 0xea, + 0x42, + 0xff, + 0x3e, + 0xa7, + 0xfe, + 0x96, + 0x1f, + 0xff, + 0xec, + 0xee, + 0xfe, + 0xe6, + 0xcc, + 0xff, + 0xf2, + 0xfa, + 0xff, + 0x12, + 0x0b, + 0xff, + 0x8d, + 0x36, + 0xff, + 0xb9, + 0x97, + 0xff, + 0x1e, + 0x04, + 0x00, + 0xd3, + 0xd9, + 0xff, + 0x27, + 0xe6, + 0xff, + 0x1b, + 0xf4, + 0xff, + 0xf8, + 0xc6, + 0xff, + 0xd2, + 0x58, + 0xff, + 0x36, + 0xd0, + 0xfe, + 0xdf, + 0x19, + 0x27, + 0xf5, + 0x43, + 0x49, + 0xd2, + 0x65, + 0xfc, + 0x7b, + 0xf4, + 0xd4, + 0x7f, + 0x45, + 0x0e, + 0x9e, + 0x54, + 0x07, + 0x73, + 0x5a, + 0x00, + 0x27, + 0x85, + 0x04, + 0xe2, + 0x1c, + 0xf1, + 0x91, + 0x64, + 0x14, + 0x5e, + 0xf1, + 0x13, + 0x5b, + 0x55, + 0xe2, + 0x47, + 0x30, + 0xe8, + 0x84, + 0x10, + 0x03, + 0xd7, + 0x58, + 0x01, + 0x20, + 0xff, + 0x00, + 0x78, + 0x82, + 0x03, + 0x3d, + 0x93, + 0xf4, + 0x47, + 0xa9, + 0xf9, + 0x2d, + 0x76, + 0x01, + 0x45, + 0x92, + 0xfa, + 0x96, + 0x5b, + 0x02, + 0xcd, + 0x0d, + 0x01, + 0x38, + 0x02, + 0xfc, + 0x44, + 0xe0, + 0xff, + 0x1b, + 0x85, + 0xfe, + 0x03, + 0x1a, + 0xfb, + 0xd3, + 0xd6, + 0xfb, + 0x5a, + 0x96, + 0x00, + 0x98, + 0x3a, + 0xfe, + 0xee, + 0x23, + 0xfd, + 0xa4, + 0x91, + 0x00, + 0x49, + 0x9e, + 0xff, + 0x26, + 0x3a, + 0xff, + 0x52, + 0x3e, + 0xfd, + 0x77, + 0x45, + 0xfd, + 0xce, + 0x76, + 0xff, + 0x2e, + 0x28, + 0xff, + 0x06, + 0x9d, + 0xff, + 0x66, + 0x1a, + 0xff, + 0xd7, + 0xc1, + 0xff, + 0x89, + 0xe0, + 0xff, + 0x55, + 0xcf, + 0xfd, + 0xe7, + 0x08, + 0xfe, + 0xdc, + 0x61, + 0xff, + 0xec, + 0x64, + 0x00, + 0x58, + 0x8b, + 0xff, + 0x08, + 0x2f, + 0xff, + 0x88, + 0x3a, + 0xff, + 0x41, + 0x78, + 0xfe, + 0x35, + 0x18, + 0xff, + 0x13, + 0xee, + 0xfe, + 0x94, + 0x8f, + 0xff, + 0xe5, + 0xf6, + 0xff, + 0x9d, + 0x03, + 0xff, + 0xcd, + 0x47, + 0xff, + 0x96, + 0xa6, + 0xff, + 0xa2, + 0xee, + 0xff, + 0xf0, + 0xd3, + 0xff, + 0x15, + 0xed, + 0xff, + 0xf4, + 0xf2, + 0xff, + 0x5d, + 0xac, + 0xff, + 0x16, + 0x62, + 0xff, + 0x62, + 0xc9, + 0xfe, + 0x1f, + 0x54, + 0x2c, + 0xb9, + 0x77, + 0x4b, + 0x8d, + 0x19, + 0xf5, + 0x1d, + 0xd6, + 0xd6, + 0x9b, + 0xa3, + 0x10, + 0x58, + 0x09, + 0x02, + 0x1b, + 0x42, + 0x02, + 0x9a, + 0x88, + 0x02, + 0xca, + 0x67, + 0xef, + 0x86, + 0xf1, + 0x1a, + 0xa7, + 0x21, + 0x13, + 0x63, + 0x4a, + 0xe0, + 0x52, + 0x88, + 0xea, + 0xe2, + 0x28, + 0x01, + 0x8e, + 0xd1, + 0xff, + 0x96, + 0xa8, + 0x03, + 0xfd, + 0xa8, + 0x04, + 0x91, + 0x5d, + 0xf4, + 0x23, + 0xa4, + 0xf9, + 0x07, + 0x5d, + 0x01, + 0x11, + 0x7d, + 0xfa, + 0x0b, + 0xd4, + 0x00, + 0x10, + 0xe0, + 0x00, + 0x40, + 0x4a, + 0xfd, + 0xd6, + 0xf4, + 0xff, + 0x4a, + 0x00, + 0xfe, + 0x19, + 0x74, + 0xfa, + 0x59, + 0xdb, + 0xfb, + 0xdc, + 0xbf, + 0x00, + 0x1d, + 0x48, + 0xfe, + 0x77, + 0x20, + 0xfd, + 0x54, + 0x5e, + 0x00, + 0x3a, + 0xe3, + 0xff, + 0x60, + 0x50, + 0xff, + 0x6d, + 0x08, + 0xfd, + 0x46, + 0x2a, + 0xfd, + 0x75, + 0x51, + 0xff, + 0x8a, + 0x1a, + 0xff, + 0x6e, + 0xc4, + 0xff, + 0x27, + 0x65, + 0xff, + 0x59, + 0xfc, + 0xff, + 0xbd, + 0xd6, + 0xff, + 0xef, + 0xc0, + 0xfd, + 0x7e, + 0x3c, + 0xfe, + 0x29, + 0x84, + 0xff, + 0xc0, + 0x2b, + 0x00, + 0x6c, + 0xad, + 0xff, + 0x58, + 0x8c, + 0xff, + 0x4a, + 0xf6, + 0xfe, + 0x49, + 0x65, + 0xfe, + 0x99, + 0x31, + 0xff, + 0x2a, + 0xd4, + 0xfe, + 0xd3, + 0x7c, + 0xff, + 0x8a, + 0xd1, + 0xff, + 0x82, + 0x21, + 0xff, + 0x5f, + 0x5b, + 0xff, + 0xdc, + 0xa5, + 0xff, + 0xd5, + 0xd9, + 0xff, + 0x24, + 0xbd, + 0xff, + 0x83, + 0x0c, + 0x00, + 0xc3, + 0xfa, + 0xff, + 0x7b, + 0xcb, + 0xff, + 0xb0, + 0x63, + 0xff, + 0x47, + 0xb4, + 0xfe, + 0x71, + 0x39, + 0x2e, + 0x79, + 0xcb, + 0x4d, + 0x96, + 0xa3, + 0xf3, + 0xdf, + 0x55, + 0xd6, + 0x37, + 0xcb, + 0x10, + 0xe1, + 0x49, + 0xff, + 0x03, + 0x5d, + 0x02, + 0x8e, + 0x7a, + 0x01, + 0xe0, + 0x9b, + 0xed, + 0xc6, + 0xbf, + 0x1d, + 0x18, + 0xfc, + 0x13, + 0x34, + 0x80, + 0xe1, + 0xf0, + 0x49, + 0xeb, + 0x7f, + 0x1d, + 0xfe, + 0xa2, + 0x4d, + 0xff, + 0xba, + 0x8b, + 0x04, + 0xeb, + 0x43, + 0x06, + 0x41, + 0x1d, + 0xf5, + 0xb6, + 0x8a, + 0xf8, + 0x73, + 0x36, + 0x02, + 0x58, + 0x97, + 0xf9, + 0xe1, + 0xc4, + 0xfe, + 0x87, + 0x59, + 0x01, + 0x6f, + 0x57, + 0xfe, + 0xa9, + 0xc8, + 0xff, + 0xd2, + 0x35, + 0xfd, + 0x74, + 0x6e, + 0xfa, + 0xff, + 0x86, + 0xfb, + 0x47, + 0x00, + 0x01, + 0xb9, + 0x8d, + 0xfe, + 0xe4, + 0x3c, + 0xfc, + 0x5b, + 0xb2, + 0x00, + 0x14, + 0x5e, + 0x00, + 0x7e, + 0xe5, + 0xfe, + 0xfc, + 0x8f, + 0xfc, + 0x1c, + 0x13, + 0xfd, + 0x9c, + 0x40, + 0xff, + 0x1a, + 0xe0, + 0xfe, + 0xf7, + 0x42, + 0x00, + 0x53, + 0x87, + 0xff, + 0x81, + 0xcd, + 0xff, + 0x2e, + 0x1a, + 0x00, + 0x98, + 0xe4, + 0xfd, + 0x31, + 0x2c, + 0xfe, + 0xdb, + 0x3c, + 0xff, + 0xab, + 0x3d, + 0x00, + 0x95, + 0xf0, + 0xff, + 0xe6, + 0x84, + 0xff, + 0x53, + 0xf3, + 0xfe, + 0x84, + 0x58, + 0xfe, + 0xdf, + 0x14, + 0xff, + 0x5d, + 0xa8, + 0xfe, + 0x24, + 0x5c, + 0xff, + 0xda, + 0xed, + 0xff, + 0x8b, + 0x28, + 0xff, + 0x4e, + 0x4c, + 0xff, + 0x1e, + 0x9c, + 0xff, + 0x23, + 0xb2, + 0xff, + 0x48, + 0xb4, + 0xff, + 0xde, + 0x0d, + 0x00, + 0x40, + 0x14, + 0x00, + 0x44, + 0xf1, + 0xff, + 0xc0, + 0x5c, + 0xff, + 0xe0, + 0xbf, + 0xfe, + 0x4b, + 0xb5, + 0x2c, + 0xf1, + 0xa0, + 0x50, + 0xf6, + 0x77, + 0xf8, + 0x26, + 0xe2, + 0xd2, + 0xbe, + 0x1c, + 0x0f, + 0x6a, + 0x67, + 0xff, + 0x65, + 0x3b, + 0x00, + 0x24, + 0x59, + 0x02, + 0x45, + 0x2c, + 0xeb, + 0x14, + 0xac, + 0x1c, + 0x96, + 0x99, + 0x17, + 0xac, + 0xbc, + 0xe4, + 0x51, + 0x09, + 0xeb, + 0x22, + 0xce, + 0xfa, + 0x7b, + 0x0a, + 0xff, + 0x82, + 0x1f, + 0x04, + 0x35, + 0x49, + 0x08, + 0x6a, + 0x12, + 0xf7, + 0x20, + 0x5e, + 0xf6, + 0x99, + 0x9d, + 0x03, + 0x66, + 0xcb, + 0xf8, + 0x32, + 0x53, + 0xfc, + 0x9c, + 0x23, + 0x02, + 0xd2, + 0xe3, + 0xfe, + 0xe6, + 0xb4, + 0xff, + 0xc5, + 0xca, + 0xfc, + 0x10, + 0x94, + 0xfa, + 0x96, + 0xe5, + 0xfa, + 0x26, + 0x59, + 0x01, + 0x0e, + 0xfe, + 0xfe, + 0x0a, + 0x2c, + 0xfb, + 0xaf, + 0x6f, + 0x01, + 0xec, + 0x52, + 0x00, + 0x9d, + 0x46, + 0xfe, + 0x79, + 0xa4, + 0xfc, + 0x2b, + 0x9f, + 0xfc, + 0x34, + 0x46, + 0xff, + 0x27, + 0x0f, + 0xff, + 0xa3, + 0x9b, + 0x00, + 0x24, + 0x5f, + 0xff, + 0x44, + 0xd0, + 0xff, + 0x28, + 0xc0, + 0x00, + 0x05, + 0xa0, + 0xfd, + 0x5f, + 0xea, + 0xfd, + 0x85, + 0x49, + 0xff, + 0x75, + 0x5e, + 0x00, + 0x88, + 0xf8, + 0xff, + 0x81, + 0x65, + 0xff, + 0xd2, + 0x3e, + 0xff, + 0x7b, + 0x3d, + 0xfe, + 0xf9, + 0xd9, + 0xfe, + 0xea, + 0x91, + 0xfe, + 0xcc, + 0x3e, + 0xff, + 0x75, + 0x26, + 0x00, + 0xd0, + 0x2d, + 0xff, + 0xf3, + 0x33, + 0xff, + 0x5c, + 0x8a, + 0xff, + 0xd2, + 0x91, + 0xff, + 0x95, + 0xaa, + 0xff, + 0xec, + 0x16, + 0x00, + 0xca, + 0x35, + 0x00, + 0x23, + 0xfe, + 0xff, + 0x3c, + 0x65, + 0xff, + 0x3f, + 0xca, + 0xfe, + 0x48, + 0xda, + 0x2c, + 0xca, + 0x6e, + 0x52, + 0x53, + 0x7f, + 0xfa, + 0xad, + 0x10, + 0xd2, + 0xfe, + 0x91, + 0x0d, + 0x2d, + 0x79, + 0xfe, + 0xc0, + 0xb4, + 0xff, + 0x7a, + 0xa3, + 0x01, + 0x26, + 0x67, + 0xe9, + 0xc1, + 0xac, + 0x1b, + 0x2b, + 0x36, + 0x19, + 0x95, + 0xbb, + 0xe8, + 0xa0, + 0x5c, + 0xeb, + 0x48, + 0x4b, + 0xf8, + 0x19, + 0xa0, + 0xfe, + 0x3a, + 0x5b, + 0x03, + 0xf7, + 0xfc, + 0x09, + 0xd7, + 0x87, + 0xf8, + 0xd9, + 0x3c, + 0xf5, + 0x9c, + 0x61, + 0x04, + 0x50, + 0x0a, + 0xf8, + 0xc2, + 0xdf, + 0xfa, + 0xb3, + 0x3d, + 0x02, + 0xc1, + 0x31, + 0xff, + 0x14, + 0xa5, + 0xff, + 0x81, + 0x98, + 0xfc, + 0xc0, + 0xf5, + 0xfa, + 0xd1, + 0x42, + 0xfa, + 0x0e, + 0x70, + 0x01, + 0xec, + 0x6f, + 0xff, + 0xd9, + 0xd2, + 0xfa, + 0xb5, + 0x98, + 0x01, + 0xc7, + 0xba, + 0xff, + 0xa6, + 0x0c, + 0xfe, + 0xa2, + 0xaf, + 0xfc, + 0xe2, + 0x69, + 0xfc, + 0xae, + 0xad, + 0xff, + 0x46, + 0x3a, + 0xff, + 0xaf, + 0x80, + 0x00, + 0x65, + 0x5b, + 0xff, + 0xfa, + 0x43, + 0x00, + 0xdf, + 0xb4, + 0x00, + 0x73, + 0x26, + 0xfd, + 0x1f, + 0x46, + 0xfe, + 0x7f, + 0x6b, + 0xff, + 0x3f, + 0x11, + 0x00, + 0x73, + 0xfd, + 0xff, + 0xfe, + 0x8b, + 0xff, + 0x93, + 0x3e, + 0xff, + 0x31, + 0x1e, + 0xfe, + 0x3a, + 0xc8, + 0xfe, + 0x34, + 0x8b, + 0xfe, + 0x62, + 0x4a, + 0xff, + 0x40, + 0x35, + 0x00, + 0x97, + 0x2f, + 0xff, + 0xe7, + 0x38, + 0xff, + 0xd7, + 0x7e, + 0xff, + 0x3b, + 0x7f, + 0xff, + 0x85, + 0xa5, + 0xff, + 0x82, + 0x27, + 0x00, + 0xeb, + 0x47, + 0x00, + 0x4e, + 0xfa, + 0xff, + 0x6c, + 0x74, + 0xff, + 0x1d, + 0xbb, + 0xfe, + 0x9a, + 0xed, + 0x2d, + 0xbc, + 0x7d, + 0x53, + 0x38, + 0xea, + 0xfa, + 0xb3, + 0x0b, + 0xd3, + 0xf8, + 0x1f, + 0x0c, + 0xf4, + 0xae, + 0xfc, + 0x21, + 0x10, + 0x00, + 0xee, + 0x8d, + 0x00, + 0xf3, + 0xbc, + 0xe7, + 0x3f, + 0xed, + 0x19, + 0x21, + 0x88, + 0x1a, + 0x2e, + 0xe3, + 0xec, + 0x76, + 0x91, + 0xeb, + 0xab, + 0x41, + 0xf7, + 0x1d, + 0x9f, + 0xfd, + 0x76, + 0xa5, + 0x02, + 0x1b, + 0x78, + 0x0b, + 0x5c, + 0x1c, + 0xf9, + 0xd2, + 0x8e, + 0xf5, + 0xc9, + 0x19, + 0x04, + 0x7e, + 0x38, + 0xf7, + 0xce, + 0xb0, + 0xfa, + 0xba, + 0xab, + 0x01, + 0x67, + 0x4d, + 0xff, + 0x07, + 0x67, + 0xff, + 0xd3, + 0xc3, + 0xfc, + 0x0b, + 0x97, + 0xfb, + 0xd9, + 0x76, + 0xf9, + 0x8a, + 0x55, + 0x01, + 0x21, + 0xeb, + 0xff, + 0xbb, + 0xbb, + 0xfa, + 0x7c, + 0x20, + 0x01, + 0xc0, + 0x55, + 0xff, + 0x7e, + 0xe0, + 0xfd, + 0xa2, + 0xcc, + 0xfc, + 0xfc, + 0x2f, + 0xfd, + 0x9a, + 0xbe, + 0xff, + 0x4b, + 0xf7, + 0xfe, + 0x86, + 0xbd, + 0x00, + 0xdb, + 0x86, + 0xff, + 0xbf, + 0x08, + 0x00, + 0xb2, + 0x4f, + 0x00, + 0x14, + 0x9b, + 0xfd, + 0xd7, + 0x94, + 0xfe, + 0x77, + 0x0b, + 0xff, + 0x14, + 0xe7, + 0xff, + 0x86, + 0x12, + 0x00, + 0xad, + 0x98, + 0xff, + 0x1c, + 0x18, + 0xff, + 0xd1, + 0x19, + 0xfe, + 0x27, + 0xcc, + 0xfe, + 0xdf, + 0x98, + 0xfe, + 0x02, + 0x56, + 0xff, + 0x72, + 0x2c, + 0x00, + 0x62, + 0x49, + 0xff, + 0x62, + 0x34, + 0xff, + 0xbc, + 0x7b, + 0xff, + 0x21, + 0x92, + 0xff, + 0xca, + 0xb1, + 0xff, + 0x4a, + 0x28, + 0x00, + 0xc2, + 0x33, + 0x00, + 0xd7, + 0xe5, + 0xff, + 0x9c, + 0x78, + 0xff, + 0x46, + 0xcc, + 0xfe, + 0xa6, + 0x13, + 0x2d, + 0x90, + 0xf5, + 0x53, + 0x35, + 0xa8, + 0xfe, + 0x9b, + 0xe9, + 0xd3, + 0x0d, + 0x09, + 0x0a, + 0xc3, + 0xa2, + 0xfb, + 0xf6, + 0xee, + 0xfe, + 0x9a, + 0x8c, + 0x01, + 0xda, + 0x4a, + 0xe5, + 0xd1, + 0x29, + 0x15, + 0x9f, + 0x71, + 0x1e, + 0x22, + 0xfe, + 0xf0, + 0x91, + 0x77, + 0xeb, + 0xe2, + 0x7d, + 0xf7, + 0xf3, + 0xd0, + 0xfb, + 0xd1, + 0xb6, + 0x01, + 0xf5, + 0x68, + 0x0c, + 0xf3, + 0x65, + 0xfa, + 0xa1, + 0x3d, + 0xf6, + 0x58, + 0xe4, + 0x02, + 0x68, + 0xec, + 0xf6, + 0x35, + 0xc1, + 0xfa, + 0x27, + 0x41, + 0x01, + 0x80, + 0x01, + 0xff, + 0x38, + 0xfb, + 0xfe, + 0x70, + 0x94, + 0xfd, + 0xdf, + 0xf6, + 0xfb, + 0x42, + 0xd5, + 0xf8, + 0xb3, + 0x0b, + 0x01, + 0x88, + 0xce, + 0xff, + 0x9f, + 0xe8, + 0xfa, + 0x93, + 0xac, + 0x00, + 0x76, + 0xd7, + 0xfe, + 0x53, + 0x39, + 0xfe, + 0x12, + 0x95, + 0xfd, + 0xa6, + 0xb7, + 0xfd, + 0x41, + 0x6a, + 0xff, + 0xce, + 0x12, + 0xff, + 0x3e, + 0xec, + 0x00, + 0xe4, + 0xf4, + 0xfe, + 0xbe, + 0xbe, + 0xff, + 0x58, + 0xac, + 0x00, + 0x77, + 0x04, + 0xfe, + 0x6b, + 0x63, + 0xfe, + 0x01, + 0xdc, + 0xfe, + 0x3b, + 0xd0, + 0xff, + 0xb9, + 0xd9, + 0xff, + 0xe5, + 0x9e, + 0xff, + 0xa2, + 0x16, + 0xff, + 0xdf, + 0x0d, + 0xfe, + 0x2d, + 0xe9, + 0xfe, + 0xbb, + 0xb3, + 0xfe, + 0xfa, + 0x4e, + 0xff, + 0x40, + 0x2f, + 0x00, + 0x18, + 0x4c, + 0xff, + 0x49, + 0x46, + 0xff, + 0x18, + 0xa6, + 0xff, + 0x6b, + 0xa7, + 0xff, + 0xfc, + 0xc2, + 0xff, + 0x5d, + 0x0b, + 0x00, + 0x1e, + 0x0b, + 0x00, + 0x4e, + 0xc8, + 0xff, + 0x42, + 0x7d, + 0xff, + 0x57, + 0xf4, + 0xfe, + 0x5e, + 0x25, + 0x2b, + 0x38, + 0x87, + 0x53, + 0x4f, + 0xf2, + 0x03, + 0x87, + 0xc5, + 0xd5, + 0x8e, + 0xf4, + 0x07, + 0x6c, + 0x95, + 0xfa, + 0x6c, + 0x37, + 0xfd, + 0x23, + 0x7c, + 0x03, + 0xf4, + 0x2b, + 0xe2, + 0x93, + 0xdb, + 0x0e, + 0x2f, + 0x8d, + 0x23, + 0x31, + 0x0e, + 0xf5, + 0x78, + 0x58, + 0xeb, + 0xcb, + 0xce, + 0xf8, + 0x48, + 0x01, + 0xfa, + 0xc7, + 0x2a, + 0x00, + 0xe6, + 0xd8, + 0x0c, + 0xff, + 0x72, + 0xfc, + 0x93, + 0x07, + 0xf7, + 0x65, + 0x26, + 0x01, + 0xba, + 0xd9, + 0xf6, + 0x41, + 0x34, + 0xfb, + 0x53, + 0x23, + 0x01, + 0x54, + 0x2c, + 0xfe, + 0xc3, + 0xa2, + 0xfe, + 0xff, + 0x8f, + 0xfe, + 0xdf, + 0x21, + 0xfc, + 0x85, + 0x68, + 0xf8, + 0x3a, + 0x4c, + 0x00, + 0x20, + 0xb2, + 0xff, + 0xc2, + 0x14, + 0xfb, + 0xd6, + 0x2f, + 0x00, + 0x27, + 0x3a, + 0xff, + 0x44, + 0xe4, + 0xfe, + 0x89, + 0x16, + 0xfe, + 0xf6, + 0x22, + 0xfe, + 0xf8, + 0x85, + 0xff, + 0x33, + 0xea, + 0xfe, + 0xef, + 0x30, + 0x00, + 0xf0, + 0xde, + 0xfe, + 0x04, + 0x18, + 0x00, + 0x7b, + 0x9d, + 0x00, + 0x83, + 0x33, + 0xfe, + 0x3a, + 0x7a, + 0xfe, + 0xce, + 0xa0, + 0xfe, + 0xe5, + 0x84, + 0xff, + 0x8b, + 0xbd, + 0xff, + 0x64, + 0xa8, + 0xff, + 0x6e, + 0x03, + 0xff, + 0x96, + 0x21, + 0xfe, + 0xab, + 0x00, + 0xff, + 0x3c, + 0xca, + 0xfe, + 0x1f, + 0x72, + 0xff, + 0xf9, + 0x13, + 0x00, + 0x79, + 0x58, + 0xff, + 0x5a, + 0x79, + 0xff, + 0x0b, + 0xc7, + 0xff, + 0x4f, + 0xdb, + 0xff, + 0xc0, + 0xa9, + 0xff, + 0x96, + 0xe5, + 0xff, + 0x30, + 0xf5, + 0xff, + 0xe2, + 0x9e, + 0xff, + 0x0d, + 0x9e, + 0xff, + 0xdb, + 0x00, + 0xff, + 0x47, + 0x6c, + 0x27, + 0xfa, + 0xd5, + 0x51, + 0x0e, + 0xe8, + 0x0b, + 0xaf, + 0xa8, + 0xd8, + 0x70, + 0x2e, + 0x05, + 0xd5, + 0x09, + 0xfa, + 0xac, + 0xbe, + 0xfa, + 0x2b, + 0x08, + 0x06, + 0x64, + 0x5d, + 0xdf, + 0x74, + 0x50, + 0x06, + 0xd0, + 0x81, + 0x28, + 0xd7, + 0x56, + 0xfa, + 0x5e, + 0x32, + 0xeb, + 0xf6, + 0x9d, + 0xfa, + 0x51, + 0x05, + 0xf9, + 0x76, + 0x1a, + 0xfd, + 0x81, + 0xb7, + 0x0c, + 0x87, + 0xad, + 0xff, + 0x89, + 0x23, + 0xf7, + 0x40, + 0x7d, + 0xff, + 0x0c, + 0x74, + 0xf7, + 0xe8, + 0x27, + 0xfb, + 0x81, + 0x13, + 0x01, + 0xf6, + 0xa5, + 0xfd, + 0xbf, + 0xd5, + 0xfd, + 0x7e, + 0x34, + 0xff, + 0x7c, + 0x86, + 0xfc, + 0xf6, + 0xa3, + 0xf7, + 0x98, + 0xb1, + 0xff, + 0xd1, + 0x66, + 0xff, + 0x88, + 0xf2, + 0xfa, + 0x52, + 0xfa, + 0x00, + 0x44, + 0x99, + 0xff, + 0xbb, + 0x2b, + 0xff, + 0xce, + 0xf1, + 0xfe, + 0x29, + 0x89, + 0xfe, + 0xc9, + 0x37, + 0xff, + 0x95, + 0x11, + 0xfe, + 0x02, + 0x47, + 0x00, + 0x87, + 0x0c, + 0xff, + 0x5c, + 0xbd, + 0xff, + 0x3c, + 0xc7, + 0x00, + 0x0a, + 0x64, + 0xfe, + 0x0b, + 0x85, + 0xfe, + 0x6a, + 0x3f, + 0xfe, + 0x74, + 0x64, + 0xff, + 0xa8, + 0xaf, + 0xff, + 0xa6, + 0x58, + 0xff, + 0x83, + 0x41, + 0xff, + 0x0a, + 0x1a, + 0xfe, + 0x34, + 0x09, + 0xff, + 0x7d, + 0x02, + 0xff, + 0x6f, + 0x64, + 0xff, + 0x76, + 0x3a, + 0x00, + 0xc5, + 0x6a, + 0xff, + 0xd6, + 0x98, + 0xff, + 0x71, + 0xe8, + 0xff, + 0x57, + 0xd1, + 0xff, + 0x9e, + 0xa5, + 0xff, + 0x14, + 0xd0, + 0xff, + 0x98, + 0xdf, + 0xff, + 0x9c, + 0x91, + 0xff, + 0xc2, + 0xa1, + 0xff, + 0xbc, + 0x1f, + 0xff, + 0xd4, + 0x9a, + 0x26, + 0xcb, + 0xb4, + 0x4f, + 0xa8, + 0x31, + 0x0e, + 0x07, + 0x98, + 0xde, + 0xc8, + 0xf1, + 0x03, + 0x15, + 0x9b, + 0xf6, + 0x9b, + 0x17, + 0xfc, + 0x37, + 0x28, + 0x06, + 0xc8, + 0x29, + 0xdc, + 0xef, + 0x07, + 0x02, + 0x54, + 0x77, + 0x29, + 0x7d, + 0xfc, + 0xfe, + 0xe0, + 0x8b, + 0xec, + 0xe4, + 0xa3, + 0xfc, + 0x6e, + 0x4b, + 0xf9, + 0x64, + 0x76, + 0xf9, + 0x5c, + 0xce, + 0x0c, + 0xf0, + 0xf8, + 0x01, + 0x4e, + 0x47, + 0xf7, + 0x29, + 0x0c, + 0xff, + 0xc2, + 0x93, + 0xf7, + 0xc4, + 0x56, + 0xfb, + 0x3e, + 0x17, + 0x01, + 0x3b, + 0x81, + 0xfd, + 0xa1, + 0xb3, + 0xfc, + 0xcd, + 0xc1, + 0xfe, + 0x7e, + 0x82, + 0xfd, + 0x86, + 0x34, + 0xf7, + 0xfb, + 0xb5, + 0xfe, + 0xab, + 0x9e, + 0xff, + 0x30, + 0x9c, + 0xfb, + 0xc8, + 0xa5, + 0x01, + 0x49, + 0x0b, + 0x00, + 0xbe, + 0xd5, + 0xff, + 0xce, + 0x75, + 0xff, + 0xd0, + 0x34, + 0xfe, + 0xa1, + 0xd1, + 0xfe, + 0xe2, + 0x4e, + 0xfe, + 0x0d, + 0x62, + 0x00, + 0x53, + 0x9a, + 0xfe, + 0xe7, + 0xcf, + 0xff, + 0x7b, + 0xef, + 0x00, + 0x18, + 0x2f, + 0xfe, + 0x8c, + 0x8c, + 0xfe, + 0x7c, + 0x55, + 0xfe, + 0x10, + 0x5b, + 0xff, + 0x6d, + 0x63, + 0xff, + 0xec, + 0x2e, + 0xff, + 0x1c, + 0x5f, + 0xff, + 0x4a, + 0x39, + 0xfe, + 0x5e, + 0x38, + 0xff, + 0x56, + 0x17, + 0xff, + 0x18, + 0x8c, + 0xff, + 0x26, + 0x52, + 0x00, + 0x1c, + 0x7f, + 0xff, + 0xf4, + 0xd4, + 0xff, + 0xa0, + 0xc8, + 0xff, + 0x59, + 0xc2, + 0xff, + 0xc7, + 0xbe, + 0xff, + 0x51, + 0xbb, + 0xff, + 0x8b, + 0xf3, + 0xff, + 0x50, + 0x93, + 0xff, + 0x32, + 0xa6, + 0xff, + 0x59, + 0x2a, + 0xff, + 0x13, + 0x45, + 0x26, + 0x5d, + 0x7a, + 0x4d, + 0xef, + 0x06, + 0x0f, + 0x55, + 0x11, + 0xe4, + 0xa0, + 0x5a, + 0x03, + 0x40, + 0x17, + 0xf4, + 0xf2, + 0xfa, + 0xfc, + 0xcb, + 0x6a, + 0x04, + 0x54, + 0x25, + 0xdb, + 0xfd, + 0x99, + 0xfe, + 0xe1, + 0xee, + 0x26, + 0x7a, + 0xb7, + 0x04, + 0x1a, + 0xd0, + 0xee, + 0x31, + 0x51, + 0xfd, + 0xb6, + 0xe9, + 0xfa, + 0xa0, + 0x83, + 0xf5, + 0x49, + 0x1e, + 0x0c, + 0x59, + 0xab, + 0x04, + 0xa0, + 0xed, + 0xf6, + 0x3b, + 0x31, + 0xff, + 0x34, + 0x0d, + 0xf8, + 0xc1, + 0x6b, + 0xfa, + 0xff, + 0x2b, + 0x01, + 0x13, + 0xab, + 0xfd, + 0x6b, + 0xe1, + 0xfa, + 0x62, + 0x39, + 0xfe, + 0x7e, + 0x19, + 0xfe, + 0xdd, + 0xc1, + 0xf6, + 0x18, + 0x14, + 0xff, + 0x65, + 0xe0, + 0xff, + 0xd4, + 0xa3, + 0xfb, + 0x22, + 0xb3, + 0x02, + 0x1c, + 0xf1, + 0x00, + 0x10, + 0xc1, + 0xff, + 0x55, + 0xe9, + 0xfe, + 0xb7, + 0x74, + 0xfe, + 0x1c, + 0x0e, + 0xff, + 0x27, + 0x1a, + 0xfe, + 0x03, + 0x7a, + 0x00, + 0x61, + 0x53, + 0xfe, + 0x9d, + 0xb4, + 0xff, + 0x93, + 0x05, + 0x01, + 0x84, + 0xde, + 0xfd, + 0x1e, + 0xad, + 0xfe, + 0xdb, + 0x70, + 0xfe, + 0x14, + 0x26, + 0xff, + 0x31, + 0x49, + 0xff, + 0x04, + 0xe6, + 0xfe, + 0x6e, + 0x7f, + 0xff, + 0x23, + 0x80, + 0xfe, + 0xca, + 0x60, + 0xff, + 0xa7, + 0x5a, + 0xff, + 0x5c, + 0x63, + 0xff, + 0x4b, + 0x76, + 0x00, + 0xf9, + 0x9d, + 0xff, + 0x3a, + 0x9d, + 0xff, + 0x19, + 0xe3, + 0xff, + 0xe7, + 0xac, + 0xff, + 0xfa, + 0xc4, + 0xff, + 0xd6, + 0xd8, + 0xff, + 0xd6, + 0xf8, + 0xff, + 0xd9, + 0xab, + 0xff, + 0x8b, + 0x94, + 0xff, + 0xf1, + 0x2f, + 0xff, + 0x32, + 0x43, + 0x23, + 0x6e, + 0x38, + 0x4b, + 0x1c, + 0x7e, + 0x13, + 0xdb, + 0x13, + 0xe6, + 0x02, + 0x89, + 0x03, + 0xaa, + 0x3e, + 0xf6, + 0x73, + 0x6f, + 0xf8, + 0x0e, + 0xc7, + 0x02, + 0xbd, + 0x6c, + 0xde, + 0x4f, + 0xde, + 0xf7, + 0xda, + 0x4c, + 0x22, + 0x4c, + 0x9b, + 0x0c, + 0x3f, + 0xb5, + 0xf1, + 0x5f, + 0xcb, + 0xfb, + 0xa0, + 0x11, + 0xfe, + 0x01, + 0xf5, + 0xf1, + 0x7e, + 0x0b, + 0x09, + 0x11, + 0x26, + 0x09, + 0x6e, + 0x96, + 0xf6, + 0x9a, + 0xef, + 0xfe, + 0x7d, + 0x90, + 0xf9, + 0x8a, + 0x1e, + 0xf8, + 0x88, + 0xdb, + 0xff, + 0xc9, + 0xb5, + 0xfe, + 0x15, + 0x21, + 0xfa, + 0x37, + 0x8e, + 0xfb, + 0x81, + 0x0e, + 0xff, + 0xc4, + 0x1b, + 0xf8, + 0x73, + 0x60, + 0xfe, + 0x7c, + 0xca, + 0x00, + 0x63, + 0x88, + 0xfb, + 0xa9, + 0x19, + 0x03, + 0x0c, + 0xca, + 0x01, + 0x56, + 0x03, + 0xff, + 0x59, + 0xee, + 0xfe, + 0xa1, + 0x6c, + 0xfe, + 0x5e, + 0x64, + 0xff, + 0xa0, + 0x1d, + 0xfe, + 0x70, + 0xe2, + 0xff, + 0xb2, + 0x77, + 0xfe, + 0xed, + 0x7a, + 0xff, + 0x9c, + 0x05, + 0x01, + 0xa4, + 0xae, + 0xfd, + 0x12, + 0x99, + 0xfe, + 0x0b, + 0x96, + 0xfe, + 0x06, + 0x9b, + 0xfe, + 0x17, + 0x4c, + 0xff, + 0xeb, + 0xd7, + 0xfe, + 0x48, + 0x99, + 0xff, + 0xb8, + 0xe6, + 0xfe, + 0x7b, + 0x5f, + 0xff, + 0x01, + 0x81, + 0xff, + 0x14, + 0x54, + 0xff, + 0x23, + 0x66, + 0x00, + 0x58, + 0x5a, + 0xff, + 0x00, + 0x67, + 0xff, + 0x37, + 0x13, + 0x00, + 0xaa, + 0xa7, + 0xff, + 0xa3, + 0xd6, + 0xff, + 0x6c, + 0xdd, + 0xff, + 0xc0, + 0x11, + 0x00, + 0x8b, + 0xb6, + 0xff, + 0xde, + 0x63, + 0xff, + 0x9e, + 0x41, + 0xff, + 0x37, + 0xf5, + 0x20, + 0xf7, + 0xb8, + 0x48, + 0x61, + 0xcd, + 0x15, + 0xcc, + 0x27, + 0xe8, + 0x7b, + 0x7d, + 0x05, + 0x8b, + 0x32, + 0xf9, + 0xbe, + 0xc6, + 0xf3, + 0x63, + 0xbe, + 0xff, + 0x42, + 0xab, + 0xe2, + 0xc5, + 0x61, + 0xf3, + 0x51, + 0x96, + 0x1c, + 0x2e, + 0x01, + 0x13, + 0x6b, + 0xcd, + 0xf4, + 0xe5, + 0x98, + 0xfa, + 0x18, + 0x12, + 0x01, + 0x51, + 0x1b, + 0xef, + 0xb7, + 0x75, + 0x06, + 0x62, + 0xb6, + 0x0c, + 0xfa, + 0x06, + 0xf7, + 0xa6, + 0x60, + 0xff, + 0x9f, + 0x0f, + 0xfa, + 0x4d, + 0xf5, + 0xf5, + 0xcd, + 0xca, + 0xfe, + 0x6b, + 0x0e, + 0xff, + 0x23, + 0x53, + 0xf9, + 0xd2, + 0x25, + 0xfa, + 0xc6, + 0x66, + 0x00, + 0xde, + 0xc1, + 0xf8, + 0x28, + 0x39, + 0xfe, + 0x11, + 0xf5, + 0x01, + 0x9a, + 0xfa, + 0xfa, + 0x2a, + 0x53, + 0x03, + 0xfe, + 0x57, + 0x02, + 0xec, + 0x5f, + 0xfe, + 0xc3, + 0x08, + 0xff, + 0x3c, + 0x97, + 0xfe, + 0xef, + 0xee, + 0xff, + 0x65, + 0xa4, + 0xfd, + 0x2d, + 0x5f, + 0xff, + 0x45, + 0x34, + 0xff, + 0x40, + 0x06, + 0xff, + 0xd7, + 0xf9, + 0x00, + 0xed, + 0xbf, + 0xfd, + 0xea, + 0x55, + 0xfe, + 0xe3, + 0xfe, + 0xfe, + 0x8b, + 0x09, + 0xfe, + 0x7b, + 0x2a, + 0xff, + 0xac, + 0x17, + 0xff, + 0x96, + 0xc7, + 0xff, + 0xb1, + 0x73, + 0xff, + 0x9c, + 0x37, + 0xff, + 0x96, + 0xad, + 0xff, + 0x80, + 0x32, + 0xff, + 0x71, + 0x05, + 0x00, + 0x39, + 0x5a, + 0xff, + 0x0a, + 0x22, + 0xff, + 0xe3, + 0x4e, + 0x00, + 0xb1, + 0xd5, + 0xff, + 0xc8, + 0xd8, + 0xff, + 0x3d, + 0xf7, + 0xff, + 0x71, + 0x01, + 0x00, + 0xb5, + 0xa4, + 0xff, + 0xee, + 0x5b, + 0xff, + 0x26, + 0x7c, + 0xff, + 0x5f, + 0xc4, + 0x23, + 0xac, + 0x07, + 0x47, + 0x09, + 0x87, + 0x0e, + 0x92, + 0x15, + 0xec, + 0x77, + 0x89, + 0x0a, + 0xc7, + 0x96, + 0xf7, + 0xd8, + 0x63, + 0xf2, + 0x5f, + 0x8b, + 0xfb, + 0x11, + 0xcb, + 0xe5, + 0xa3, + 0x8a, + 0xf3, + 0xa4, + 0x96, + 0x17, + 0x3e, + 0x38, + 0x17, + 0x6d, + 0x51, + 0xf4, + 0x23, + 0x70, + 0xfb, + 0x8b, + 0xfd, + 0x03, + 0x8f, + 0xed, + 0xeb, + 0x13, + 0x6d, + 0x07, + 0x7d, + 0xbe, + 0x0d, + 0xcf, + 0x88, + 0xf7, + 0x6d, + 0xae, + 0xff, + 0xc6, + 0x64, + 0xf9, + 0x0f, + 0x3d, + 0xf6, + 0x21, + 0xff, + 0xfc, + 0x89, + 0x09, + 0xfe, + 0x58, + 0xd0, + 0xf8, + 0xe8, + 0x9a, + 0xfa, + 0x2e, + 0x96, + 0x01, + 0x35, + 0xc1, + 0xf8, + 0x35, + 0x7a, + 0xfe, + 0x35, + 0xf2, + 0x01, + 0xfc, + 0xc2, + 0xfb, + 0x52, + 0x8c, + 0x03, + 0xf2, + 0x83, + 0x01, + 0x82, + 0x2e, + 0xfe, + 0x85, + 0x89, + 0xff, + 0xae, + 0x50, + 0xff, + 0x89, + 0x65, + 0xff, + 0x4e, + 0x40, + 0xfd, + 0xfe, + 0xc8, + 0xff, + 0x87, + 0x31, + 0xff, + 0xf7, + 0xda, + 0xfe, + 0x89, + 0xcf, + 0x00, + 0x4b, + 0xba, + 0xfd, + 0x91, + 0xa7, + 0xfe, + 0xad, + 0xef, + 0xfe, + 0x66, + 0x9d, + 0xfd, + 0xa6, + 0x53, + 0xff, + 0x1b, + 0x6c, + 0xff, + 0xb9, + 0x04, + 0x00, + 0x41, + 0xaa, + 0xff, + 0x46, + 0x3c, + 0xff, + 0xfd, + 0x7f, + 0xff, + 0x87, + 0xf5, + 0xfe, + 0xa2, + 0xe9, + 0xff, + 0x8c, + 0x36, + 0xff, + 0xbe, + 0x4a, + 0xff, + 0x87, + 0x80, + 0x00, + 0xbe, + 0xda, + 0xff, + 0x23, + 0xe2, + 0xff, + 0x4e, + 0xca, + 0xff, + 0x7c, + 0xf6, + 0xff, + 0xaf, + 0xcd, + 0xff, + 0x4c, + 0x7f, + 0xff, + 0x58, + 0x7d, + 0xff, + 0xe2, + 0xce, + 0x20, + 0xb0, + 0x6a, + 0x45, + 0x37, + 0x11, + 0x11, + 0x7f, + 0x94, + 0xea, + 0x79, + 0xc3, + 0x0c, + 0xfc, + 0xc2, + 0xfb, + 0x56, + 0x1e, + 0xed, + 0x5c, + 0x3a, + 0xfb, + 0xdf, + 0xf2, + 0xeb, + 0x73, + 0xd6, + 0xf0, + 0xbe, + 0xcf, + 0x0e, + 0xd4, + 0x3f, + 0x1b, + 0xc3, + 0xe9, + 0xf9, + 0x97, + 0x2a, + 0xf4, + 0x05, + 0xea, + 0x09, + 0x0e, + 0xf5, + 0xee, + 0x34, + 0x7b, + 0xfe, + 0xbd, + 0x4f, + 0x14, + 0xe7, + 0xa0, + 0xf8, + 0xb7, + 0xca, + 0xfb, + 0xd9, + 0xb3, + 0xfd, + 0x06, + 0x2c, + 0xf5, + 0x52, + 0x9f, + 0xfa, + 0x5f, + 0x83, + 0xfd, + 0x46, + 0x49, + 0xf9, + 0xb6, + 0xc5, + 0xf9, + 0xf9, + 0xb4, + 0x02, + 0x3b, + 0xf6, + 0xfa, + 0xb3, + 0x2b, + 0xfb, + 0xd5, + 0x47, + 0x03, + 0x6c, + 0x07, + 0xfd, + 0xeb, + 0x44, + 0x01, + 0xc6, + 0xe4, + 0x02, + 0x25, + 0x04, + 0xfe, + 0x30, + 0x60, + 0xff, + 0xc0, + 0xcd, + 0xff, + 0xd5, + 0x06, + 0xff, + 0xdb, + 0x64, + 0xfd, + 0x5a, + 0xbc, + 0xff, + 0xb2, + 0xb6, + 0xff, + 0x74, + 0x1a, + 0xfe, + 0xeb, + 0x90, + 0x00, + 0xba, + 0x7c, + 0xfe, + 0x32, + 0x38, + 0xfe, + 0x4d, + 0x39, + 0xff, + 0xdb, + 0xbc, + 0xfd, + 0x6f, + 0x82, + 0xff, + 0x02, + 0xd7, + 0xff, + 0xf0, + 0x9e, + 0xff, + 0x71, + 0xaa, + 0xff, + 0xb6, + 0x12, + 0xff, + 0xaf, + 0x93, + 0xff, + 0x8c, + 0xee, + 0xfe, + 0xcc, + 0x6f, + 0xff, + 0xf3, + 0xa0, + 0xff, + 0x43, + 0x64, + 0xff, + 0x28, + 0x6a, + 0x00, + 0x5c, + 0xe9, + 0xff, + 0x52, + 0xaf, + 0xff, + 0xc2, + 0xed, + 0xff, + 0xef, + 0x0b, + 0x00, + 0x37, + 0xe5, + 0xff, + 0xf6, + 0x62, + 0xff, + 0xc9, + 0x6c, + 0xff, + 0x26, + 0x7b, + 0x21, + 0xf4, + 0xc1, + 0x43, + 0x0a, + 0xda, + 0x0c, + 0xa9, + 0x0f, + 0xec, + 0xf4, + 0x8f, + 0x10, + 0xe2, + 0x3d, + 0xfb, + 0x88, + 0xb5, + 0xeb, + 0xaf, + 0x76, + 0xfa, + 0x88, + 0xde, + 0xee, + 0x5c, + 0x5f, + 0xf1, + 0x45, + 0x11, + 0x09, + 0x18, + 0x84, + 0x1c, + 0x4d, + 0xdd, + 0xfd, + 0xff, + 0x84, + 0xf0, + 0x05, + 0x50, + 0x0a, + 0x7d, + 0x44, + 0xf3, + 0x53, + 0x07, + 0xfb, + 0x72, + 0x61, + 0x14, + 0xda, + 0x10, + 0xfd, + 0xb3, + 0xc7, + 0xf8, + 0x53, + 0xe7, + 0xfd, + 0xe6, + 0x74, + 0xf7, + 0xfc, + 0x9c, + 0xf8, + 0xfc, + 0x86, + 0xfd, + 0xde, + 0xca, + 0xf8, + 0x59, + 0x24, + 0xf9, + 0x7d, + 0x8a, + 0x03, + 0xe1, + 0x91, + 0xfb, + 0x36, + 0xbe, + 0xfa, + 0xe6, + 0x7d, + 0x02, + 0xcb, + 0xc3, + 0xfd, + 0x90, + 0xe6, + 0x00, + 0x69, + 0xe0, + 0x02, + 0x44, + 0xdd, + 0xfe, + 0xbe, + 0xdd, + 0xfe, + 0x89, + 0xdd, + 0xff, + 0x9f, + 0x7f, + 0xff, + 0x44, + 0x83, + 0xfd, + 0x45, + 0x79, + 0xff, + 0xbf, + 0x94, + 0xff, + 0x7d, + 0xfe, + 0xfd, + 0x66, + 0x5c, + 0x00, + 0x63, + 0xe7, + 0xfe, + 0x14, + 0x27, + 0xfe, + 0x8c, + 0x5b, + 0xff, + 0xea, + 0x6e, + 0xfe, + 0x0d, + 0x8e, + 0xff, + 0x64, + 0xcb, + 0xff, + 0xaf, + 0x6d, + 0xff, + 0x98, + 0x77, + 0xff, + 0xc8, + 0x32, + 0xff, + 0x22, + 0x4b, + 0xff, + 0x0e, + 0xcd, + 0xfe, + 0x5f, + 0xae, + 0xff, + 0xcc, + 0xb9, + 0xff, + 0xe1, + 0x7b, + 0xff, + 0xc3, + 0x45, + 0x00, + 0xd2, + 0xe3, + 0xff, + 0x8a, + 0xe3, + 0xff, + 0x09, + 0xf4, + 0xff, + 0xa8, + 0xf9, + 0xff, + 0xcb, + 0xb7, + 0xff, + 0x20, + 0x77, + 0xff, + 0xef, + 0xa0, + 0xff, + 0x35, + 0xd9, + 0x20, + 0xe2, + 0x26, + 0x41, + 0x33, + 0x35, + 0x0a, + 0x26, + 0xe5, + 0xed, + 0xb9, + 0xbd, + 0x13, + 0x54, + 0x4b, + 0xfa, + 0x2b, + 0x1f, + 0xeb, + 0x4e, + 0x45, + 0xfc, + 0x79, + 0xac, + 0xef, + 0xa2, + 0xa2, + 0xf0, + 0xdf, + 0x9b, + 0x05, + 0xb4, + 0x61, + 0x1c, + 0x8e, + 0x8e, + 0x01, + 0x38, + 0xf9, + 0xed, + 0x38, + 0xc7, + 0x08, + 0x37, + 0xa7, + 0xf6, + 0x69, + 0x2f, + 0xfa, + 0xce, + 0xd1, + 0x13, + 0x37, + 0x80, + 0xff, + 0x1c, + 0x59, + 0xf8, + 0x86, + 0x61, + 0xfd, + 0x82, + 0x4f, + 0xf9, + 0xdb, + 0x45, + 0xf8, + 0xb0, + 0x2e, + 0xfd, + 0xbf, + 0xdc, + 0xf9, + 0x11, + 0xbb, + 0xf6, + 0x06, + 0x2e, + 0x02, + 0x4c, + 0x52, + 0xfd, + 0xb7, + 0xc5, + 0xfa, + 0xd0, + 0x28, + 0x02, + 0x1c, + 0xaf, + 0xfd, + 0x58, + 0x62, + 0x00, + 0xcf, + 0xf2, + 0x02, + 0x97, + 0x43, + 0xff, + 0xcb, + 0x1d, + 0xff, + 0x50, + 0x20, + 0x00, + 0x2a, + 0xc6, + 0xff, + 0x9f, + 0x28, + 0xfd, + 0xe2, + 0x31, + 0xff, + 0xc0, + 0xe5, + 0xff, + 0x07, + 0xc8, + 0xfd, + 0x3c, + 0x3e, + 0x00, + 0xdc, + 0x4b, + 0xff, + 0x2e, + 0x3e, + 0xfe, + 0x70, + 0xb8, + 0xff, + 0xf3, + 0xac, + 0xfe, + 0x59, + 0x6d, + 0xff, + 0x17, + 0xcc, + 0xff, + 0x1b, + 0x4b, + 0xff, + 0x92, + 0x7f, + 0xff, + 0x03, + 0xf0, + 0xfe, + 0x54, + 0x1f, + 0xff, + 0xa9, + 0x12, + 0xff, + 0xb2, + 0xb9, + 0xff, + 0x2c, + 0xcd, + 0xff, + 0x58, + 0x3b, + 0xff, + 0xa5, + 0x45, + 0x00, + 0xa4, + 0x34, + 0x00, + 0xfb, + 0xe3, + 0xff, + 0x5a, + 0x00, + 0x00, + 0x64, + 0xba, + 0xff, + 0xe4, + 0xa7, + 0xff, + 0xdd, + 0x95, + 0xff, + 0xbb, + 0x86, + 0xff, + 0x06, + 0x6c, + 0x20, + 0xd2, + 0xf1, + 0x3e, + 0xf4, + 0x7e, + 0x07, + 0xf1, + 0x1b, + 0xef, + 0x37, + 0x16, + 0x16, + 0xb1, + 0x0f, + 0xf8, + 0xf0, + 0x5c, + 0xea, + 0xa6, + 0x9b, + 0x00, + 0x61, + 0x19, + 0xf2, + 0x56, + 0x71, + 0xee, + 0x3f, + 0x51, + 0x01, + 0x0f, + 0xd8, + 0x1c, + 0x6c, + 0xb5, + 0x04, + 0x80, + 0x3a, + 0xea, + 0xcc, + 0x76, + 0x08, + 0xd6, + 0x63, + 0xfb, + 0xd2, + 0x24, + 0xf7, + 0x04, + 0x6e, + 0x12, + 0x63, + 0x3d, + 0x03, + 0x49, + 0x3c, + 0xf8, + 0xdf, + 0x17, + 0xfd, + 0xf8, + 0x6c, + 0xfa, + 0x11, + 0x38, + 0xf8, + 0xaa, + 0xf0, + 0xfd, + 0xb5, + 0x40, + 0xfb, + 0xde, + 0x5c, + 0xf4, + 0x41, + 0xaf, + 0xfe, + 0xea, + 0x80, + 0xfe, + 0x04, + 0x11, + 0xfc, + 0x6d, + 0x3b, + 0x02, + 0xb0, + 0x68, + 0xfe, + 0xcd, + 0x8b, + 0xfe, + 0xf9, + 0xe5, + 0x01, + 0xc2, + 0x00, + 0x01, + 0x8e, + 0xf2, + 0xff, + 0x41, + 0xfe, + 0xff, + 0xe7, + 0x37, + 0xff, + 0x8b, + 0xce, + 0xfc, + 0x94, + 0x86, + 0xff, + 0x08, + 0x44, + 0x00, + 0x03, + 0xae, + 0xfd, + 0xc1, + 0x01, + 0x00, + 0x6c, + 0xbb, + 0xff, + 0xe7, + 0x4a, + 0xfe, + 0x85, + 0xbd, + 0xff, + 0xec, + 0x19, + 0xff, + 0x71, + 0x3c, + 0xff, + 0x03, + 0xc3, + 0xff, + 0x8f, + 0x29, + 0xff, + 0x9c, + 0x47, + 0xff, + 0x1f, + 0x1b, + 0xff, + 0x1c, + 0x09, + 0xff, + 0xda, + 0x28, + 0xff, + 0x05, + 0xc8, + 0xff, + 0x7f, + 0xa5, + 0xff, + 0x4c, + 0x5c, + 0xff, + 0x65, + 0x4c, + 0x00, + 0xa5, + 0x16, + 0x00, + 0xba, + 0xe5, + 0xff, + 0x02, + 0x12, + 0x00, + 0xea, + 0xbe, + 0xff, + 0x3f, + 0x83, + 0xff, + 0x6a, + 0x65, + 0xff, + 0xc4, + 0x65, + 0xff, + 0xe5, + 0x38, + 0x1f, + 0xf9, + 0x0b, + 0x3d, + 0xe4, + 0x75, + 0x05, + 0xb1, + 0xec, + 0xed, + 0xb6, + 0xc8, + 0x19, + 0xad, + 0x36, + 0xf9, + 0x33, + 0xfb, + 0xe6, + 0x06, + 0xe2, + 0x03, + 0xe4, + 0x2e, + 0xf6, + 0x67, + 0x1b, + 0xed, + 0x07, + 0x6d, + 0xfc, + 0xe4, + 0xaa, + 0x1a, + 0x9a, + 0x20, + 0x0a, + 0x09, + 0x7c, + 0xe8, + 0x51, + 0x63, + 0x05, + 0xfa, + 0x60, + 0x01, + 0x98, + 0x64, + 0xf4, + 0x90, + 0x14, + 0x0e, + 0xf9, + 0xcf, + 0x08, + 0xb4, + 0x6d, + 0xf9, + 0x06, + 0x7a, + 0xfb, + 0x99, + 0xbb, + 0xfc, + 0xf1, + 0xae, + 0xf7, + 0x45, + 0xdb, + 0xfd, + 0xd2, + 0x42, + 0xfe, + 0x6f, + 0x13, + 0xf2, + 0x69, + 0xe8, + 0xfa, + 0x8a, + 0x66, + 0xff, + 0x1d, + 0x81, + 0xfc, + 0x87, + 0x43, + 0x02, + 0x20, + 0x30, + 0x00, + 0xa7, + 0x73, + 0xfd, + 0xa2, + 0x8e, + 0xff, + 0x42, + 0x82, + 0x02, + 0x65, + 0x55, + 0x01, + 0x95, + 0x39, + 0xff, + 0x6c, + 0x13, + 0xff, + 0x8b, + 0xb4, + 0xfc, + 0x4b, + 0x7b, + 0xff, + 0x85, + 0x2c, + 0x01, + 0xb1, + 0xd6, + 0xfd, + 0xa7, + 0x37, + 0xff, + 0xcb, + 0xfd, + 0xff, + 0x12, + 0xa9, + 0xfe, + 0x26, + 0xa0, + 0xff, + 0xad, + 0x6c, + 0xff, + 0x83, + 0x35, + 0xff, + 0x34, + 0x6b, + 0xff, + 0x14, + 0x16, + 0xff, + 0x72, + 0x66, + 0xff, + 0xf0, + 0x1d, + 0xff, + 0x48, + 0x19, + 0xff, + 0xa2, + 0x2e, + 0xff, + 0x1f, + 0x8d, + 0xff, + 0xc1, + 0xdd, + 0xff, + 0xce, + 0x7f, + 0xff, + 0x8a, + 0x16, + 0x00, + 0xf3, + 0x0b, + 0x00, + 0x4a, + 0xde, + 0xff, + 0xbf, + 0x07, + 0x00, + 0xdc, + 0xa4, + 0xff, + 0x8d, + 0x6f, + 0xff, + 0x77, + 0x4d, + 0xff, + 0x55, + 0x53, + 0xff, + 0x22, + 0x73, + 0x1b, + 0xce, + 0x60, + 0x3a, + 0xcd, + 0xa1, + 0x08, + 0xdd, + 0x2f, + 0xeb, + 0xae, + 0x55, + 0x1a, + 0xc4, + 0x7b, + 0x00, + 0xc5, + 0xaa, + 0xe3, + 0xc3, + 0x79, + 0x02, + 0xc9, + 0xde, + 0xfb, + 0xf7, + 0x3f, + 0xef, + 0x0f, + 0xb3, + 0xf5, + 0x8b, + 0x8b, + 0x14, + 0x8b, + 0x88, + 0x13, + 0x9e, + 0xcc, + 0xe8, + 0xef, + 0x41, + 0xff, + 0xae, + 0x7d, + 0x08, + 0xf3, + 0xd3, + 0xf2, + 0x95, + 0x39, + 0x08, + 0xd1, + 0x2d, + 0x0c, + 0xab, + 0x2e, + 0xfd, + 0xea, + 0x77, + 0xfb, + 0xce, + 0x0b, + 0xfd, + 0x97, + 0x4e, + 0xf9, + 0x7e, + 0x50, + 0xfc, + 0xf9, + 0x9c, + 0xff, + 0x81, + 0x48, + 0xf3, + 0x0e, + 0x14, + 0xf8, + 0x1a, + 0x57, + 0xff, + 0x52, + 0x8b, + 0xfb, + 0xdf, + 0xc4, + 0x01, + 0x8c, + 0x4f, + 0x02, + 0xfd, + 0xc9, + 0xfd, + 0x97, + 0x84, + 0xfe, + 0x68, + 0xd1, + 0x01, + 0xd3, + 0xca, + 0x01, + 0x13, + 0xcc, + 0xff, + 0xb4, + 0x73, + 0xff, + 0x9d, + 0xda, + 0xfc, + 0x41, + 0x21, + 0xff, + 0x63, + 0xb7, + 0x01, + 0x55, + 0x66, + 0xfe, + 0x4f, + 0xb6, + 0xfe, + 0xc4, + 0x1b, + 0x00, + 0x53, + 0x16, + 0xff, + 0xf4, + 0x91, + 0xff, + 0xa9, + 0x9b, + 0xff, + 0xb6, + 0x25, + 0xff, + 0x67, + 0x81, + 0xff, + 0x7d, + 0x43, + 0xff, + 0x21, + 0x4b, + 0xff, + 0xdc, + 0x35, + 0xff, + 0x5d, + 0x1e, + 0xff, + 0xd8, + 0x4e, + 0xff, + 0x68, + 0xaa, + 0xff, + 0xc5, + 0xf3, + 0xff, + 0x2c, + 0x78, + 0xff, + 0xbb, + 0xf3, + 0xff, + 0xe4, + 0x23, + 0x00, + 0x20, + 0xca, + 0xff, + 0xca, + 0xf5, + 0xff, + 0xa6, + 0x98, + 0xff, + 0x3b, + 0x65, + 0xff, + 0xe6, + 0x6e, + 0xff, + 0x92, + 0x66, + 0xff, + 0x40, + 0x59, + 0x1c, + 0x71, + 0xf4, + 0x36, + 0x91, + 0x33, + 0x02, + 0x20, + 0x20, + 0xef, + 0x5b, + 0xf8, + 0x1d, + 0xe8, + 0xa6, + 0xfc, + 0xe9, + 0x34, + 0xe6, + 0xbc, + 0x4c, + 0x04, + 0xd6, + 0x15, + 0xfb, + 0xbd, + 0x9c, + 0xf0, + 0x98, + 0xbf, + 0xf4, + 0x10, + 0x3f, + 0x13, + 0x02, + 0xa4, + 0x11, + 0xe8, + 0x17, + 0xea, + 0xce, + 0x75, + 0x01, + 0x3a, + 0x18, + 0x08, + 0x3a, + 0x2a, + 0xf3, + 0xd0, + 0xd1, + 0x05, + 0x5e, + 0x77, + 0x0b, + 0x56, + 0x1f, + 0xff, + 0xd2, + 0xba, + 0xfc, + 0x90, + 0x08, + 0xfe, + 0x60, + 0x57, + 0xf9, + 0xb3, + 0xce, + 0xfc, + 0x3c, + 0x24, + 0xfe, + 0x7a, + 0xe2, + 0xf3, + 0xad, + 0xf6, + 0xf9, + 0x01, + 0xd5, + 0xfd, + 0x80, + 0xdf, + 0xfa, + 0x2e, + 0xb6, + 0x00, + 0xbc, + 0x55, + 0x02, + 0x20, + 0x1b, + 0xff, + 0x04, + 0xed, + 0xfe, + 0xf3, + 0x76, + 0x01, + 0x8e, + 0xfc, + 0xff, + 0xe6, + 0x75, + 0x00, + 0x6a, + 0x8d, + 0x00, + 0x69, + 0x90, + 0xfc, + 0x5b, + 0xae, + 0xff, + 0x9a, + 0x50, + 0x01, + 0xac, + 0x13, + 0xfe, + 0x15, + 0x4b, + 0xff, + 0x0c, + 0x56, + 0x00, + 0x9d, + 0xc6, + 0xfe, + 0xd2, + 0x99, + 0xff, + 0xcc, + 0xea, + 0xff, + 0xce, + 0xd7, + 0xfe, + 0xc1, + 0x8c, + 0xff, + 0xbf, + 0x5b, + 0xff, + 0x3a, + 0x07, + 0xff, + 0x6f, + 0x68, + 0xff, + 0x8e, + 0x4b, + 0xff, + 0xfe, + 0x37, + 0xff, + 0x81, + 0xb0, + 0xff, + 0xa8, + 0xf2, + 0xff, + 0x35, + 0x63, + 0xff, + 0x67, + 0xcd, + 0xff, + 0x31, + 0xfd, + 0xff, + 0x01, + 0xc5, + 0xff, + 0xbe, + 0xfa, + 0xff, + 0x39, + 0xa8, + 0xff, + 0x98, + 0x58, + 0xff, + 0x97, + 0x55, + 0xff, + 0xee, + 0x54, + 0xff, + 0xd1, + 0x8f, + 0x1b, + 0xee, + 0x4c, + 0x32, + 0x16, + 0x06, + 0xff, + 0xe0, + 0xec, + 0xf3, + 0x44, + 0xc7, + 0x1e, + 0x68, + 0xe0, + 0xf9, + 0xf2, + 0xce, + 0xe9, + 0x94, + 0x33, + 0x05, + 0xd0, + 0xcd, + 0xf9, + 0x7f, + 0xf1, + 0xf1, + 0x4b, + 0xe8, + 0xf4, + 0x17, + 0x57, + 0x11, + 0xad, + 0x63, + 0x0f, + 0xad, + 0xef, + 0xeb, + 0x0c, + 0xe0, + 0x02, + 0xc6, + 0x79, + 0x08, + 0xf0, + 0xce, + 0xf3, + 0xcd, + 0x99, + 0x02, + 0xc1, + 0x6c, + 0x0b, + 0xba, + 0x54, + 0x00, + 0xd7, + 0xda, + 0xfb, + 0xe9, + 0x51, + 0x00, + 0x79, + 0x61, + 0xfa, + 0xf8, + 0x95, + 0xfb, + 0x80, + 0x22, + 0xfe, + 0x39, + 0x4c, + 0xf4, + 0x2d, + 0xa6, + 0xfa, + 0x55, + 0x0a, + 0xff, + 0x55, + 0x4e, + 0xfa, + 0x89, + 0x8c, + 0xfe, + 0xcf, + 0xc0, + 0x01, + 0xb2, + 0xc7, + 0xff, + 0xf0, + 0xca, + 0xff, + 0xd8, + 0x9c, + 0x01, + 0x21, + 0x3d, + 0xff, + 0xba, + 0xbb, + 0xff, + 0x48, + 0xa7, + 0x00, + 0x02, + 0xbb, + 0xfd, + 0x93, + 0xf5, + 0xff, + 0xe5, + 0x96, + 0x00, + 0x96, + 0xc7, + 0xfd, + 0x29, + 0xad, + 0xff, + 0xf9, + 0xa3, + 0x00, + 0x39, + 0xb3, + 0xfe, + 0x50, + 0xa7, + 0xff, + 0xf5, + 0xdd, + 0xff, + 0xc4, + 0xcb, + 0xfe, + 0x9d, + 0x5b, + 0xff, + 0xc5, + 0x3b, + 0xff, + 0x8c, + 0x30, + 0xff, + 0x60, + 0x91, + 0xff, + 0xde, + 0x86, + 0xff, + 0xe2, + 0x22, + 0xff, + 0x2b, + 0x82, + 0xff, + 0x50, + 0xbf, + 0xff, + 0x8e, + 0x29, + 0xff, + 0xef, + 0xdd, + 0xff, + 0x44, + 0x08, + 0x00, + 0xe9, + 0xbd, + 0xff, + 0x72, + 0xf3, + 0xff, + 0x7a, + 0x9e, + 0xff, + 0xd0, + 0x69, + 0xff, + 0x43, + 0x50, + 0xff, + 0x33, + 0x26, + 0xff, + 0x8f, + 0xb5, + 0x16, + 0x86, + 0x77, + 0x2d, + 0xb7, + 0x9a, + 0x03, + 0x82, + 0x99, + 0xf4, + 0x55, + 0xb8, + 0x1c, + 0x48, + 0x2f, + 0xfe, + 0xd9, + 0xcf, + 0xe9, + 0x3f, + 0x45, + 0x05, + 0x94, + 0x38, + 0xfb, + 0x70, + 0xde, + 0xf2, + 0x8f, + 0x0f, + 0xf5, + 0x33, + 0x9c, + 0x0b, + 0xf4, + 0x54, + 0x11, + 0x17, + 0x55, + 0xef, + 0x7b, + 0x1b, + 0xff, + 0x34, + 0x4e, + 0x0b, + 0x30, + 0x06, + 0xf6, + 0x29, + 0x61, + 0xfe, + 0x36, + 0x55, + 0x0a, + 0x01, + 0xa9, + 0x02, + 0x7e, + 0xf0, + 0xfa, + 0x74, + 0x07, + 0x00, + 0x64, + 0x70, + 0xfd, + 0x37, + 0xca, + 0xfa, + 0xb4, + 0xd8, + 0xfd, + 0x9c, + 0x21, + 0xf6, + 0xe3, + 0x3e, + 0xfa, + 0xc4, + 0xec, + 0xff, + 0xc9, + 0x4f, + 0xfb, + 0xa9, + 0xb4, + 0xfc, + 0xdf, + 0x5a, + 0x00, + 0x2a, + 0x4a, + 0x00, + 0x2b, + 0xbd, + 0xff, + 0xa8, + 0x05, + 0x02, + 0x2c, + 0xb4, + 0xff, + 0x1a, + 0x9c, + 0xfe, + 0xab, + 0x88, + 0x00, + 0xca, + 0x94, + 0xfe, + 0x3f, + 0x01, + 0x00, + 0xcd, + 0x54, + 0x00, + 0x37, + 0xf6, + 0xfd, + 0x31, + 0x71, + 0xff, + 0x4a, + 0xb6, + 0x00, + 0xe4, + 0x66, + 0xff, + 0xf3, + 0x42, + 0xff, + 0xc4, + 0x96, + 0xff, + 0xc8, + 0xf2, + 0xfe, + 0xb5, + 0x59, + 0xff, + 0x25, + 0x4f, + 0xff, + 0x8d, + 0x2c, + 0xff, + 0x79, + 0xc7, + 0xff, + 0xd8, + 0xa0, + 0xff, + 0x57, + 0x1b, + 0xff, + 0xa4, + 0x4e, + 0xff, + 0x94, + 0x83, + 0xff, + 0x0c, + 0x3f, + 0xff, + 0x9e, + 0xd4, + 0xff, + 0x19, + 0x0d, + 0x00, + 0x73, + 0xd7, + 0xff, + 0x16, + 0xce, + 0xff, + 0x1d, + 0x83, + 0xff, + 0x38, + 0x6c, + 0xff, + 0x74, + 0x64, + 0xff, + 0xfd, + 0x48, + 0xff, + 0x6b, + 0x56, + 0x16, + 0x5a, + 0x1f, + 0x2a, + 0xca, + 0x46, + 0xfe, + 0x4c, + 0x36, + 0xf5, + 0xf4, + 0x94, + 0x23, + 0x5b, + 0xd8, + 0x00, + 0x9a, + 0x32, + 0xe4, + 0xad, + 0x56, + 0x02, + 0x2c, + 0x9d, + 0xff, + 0xf6, + 0x0d, + 0xf6, + 0xaf, + 0x7d, + 0xf8, + 0x49, + 0x22, + 0x0a, + 0x1d, + 0x1f, + 0x08, + 0x29, + 0x15, + 0xf0, + 0x24, + 0xea, + 0x02, + 0x4d, + 0x0c, + 0x08, + 0x51, + 0xe8, + 0xf7, + 0x15, + 0x09, + 0x01, + 0xb8, + 0xd7, + 0x05, + 0x95, + 0xd8, + 0xff, + 0x67, + 0x4a, + 0xfe, + 0x45, + 0x34, + 0x02, + 0x43, + 0x52, + 0xff, + 0xfb, + 0x3f, + 0x00, + 0x9c, + 0xe0, + 0x01, + 0xcd, + 0x30, + 0xfa, + 0xf5, + 0x6b, + 0xfe, + 0x77, + 0x89, + 0x00, + 0xd6, + 0x61, + 0xfb, + 0x9e, + 0x61, + 0xfd, + 0xfd, + 0xab, + 0xfe, + 0x50, + 0x1e, + 0xfc, + 0xe4, + 0x1f, + 0xfc, + 0x22, + 0x3b, + 0xff, + 0xab, + 0x5a, + 0xfe, + 0x31, + 0xfb, + 0xfd, + 0x3d, + 0x0c, + 0xff, + 0xab, + 0x3e, + 0xff, + 0xd0, + 0x77, + 0x00, + 0x24, + 0xce, + 0xff, + 0xee, + 0xfd, + 0xff, + 0x40, + 0xe4, + 0xff, + 0xbc, + 0x20, + 0xff, + 0xf5, + 0xec, + 0xff, + 0x29, + 0xe5, + 0xff, + 0xc8, + 0x69, + 0xff, + 0xd7, + 0xb6, + 0xff, + 0x01, + 0x22, + 0x00, + 0x46, + 0x86, + 0xff, + 0x91, + 0x59, + 0xff, + 0x50, + 0x5e, + 0xff, + 0xd5, + 0xe6, + 0xfe, + 0xf7, + 0xe5, + 0xfe, + 0xbe, + 0x27, + 0xff, + 0x25, + 0x36, + 0xff, + 0x80, + 0xfe, + 0xfe, + 0xb7, + 0x5c, + 0xff, + 0x61, + 0x6a, + 0xff, + 0x8a, + 0x8d, + 0xff, + 0x6b, + 0xcb, + 0xff, + 0xb2, + 0x84, + 0xff, + 0x1f, + 0xd4, + 0xff, + 0x96, + 0xc8, + 0xff, + 0x23, + 0x9e, + 0xff, + 0x77, + 0x53, + 0x14, + 0xa1, + 0xbb, + 0x24, + 0xd1, + 0x79, + 0xfe, + 0x8b, + 0x0b, + 0xfa, + 0x87, + 0x45, + 0x1f, + 0xbc, + 0x0c, + 0xff, + 0x15, + 0xd1, + 0xea, + 0x60, + 0x7a, + 0x02, + 0xb4, + 0x35, + 0xfe, + 0x04, + 0xab, + 0xf7, + 0x04, + 0x56, + 0xf9, + 0x70, + 0xd3, + 0x08, + 0x0e, + 0x6a, + 0x06, + 0xdd, + 0x89, + 0xf2, + 0x0b, + 0xba, + 0x02, + 0x7c, + 0x4c, + 0x06, + 0x55, + 0x21, + 0xf9, + 0xc2, + 0x57, + 0x00, + 0x95, + 0x44, + 0x05, + 0x3f, + 0x36, + 0x00, + 0x29, + 0x41, + 0xfe, + 0x15, + 0xb9, + 0x01, + 0x43, + 0x66, + 0xff, + 0x7f, + 0xb9, + 0x00, + 0x7e, + 0xd8, + 0x00, + 0x2c, + 0x81, + 0xfa, + 0xcc, + 0x0a, + 0xff, + 0xb9, + 0x10, + 0x00, + 0xac, + 0xca, + 0xfb, + 0x88, + 0x24, + 0xfe, + 0x22, + 0x57, + 0xff, + 0x2c, + 0xf0, + 0xfc, + 0x81, + 0xf8, + 0xfc, + 0xaa, + 0xd8, + 0xfe, + 0x13, + 0x30, + 0xfe, + 0x55, + 0x88, + 0xfe, + 0x13, + 0xa4, + 0xfe, + 0x61, + 0xb1, + 0xfe, + 0x6c, + 0xbd, + 0xff, + 0x69, + 0x82, + 0xff, + 0x6b, + 0x28, + 0x00, + 0xbd, + 0xf2, + 0xff, + 0x42, + 0x59, + 0xff, + 0x28, + 0x9f, + 0xff, + 0x32, + 0xe0, + 0xff, + 0x6c, + 0xc7, + 0xff, + 0x47, + 0x87, + 0xff, + 0xa7, + 0x98, + 0xff, + 0x23, + 0x17, + 0xff, + 0x0a, + 0x5c, + 0xff, + 0x9e, + 0x69, + 0xff, + 0x95, + 0xcd, + 0xfe, + 0x3d, + 0xed, + 0xfe, + 0xc6, + 0x29, + 0xff, + 0x8b, + 0x34, + 0xff, + 0x53, + 0x2e, + 0xff, + 0x8d, + 0x83, + 0xff, + 0xdd, + 0x76, + 0xff, + 0x03, + 0x90, + 0xff, + 0x9a, + 0xb1, + 0xff, + 0x07, + 0x6e, + 0xff, + 0x8e, + 0xbd, + 0xff, + 0x05, + 0xc3, + 0xff, + 0x1c, + 0x89, + 0xff, + 0x3e, + 0x7d, + 0x10, + 0x30, + 0x48, + 0x20, + 0x4d, + 0xb5, + 0x02, + 0xa9, + 0x0c, + 0xfb, + 0x7b, + 0xcb, + 0x19, + 0xe7, + 0xbb, + 0x02, + 0xe1, + 0x22, + 0xef, + 0xb3, + 0xfe, + 0x00, + 0x64, + 0x73, + 0xfe, + 0x96, + 0x3e, + 0xf9, + 0x49, + 0xcd, + 0xf9, + 0x44, + 0x57, + 0x06, + 0x4c, + 0x09, + 0x07, + 0x56, + 0xf2, + 0xf4, + 0xe6, + 0x8f, + 0x00, + 0xda, + 0x48, + 0x06, + 0xcb, + 0xdf, + 0xfa, + 0xc8, + 0x5c, + 0xff, + 0xc4, + 0x7c, + 0x04, + 0x72, + 0x24, + 0x01, + 0xd5, + 0x87, + 0xfe, + 0x14, + 0x19, + 0x01, + 0x66, + 0xac, + 0xff, + 0xd2, + 0x63, + 0x00, + 0x72, + 0x05, + 0x01, + 0x18, + 0x5d, + 0xfb, + 0x87, + 0x61, + 0xfe, + 0xa7, + 0x1a, + 0x00, + 0xb8, + 0xaf, + 0xfc, + 0xea, + 0x64, + 0xfe, + 0xd9, + 0x18, + 0x00, + 0xf5, + 0x08, + 0xfe, + 0xa8, + 0x37, + 0xfd, + 0x06, + 0xfd, + 0xfe, + 0x95, + 0x63, + 0xfe, + 0xc3, + 0x9f, + 0xfe, + 0x0d, + 0xe4, + 0xfe, + 0x31, + 0x46, + 0xfe, + 0xe6, + 0x48, + 0xff, + 0xf2, + 0x61, + 0xff, + 0xc8, + 0xea, + 0xff, + 0x76, + 0x2c, + 0x00, + 0x58, + 0xba, + 0xff, + 0xad, + 0x83, + 0xff, + 0x8e, + 0x6e, + 0xff, + 0x6a, + 0x83, + 0xff, + 0x30, + 0x53, + 0xff, + 0x99, + 0x74, + 0xff, + 0xd2, + 0x33, + 0xff, + 0xa2, + 0x56, + 0xff, + 0x93, + 0x69, + 0xff, + 0xe7, + 0xec, + 0xfe, + 0xf0, + 0xf3, + 0xfe, + 0x2c, + 0x1b, + 0xff, + 0x4b, + 0x50, + 0xff, + 0x71, + 0x69, + 0xff, + 0x88, + 0x90, + 0xff, + 0xa6, + 0x8d, + 0xff, + 0x48, + 0xa2, + 0xff, + 0x4a, + 0xbe, + 0xff, + 0x90, + 0x96, + 0xff, + 0x5d, + 0xb1, + 0xff, + 0x31, + 0xad, + 0xff, + 0xc0, + 0x91, + 0xff, + 0x41, + 0x58, + 0x0e, + 0xa4, + 0x24, + 0x1c, + 0xa3, + 0xc2, + 0x03, + 0xa9, + 0x2f, + 0xfd, + 0x43, + 0xcd, + 0x15, + 0x18, + 0xbf, + 0x03, + 0x3b, + 0x8c, + 0xf3, + 0x59, + 0xdd, + 0xff, + 0xf4, + 0xc5, + 0xfe, + 0x13, + 0xa8, + 0xfa, + 0x40, + 0xd4, + 0xf9, + 0x10, + 0x74, + 0x05, + 0x46, + 0x1e, + 0x06, + 0xe2, + 0xaa, + 0xf6, + 0xc4, + 0xe1, + 0xff, + 0x52, + 0x1d, + 0x05, + 0x7b, + 0x5f, + 0xfc, + 0x76, + 0x36, + 0xff, + 0x2e, + 0xba, + 0x03, + 0x75, + 0x15, + 0x01, + 0x89, + 0xeb, + 0xfe, + 0x61, + 0x13, + 0x01, + 0x4a, + 0x40, + 0xff, + 0xf1, + 0x44, + 0x00, + 0x27, + 0xd8, + 0x00, + 0xe8, + 0xe8, + 0xfb, + 0xa0, + 0x6c, + 0xfe, + 0x2a, + 0x04, + 0x00, + 0x8a, + 0xb2, + 0xfd, + 0xb9, + 0xb5, + 0xfe, + 0x9e, + 0xbd, + 0xff, + 0x2a, + 0xa3, + 0xfe, + 0x29, + 0x10, + 0xfe, + 0xf4, + 0x01, + 0xff, + 0x38, + 0x6f, + 0xfe, + 0x42, + 0x8d, + 0xfe, + 0x03, + 0xed, + 0xfe, + 0x38, + 0x98, + 0xfe, + 0x20, + 0x0c, + 0xff, + 0x22, + 0x0c, + 0xff, + 0xd8, + 0xa4, + 0xff, + 0xb6, + 0x0e, + 0x00, + 0xe6, + 0x7a, + 0xff, + 0x07, + 0x1d, + 0xff, + 0xfc, + 0x30, + 0xff, + 0xfb, + 0x23, + 0xff, + 0xb4, + 0x5c, + 0xff, + 0x8a, + 0xb3, + 0xff, + 0xb2, + 0x3c, + 0xff, + 0x96, + 0x36, + 0xff, + 0x92, + 0x47, + 0xff, + 0x0f, + 0x0d, + 0xff, + 0x04, + 0xfa, + 0xfe, + 0xea, + 0x11, + 0xff, + 0x72, + 0x50, + 0xff, + 0x66, + 0x71, + 0xff, + 0xdc, + 0xb4, + 0xff, + 0x0e, + 0x9d, + 0xff, + 0xaf, + 0xaf, + 0xff, + 0x06, + 0xe0, + 0xff, + 0xa2, + 0xa2, + 0xff, + 0xb4, + 0xae, + 0xff, + 0x3a, + 0xa8, + 0xff, + 0xf3, + 0x7b, + 0xff, + 0xa4, + 0x82, + 0x0b, + 0x2d, + 0x7f, + 0x18, + 0x48, + 0x1d, + 0x06, + 0x27, + 0xba, + 0xfd, + 0x46, + 0x37, + 0x12, + 0x65, + 0x64, + 0x06, + 0xf0, + 0x4a, + 0xf6, + 0x3f, + 0x66, + 0xff, + 0x98, + 0xe4, + 0xff, + 0xac, + 0x87, + 0xfb, + 0x7f, + 0x15, + 0xfa, + 0xb7, + 0xf6, + 0x03, + 0x38, + 0x1c, + 0x06, + 0xa1, + 0x4e, + 0xf8, + 0x8e, + 0x92, + 0xfe, + 0xa5, + 0xe9, + 0x04, + 0xac, + 0xc2, + 0xfd, + 0x58, + 0x06, + 0xff, + 0xcf, + 0xe6, + 0x02, + 0xe6, + 0x5e, + 0x01, + 0x0a, + 0x9a, + 0xff, + 0x2d, + 0xa1, + 0x00, + 0xfb, + 0x47, + 0xff, + 0x69, + 0x38, + 0x00, + 0x56, + 0xb1, + 0x00, + 0x65, + 0xc4, + 0xfc, + 0x10, + 0xe4, + 0xfe, + 0x97, + 0x79, + 0x00, + 0xd3, + 0x22, + 0xfe, + 0x51, + 0x9b, + 0xfe, + 0x42, + 0xd0, + 0xff, + 0xa6, + 0x0a, + 0xff, + 0x50, + 0x7e, + 0xfe, + 0x93, + 0x2c, + 0xff, + 0x00, + 0xb1, + 0xfe, + 0xe2, + 0xcd, + 0xfe, + 0x26, + 0xfa, + 0xfe, + 0xb6, + 0xec, + 0xfe, + 0x27, + 0x42, + 0xff, + 0x33, + 0xc1, + 0xfe, + 0x3e, + 0x16, + 0xff, + 0xb5, + 0x62, + 0xff, + 0xed, + 0x29, + 0xff, + 0x88, + 0x1f, + 0xff, + 0x91, + 0x50, + 0xff, + 0x6f, + 0x58, + 0xff, + 0xa0, + 0x5b, + 0xff, + 0x29, + 0xad, + 0xff, + 0xe2, + 0x40, + 0xff, + 0x85, + 0x45, + 0xff, + 0x92, + 0x47, + 0xff, + 0x00, + 0xf0, + 0xfe, + 0x88, + 0x0f, + 0xff, + 0xc3, + 0x2d, + 0xff, + 0x5b, + 0x7f, + 0xff, + 0x23, + 0x94, + 0xff, + 0x5b, + 0xba, + 0xff, + 0x5d, + 0xce, + 0xff, + 0x7e, + 0xbd, + 0xff, + 0xc2, + 0xd5, + 0xff, + 0x13, + 0xb7, + 0xff, + 0xf3, + 0xbf, + 0xff, + 0xaf, + 0xa8, + 0xff, + 0x7f, + 0x74, + 0xff, + 0xfb, + 0x4d, + 0x09, + 0x3a, + 0x26, + 0x15, + 0xac, + 0x45, + 0x07, + 0x6a, + 0x7b, + 0xfe, + 0x4b, + 0x9c, + 0x0f, + 0xf2, + 0xfb, + 0x07, + 0x79, + 0x93, + 0xf8, + 0xad, + 0x50, + 0xff, + 0xfd, + 0xcf, + 0x00, + 0x16, + 0x29, + 0xfc, + 0x70, + 0x50, + 0xfa, + 0x02, + 0xdd, + 0x02, + 0xf7, + 0xad, + 0x05, + 0x14, + 0x9d, + 0xf9, + 0xc5, + 0xe4, + 0xfd, + 0x24, + 0x97, + 0x04, + 0x7e, + 0xc8, + 0xfe, + 0xc5, + 0xd5, + 0xfe, + 0x6f, + 0x65, + 0x02, + 0xf2, + 0xd1, + 0x01, + 0x21, + 0x96, + 0xff, + 0xa4, + 0x09, + 0x00, + 0xef, + 0xc0, + 0xff, + 0xd6, + 0x41, + 0x00, + 0x98, + 0xc2, + 0x00, + 0x63, + 0xb1, + 0xfd, + 0xa8, + 0x0b, + 0xff, + 0xd7, + 0x9a, + 0x00, + 0x2f, + 0x82, + 0xfe, + 0xa5, + 0xa3, + 0xfe, + 0x45, + 0x9f, + 0xff, + 0x98, + 0x0b, + 0xff, + 0x7c, + 0xb4, + 0xfe, + 0xf8, + 0x6f, + 0xff, + 0x40, + 0x21, + 0xff, + 0x73, + 0x00, + 0xff, + 0xda, + 0x3f, + 0xff, + 0x24, + 0xfc, + 0xfe, + 0xc8, + 0xe3, + 0xfe, + 0x90, + 0x5d, + 0xfe, + 0xed, + 0x8f, + 0xfe, + 0x8c, + 0x19, + 0xff, + 0xcd, + 0x12, + 0xff, + 0x9d, + 0x60, + 0xff, + 0x6b, + 0x87, + 0xff, + 0x44, + 0x1b, + 0xff, + 0xec, + 0x48, + 0xff, + 0xc3, + 0x9b, + 0xff, + 0x3b, + 0x4b, + 0xff, + 0x1f, + 0x42, + 0xff, + 0x8b, + 0x26, + 0xff, + 0xd7, + 0x10, + 0xff, + 0x9f, + 0x20, + 0xff, + 0x75, + 0x70, + 0xff, + 0xf7, + 0xc0, + 0xff, + 0x9d, + 0x90, + 0xff, + 0x0f, + 0xba, + 0xff, + 0x86, + 0xad, + 0xff, + 0xd5, + 0xc1, + 0xff, + 0xf2, + 0xef, + 0xff, + 0xea, + 0xa7, + 0xff, + 0xd4, + 0xbd, + 0xff, + 0xce, + 0xa9, + 0xff, + 0x32, + 0x77, + 0xff, + 0x88, + 0x5f, + 0x0a, + 0xe5, + 0x5a, + 0x12, + 0x9a, + 0x1a, + 0x03, + 0xbb, + 0x50, + 0x02, + 0x5a, + 0xa7, + 0x0f, + 0x7c, + 0x2d, + 0x04, + 0xc6, + 0x4e, + 0xfb, + 0x95, + 0x75, + 0x00, + 0x2f, + 0xcd, + 0x00, + 0x86, + 0xb5, + 0xfb, + 0x24, + 0xc0, + 0xfa, + 0xb8, + 0xa6, + 0x04, + 0x0d, + 0xce, + 0x02, + 0x5d, + 0xef, + 0xf9, + 0x81, + 0xc6, + 0xff, + 0x1e, + 0x69, + 0x03, + 0x6e, + 0x0d, + 0xff, + 0x81, + 0x57, + 0xff, + 0x25, + 0x9c, + 0x02, + 0xfe, + 0xe8, + 0x00, + 0x2b, + 0x6d, + 0xff, + 0x5d, + 0x8e, + 0x00, + 0xc2, + 0xf3, + 0xff, + 0x9c, + 0xec, + 0x00, + 0x33, + 0xf7, + 0xff, + 0x0f, + 0x0f, + 0xfe, + 0x98, + 0x14, + 0x00, + 0x6f, + 0x31, + 0x00, + 0x25, + 0x4a, + 0xfe, + 0x6d, + 0xab, + 0xfe, + 0x33, + 0x74, + 0xff, + 0x21, + 0xe4, + 0xfe, + 0x49, + 0x40, + 0xff, + 0x27, + 0xcb, + 0xff, + 0xea, + 0x59, + 0xff, + 0x6d, + 0x25, + 0xff, + 0x24, + 0xc0, + 0xfe, + 0x9e, + 0x9c, + 0xfe, + 0xc4, + 0x99, + 0xfe, + 0xb7, + 0x62, + 0xfe, + 0xac, + 0xbd, + 0xfe, + 0xf9, + 0x23, + 0xff, + 0x02, + 0x02, + 0xff, + 0xd3, + 0x19, + 0xff, + 0xa3, + 0x5a, + 0xff, + 0x7f, + 0x2a, + 0xff, + 0xb4, + 0x51, + 0xff, + 0x4c, + 0x6b, + 0xff, + 0xef, + 0x3d, + 0xff, + 0x22, + 0x4d, + 0xff, + 0x5e, + 0x3f, + 0xff, + 0x96, + 0x39, + 0xff, + 0xda, + 0x55, + 0xff, + 0x35, + 0x94, + 0xff, + 0x89, + 0xa8, + 0xff, + 0x2a, + 0x8e, + 0xff, + 0x8f, + 0x9b, + 0xff, + 0x55, + 0xa8, + 0xff, + 0x2d, + 0xc9, + 0xff, + 0xac, + 0xdc, + 0xff, + 0x20, + 0xb3, + 0xff, + 0x53, + 0x9e, + 0xff, + 0x98, + 0x90, + 0xff, + 0x29, + 0x64, + 0xff, + 0xcf, + 0x35, + 0x09, + 0x35, + 0x3c, + 0x10, + 0xa1, + 0x7e, + 0x03, + 0xeb, + 0x03, + 0x03, + 0xa4, + 0xa4, + 0x0d, + 0x76, + 0xe9, + 0x03, + 0xc9, + 0xf9, + 0xfc, + 0x99, + 0x37, + 0x01, + 0x54, + 0xef, + 0x00, + 0x5e, + 0xfb, + 0xfb, + 0xc0, + 0x50, + 0xfb, + 0x15, + 0xd7, + 0x03, + 0x4a, + 0x21, + 0x02, + 0x8c, + 0xb9, + 0xfa, + 0x9c, + 0x2f, + 0x00, + 0xef, + 0x8c, + 0x03, + 0x17, + 0x20, + 0xff, + 0x4b, + 0x80, + 0xff, + 0xf5, + 0x4a, + 0x02, + 0x78, + 0x81, + 0x00, + 0x1a, + 0x51, + 0x00, + 0xf1, + 0x23, + 0x01, + 0x2e, + 0xbf, + 0xff, + 0xbe, + 0xd4, + 0x00, + 0xb9, + 0x3d, + 0x00, + 0xa0, + 0x7f, + 0xfe, + 0xaa, + 0xba, + 0xff, + 0x69, + 0xbc, + 0xff, + 0x23, + 0x73, + 0xfe, + 0xcd, + 0xba, + 0xfe, + 0xa0, + 0x96, + 0xff, + 0x86, + 0x62, + 0xff, + 0xb3, + 0x82, + 0xff, + 0xf2, + 0xa0, + 0xff, + 0x4d, + 0xf2, + 0xfe, + 0xef, + 0xca, + 0xfe, + 0xea, + 0xbc, + 0xfe, + 0x0c, + 0xc3, + 0xfe, + 0xc8, + 0xc0, + 0xfe, + 0xf6, + 0x9f, + 0xfe, + 0xcd, + 0xcc, + 0xfe, + 0x4c, + 0xbb, + 0xfe, + 0xb8, + 0xd9, + 0xfe, + 0xf1, + 0x36, + 0xff, + 0x8e, + 0x26, + 0xff, + 0x49, + 0x35, + 0xff, + 0xbf, + 0x5f, + 0xff, + 0xa5, + 0x47, + 0xff, + 0xc7, + 0x5d, + 0xff, + 0x86, + 0x7b, + 0xff, + 0x40, + 0x70, + 0xff, + 0x81, + 0x41, + 0xff, + 0x27, + 0x4f, + 0xff, + 0xcf, + 0x8e, + 0xff, + 0x00, + 0x7a, + 0xff, + 0xdf, + 0x9e, + 0xff, + 0xab, + 0xb8, + 0xff, + 0x13, + 0xaa, + 0xff, + 0x0a, + 0xc8, + 0xff, + 0xe4, + 0xa9, + 0xff, + 0x2b, + 0x9c, + 0xff, + 0x1a, + 0x95, + 0xff, + 0x86, + 0x6f, + 0xff, + 0x8c, + 0x68, + 0xff, + 0x36, + 0xd7, + 0x07, + 0x98, + 0x3e, + 0x0e, + 0x0e, + 0xec, + 0x03, + 0xde, + 0x36, + 0x03, + 0x53, + 0x38, + 0x0c, + 0x27, + 0x93, + 0x04, + 0xaf, + 0x5b, + 0xfe, + 0x65, + 0xfb, + 0x00, + 0x82, + 0xbf, + 0x00, + 0xa6, + 0xec, + 0xfc, + 0x01, + 0x94, + 0xfb, + 0x1a, + 0x82, + 0x02, + 0xe4, + 0x33, + 0x02, + 0x74, + 0x33, + 0xfc, + 0xce, + 0x09, + 0x00, + 0x0b, + 0xb2, + 0x02, + 0x66, + 0xa8, + 0xff, + 0xe2, + 0x20, + 0x00, + 0x58, + 0x0f, + 0x02, + 0x98, + 0x03, + 0x01, + 0x2f, + 0xbf, + 0x00, + 0x8d, + 0xb7, + 0x00, + 0xba, + 0xce, + 0xff, + 0x56, + 0xda, + 0x00, + 0x06, + 0x1f, + 0x00, + 0xa5, + 0x7a, + 0xfe, + 0x83, + 0x53, + 0xff, + 0xc2, + 0x8e, + 0xff, + 0x3b, + 0xc9, + 0xfe, + 0x1a, + 0x20, + 0xff, + 0xef, + 0xda, + 0xff, + 0x9a, + 0x4f, + 0xff, + 0x4f, + 0xe6, + 0xfe, + 0x1b, + 0x12, + 0xff, + 0x53, + 0xe3, + 0xfe, + 0xd1, + 0x08, + 0xff, + 0xbc, + 0x17, + 0xff, + 0xbb, + 0xe2, + 0xfe, + 0xb8, + 0xaf, + 0xfe, + 0x67, + 0x7e, + 0xfe, + 0x3f, + 0xa3, + 0xfe, + 0xe4, + 0xb8, + 0xfe, + 0x43, + 0xc6, + 0xfe, + 0x02, + 0x1e, + 0xff, + 0x5b, + 0x33, + 0xff, + 0x79, + 0x3f, + 0xff, + 0x4d, + 0x75, + 0xff, + 0xa2, + 0x59, + 0xff, + 0x53, + 0x60, + 0xff, + 0x6c, + 0x7a, + 0xff, + 0xc7, + 0x62, + 0xff, + 0xb5, + 0x4d, + 0xff, + 0x87, + 0x46, + 0xff, + 0x19, + 0x73, + 0xff, + 0x90, + 0x8c, + 0xff, + 0xf9, + 0x9c, + 0xff, + 0x06, + 0xb0, + 0xff, + 0x93, + 0xa3, + 0xff, + 0xe2, + 0x9e, + 0xff, + 0x0f, + 0x8b, + 0xff, + 0xcf, + 0x81, + 0xff, + 0x6f, + 0x84, + 0xff, + 0x46, + 0x72, + 0xff, + 0xd1, + 0x66, + 0xff, + 0x23, + 0x84, + 0x06, + 0x35, + 0x40, + 0x0c, + 0x0d, + 0x81, + 0x04, + 0x10, + 0xac, + 0x03, + 0x84, + 0xae, + 0x0a, + 0x3f, + 0x46, + 0x05, + 0xb4, + 0xd0, + 0xff, + 0x32, + 0x70, + 0x00, + 0xaf, + 0x6a, + 0x00, + 0x05, + 0xdd, + 0xfd, + 0xf9, + 0x3c, + 0xfc, + 0x70, + 0xac, + 0x01, + 0x6f, + 0x0d, + 0x02, + 0xfa, + 0x2e, + 0xfd, + 0x0e, + 0xd1, + 0xff, + 0xec, + 0x98, + 0x02, + 0xe9, + 0xff, + 0x00, + 0xed, + 0xe7, + 0x00, + 0x57, + 0x85, + 0x01, + 0x71, + 0xdb, + 0x00, + 0x61, + 0xff, + 0x00, + 0x3a, + 0x97, + 0x00, + 0x89, + 0xd5, + 0xff, + 0xbc, + 0xa1, + 0x00, + 0x5c, + 0xc3, + 0xff, + 0x5f, + 0x73, + 0xfe, + 0x39, + 0x7a, + 0xff, + 0x58, + 0x19, + 0x00, + 0xda, + 0x23, + 0xff, + 0x82, + 0xfc, + 0xfe, + 0x26, + 0x4c, + 0xff, + 0xca, + 0xaa, + 0xfe, + 0xe2, + 0xe5, + 0xfe, + 0x08, + 0x57, + 0xff, + 0x5f, + 0x33, + 0xff, + 0xd7, + 0x53, + 0xff, + 0xfe, + 0x07, + 0xff, + 0x5b, + 0xb3, + 0xfe, + 0xb0, + 0x95, + 0xfe, + 0x29, + 0x88, + 0xfe, + 0x9a, + 0xa3, + 0xfe, + 0xb0, + 0xbc, + 0xfe, + 0x1c, + 0xf5, + 0xfe, + 0x5b, + 0x23, + 0xff, + 0xa7, + 0x3e, + 0xff, + 0x34, + 0x65, + 0xff, + 0xcc, + 0x6b, + 0xff, + 0x92, + 0x5e, + 0xff, + 0x5a, + 0x5d, + 0xff, + 0x6f, + 0x5b, + 0xff, + 0xb6, + 0x6d, + 0xff, + 0x6f, + 0x5d, + 0xff, + 0xa8, + 0x45, + 0xff, + 0x39, + 0x6b, + 0xff, + 0xd5, + 0x86, + 0xff, + 0xea, + 0x9f, + 0xff, + 0xa2, + 0x9b, + 0xff, + 0xbe, + 0x90, + 0xff, + 0x00, + 0x98, + 0xff, + 0x5a, + 0x75, + 0xff, + 0x0a, + 0x6f, + 0xff, + 0x1c, + 0x87, + 0xff, + 0x28, + 0x83, + 0xff, + 0xb4, + 0x7e, + 0xff, + 0x0b, + 0xde, + 0x05, + 0xe0, + 0x06, + 0x0b, + 0xbb, + 0xdd, + 0x04, + 0x75, + 0xde, + 0x03, + 0x60, + 0x4c, + 0x09, + 0x4d, + 0xa2, + 0x05, + 0x4b, + 0x43, + 0x00, + 0x0e, + 0xaa, + 0xff, + 0x80, + 0xd1, + 0x00, + 0x6f, + 0xf2, + 0xfe, + 0xac, + 0x97, + 0xfc, + 0xe4, + 0xa4, + 0x00, + 0x64, + 0xef, + 0x01, + 0xe8, + 0xaf, + 0xfe, + 0x88, + 0xa5, + 0x00, + 0x07, + 0x54, + 0x03, + 0xfc, + 0x81, + 0x01, + 0xca, + 0x5c, + 0x00, + 0x28, + 0x36, + 0x01, + 0x38, + 0x1c, + 0x01, + 0xad, + 0xc4, + 0x00, + 0x26, + 0x47, + 0x00, + 0x31, + 0xc1, + 0xff, + 0x4b, + 0x3c, + 0x00, + 0x90, + 0x04, + 0x00, + 0xef, + 0x4f, + 0xff, + 0x73, + 0xac, + 0xff, + 0xce, + 0x7c, + 0xff, + 0x1b, + 0x79, + 0xfe, + 0xf1, + 0xaf, + 0xfe, + 0x42, + 0x3d, + 0xff, + 0x1f, + 0x1d, + 0xff, + 0x2a, + 0x41, + 0xff, + 0xf8, + 0x65, + 0xff, + 0xe8, + 0x47, + 0xff, + 0x36, + 0x10, + 0xff, + 0xb2, + 0xda, + 0xfe, + 0x0c, + 0xc1, + 0xfe, + 0xa9, + 0x9e, + 0xfe, + 0x8c, + 0x93, + 0xfe, + 0xeb, + 0xce, + 0xfe, + 0xd8, + 0x06, + 0xff, + 0x07, + 0xfb, + 0xfe, + 0x8a, + 0x32, + 0xff, + 0xab, + 0x73, + 0xff, + 0x4d, + 0x56, + 0xff, + 0x9b, + 0x56, + 0xff, + 0x4e, + 0x5e, + 0xff, + 0x84, + 0x4f, + 0xff, + 0x6b, + 0x5f, + 0xff, + 0x2a, + 0x6c, + 0xff, + 0x66, + 0x52, + 0xff, + 0xe9, + 0x4c, + 0xff, + 0xec, + 0x6c, + 0xff, + 0x98, + 0x88, + 0xff, + 0xfa, + 0x9c, + 0xff, + 0x9d, + 0x92, + 0xff, + 0x93, + 0x87, + 0xff, + 0x2a, + 0x8c, + 0xff, + 0xe5, + 0x79, + 0xff, + 0xb7, + 0x76, + 0xff, + 0xb0, + 0x93, + 0xff, + 0x84, + 0x94, + 0xff, + 0xc3, + 0x7d, + 0xff, + 0x45, + 0xd1, + 0x04, + 0x2a, + 0x8a, + 0x09, + 0x30, + 0x88, + 0x05, + 0xd7, + 0x09, + 0x04, + 0x4d, + 0xe3, + 0x07, + 0x2d, + 0xf2, + 0x05, + 0x1a, + 0xf6, + 0x00, + 0xd5, + 0xf2, + 0xff, + 0x77, + 0xe2, + 0x00, + 0x92, + 0x81, + 0xfe, + 0xea, + 0x07, + 0xfd, + 0x13, + 0x1c, + 0x01, + 0xe2, + 0xd0, + 0x02, + 0x3e, + 0x56, + 0x00, + 0xa9, + 0xdf, + 0x00, + 0x81, + 0xbf, + 0x02, + 0x55, + 0x55, + 0x01, + 0x05, + 0x4d, + 0x00, + 0x57, + 0x3b, + 0x01, + 0x0d, + 0xe9, + 0x00, + 0x2c, + 0x3a, + 0x00, + 0xbb, + 0x1c, + 0x00, + 0xff, + 0x3b, + 0x00, + 0x42, + 0xaf, + 0x00, + 0xf7, + 0x1d, + 0x00, + 0x3c, + 0xfa, + 0xfe, + 0xc1, + 0xba, + 0xfe, + 0xe1, + 0xd6, + 0xfe, + 0x70, + 0xce, + 0xfe, + 0xcd, + 0x15, + 0xff, + 0xa4, + 0x5f, + 0xff, + 0xea, + 0x4e, + 0xff, + 0xc3, + 0x3d, + 0xff, + 0x6e, + 0x25, + 0xff, + 0x2e, + 0x17, + 0xff, + 0x0f, + 0x0f, + 0xff, + 0xf5, + 0xd3, + 0xfe, + 0x27, + 0xc0, + 0xfe, + 0xc0, + 0xd7, + 0xfe, + 0x2b, + 0xcd, + 0xfe, + 0xf8, + 0xdd, + 0xfe, + 0x9d, + 0x0e, + 0xff, + 0xc1, + 0x25, + 0xff, + 0xe0, + 0x47, + 0xff, + 0x9d, + 0x54, + 0xff, + 0xa0, + 0x40, + 0xff, + 0xcf, + 0x50, + 0xff, + 0xfb, + 0x54, + 0xff, + 0xdf, + 0x44, + 0xff, + 0x24, + 0x50, + 0xff, + 0x64, + 0x58, + 0xff, + 0x56, + 0x57, + 0xff, + 0x5f, + 0x5d, + 0xff, + 0x3d, + 0x79, + 0xff, + 0x19, + 0x94, + 0xff, + 0x08, + 0x8d, + 0xff, + 0x81, + 0x88, + 0xff, + 0x39, + 0x87, + 0xff, + 0xa3, + 0x80, + 0xff, + 0x98, + 0x7c, + 0xff, + 0x05, + 0x75, + 0xff, + 0x5b, + 0x81, + 0xff, + 0x8f, + 0x85, + 0xff, + 0x80, + 0x7b, + 0xff, + 0x02, + 0xfc, + 0x03, + 0x68, + 0xf1, + 0x08, + 0xea, + 0xee, + 0x05, + 0x92, + 0x42, + 0x03, + 0xb2, + 0x29, + 0x07, + 0x24, + 0x9e, + 0x06, + 0x85, + 0xe8, + 0x00, + 0x62, + 0x49, + 0xff, + 0xf8, + 0xe6, + 0x00, + 0x58, + 0x9e, + 0xff, + 0x0c, + 0xb5, + 0xfe, + 0x1e, + 0xf6, + 0x01, + 0x81, + 0xda, + 0x02, + 0x57, + 0x80, + 0x00, + 0x8f, + 0x19, + 0x01, + 0x70, + 0x7f, + 0x02, + 0x31, + 0x0c, + 0x01, + 0x3b, + 0x12, + 0x00, + 0xf3, + 0xa0, + 0x00, + 0x7e, + 0xd0, + 0x00, + 0xd9, + 0xee, + 0x00, + 0xbc, + 0x97, + 0x00, + 0x76, + 0x19, + 0x00, + 0xbb, + 0xec, + 0xff, + 0xe4, + 0x15, + 0xff, + 0xb0, + 0x86, + 0xfe, + 0xae, + 0xf5, + 0xfe, + 0xd5, + 0x47, + 0xff, + 0x4c, + 0x1e, + 0xff, + 0x83, + 0x20, + 0xff, + 0x85, + 0x37, + 0xff, + 0x80, + 0x08, + 0xff, + 0xdd, + 0x15, + 0xff, + 0x8b, + 0x3f, + 0xff, + 0x90, + 0x2c, + 0xff, + 0x90, + 0xfa, + 0xfe, + 0x50, + 0xe8, + 0xfe, + 0xa6, + 0xf5, + 0xfe, + 0x10, + 0xd4, + 0xfe, + 0x1e, + 0xeb, + 0xfe, + 0x15, + 0x1e, + 0xff, + 0xb3, + 0x14, + 0xff, + 0xbc, + 0x27, + 0xff, + 0x34, + 0x2c, + 0xff, + 0x74, + 0x33, + 0xff, + 0xa7, + 0x4a, + 0xff, + 0x30, + 0x44, + 0xff, + 0xc4, + 0x4f, + 0xff, + 0x2c, + 0x3f, + 0xff, + 0x12, + 0x3f, + 0xff, + 0xc5, + 0x68, + 0xff, + 0x27, + 0x6b, + 0xff, + 0x66, + 0x78, + 0xff, + 0x47, + 0x82, + 0xff, + 0xd5, + 0x7e, + 0xff, + 0x77, + 0x7d, + 0xff, + 0x4b, + 0x70, + 0xff, + 0x48, + 0x79, + 0xff, + 0x2a, + 0x78, + 0xff, + 0xdf, + 0x74, + 0xff, + 0x92, + 0x7b, + 0xff, + 0x14, + 0x7b, + 0xff, + 0x9c, + 0x82, + 0xff, + 0xea, + 0x81, + 0xff, + 0x44, + 0xad, + 0x03, + 0xd5, + 0x2a, + 0x08, + 0xdb, + 0xaa, + 0x05, + 0x69, + 0x07, + 0x04, + 0x01, + 0xa8, + 0x06, + 0x8e, + 0x7c, + 0x04, + 0x6b, + 0xd6, + 0x00, + 0x88, + 0x47, + 0x01, + 0x35, + 0x6b, + 0x02, + 0x98, + 0x93, + 0x00, + 0x42, + 0x34, + 0xff, + 0xaf, + 0x00, + 0x02, + 0x62, + 0xb6, + 0x02, + 0x54, + 0xa2, + 0x00, + 0x10, + 0x78, + 0x01, + 0x1e, + 0x14, + 0x02, + 0xf2, + 0x2d, + 0x00, + 0x80, + 0xf7, + 0xff, + 0x20, + 0x81, + 0x01, + 0xd3, + 0x83, + 0x01, + 0xa0, + 0x79, + 0x00, + 0xc1, + 0x9d, + 0xff, + 0xd6, + 0x1b, + 0xff, + 0x2c, + 0x6e, + 0xff, + 0x64, + 0x7f, + 0xff, + 0x9a, + 0x06, + 0xff, + 0x9b, + 0x25, + 0xff, + 0xa0, + 0x4e, + 0xff, + 0x99, + 0xfc, + 0xfe, + 0x24, + 0xd8, + 0xfe, + 0xf1, + 0x12, + 0xff, + 0x33, + 0x3d, + 0xff, + 0x03, + 0x29, + 0xff, + 0xb6, + 0x48, + 0xff, + 0x9e, + 0x5a, + 0xff, + 0xb9, + 0x08, + 0xff, + 0xec, + 0xf6, + 0xfe, + 0x2a, + 0x0c, + 0xff, + 0x46, + 0x04, + 0xff, + 0x89, + 0x02, + 0xff, + 0x5e, + 0x02, + 0xff, + 0x63, + 0x19, + 0xff, + 0x42, + 0x28, + 0xff, + 0x13, + 0x35, + 0xff, + 0xa7, + 0x3b, + 0xff, + 0x06, + 0x37, + 0xff, + 0xf3, + 0x4f, + 0xff, + 0x7b, + 0x4e, + 0xff, + 0xbd, + 0x41, + 0xff, + 0xe8, + 0x68, + 0xff, + 0xc0, + 0x85, + 0xff, + 0xc3, + 0x7d, + 0xff, + 0x92, + 0x6c, + 0xff, + 0x18, + 0x51, + 0xff, + 0x20, + 0x60, + 0xff, + 0x44, + 0x7e, + 0xff, + 0xe3, + 0x78, + 0xff, + 0x34, + 0x87, + 0xff, + 0x4a, + 0x86, + 0xff, + 0x6b, + 0x70, + 0xff, + 0xb9, + 0x72, + 0xff, + 0x96, + 0x79, + 0xff, + 0x3f, + 0x80, + 0xff, + 0x05, + 0x82, + 0xff, + 0x81, + 0x17, + 0x04, + 0x57, + 0xba, + 0x07, + 0x7d, + 0x69, + 0x04, + 0x38, + 0xbb, + 0x03, + 0x5d, + 0x2b, + 0x06, + 0x12, + 0x85, + 0x04, + 0xdc, + 0xde, + 0x02, + 0xef, + 0xcf, + 0x02, + 0x3e, + 0x40, + 0x02, + 0x61, + 0x20, + 0x00, + 0x6e, + 0x72, + 0xff, + 0xcf, + 0x9a, + 0x02, + 0x11, + 0x0b, + 0x03, + 0x84, + 0x62, + 0x00, + 0xb2, + 0x68, + 0x00, + 0x52, + 0x98, + 0x01, + 0x76, + 0x3f, + 0x01, + 0xa5, + 0xbf, + 0x00, + 0xdb, + 0xe9, + 0x00, + 0xe2, + 0x34, + 0x00, + 0x2e, + 0x09, + 0xff, + 0x26, + 0x19, + 0xff, + 0xfa, + 0xcf, + 0xff, + 0x11, + 0x07, + 0x00, + 0x04, + 0x65, + 0xff, + 0xf9, + 0xd6, + 0xfe, + 0x18, + 0xfa, + 0xfe, + 0xdf, + 0xfa, + 0xfe, + 0x30, + 0xd0, + 0xfe, + 0x6f, + 0xee, + 0xfe, + 0x4a, + 0x2b, + 0xff, + 0x97, + 0x51, + 0xff, + 0x0a, + 0x66, + 0xff, + 0xa6, + 0x57, + 0xff, + 0xfe, + 0x2e, + 0xff, + 0x98, + 0x21, + 0xff, + 0xad, + 0x12, + 0xff, + 0x84, + 0xfa, + 0xfe, + 0xc7, + 0xf2, + 0xfe, + 0xae, + 0xfe, + 0xfe, + 0x35, + 0x0e, + 0xff, + 0xbe, + 0x14, + 0xff, + 0x94, + 0x25, + 0xff, + 0x52, + 0x34, + 0xff, + 0x1d, + 0x41, + 0xff, + 0x3c, + 0x45, + 0xff, + 0x6d, + 0x54, + 0xff, + 0xb9, + 0x62, + 0xff, + 0xc4, + 0x57, + 0xff, + 0x76, + 0x67, + 0xff, + 0x49, + 0x60, + 0xff, + 0xc8, + 0x49, + 0xff, + 0x62, + 0x51, + 0xff, + 0x02, + 0x63, + 0xff, + 0xb5, + 0x78, + 0xff, + 0xb8, + 0x7a, + 0xff, + 0x8e, + 0x7b, + 0xff, + 0x22, + 0x72, + 0xff, + 0x34, + 0x76, + 0xff, + 0x7a, + 0x7d, + 0xff, + 0xfb, + 0x6f, + 0xff, + 0xaf, + 0x74, + 0xff, + 0xfd, + 0x6d, + 0xff, + 0x9d, + 0x7b, + 0xff, + 0xfc, + 0xff, + 0x02, + 0xa6, + 0x89, + 0x06, + 0x47, + 0xd6, + 0x04, + 0x9c, + 0x51, + 0x04, + 0xb8, + 0x0f, + 0x07, + 0x90, + 0xc3, + 0x05, + 0x18, + 0xb1, + 0x02, + 0x66, + 0x77, + 0x02, + 0x66, + 0xd4, + 0x02, + 0xf8, + 0xf6, + 0x00, + 0x91, + 0x00, + 0x00, + 0x84, + 0x2c, + 0x02, + 0xd2, + 0x5d, + 0x02, + 0x48, + 0x6e, + 0x00, + 0xc7, + 0x18, + 0x01, + 0x92, + 0x36, + 0x02, + 0xbe, + 0xaf, + 0x00, + 0x67, + 0x59, + 0xff, + 0x1b, + 0xb2, + 0xff, + 0x74, + 0xce, + 0xff, + 0x20, + 0xb0, + 0xff, + 0xc1, + 0xd3, + 0xff, + 0xfe, + 0xdd, + 0xff, + 0x2b, + 0xb4, + 0xff, + 0x87, + 0x17, + 0xff, + 0x83, + 0xa9, + 0xfe, + 0x85, + 0xe0, + 0xfe, + 0x1c, + 0x00, + 0xff, + 0xcb, + 0xe6, + 0xfe, + 0x10, + 0x0d, + 0xff, + 0x02, + 0x6d, + 0xff, + 0xdc, + 0x80, + 0xff, + 0xb0, + 0x47, + 0xff, + 0xa3, + 0x44, + 0xff, + 0xc1, + 0x48, + 0xff, + 0xed, + 0x33, + 0xff, + 0x3e, + 0x15, + 0xff, + 0xbd, + 0xf0, + 0xfe, + 0xfb, + 0xf8, + 0xfe, + 0x4a, + 0xf8, + 0xfe, + 0x86, + 0x08, + 0xff, + 0x33, + 0x2e, + 0xff, + 0x78, + 0x36, + 0xff, + 0x0f, + 0x48, + 0xff, + 0xba, + 0x48, + 0xff, + 0x00, + 0x54, + 0xff, + 0x4e, + 0x66, + 0xff, + 0xe7, + 0x4a, + 0xff, + 0xc5, + 0x3e, + 0xff, + 0xff, + 0x4d, + 0xff, + 0x07, + 0x54, + 0xff, + 0x1e, + 0x55, + 0xff, + 0xff, + 0x5c, + 0xff, + 0x42, + 0x74, + 0xff, + 0x29, + 0x84, + 0xff, + 0xf8, + 0x7e, + 0xff, + 0x12, + 0x71, + 0xff, + 0x5e, + 0x60, + 0xff, + 0x42, + 0x6c, + 0xff, + 0x23, + 0x76, + 0xff, + 0x4b, + 0x71, + 0xff, + 0xd0, + 0x7c, + 0xff, + 0xc0, + 0x7c, + 0xff, + 0x85, + 0x87, + 0xff, + 0x7b, + 0x8c, + 0x03, + 0xf4, + 0x3e, + 0x08, + 0x86, + 0xf6, + 0x06, + 0xe0, + 0xdd, + 0x04, + 0xf8, + 0x5b, + 0x05, + 0x30, + 0x62, + 0x04, + 0x51, + 0x20, + 0x03, + 0x58, + 0xc0, + 0x02, + 0x52, + 0x53, + 0x02, + 0xb7, + 0x2c, + 0x01, + 0x47, + 0xa5, + 0x00, + 0x72, + 0xb6, + 0x01, + 0xd6, + 0x71, + 0x02, + 0x13, + 0xc1, + 0x01, + 0x31, + 0x01, + 0x00, + 0xf1, + 0x63, + 0xff, + 0xa3, + 0xbb, + 0xff, + 0x3e, + 0xa7, + 0xff, + 0xe8, + 0x1a, + 0x00, + 0xec, + 0x32, + 0x00, + 0x0b, + 0xd3, + 0xff, + 0x3a, + 0xab, + 0xff, + 0xd1, + 0x49, + 0xff, + 0xa5, + 0x22, + 0xff, + 0x77, + 0x06, + 0xff, + 0x2a, + 0xc7, + 0xfe, + 0x17, + 0xda, + 0xfe, + 0x2c, + 0x15, + 0xff, + 0xde, + 0x43, + 0xff, + 0x57, + 0x41, + 0xff, + 0xc2, + 0x4c, + 0xff, + 0xe4, + 0x90, + 0xff, + 0x85, + 0x76, + 0xff, + 0xe6, + 0x3e, + 0xff, + 0xcf, + 0x32, + 0xff, + 0x20, + 0x0c, + 0xff, + 0xf8, + 0x00, + 0xff, + 0xa5, + 0xf9, + 0xfe, + 0x26, + 0x0e, + 0xff, + 0x9d, + 0x23, + 0xff, + 0x88, + 0x10, + 0xff, + 0xc5, + 0x41, + 0xff, + 0x05, + 0x51, + 0xff, + 0xc3, + 0x3c, + 0xff, + 0x73, + 0x59, + 0xff, + 0x31, + 0x43, + 0xff, + 0xf3, + 0x36, + 0xff, + 0xed, + 0x4a, + 0xff, + 0x18, + 0x49, + 0xff, + 0x02, + 0x57, + 0xff, + 0xfc, + 0x52, + 0xff, + 0x06, + 0x6d, + 0xff, + 0x9b, + 0x81, + 0xff, + 0xad, + 0x5c, + 0xff, + 0xe0, + 0x77, + 0xff, + 0x85, + 0x76, + 0xff, + 0x23, + 0x52, + 0xff, + 0x7e, + 0x65, + 0xff, + 0x4b, + 0x6e, + 0xff, + 0x8d, + 0x86, + 0xff, + 0x05, + 0x89, + 0xff, + 0x49, + 0x88, + 0xff, + 0x92, + 0x9f, + 0xff, + 0xad, + 0x7d, + 0xff, + 0x45, + 0x9f, + 0x03, + 0x45, + 0x4e, + 0x08, + 0x34, + 0x06, + 0x07, + 0x9e, + 0xb3, + 0x04, + 0x82, + 0xe0, + 0x04, + 0x61, + 0x67, + 0x04, + 0x23, + 0xbd, + 0x03, + 0x0f, + 0x54, + 0x03, + 0xe8, + 0xe8, + 0x02, + 0xa3, + 0xeb, + 0x01, + 0x75, + 0xed, + 0x00, + 0xa4, + 0x70, + 0x01, + 0x18, + 0x3f, + 0x02, + 0xc0, + 0x06, + 0x01, + 0x3f, + 0xdd, + 0xfe, + 0x54, + 0xeb, + 0xfe, + 0xf0, + 0xea, + 0xff, + 0x73, + 0x31, + 0x00, + 0xb3, + 0x6b, + 0x00, + 0x82, + 0x26, + 0x00, + 0x7c, + 0x95, + 0xff, + 0x09, + 0x42, + 0xff, + 0x19, + 0x4c, + 0xff, + 0x82, + 0x5d, + 0xff, + 0xd7, + 0x02, + 0xff, + 0x57, + 0xcf, + 0xfe, + 0xc1, + 0x05, + 0xff, + 0x7f, + 0x33, + 0xff, + 0x9b, + 0x30, + 0xff, + 0xb1, + 0x3a, + 0xff, + 0xf7, + 0x70, + 0xff, + 0xac, + 0x98, + 0xff, + 0x44, + 0x7e, + 0xff, + 0x9b, + 0x59, + 0xff, + 0xea, + 0x35, + 0xff, + 0xd7, + 0x16, + 0xff, + 0x8f, + 0x16, + 0xff, + 0x96, + 0x08, + 0xff, + 0x00, + 0x12, + 0xff, + 0x79, + 0x29, + 0xff, + 0x9a, + 0x33, + 0xff, + 0x18, + 0x34, + 0xff, + 0x4e, + 0x32, + 0xff, + 0x6c, + 0x4d, + 0xff, + 0xcf, + 0x3f, + 0xff, + 0x03, + 0x3c, + 0xff, + 0xd2, + 0x5b, + 0xff, + 0x0a, + 0x4e, + 0xff, + 0x58, + 0x47, + 0xff, + 0xce, + 0x63, + 0xff, + 0xd6, + 0x7c, + 0xff, + 0x5b, + 0x5d, + 0xff, + 0xf2, + 0x4b, + 0xff, + 0x85, + 0x73, + 0xff, + 0x1d, + 0x6f, + 0xff, + 0xbe, + 0x72, + 0xff, + 0x80, + 0x7a, + 0xff, + 0x36, + 0x64, + 0xff, + 0xc2, + 0x83, + 0xff, + 0x2d, + 0x9e, + 0xff, + 0x62, + 0x91, + 0xff, + 0x92, + 0x95, + 0xff, + 0x01, + 0xa4, + 0xff, + 0xe7, + 0x9e, + 0xff, + 0x66, + 0x06, + 0x03, + 0x51, + 0x5b, + 0x07, + 0x96, + 0xea, + 0x05, + 0x47, + 0x95, + 0x03, + 0x4a, + 0x93, + 0x04, + 0xcf, + 0x49, + 0x04, + 0x7d, + 0xfb, + 0x03, + 0xe2, + 0x82, + 0x04, + 0x92, + 0xb9, + 0x04, + 0xf4, + 0x9d, + 0x03, + 0x8f, + 0x9c, + 0x01, + 0x02, + 0x51, + 0x01, + 0x2a, + 0xbd, + 0x00, + 0xde, + 0x21, + 0x00, + 0x88, + 0x2d, + 0x00, + 0xed, + 0x53, + 0xff, + 0xe7, + 0x69, + 0xff, + 0xab, + 0x31, + 0x00, + 0x2e, + 0x6d, + 0x00, + 0x9c, + 0xfe, + 0xff, + 0x48, + 0x6f, + 0xff, + 0x82, + 0x88, + 0xff, + 0x1b, + 0x70, + 0xff, + 0x29, + 0x42, + 0xff, + 0x00, + 0x28, + 0xff, + 0x4c, + 0xf5, + 0xfe, + 0xc9, + 0x16, + 0xff, + 0x51, + 0x3b, + 0xff, + 0xe2, + 0x1f, + 0xff, + 0x27, + 0x1b, + 0xff, + 0xe5, + 0x6e, + 0xff, + 0xa7, + 0x9e, + 0xff, + 0x34, + 0x78, + 0xff, + 0xfd, + 0x69, + 0xff, + 0x92, + 0x54, + 0xff, + 0xa3, + 0x36, + 0xff, + 0x61, + 0x2d, + 0xff, + 0x05, + 0x1d, + 0xff, + 0x4e, + 0x23, + 0xff, + 0xff, + 0x1e, + 0xff, + 0xa3, + 0x1e, + 0xff, + 0xae, + 0x29, + 0xff, + 0x75, + 0x0f, + 0xff, + 0x64, + 0x23, + 0xff, + 0xf3, + 0x44, + 0xff, + 0xf9, + 0x5d, + 0xff, + 0xea, + 0x63, + 0xff, + 0x56, + 0x35, + 0xff, + 0x3d, + 0x64, + 0xff, + 0x10, + 0x77, + 0xff, + 0x38, + 0x33, + 0xff, + 0xe8, + 0x41, + 0xff, + 0x95, + 0x6c, + 0xff, + 0x76, + 0x80, + 0xff, + 0x72, + 0x52, + 0xff, + 0x9c, + 0x5c, + 0xff, + 0xda, + 0xb4, + 0xff, + 0xcf, + 0x80, + 0xff, + 0xb9, + 0x5a, + 0xff, + 0xe2, + 0x93, + 0xff, + 0xb0, + 0xbd, + 0xff, + 0x59, + 0xb2, + 0xff, + 0x31, + 0x64, + 0xff, + 0x94, + 0x8c, + 0xff, + 0xd6, + 0x75, + 0x03, + 0xcc, + 0xe2, + 0x07, + 0xe6, + 0x9a, + 0x05, + 0x47, + 0xe4, + 0x02, + 0xe2, + 0xb2, + 0x03, + 0x1d, + 0x06, + 0x03, + 0x47, + 0x6d, + 0x03, + 0x66, + 0x0c, + 0x05, + 0xd0, + 0x01, + 0x05, + 0x91, + 0x70, + 0x03, + 0xa8, + 0xd7, + 0x01, + 0xdb, + 0x78, + 0x01, + 0x76, + 0x4a, + 0x01, + 0x4a, + 0xa1, + 0x01, + 0xed, + 0xde, + 0x00, + 0x55, + 0x43, + 0xff, + 0x7d, + 0x99, + 0xff, + 0x6c, + 0xb9, + 0xff, + 0x2a, + 0x9f, + 0xff, + 0x6a, + 0x19, + 0x00, + 0x23, + 0xcb, + 0xff, + 0xe0, + 0x49, + 0xff, + 0xaf, + 0x0d, + 0xff, + 0x61, + 0x47, + 0xff, + 0x60, + 0x78, + 0xff, + 0x83, + 0x23, + 0xff, + 0x30, + 0x2d, + 0xff, + 0x2b, + 0x77, + 0xff, + 0x3b, + 0x6e, + 0xff, + 0x84, + 0x4f, + 0xff, + 0xe6, + 0x4a, + 0xff, + 0xac, + 0x6c, + 0xff, + 0x2b, + 0x7b, + 0xff, + 0x03, + 0x4d, + 0xff, + 0xc2, + 0x37, + 0xff, + 0x99, + 0x44, + 0xff, + 0x60, + 0x36, + 0xff, + 0x25, + 0x36, + 0xff, + 0xef, + 0x65, + 0xff, + 0xda, + 0x43, + 0xff, + 0x11, + 0xf5, + 0xfe, + 0x46, + 0x26, + 0xff, + 0xab, + 0x37, + 0xff, + 0xd4, + 0x02, + 0xff, + 0x9b, + 0x35, + 0xff, + 0x0e, + 0x5f, + 0xff, + 0x1f, + 0x41, + 0xff, + 0x1e, + 0x3d, + 0xff, + 0xf3, + 0x5b, + 0xff, + 0xc2, + 0x79, + 0xff, + 0x58, + 0x3d, + 0xff, + 0x97, + 0x1e, + 0xff, + 0x12, + 0x96, + 0xff, + 0x1e, + 0x99, + 0xff, + 0x95, + 0x41, + 0xff, + 0xb5, + 0x87, + 0xff, + 0x50, + 0xc8, + 0xff, + 0x7e, + 0x6c, + 0xff, + 0xd0, + 0x44, + 0xff, + 0x65, + 0xc6, + 0xff, + 0x5f, + 0xde, + 0xff, + 0xdc, + 0x64, + 0xff, + 0xb5, + 0x5b, + 0xff, + 0xae, + 0xbb, + 0xff, + 0x08, + 0x8f, + 0x03, + 0xd6, + 0xeb, + 0x07, + 0x2c, + 0xea, + 0x04, + 0xf5, + 0xf0, + 0x01, + 0xac, + 0x92, + 0x03, + 0x4f, + 0x0e, + 0x03, + 0xd4, + 0x31, + 0x02, + 0x99, + 0xaa, + 0x02, + 0x9e, + 0xa1, + 0x03, + 0x10, + 0x51, + 0x04, + 0x00, + 0x70, + 0x03, + 0x79, + 0xd5, + 0x02, + 0x32, + 0x49, + 0x02, + 0x6c, + 0xba, + 0x01, + 0x3a, + 0x09, + 0x02, + 0x6f, + 0xab, + 0x01, + 0xf8, + 0x61, + 0xff, + 0xd7, + 0x2c, + 0xfe, + 0xe4, + 0x7f, + 0xff, + 0xdc, + 0xcf, + 0xff, + 0x32, + 0xc8, + 0xff, + 0xea, + 0xe4, + 0xff, + 0x34, + 0x30, + 0xff, + 0x81, + 0x3c, + 0xff, + 0xa8, + 0x62, + 0xff, + 0xa3, + 0x58, + 0xff, + 0x81, + 0x65, + 0xff, + 0xc3, + 0x76, + 0xff, + 0x66, + 0x73, + 0xff, + 0xef, + 0x50, + 0xff, + 0xda, + 0x87, + 0xff, + 0xa5, + 0x44, + 0xff, + 0xec, + 0x31, + 0xff, + 0x70, + 0x87, + 0xff, + 0xc6, + 0x36, + 0xff, + 0x10, + 0x3b, + 0xff, + 0x08, + 0x72, + 0xff, + 0xe5, + 0x5a, + 0xff, + 0x4a, + 0x66, + 0xff, + 0xa5, + 0x42, + 0xff, + 0x4b, + 0x1c, + 0xff, + 0xd7, + 0x14, + 0xff, + 0x67, + 0xf9, + 0xfe, + 0x4e, + 0x0f, + 0xff, + 0x83, + 0x3e, + 0xff, + 0xc6, + 0x42, + 0xff, + 0xe9, + 0x25, + 0xff, + 0x95, + 0x4f, + 0xff, + 0x78, + 0x99, + 0xff, + 0xe2, + 0x67, + 0xff, + 0xf2, + 0x2c, + 0xff, + 0xe9, + 0x58, + 0xff, + 0x23, + 0x8e, + 0xff, + 0x6e, + 0x6a, + 0xff, + 0x12, + 0x4c, + 0xff, + 0xd5, + 0x8a, + 0xff, + 0xbd, + 0x95, + 0xff, + 0xd5, + 0x5e, + 0xff, + 0x37, + 0x79, + 0xff, + 0x06, + 0xd7, + 0xff, + 0x7a, + 0xc2, + 0xff, + 0x1f, + 0x79, + 0xff, + 0x08, + 0x98, + 0xff, + 0x4d, + 0xbc, + 0xff, + 0x58, + 0xaa, + 0x03, + 0x8a, + 0xa2, + 0x07, + 0xc8, + 0x81, + 0x04, + 0xbd, + 0xf8, + 0x01, + 0xb7, + 0x7d, + 0x03, + 0x02, + 0x59, + 0x03, + 0xcb, + 0xc6, + 0x02, + 0x71, + 0xcf, + 0x01, + 0x21, + 0xdd, + 0x00, + 0xfc, + 0xb6, + 0x01, + 0xb3, + 0x36, + 0x03, + 0xff, + 0xf5, + 0x03, + 0xb4, + 0x17, + 0x03, + 0x4f, + 0x2d, + 0x02, + 0xcb, + 0x1c, + 0x02, + 0x3a, + 0x9b, + 0x02, + 0xe1, + 0x5d, + 0x02, + 0xac, + 0x0d, + 0x00, + 0x80, + 0x7b, + 0xfe, + 0xe5, + 0xf0, + 0xfe, + 0xba, + 0x73, + 0xff, + 0x07, + 0xae, + 0xff, + 0x53, + 0xe5, + 0xff, + 0xc4, + 0xab, + 0xff, + 0x6c, + 0x26, + 0xff, + 0x2a, + 0x2f, + 0xff, + 0xc9, + 0x99, + 0xff, + 0x08, + 0x78, + 0xff, + 0xbb, + 0x38, + 0xff, + 0xd7, + 0x86, + 0xff, + 0xad, + 0xa1, + 0xff, + 0x02, + 0x4e, + 0xff, + 0x85, + 0x33, + 0xff, + 0x2e, + 0x42, + 0xff, + 0x1a, + 0x56, + 0xff, + 0x3f, + 0x53, + 0xff, + 0x38, + 0x35, + 0xff, + 0x90, + 0x77, + 0xff, + 0xe4, + 0x80, + 0xff, + 0x9d, + 0x1e, + 0xff, + 0xd0, + 0x44, + 0xff, + 0x9e, + 0x5c, + 0xff, + 0xc3, + 0x21, + 0xff, + 0x23, + 0x1c, + 0xff, + 0x51, + 0x1e, + 0xff, + 0x11, + 0x2e, + 0xff, + 0x82, + 0x2f, + 0xff, + 0xea, + 0x3e, + 0xff, + 0xff, + 0x5b, + 0xff, + 0x2d, + 0x44, + 0xff, + 0x7d, + 0x2b, + 0xff, + 0xd5, + 0x4c, + 0xff, + 0xb4, + 0x9d, + 0xff, + 0xef, + 0x82, + 0xff, + 0xd6, + 0x3c, + 0xff, + 0xd4, + 0x86, + 0xff, + 0xe3, + 0xb7, + 0xff, + 0xe8, + 0x6e, + 0xff, + 0x3f, + 0x7b, + 0xff, + 0x79, + 0xeb, + 0xff, + 0xb7, + 0xd3, + 0xff, + 0xe3, + 0x54, + 0xff, + 0x6e, + 0x75, + 0xff, + 0x65, + 0xf4, + 0xff, + 0x2b, + 0xcb, + 0x03, + 0x27, + 0xec, + 0x07, + 0x59, + 0x05, + 0x04, + 0xed, + 0xd5, + 0x00, + 0x9f, + 0x00, + 0x03, + 0x40, + 0x2f, + 0x03, + 0xd0, + 0xad, + 0x02, + 0xd8, + 0x01, + 0x02, + 0xfd, + 0x76, + 0x00, + 0xf7, + 0x2c, + 0x00, + 0x71, + 0x8c, + 0x01, + 0xf1, + 0xe9, + 0x02, + 0x8a, + 0x77, + 0x02, + 0x73, + 0xae, + 0x02, + 0x44, + 0x84, + 0x03, + 0xaa, + 0x85, + 0x03, + 0x2b, + 0x40, + 0x03, + 0xd2, + 0x09, + 0x02, + 0x49, + 0xf5, + 0x00, + 0xcd, + 0x15, + 0x00, + 0xec, + 0xe8, + 0xfe, + 0x59, + 0x8c, + 0xfe, + 0xe3, + 0x2c, + 0xff, + 0x3f, + 0xbf, + 0xff, + 0xdc, + 0x89, + 0xff, + 0xd3, + 0x51, + 0xff, + 0x6e, + 0x47, + 0xff, + 0x82, + 0x46, + 0xff, + 0xfc, + 0x59, + 0xff, + 0x7c, + 0x8f, + 0xff, + 0xea, + 0xcd, + 0xff, + 0x39, + 0x72, + 0xff, + 0x02, + 0x48, + 0xff, + 0x6b, + 0x75, + 0xff, + 0xe7, + 0x4d, + 0xff, + 0x59, + 0x2f, + 0xff, + 0x5f, + 0x61, + 0xff, + 0xe3, + 0xae, + 0xff, + 0x2d, + 0x4d, + 0xff, + 0x7a, + 0x0b, + 0xff, + 0xf8, + 0x61, + 0xff, + 0xff, + 0x4f, + 0xff, + 0x79, + 0x30, + 0xff, + 0x68, + 0x13, + 0xff, + 0x69, + 0x33, + 0xff, + 0x29, + 0x4a, + 0xff, + 0x47, + 0xfb, + 0xfe, + 0xce, + 0x33, + 0xff, + 0x76, + 0x5f, + 0xff, + 0x3a, + 0x1d, + 0xff, + 0x54, + 0xf7, + 0xfe, + 0xc6, + 0x5e, + 0xff, + 0x2f, + 0xc1, + 0xff, + 0x2c, + 0x61, + 0xff, + 0x98, + 0x65, + 0xff, + 0x70, + 0xc5, + 0xff, + 0xd7, + 0xb4, + 0xff, + 0x05, + 0x5c, + 0xff, + 0x86, + 0x74, + 0xff, + 0x3a, + 0xe1, + 0xff, + 0x8e, + 0x9e, + 0xff, + 0x42, + 0x63, + 0xff, + 0x42, + 0x93, + 0xff, + 0x31, + 0xc1, + 0xff, + 0x9d, + 0xe3, + 0x03, + 0x4c, + 0xb1, + 0x08, + 0x50, + 0xb4, + 0x04, + 0xe2, + 0xdc, + 0x00, + 0x03, + 0x87, + 0x03, + 0x9c, + 0x53, + 0x03, + 0x4b, + 0x11, + 0x02, + 0xa3, + 0x80, + 0x01, + 0x9e, + 0x92, + 0xff, + 0xa6, + 0x0b, + 0x00, + 0x97, + 0x46, + 0x02, + 0xe8, + 0x08, + 0x02, + 0x92, + 0x33, + 0x00, + 0xc0, + 0xeb, + 0x00, + 0x44, + 0x3f, + 0x02, + 0xdf, + 0xf2, + 0x02, + 0xd3, + 0xeb, + 0x03, + 0x1a, + 0xcd, + 0x02, + 0x09, + 0x13, + 0x02, + 0x7f, + 0x55, + 0x02, + 0x11, + 0xf0, + 0x00, + 0xac, + 0x6f, + 0xff, + 0x53, + 0xc7, + 0xfe, + 0x92, + 0x97, + 0xfe, + 0x89, + 0xd2, + 0xfe, + 0xac, + 0x81, + 0xff, + 0x38, + 0xd3, + 0xff, + 0xd0, + 0x5f, + 0xff, + 0xdc, + 0x22, + 0xff, + 0x17, + 0x65, + 0xff, + 0x18, + 0xbe, + 0xff, + 0x7d, + 0x8e, + 0xff, + 0xe0, + 0x61, + 0xff, + 0x67, + 0x8f, + 0xff, + 0xa9, + 0x58, + 0xff, + 0xa7, + 0x4c, + 0xff, + 0xc9, + 0x7e, + 0xff, + 0xa4, + 0x5b, + 0xff, + 0x8f, + 0x44, + 0xff, + 0xb4, + 0x40, + 0xff, + 0x20, + 0x43, + 0xff, + 0x98, + 0x55, + 0xff, + 0x18, + 0x39, + 0xff, + 0xe0, + 0x26, + 0xff, + 0xd2, + 0x4d, + 0xff, + 0x63, + 0x44, + 0xff, + 0x35, + 0xfb, + 0xfe, + 0x18, + 0x24, + 0xff, + 0x22, + 0x6e, + 0xff, + 0x6c, + 0x1d, + 0xff, + 0xc3, + 0x05, + 0xff, + 0xae, + 0x65, + 0xff, + 0xfa, + 0x86, + 0xff, + 0xf5, + 0x6a, + 0xff, + 0x92, + 0x6c, + 0xff, + 0xde, + 0xc0, + 0xff, + 0x25, + 0xc3, + 0xff, + 0x7b, + 0x51, + 0xff, + 0x8d, + 0x74, + 0xff, + 0xcc, + 0xe0, + 0xff, + 0xd4, + 0xb3, + 0xff, + 0x76, + 0x6f, + 0xff, + 0xd3, + 0x9a, + 0xff, + 0x5f, + 0xa8, + 0xff, + 0x23, + 0x8f, + 0x04, + 0x84, + 0x61, + 0x09, + 0x5b, + 0x40, + 0x04, + 0xf1, + 0x1e, + 0x01, + 0x82, + 0xda, + 0x04, + 0x1d, + 0x26, + 0x04, + 0x63, + 0x51, + 0x02, + 0x88, + 0x53, + 0x00, + 0x0e, + 0x89, + 0xfd, + 0xec, + 0xc5, + 0xff, + 0xd5, + 0x5d, + 0x03, + 0x6d, + 0x1b, + 0x02, + 0x7c, + 0x6c, + 0xff, + 0xfd, + 0xeb, + 0xff, + 0xa8, + 0xb0, + 0x00, + 0x44, + 0xaf, + 0x01, + 0x72, + 0x84, + 0x02, + 0xf7, + 0x7f, + 0x01, + 0x74, + 0x8c, + 0x02, + 0x05, + 0x48, + 0x03, + 0xa8, + 0xfb, + 0x01, + 0x28, + 0x69, + 0x01, + 0xb4, + 0x80, + 0x00, + 0x90, + 0x62, + 0xff, + 0x19, + 0x7d, + 0xfe, + 0x44, + 0x5d, + 0xfe, + 0x03, + 0x26, + 0xff, + 0x7a, + 0x7e, + 0xff, + 0x92, + 0x8f, + 0xff, + 0x09, + 0x93, + 0xff, + 0x23, + 0x71, + 0xff, + 0x63, + 0x50, + 0xff, + 0xe4, + 0x6f, + 0xff, + 0x71, + 0x9e, + 0xff, + 0xe8, + 0x64, + 0xff, + 0x69, + 0x47, + 0xff, + 0xb3, + 0x76, + 0xff, + 0xb3, + 0x67, + 0xff, + 0xbc, + 0x33, + 0xff, + 0xdf, + 0x36, + 0xff, + 0x30, + 0x4f, + 0xff, + 0xdf, + 0x40, + 0xff, + 0x84, + 0x21, + 0xff, + 0x89, + 0x37, + 0xff, + 0x80, + 0x55, + 0xff, + 0xe1, + 0x1c, + 0xff, + 0x6f, + 0x04, + 0xff, + 0x69, + 0x3c, + 0xff, + 0x55, + 0x42, + 0xff, + 0x56, + 0x2d, + 0xff, + 0xdd, + 0x29, + 0xff, + 0x90, + 0x51, + 0xff, + 0xb0, + 0x86, + 0xff, + 0xc6, + 0x6d, + 0xff, + 0x5e, + 0x79, + 0xff, + 0x98, + 0xaa, + 0xff, + 0x5f, + 0x86, + 0xff, + 0x36, + 0x6a, + 0xff, + 0x76, + 0x9a, + 0xff, + 0x21, + 0xcc, + 0xff, + 0x0d, + 0xb1, + 0xff, + 0x55, + 0x80, + 0xff, + 0x64, + 0x8f, + 0xff, + 0x19, + 0x97, + 0xff, + 0x46, + 0x30, + 0x05, + 0xe2, + 0x6f, + 0x0b, + 0x08, + 0x9d, + 0x05, + 0x02, + 0x59, + 0x00, + 0x6e, + 0x34, + 0x04, + 0xce, + 0xf7, + 0x03, + 0x16, + 0x65, + 0x02, + 0x5e, + 0xa4, + 0x00, + 0xe5, + 0xe6, + 0xfc, + 0xd0, + 0x53, + 0xff, + 0x66, + 0x58, + 0x03, + 0x6c, + 0x93, + 0x01, + 0x71, + 0x08, + 0xff, + 0xe8, + 0xdb, + 0xff, + 0xd3, + 0x85, + 0x00, + 0x3e, + 0xc2, + 0x00, + 0x06, + 0x6e, + 0x01, + 0x65, + 0xc5, + 0x00, + 0x0c, + 0x3b, + 0x01, + 0x58, + 0x50, + 0x02, + 0x08, + 0x4d, + 0x02, + 0xbf, + 0xf3, + 0x01, + 0x70, + 0x32, + 0x01, + 0xc9, + 0xcf, + 0x00, + 0x17, + 0x41, + 0x00, + 0x2f, + 0x5b, + 0xff, + 0xb7, + 0xb2, + 0xfe, + 0x94, + 0x8b, + 0xfe, + 0x7c, + 0x18, + 0xff, + 0x47, + 0x9b, + 0xff, + 0xbb, + 0xec, + 0xff, + 0x7f, + 0xa9, + 0xff, + 0x4b, + 0x1d, + 0xff, + 0x87, + 0x37, + 0xff, + 0x5e, + 0x7e, + 0xff, + 0x7c, + 0x89, + 0xff, + 0x81, + 0x60, + 0xff, + 0x52, + 0x43, + 0xff, + 0xdd, + 0x64, + 0xff, + 0x0b, + 0x61, + 0xff, + 0x72, + 0x22, + 0xff, + 0x98, + 0x18, + 0xff, + 0x43, + 0x60, + 0xff, + 0x7e, + 0x56, + 0xff, + 0xa7, + 0x09, + 0xff, + 0xd2, + 0x1f, + 0xff, + 0x34, + 0x28, + 0xff, + 0xfa, + 0x2d, + 0xff, + 0x2d, + 0x5c, + 0xff, + 0x0e, + 0x35, + 0xff, + 0x34, + 0x36, + 0xff, + 0x45, + 0x6f, + 0xff, + 0x39, + 0x6e, + 0xff, + 0x93, + 0x7c, + 0xff, + 0x75, + 0x89, + 0xff, + 0x98, + 0x7f, + 0xff, + 0xb5, + 0x91, + 0xff, + 0x9d, + 0x92, + 0xff, + 0xa2, + 0x9b, + 0xff, + 0xeb, + 0xb0, + 0xff, + 0xbb, + 0x9d, + 0xff, + 0x33, + 0x98, + 0xff, + 0xe7, + 0x98, + 0xff, + 0xfe, + 0x97, + 0xff, + 0x55, + 0xab, + 0x05, + 0x15, + 0xd7, + 0x0c, + 0x64, + 0x51, + 0x06, + 0x0b, + 0x02, + 0x00, + 0xac, + 0x02, + 0x05, + 0xf6, + 0xc8, + 0x04, + 0x1b, + 0xb4, + 0x01, + 0xa5, + 0x84, + 0xff, + 0x67, + 0xf4, + 0xfb, + 0x54, + 0xd8, + 0xff, + 0x2c, + 0x81, + 0x04, + 0x77, + 0xe2, + 0x00, + 0x9a, + 0xdb, + 0xfd, + 0x6f, + 0x7a, + 0xff, + 0x26, + 0x3a, + 0x00, + 0x8a, + 0xf1, + 0x00, + 0xdb, + 0x7e, + 0x01, + 0x23, + 0xbc, + 0xff, + 0x28, + 0x37, + 0x00, + 0xd5, + 0x86, + 0x01, + 0x64, + 0xde, + 0x00, + 0xf6, + 0x04, + 0x01, + 0x29, + 0xa5, + 0x01, + 0xef, + 0x7a, + 0x01, + 0x2e, + 0xfb, + 0x00, + 0x38, + 0xc6, + 0x00, + 0x3a, + 0x16, + 0x00, + 0x93, + 0x2e, + 0xff, + 0xb2, + 0xd7, + 0xfe, + 0xa8, + 0xd1, + 0xfe, + 0x6d, + 0x8e, + 0xff, + 0x84, + 0xb5, + 0xff, + 0xb5, + 0x4a, + 0xff, + 0xf0, + 0x70, + 0xff, + 0xdb, + 0x31, + 0xff, + 0xd5, + 0x3c, + 0xff, + 0x59, + 0x93, + 0xff, + 0x27, + 0x52, + 0xff, + 0xf1, + 0x47, + 0xff, + 0xe5, + 0x4b, + 0xff, + 0x69, + 0x3a, + 0xff, + 0x53, + 0x65, + 0xff, + 0x86, + 0x47, + 0xff, + 0x67, + 0xf5, + 0xfe, + 0x3b, + 0x11, + 0xff, + 0xf7, + 0x31, + 0xff, + 0xd9, + 0x28, + 0xff, + 0x5a, + 0x7b, + 0xff, + 0x5f, + 0x65, + 0xff, + 0xac, + 0x1c, + 0xff, + 0xea, + 0x45, + 0xff, + 0xb7, + 0x69, + 0xff, + 0x4d, + 0x80, + 0xff, + 0x97, + 0x50, + 0xff, + 0xda, + 0x63, + 0xff, + 0x68, + 0xa8, + 0xff, + 0xd4, + 0xa0, + 0xff, + 0xa7, + 0xaa, + 0xff, + 0x11, + 0x9b, + 0xff, + 0xb4, + 0x99, + 0xff, + 0x32, + 0x87, + 0xff, + 0x2f, + 0x94, + 0xff, + 0xaa, + 0xb9, + 0xff, + 0xdd, + 0x86, + 0xff, + 0x25, + 0xe5, + 0x05, + 0x9e, + 0x33, + 0x0e, + 0x5c, + 0x84, + 0x07, + 0xa1, + 0x98, + 0xff, + 0xda, + 0x99, + 0x05, + 0x1a, + 0xeb, + 0x05, + 0xae, + 0x2b, + 0x01, + 0x83, + 0x65, + 0xfe, + 0xe9, + 0xf6, + 0xfa, + 0x84, + 0x3d, + 0x00, + 0x37, + 0x56, + 0x05, + 0xbe, + 0x5b, + 0x00, + 0x98, + 0x7e, + 0xfd, + 0x26, + 0x4f, + 0xff, + 0xf5, + 0x97, + 0xff, + 0x7a, + 0xae, + 0x00, + 0x0e, + 0x9c, + 0x01, + 0xed, + 0x8a, + 0xff, + 0x6a, + 0xe9, + 0xff, + 0x5f, + 0xfe, + 0x00, + 0xc4, + 0xf8, + 0xff, + 0xcc, + 0x5d, + 0x00, + 0x03, + 0x7d, + 0x00, + 0xe8, + 0x87, + 0x00, + 0xc5, + 0x70, + 0x01, + 0xfb, + 0x27, + 0x01, + 0x50, + 0x9b, + 0x00, + 0x3f, + 0xc3, + 0x00, + 0xdb, + 0x37, + 0x00, + 0x2d, + 0x45, + 0xff, + 0xa1, + 0x58, + 0xff, + 0x97, + 0x37, + 0xff, + 0xd0, + 0xf6, + 0xfe, + 0xa6, + 0x59, + 0xff, + 0xc3, + 0x5d, + 0xff, + 0xe9, + 0x63, + 0xff, + 0x27, + 0x52, + 0xff, + 0xe3, + 0x1c, + 0xff, + 0xb9, + 0x78, + 0xff, + 0xb9, + 0x88, + 0xff, + 0xcb, + 0x46, + 0xff, + 0x65, + 0x30, + 0xff, + 0x48, + 0x2f, + 0xff, + 0x70, + 0x31, + 0xff, + 0xc3, + 0xf4, + 0xfe, + 0xf4, + 0x2a, + 0xff, + 0xfe, + 0x73, + 0xff, + 0xc6, + 0x64, + 0xff, + 0x60, + 0x77, + 0xff, + 0x09, + 0x52, + 0xff, + 0x51, + 0x69, + 0xff, + 0x49, + 0x79, + 0xff, + 0x4d, + 0x41, + 0xff, + 0xdd, + 0x51, + 0xff, + 0x70, + 0x74, + 0xff, + 0x0d, + 0x9d, + 0xff, + 0x82, + 0xaf, + 0xff, + 0xd6, + 0xa4, + 0xff, + 0x56, + 0x99, + 0xff, + 0x26, + 0xac, + 0xff, + 0x7a, + 0xa8, + 0xff, + 0xbb, + 0x84, + 0xff, + 0x03, + 0x96, + 0xff, + 0x1b, + 0xa9, + 0xff, + 0x2f, + 0x06, + 0x07, + 0xe3, + 0xaf, + 0x10, + 0x07, + 0x6c, + 0x08, + 0x13, + 0xcc, + 0xfe, + 0x6a, + 0x7e, + 0x05, + 0x7a, + 0xd6, + 0x05, + 0xbb, + 0x99, + 0x00, + 0xf7, + 0x9d, + 0xfd, + 0x49, + 0xb3, + 0xfa, + 0xb4, + 0x46, + 0x01, + 0x56, + 0x5e, + 0x05, + 0x2f, + 0x01, + 0xff, + 0x26, + 0x4c, + 0xfd, + 0xb6, + 0xab, + 0xff, + 0x85, + 0x58, + 0xff, + 0xa8, + 0x9c, + 0x00, + 0x8b, + 0x68, + 0x01, + 0x12, + 0x05, + 0xff, + 0xe0, + 0xe4, + 0xff, + 0x31, + 0xf9, + 0x00, + 0xd8, + 0x77, + 0xff, + 0x39, + 0xc7, + 0xff, + 0x2e, + 0xfe, + 0xff, + 0x0d, + 0xfa, + 0xff, + 0x5a, + 0x78, + 0x00, + 0x0c, + 0x6c, + 0x00, + 0x08, + 0xb8, + 0x00, + 0xd4, + 0x0e, + 0x01, + 0x75, + 0xc9, + 0x00, + 0x36, + 0x93, + 0x00, + 0x85, + 0x85, + 0x00, + 0x0e, + 0x7a, + 0xff, + 0xfb, + 0xb9, + 0xfe, + 0x1b, + 0x1d, + 0xff, + 0xd3, + 0xfb, + 0xfe, + 0xcc, + 0x05, + 0xff, + 0x82, + 0x89, + 0xff, + 0x10, + 0x5d, + 0xff, + 0x72, + 0x4a, + 0xff, + 0x92, + 0x7c, + 0xff, + 0xb2, + 0x43, + 0xff, + 0x68, + 0x37, + 0xff, + 0xbe, + 0x3c, + 0xff, + 0x62, + 0x0c, + 0xff, + 0x6c, + 0x31, + 0xff, + 0x31, + 0x56, + 0xff, + 0x62, + 0x46, + 0xff, + 0x46, + 0x86, + 0xff, + 0x83, + 0x94, + 0xff, + 0xc4, + 0x65, + 0xff, + 0x2c, + 0x6d, + 0xff, + 0x94, + 0x58, + 0xff, + 0xb6, + 0x6c, + 0xff, + 0x9b, + 0x8e, + 0xff, + 0xc6, + 0x84, + 0xff, + 0xe6, + 0x76, + 0xff, + 0x4b, + 0x81, + 0xff, + 0x5c, + 0xa0, + 0xff, + 0xbc, + 0x9c, + 0xff, + 0xb3, + 0xb9, + 0xff, + 0x9e, + 0xa4, + 0xff, + 0x97, + 0x9d, + 0xff, + 0x5c, + 0xbe, + 0xff, + 0xef, + 0x94, + 0xff, + 0xa6, + 0x97, + 0x08, + 0x09, + 0x67, + 0x12, + 0xca, + 0x70, + 0x07, + 0x77, + 0x32, + 0xff, + 0x42, + 0xc1, + 0x07, + 0x86, + 0xf5, + 0x05, + 0x81, + 0xf7, + 0xfe, + 0x5d, + 0x1a, + 0xfb, + 0x87, + 0xb5, + 0xfa, + 0x28, + 0xe3, + 0x03, + 0x2a, + 0x1d, + 0x05, + 0xfb, + 0x50, + 0xfd, + 0x5f, + 0x72, + 0xfd, + 0xc0, + 0xa3, + 0xff, + 0xb4, + 0x01, + 0xff, + 0xb4, + 0x0b, + 0x01, + 0x8d, + 0xf0, + 0x00, + 0xfc, + 0x69, + 0xfe, + 0x39, + 0x46, + 0x00, + 0x7d, + 0xc0, + 0x00, + 0xf9, + 0xf4, + 0xfe, + 0xcf, + 0xba, + 0xff, + 0x30, + 0xa2, + 0xff, + 0x5b, + 0x51, + 0xff, + 0x8c, + 0x5b, + 0x00, + 0x1c, + 0xed, + 0xff, + 0x9f, + 0x6b, + 0xff, + 0xa3, + 0xac, + 0x00, + 0x83, + 0xf1, + 0x00, + 0x0a, + 0xa9, + 0x00, + 0x7c, + 0x52, + 0x01, + 0xc0, + 0xa5, + 0x00, + 0xd1, + 0x8b, + 0xff, + 0x11, + 0x50, + 0xff, + 0xb8, + 0xce, + 0xfe, + 0x22, + 0xc3, + 0xfe, + 0xc0, + 0x25, + 0xff, + 0xda, + 0x3f, + 0xff, + 0x85, + 0x6b, + 0xff, + 0x72, + 0x60, + 0xff, + 0xfd, + 0x2e, + 0xff, + 0xeb, + 0x3d, + 0xff, + 0xec, + 0x6e, + 0xff, + 0x56, + 0x48, + 0xff, + 0xf6, + 0x10, + 0xff, + 0x60, + 0x57, + 0xff, + 0x23, + 0x7a, + 0xff, + 0x06, + 0x9c, + 0xff, + 0x03, + 0x85, + 0xff, + 0xba, + 0x2c, + 0xff, + 0xb6, + 0x71, + 0xff, + 0x74, + 0xaa, + 0xff, + 0xa1, + 0x9a, + 0xff, + 0x95, + 0x85, + 0xff, + 0x1f, + 0x81, + 0xff, + 0x05, + 0x8b, + 0xff, + 0xe2, + 0x8d, + 0xff, + 0x23, + 0x8e, + 0xff, + 0x38, + 0x73, + 0xff, + 0x4d, + 0xa1, + 0xff, + 0xb6, + 0xd0, + 0xff, + 0x3d, + 0xc5, + 0xff, + 0x10, + 0xb4, + 0xff, + 0x02, + 0x98, + 0xff, + 0xb1, + 0x1d, + 0x0a, + 0xef, + 0x8f, + 0x14, + 0x2e, + 0x70, + 0x07, + 0x06, + 0x27, + 0xff, + 0xd6, + 0x9b, + 0x08, + 0x2f, + 0xda, + 0x05, + 0x40, + 0xaf, + 0xfd, + 0x2f, + 0x51, + 0xf9, + 0x3d, + 0x63, + 0xfb, + 0xb3, + 0xe6, + 0x05, + 0x59, + 0x0b, + 0x04, + 0x04, + 0xca, + 0xfb, + 0xa6, + 0xf9, + 0xfd, + 0x70, + 0xae, + 0xff, + 0x73, + 0xe1, + 0xfe, + 0x35, + 0x7e, + 0x01, + 0x2a, + 0x7c, + 0x00, + 0xc1, + 0xe3, + 0xfd, + 0xbd, + 0x55, + 0x00, + 0xac, + 0x8a, + 0x00, + 0x23, + 0xb0, + 0xfe, + 0xf8, + 0xb8, + 0xff, + 0xf5, + 0x7d, + 0xff, + 0x46, + 0x09, + 0xff, + 0x02, + 0x1b, + 0x00, + 0x1d, + 0x57, + 0xff, + 0x38, + 0x15, + 0xff, + 0xf2, + 0x71, + 0x00, + 0xe7, + 0x20, + 0x00, + 0x94, + 0x50, + 0x00, + 0xce, + 0x49, + 0x01, + 0x68, + 0x99, + 0x00, + 0xe8, + 0x45, + 0x00, + 0xf9, + 0x56, + 0x00, + 0xc7, + 0x73, + 0xff, + 0xd7, + 0x0f, + 0xff, + 0xb6, + 0x1a, + 0xff, + 0xbb, + 0xa4, + 0xfe, + 0x9b, + 0xf8, + 0xfe, + 0xde, + 0x9d, + 0xff, + 0xc3, + 0x54, + 0xff, + 0xb3, + 0x47, + 0xff, + 0xa5, + 0x5b, + 0xff, + 0xf5, + 0x42, + 0xff, + 0x8c, + 0x82, + 0xff, + 0x7d, + 0x71, + 0xff, + 0xd1, + 0x5c, + 0xff, + 0x17, + 0x91, + 0xff, + 0xf8, + 0x56, + 0xff, + 0xb8, + 0x5a, + 0xff, + 0x8d, + 0xb5, + 0xff, + 0x37, + 0xa0, + 0xff, + 0x19, + 0x7a, + 0xff, + 0xec, + 0x8d, + 0xff, + 0x08, + 0xa6, + 0xff, + 0x53, + 0xa4, + 0xff, + 0x4b, + 0xa4, + 0xff, + 0xd2, + 0x78, + 0xff, + 0x9c, + 0x83, + 0xff, + 0x28, + 0xd8, + 0xff, + 0x2d, + 0xb0, + 0xff, + 0x2a, + 0x9f, + 0xff, + 0x5f, + 0xb6, + 0xff, + 0x59, + 0x95, + 0xff, + 0x05, + 0x33, + 0x0a, + 0x10, + 0x59, + 0x16, + 0xca, + 0x94, + 0x09, + 0xe6, + 0xa6, + 0xfe, + 0xbd, + 0x89, + 0x08, + 0x91, + 0xc0, + 0x06, + 0x64, + 0x97, + 0xfc, + 0x76, + 0xd5, + 0xf7, + 0x41, + 0x7c, + 0xfb, + 0x2c, + 0x20, + 0x07, + 0xbe, + 0xdc, + 0x03, + 0x37, + 0x54, + 0xfa, + 0xa0, + 0xf1, + 0xfd, + 0x1e, + 0x02, + 0x00, + 0x89, + 0x9c, + 0xfe, + 0x67, + 0x93, + 0x01, + 0xb5, + 0x8b, + 0x00, + 0x5a, + 0x83, + 0xfd, + 0xca, + 0x18, + 0x00, + 0x27, + 0x7b, + 0x00, + 0xa9, + 0x52, + 0xfe, + 0xa9, + 0x6b, + 0xff, + 0x14, + 0x5e, + 0xff, + 0x18, + 0xca, + 0xfe, + 0x68, + 0x21, + 0x00, + 0xc8, + 0x42, + 0xff, + 0xc3, + 0x55, + 0xfe, + 0x46, + 0x07, + 0x00, + 0x4e, + 0x1b, + 0x00, + 0x2d, + 0xd2, + 0xff, + 0xb6, + 0xb3, + 0x00, + 0x33, + 0x3e, + 0x00, + 0xe5, + 0xed, + 0xff, + 0xee, + 0x63, + 0x00, + 0x6c, + 0x4f, + 0x00, + 0x65, + 0xad, + 0xff, + 0x69, + 0x37, + 0xff, + 0xb6, + 0x33, + 0xff, + 0x2d, + 0x36, + 0xff, + 0x6e, + 0x2f, + 0xff, + 0x8a, + 0xfa, + 0xfe, + 0x29, + 0x2d, + 0xff, + 0x85, + 0xa6, + 0xff, + 0x3c, + 0x7d, + 0xff, + 0x3f, + 0x58, + 0xff, + 0x98, + 0x5f, + 0xff, + 0x56, + 0x3f, + 0xff, + 0x5e, + 0x80, + 0xff, + 0x20, + 0xbd, + 0xff, + 0xcd, + 0x80, + 0xff, + 0x7a, + 0x62, + 0xff, + 0xf0, + 0x7f, + 0xff, + 0x35, + 0x7c, + 0xff, + 0x19, + 0x8c, + 0xff, + 0x58, + 0xc2, + 0xff, + 0x70, + 0x9b, + 0xff, + 0xf7, + 0x92, + 0xff, + 0x92, + 0xb1, + 0xff, + 0x1b, + 0xa7, + 0xff, + 0xf8, + 0xce, + 0xff, + 0xa2, + 0xa4, + 0xff, + 0x37, + 0x7e, + 0xff, + 0x20, + 0x97, + 0xff, + 0xec, + 0x7d, + 0xff, + 0x85, + 0xf4, + 0x0a, + 0xd5, + 0x67, + 0x18, + 0x15, + 0x35, + 0x0b, + 0x3f, + 0x4e, + 0xfe, + 0x07, + 0xe4, + 0x07, + 0xa2, + 0x05, + 0x07, + 0x3b, + 0xee, + 0xfb, + 0x50, + 0x8c, + 0xf6, + 0xb6, + 0xf8, + 0xfb, + 0x53, + 0x05, + 0x08, + 0xdf, + 0x3b, + 0x03, + 0x64, + 0x5c, + 0xf9, + 0x45, + 0xac, + 0xfd, + 0x0e, + 0x29, + 0x00, + 0x9c, + 0xa3, + 0xfe, + 0xb7, + 0x82, + 0x01, + 0x1e, + 0xa2, + 0x00, + 0x78, + 0x52, + 0xfd, + 0xd4, + 0xcf, + 0xff, + 0x04, + 0x71, + 0x00, + 0x59, + 0x21, + 0xfe, + 0x4b, + 0x19, + 0xff, + 0x84, + 0x10, + 0xff, + 0xfd, + 0x88, + 0xfe, + 0xbd, + 0xec, + 0xff, + 0x78, + 0x23, + 0xff, + 0x8d, + 0x51, + 0xfe, + 0x55, + 0xb6, + 0xff, + 0xf4, + 0xae, + 0xff, + 0x07, + 0xae, + 0xff, + 0x58, + 0x8d, + 0x00, + 0x06, + 0xdc, + 0xff, + 0x8a, + 0x82, + 0xff, + 0xe4, + 0xe3, + 0xff, + 0xb1, + 0x7f, + 0xff, + 0x0f, + 0xb4, + 0xff, + 0x3d, + 0x30, + 0x00, + 0x8d, + 0xac, + 0xff, + 0x1f, + 0xb8, + 0xff, + 0x98, + 0xd7, + 0xff, + 0xd2, + 0x0b, + 0xff, + 0xd8, + 0x0d, + 0xff, + 0x86, + 0x65, + 0xff, + 0x93, + 0x5f, + 0xff, + 0x0e, + 0x58, + 0xff, + 0x67, + 0x08, + 0xff, + 0xc5, + 0x50, + 0xff, + 0x86, + 0x09, + 0x00, + 0xda, + 0xbf, + 0xff, + 0x50, + 0x28, + 0xff, + 0x08, + 0x46, + 0xff, + 0xb3, + 0x95, + 0xff, + 0x6e, + 0xa9, + 0xff, + 0x01, + 0x78, + 0xff, + 0x0d, + 0x7a, + 0xff, + 0x1f, + 0xb5, + 0xff, + 0x99, + 0xd0, + 0xff, + 0xcd, + 0xbc, + 0xff, + 0x48, + 0xa2, + 0xff, + 0x2e, + 0xcc, + 0xff, + 0x04, + 0xaf, + 0xff, + 0x57, + 0x86, + 0xff, + 0x4b, + 0x80, + 0xff, + 0x26, + 0x43, + 0xff, + 0xc8, + 0x11, + 0x09, + 0x74, + 0xc9, + 0x18, + 0x3a, + 0xb2, + 0x10, + 0xaf, + 0xaa, + 0xfe, + 0x5c, + 0x66, + 0x05, + 0xfc, + 0xd6, + 0x08, + 0x97, + 0x5c, + 0xfc, + 0xdb, + 0xd7, + 0xf5, + 0x29, + 0xc0, + 0xfa, + 0xbc, + 0x47, + 0x07, + 0x8a, + 0x24, + 0x05, + 0x70, + 0x08, + 0xf9, + 0x2e, + 0x07, + 0xfc, + 0x32, + 0x68, + 0x00, + 0x9e, + 0xbb, + 0xfe, + 0x4c, + 0xf4, + 0x00, + 0xb8, + 0x3b, + 0x01, + 0x3b, + 0xaa, + 0xfd, + 0x4b, + 0xab, + 0xfe, + 0x41, + 0xa3, + 0x00, + 0xf9, + 0x96, + 0xfe, + 0x6f, + 0x8e, + 0xfe, + 0x4d, + 0x07, + 0xff, + 0x29, + 0x09, + 0xfe, + 0x4a, + 0x5b, + 0xff, + 0x46, + 0x59, + 0xff, + 0xad, + 0x1a, + 0xfe, + 0xec, + 0x61, + 0xff, + 0x39, + 0xbe, + 0xff, + 0xe8, + 0x5b, + 0xff, + 0x74, + 0x52, + 0x00, + 0x1d, + 0x28, + 0x00, + 0x21, + 0x0a, + 0xff, + 0xb6, + 0xbb, + 0xfe, + 0x5c, + 0x76, + 0xff, + 0x42, + 0xab, + 0xff, + 0xab, + 0x6c, + 0xff, + 0xb3, + 0xf0, + 0xff, + 0x3d, + 0x1d, + 0x00, + 0xdb, + 0x72, + 0x00, + 0x24, + 0x3d, + 0x00, + 0x4c, + 0x81, + 0xff, + 0x73, + 0x95, + 0xff, + 0x51, + 0xe7, + 0xfe, + 0xb9, + 0xa5, + 0xfe, + 0x2d, + 0x72, + 0xff, + 0x3c, + 0xa4, + 0xff, + 0xe1, + 0x95, + 0xff, + 0x6f, + 0x78, + 0xff, + 0xbd, + 0x55, + 0xff, + 0xfa, + 0x62, + 0xff, + 0x2b, + 0x9e, + 0xff, + 0xe3, + 0x98, + 0xff, + 0xae, + 0x5e, + 0xff, + 0xbd, + 0x9f, + 0xff, + 0x78, + 0xc2, + 0xff, + 0x4d, + 0xaa, + 0xff, + 0x46, + 0xac, + 0xff, + 0x20, + 0xa2, + 0xff, + 0xff, + 0xdb, + 0xff, + 0x95, + 0xd2, + 0xff, + 0xee, + 0x76, + 0xff, + 0xfb, + 0x63, + 0xff, + 0xfe, + 0x57, + 0xff, + 0xc8, + 0x98, + 0x0b, + 0xa7, + 0x37, + 0x1b, + 0x51, + 0x01, + 0x0f, + 0x13, + 0x32, + 0xff, + 0xc0, + 0x0d, + 0x07, + 0x3d, + 0x01, + 0x07, + 0x1d, + 0xd1, + 0xfa, + 0xbf, + 0x1f, + 0xf5, + 0x1c, + 0x41, + 0xfc, + 0xdf, + 0xba, + 0x08, + 0x96, + 0xf9, + 0x02, + 0x98, + 0x38, + 0xf8, + 0x4b, + 0xce, + 0xfc, + 0x8c, + 0xf0, + 0xff, + 0x9f, + 0x95, + 0xfe, + 0xfd, + 0x61, + 0x01, + 0x55, + 0xe6, + 0x00, + 0x97, + 0x5e, + 0xfd, + 0x3e, + 0xdb, + 0xfe, + 0x4f, + 0x4d, + 0x00, + 0xec, + 0x86, + 0xfe, + 0x5d, + 0xbe, + 0xfe, + 0x6b, + 0xa7, + 0xfe, + 0x56, + 0xc8, + 0xfd, + 0x34, + 0x3b, + 0xff, + 0xee, + 0xdb, + 0xfe, + 0xfc, + 0xd9, + 0xfd, + 0x3b, + 0x58, + 0xff, + 0xa0, + 0x7a, + 0xff, + 0x6c, + 0xcb, + 0xff, + 0xb1, + 0x75, + 0x00, + 0xf6, + 0xe7, + 0xfe, + 0x40, + 0xac, + 0xfe, + 0x19, + 0x49, + 0xff, + 0x42, + 0xfc, + 0xfe, + 0x78, + 0x47, + 0xff, + 0x85, + 0x73, + 0xff, + 0xad, + 0x4f, + 0xff, + 0xa0, + 0xf4, + 0xff, + 0x98, + 0xeb, + 0x00, + 0xd6, + 0xb5, + 0x00, + 0x1f, + 0xfa, + 0xff, + 0xb6, + 0xa2, + 0xff, + 0x03, + 0x59, + 0xff, + 0xa9, + 0x8d, + 0xff, + 0x1b, + 0x4d, + 0xff, + 0x9e, + 0xd2, + 0xfe, + 0x78, + 0x68, + 0xff, + 0x29, + 0x9e, + 0xff, + 0xee, + 0x4c, + 0xff, + 0xb3, + 0x43, + 0xff, + 0xe8, + 0x75, + 0xff, + 0x71, + 0xc2, + 0xff, + 0x08, + 0xa3, + 0xff, + 0x1e, + 0x8a, + 0xff, + 0xc3, + 0xa3, + 0xff, + 0xf0, + 0xa4, + 0xff, + 0xfd, + 0xa8, + 0xff, + 0x68, + 0xa7, + 0xff, + 0x34, + 0xc8, + 0xff, + 0xf1, + 0xb8, + 0xff, + 0xec, + 0x76, + 0xff, + 0xff, + 0x6b, + 0xff, + 0x65, + 0x61, + 0xff, + 0x9a, + 0x5d, + 0x0a, + 0x15, + 0xd0, + 0x1b, + 0x18, + 0x7a, + 0x13, + 0xaf, + 0xde, + 0xff, + 0xb8, + 0x86, + 0x04, + 0x73, + 0x7e, + 0x07, + 0x14, + 0x05, + 0xfc, + 0xb1, + 0xc0, + 0xf5, + 0xa0, + 0xc1, + 0xfa, + 0xa0, + 0xad, + 0x06, + 0xfa, + 0xa1, + 0x04, + 0x36, + 0xf0, + 0xf8, + 0x62, + 0x3d, + 0xfb, + 0xe4, + 0x27, + 0x00, + 0xac, + 0xa4, + 0xfe, + 0xca, + 0x42, + 0x00, + 0xa0, + 0x49, + 0x01, + 0xe9, + 0x25, + 0xfe, + 0x7e, + 0xfb, + 0xfd, + 0x28, + 0xd1, + 0xff, + 0xb5, + 0x0d, + 0xff, + 0xcb, + 0x95, + 0xfe, + 0x40, + 0x6e, + 0xfe, + 0x18, + 0xbb, + 0xfd, + 0x5f, + 0xec, + 0xfe, + 0x83, + 0xe0, + 0xfe, + 0x15, + 0x59, + 0xfd, + 0x45, + 0xc3, + 0xfe, + 0xf9, + 0xeb, + 0xff, + 0x34, + 0x48, + 0xff, + 0x06, + 0x82, + 0xff, + 0x3f, + 0x95, + 0xff, + 0x5c, + 0xdc, + 0xfe, + 0x8d, + 0x77, + 0xfe, + 0x7c, + 0x09, + 0xff, + 0x41, + 0x45, + 0xff, + 0xeb, + 0x29, + 0xff, + 0x88, + 0x81, + 0xff, + 0x37, + 0xbf, + 0xff, + 0x6d, + 0x5e, + 0x00, + 0xee, + 0x5d, + 0x00, + 0x40, + 0xeb, + 0xff, + 0xe5, + 0x4b, + 0x00, + 0x27, + 0x2a, + 0x00, + 0x3d, + 0xaa, + 0xff, + 0x6e, + 0x7e, + 0xff, + 0x05, + 0x40, + 0xff, + 0xb0, + 0x45, + 0xff, + 0x37, + 0x6a, + 0xff, + 0x63, + 0x28, + 0xff, + 0xc0, + 0x18, + 0xff, + 0x55, + 0x79, + 0xff, + 0xb5, + 0x9c, + 0xff, + 0x9d, + 0x87, + 0xff, + 0x8c, + 0x87, + 0xff, + 0x11, + 0x9d, + 0xff, + 0xcd, + 0xaa, + 0xff, + 0xa4, + 0x9a, + 0xff, + 0xad, + 0x99, + 0xff, + 0x47, + 0xb4, + 0xff, + 0x6c, + 0xb8, + 0xff, + 0xe9, + 0x7b, + 0xff, + 0xcf, + 0x51, + 0xff, + 0xeb, + 0x6f, + 0xff, + 0x1f, + 0xad, + 0x0b, + 0x6f, + 0x24, + 0x1d, + 0x68, + 0x84, + 0x13, + 0xa5, + 0x37, + 0x01, + 0xff, + 0x4d, + 0x04, + 0x4e, + 0xf6, + 0x05, + 0x97, + 0x9a, + 0xfd, + 0x63, + 0x38, + 0xf6, + 0x7b, + 0xaf, + 0xf9, + 0x72, + 0x7c, + 0x06, + 0xad, + 0x34, + 0x04, + 0x8e, + 0x6d, + 0xf9, + 0x53, + 0xc0, + 0xfb, + 0x24, + 0x98, + 0xff, + 0xe5, + 0x32, + 0xfe, + 0x65, + 0x41, + 0x00, + 0xa5, + 0x2e, + 0x01, + 0xd1, + 0x52, + 0xfe, + 0x30, + 0x56, + 0xfe, + 0xf5, + 0xfa, + 0xfe, + 0x33, + 0x81, + 0xfe, + 0x1e, + 0x2d, + 0xff, + 0xd7, + 0xc5, + 0xfe, + 0x95, + 0x97, + 0xfd, + 0xe6, + 0x71, + 0xfe, + 0xff, + 0xcd, + 0xfe, + 0x42, + 0xf1, + 0xfd, + 0xcd, + 0xbe, + 0xfe, + 0x45, + 0x9d, + 0xfe, + 0x0e, + 0xc2, + 0xfe, + 0x9d, + 0x46, + 0x00, + 0x27, + 0x3a, + 0xff, + 0x9d, + 0x90, + 0xfe, + 0x9e, + 0x02, + 0xff, + 0x97, + 0xc6, + 0xfe, + 0x43, + 0x24, + 0xff, + 0xcd, + 0x58, + 0xff, + 0x82, + 0x9f, + 0xff, + 0x94, + 0xec, + 0xff, + 0x21, + 0xca, + 0xff, + 0x44, + 0xe5, + 0xff, + 0xf4, + 0x2d, + 0x00, + 0x44, + 0x3b, + 0x00, + 0x22, + 0xcd, + 0xff, + 0x23, + 0xd5, + 0xff, + 0xd8, + 0x17, + 0x00, + 0xc9, + 0xd2, + 0xff, + 0xfd, + 0xb5, + 0xff, + 0xa0, + 0x7b, + 0xff, + 0xd3, + 0x2f, + 0xff, + 0xee, + 0x24, + 0xff, + 0xd6, + 0x45, + 0xff, + 0xfb, + 0x7c, + 0xff, + 0x2a, + 0x73, + 0xff, + 0x34, + 0x7a, + 0xff, + 0xa2, + 0x7f, + 0xff, + 0x4b, + 0x81, + 0xff, + 0x14, + 0x93, + 0xff, + 0x8b, + 0xa5, + 0xff, + 0x67, + 0xd1, + 0xff, + 0xd4, + 0xb0, + 0xff, + 0xd4, + 0x8b, + 0xff, + 0x95, + 0x77, + 0xff, + 0x31, + 0x65, + 0xff, + 0xe9, + 0xbb, + 0x0b, + 0x70, + 0x4b, + 0x1d, + 0x2f, + 0xd0, + 0x13, + 0x97, + 0x0c, + 0x03, + 0x62, + 0xee, + 0x05, + 0x0c, + 0x3c, + 0x05, + 0xc1, + 0x27, + 0xfe, + 0x50, + 0xc8, + 0xf6, + 0x06, + 0x3e, + 0xf8, + 0xd3, + 0xc5, + 0x05, + 0xde, + 0x23, + 0x04, + 0x1d, + 0x72, + 0xfa, + 0x34, + 0x01, + 0xfc, + 0x8d, + 0x79, + 0xfe, + 0x10, + 0x42, + 0xfe, + 0x1b, + 0x32, + 0x00, + 0x80, + 0xf5, + 0x00, + 0x80, + 0x73, + 0xfe, + 0x37, + 0x60, + 0xfe, + 0x09, + 0x6c, + 0xfe, + 0xcd, + 0xed, + 0xfd, + 0xe7, + 0xb9, + 0xff, + 0xcf, + 0xc3, + 0xfe, + 0x28, + 0x30, + 0xfd, + 0x42, + 0x5a, + 0xfe, + 0x11, + 0x12, + 0xff, + 0xab, + 0x57, + 0xfe, + 0xba, + 0xe5, + 0xfd, + 0xae, + 0x31, + 0xfe, + 0x0d, + 0xc5, + 0xfe, + 0xe0, + 0x85, + 0xff, + 0x58, + 0x71, + 0xff, + 0x26, + 0xe2, + 0xfe, + 0x36, + 0xa2, + 0xfe, + 0x3f, + 0xcd, + 0xfe, + 0xe8, + 0x62, + 0xff, + 0x40, + 0xb1, + 0xff, + 0x8c, + 0x58, + 0xff, + 0xee, + 0x57, + 0xff, + 0x88, + 0x09, + 0x00, + 0xde, + 0x3d, + 0x00, + 0xec, + 0xf8, + 0xff, + 0x0b, + 0x94, + 0xff, + 0x51, + 0x6b, + 0xff, + 0xaf, + 0xc8, + 0xff, + 0xf2, + 0x29, + 0x00, + 0xfa, + 0x13, + 0x00, + 0x7d, + 0xe7, + 0xff, + 0xc3, + 0x0a, + 0x00, + 0xbc, + 0xac, + 0xff, + 0x29, + 0x3a, + 0xff, + 0x33, + 0x42, + 0xff, + 0x1d, + 0x4d, + 0xff, + 0x5a, + 0x56, + 0xff, + 0x96, + 0x58, + 0xff, + 0x5c, + 0x54, + 0xff, + 0x8f, + 0x60, + 0xff, + 0x0d, + 0x7e, + 0xff, + 0x43, + 0x91, + 0xff, + 0x1f, + 0xbf, + 0xff, + 0xd0, + 0xd0, + 0xff, + 0xa2, + 0xb1, + 0xff, + 0x94, + 0x81, + 0xff, + 0x92, + 0x56, + 0xff, + 0xb3, + 0x2b, + 0x0e, + 0xbf, + 0x07, + 0x1e, + 0x97, + 0xf9, + 0x0f, + 0x22, + 0x32, + 0x05, + 0x74, + 0xbe, + 0x09, + 0xf3, + 0x8a, + 0x03, + 0x08, + 0x04, + 0xfe, + 0x87, + 0x6b, + 0xf6, + 0xa5, + 0x9b, + 0xf8, + 0x8e, + 0x5f, + 0x06, + 0xbc, + 0x4d, + 0x01, + 0xb7, + 0x40, + 0xfb, + 0x3d, + 0x0a, + 0xfe, + 0x52, + 0x15, + 0xfd, + 0xdd, + 0x0c, + 0xfe, + 0x64, + 0xd4, + 0x00, + 0xc9, + 0x1c, + 0x00, + 0xc2, + 0x30, + 0xfe, + 0x3c, + 0x1a, + 0xff, + 0x95, + 0xdc, + 0xfd, + 0x1c, + 0x74, + 0xfd, + 0x2f, + 0xe7, + 0xff, + 0x52, + 0xf9, + 0xfd, + 0x0e, + 0x6d, + 0xfd, + 0xc4, + 0x3d, + 0xff, + 0xb5, + 0x01, + 0xfe, + 0xf9, + 0xfe, + 0xfd, + 0xde, + 0xf0, + 0xfe, + 0xfb, + 0x93, + 0xfd, + 0xaf, + 0x25, + 0xfe, + 0xeb, + 0xed, + 0xff, + 0x52, + 0x32, + 0xff, + 0x3d, + 0xab, + 0xfe, + 0x59, + 0xbf, + 0xfe, + 0x8d, + 0xe3, + 0xfe, + 0xeb, + 0xa7, + 0xff, + 0xb7, + 0x6e, + 0xff, + 0x08, + 0x02, + 0xff, + 0x62, + 0xff, + 0xff, + 0x0a, + 0x3c, + 0x00, + 0x8e, + 0x88, + 0xff, + 0x64, + 0xc7, + 0xff, + 0x3a, + 0xb8, + 0xff, + 0xfc, + 0x7f, + 0xff, + 0x1e, + 0xaa, + 0xff, + 0x85, + 0x74, + 0xff, + 0xc9, + 0xa5, + 0xff, + 0x1b, + 0x47, + 0x00, + 0xd7, + 0x51, + 0x00, + 0x83, + 0xe3, + 0xff, + 0xd0, + 0xab, + 0xff, + 0x73, + 0x80, + 0xff, + 0xba, + 0x5b, + 0xff, + 0xcd, + 0x4c, + 0xff, + 0x2a, + 0x32, + 0xff, + 0x67, + 0x33, + 0xff, + 0x8b, + 0x54, + 0xff, + 0x39, + 0x6b, + 0xff, + 0x81, + 0x9a, + 0xff, + 0x0e, + 0xd3, + 0xff, + 0xe4, + 0xa7, + 0xff, + 0x4c, + 0x91, + 0xff, + 0xa4, + 0x7a, + 0xff, + 0xd7, + 0x59, + 0xff, + 0xd2, + 0x7a, + 0x0e, + 0x91, + 0x0b, + 0x1e, + 0x3e, + 0x3b, + 0x0d, + 0x08, + 0xb6, + 0x05, + 0x4f, + 0x61, + 0x10, + 0x16, + 0x0f, + 0x04, + 0x0e, + 0x07, + 0xfb, + 0x62, + 0xea, + 0xf7, + 0x2c, + 0x4e, + 0xf9, + 0x3a, + 0xfe, + 0x04, + 0x49, + 0xc9, + 0xfe, + 0x92, + 0x09, + 0xfc, + 0x43, + 0xfb, + 0x00, + 0x8b, + 0xa6, + 0xfb, + 0x7c, + 0x09, + 0xfd, + 0x0f, + 0x43, + 0x01, + 0xe2, + 0x97, + 0xff, + 0xae, + 0x59, + 0xfe, + 0xfc, + 0x6e, + 0xff, + 0x2c, + 0x90, + 0xfd, + 0xfb, + 0x9a, + 0xfc, + 0xf0, + 0xb7, + 0xff, + 0x5d, + 0x35, + 0xfe, + 0xfa, + 0x38, + 0xfd, + 0x3b, + 0x78, + 0xfe, + 0xa0, + 0x9e, + 0xfd, + 0xe0, + 0xd5, + 0xfe, + 0xe9, + 0xed, + 0xfe, + 0x7d, + 0x4f, + 0xfd, + 0x16, + 0x4e, + 0xfe, + 0x05, + 0x4b, + 0xff, + 0x11, + 0x39, + 0xff, + 0x35, + 0x2d, + 0xff, + 0x28, + 0xed, + 0xfe, + 0x09, + 0xa3, + 0xfe, + 0xe2, + 0xb1, + 0xfe, + 0x0d, + 0x83, + 0xff, + 0x66, + 0xce, + 0xff, + 0x82, + 0xf7, + 0xff, + 0x7e, + 0xd0, + 0xff, + 0x81, + 0x63, + 0xff, + 0x98, + 0xf2, + 0xff, + 0x39, + 0x9a, + 0xff, + 0x5a, + 0x4e, + 0xff, + 0xff, + 0x87, + 0xff, + 0x8a, + 0x70, + 0xff, + 0x2e, + 0x7b, + 0xff, + 0x4c, + 0x97, + 0xff, + 0x05, + 0x28, + 0x00, + 0x3c, + 0x0d, + 0x00, + 0xd9, + 0xcd, + 0xff, + 0x90, + 0xc2, + 0xff, + 0xca, + 0x97, + 0xff, + 0xf3, + 0x8c, + 0xff, + 0xf9, + 0x2a, + 0xff, + 0x34, + 0x31, + 0xff, + 0x83, + 0x5b, + 0xff, + 0x92, + 0x6f, + 0xff, + 0xa1, + 0x95, + 0xff, + 0x9f, + 0x9c, + 0xff, + 0xfb, + 0x92, + 0xff, + 0x0b, + 0x8c, + 0xff, + 0x00, + 0x91, + 0xff, + 0x07, + 0x5f, + 0xff, + 0x32, + 0xca, + 0x0f, + 0x04, + 0x45, + 0x20, + 0xb0, + 0xef, + 0x0a, + 0x6a, + 0x38, + 0x03, + 0x56, + 0xdf, + 0x14, + 0xf5, + 0x28, + 0x05, + 0x87, + 0xc1, + 0xf7, + 0x0e, + 0x5e, + 0xfa, + 0x26, + 0x97, + 0xfc, + 0xf8, + 0x17, + 0x03, + 0xa4, + 0x03, + 0xfa, + 0x2c, + 0xc9, + 0xfb, + 0xd4, + 0x6a, + 0x05, + 0x1e, + 0xde, + 0xfb, + 0x30, + 0x58, + 0xfb, + 0x83, + 0x6a, + 0x01, + 0x89, + 0xff, + 0xfe, + 0xb1, + 0x6f, + 0xfe, + 0x76, + 0x62, + 0x00, + 0x5d, + 0x07, + 0xfd, + 0x2c, + 0xac, + 0xfb, + 0x4b, + 0x5e, + 0x00, + 0x92, + 0xc2, + 0xfd, + 0x0a, + 0x7e, + 0xfb, + 0x71, + 0x6c, + 0xff, + 0x9b, + 0xf5, + 0xfd, + 0x28, + 0x90, + 0xfd, + 0x54, + 0xe7, + 0xff, + 0xbc, + 0x9b, + 0xfd, + 0x7d, + 0xea, + 0xfd, + 0x58, + 0xc1, + 0xff, + 0x12, + 0xfe, + 0xfe, + 0x1d, + 0xa2, + 0xff, + 0x80, + 0xff, + 0xfe, + 0xde, + 0xdb, + 0xfd, + 0x63, + 0xe7, + 0xfe, + 0x96, + 0xe8, + 0xff, + 0xb2, + 0x65, + 0xff, + 0xb8, + 0xa2, + 0xff, + 0xff, + 0x41, + 0x00, + 0xa2, + 0x43, + 0xff, + 0xef, + 0x00, + 0x00, + 0x09, + 0xc1, + 0xff, + 0xc9, + 0xad, + 0xfe, + 0x12, + 0xa6, + 0xff, + 0x3a, + 0x71, + 0xff, + 0xa5, + 0x41, + 0xff, + 0x5f, + 0x90, + 0xff, + 0xc5, + 0xbd, + 0xff, + 0xb2, + 0xd5, + 0xff, + 0xc7, + 0xcc, + 0xff, + 0x8a, + 0xd8, + 0xff, + 0xe2, + 0x7b, + 0xff, + 0x47, + 0xa4, + 0xff, + 0xa9, + 0xb7, + 0xff, + 0x2d, + 0x77, + 0xff, + 0x04, + 0x68, + 0xff, + 0xb8, + 0x45, + 0xff, + 0xdf, + 0x76, + 0xff, + 0x17, + 0xc5, + 0xff, + 0xf7, + 0x98, + 0xff, + 0x0e, + 0x92, + 0xff, + 0x59, + 0xa6, + 0xff, + 0x0f, + 0x55, + 0xff, + 0xae, + 0xb6, + 0x11, + 0x67, + 0x13, + 0x23, + 0xce, + 0x36, + 0x08, + 0x8e, + 0xa5, + 0xff, + 0x4e, + 0x80, + 0x18, + 0xac, + 0x21, + 0x07, + 0x7c, + 0x66, + 0xf4, + 0x91, + 0x62, + 0xfb, + 0x13, + 0x6e, + 0x01, + 0xd3, + 0xb2, + 0x02, + 0x72, + 0xeb, + 0xf3, + 0x65, + 0xb9, + 0xf9, + 0x7b, + 0xde, + 0x09, + 0x4e, + 0xdb, + 0xfd, + 0x3e, + 0xac, + 0xf9, + 0x75, + 0xf5, + 0x00, + 0x49, + 0x72, + 0xfe, + 0x0f, + 0xf6, + 0xfd, + 0xb0, + 0x75, + 0x01, + 0x41, + 0x01, + 0xfd, + 0x54, + 0x32, + 0xfb, + 0xe4, + 0xf2, + 0xff, + 0xc3, + 0x54, + 0xfc, + 0x7b, + 0x97, + 0xfb, + 0x18, + 0xb6, + 0xff, + 0xb4, + 0x32, + 0xfd, + 0x0d, + 0xea, + 0xfd, + 0xfa, + 0x0e, + 0x00, + 0x1c, + 0x57, + 0xfd, + 0x4e, + 0x63, + 0xfe, + 0x2b, + 0x76, + 0x00, + 0x75, + 0x01, + 0xff, + 0x8f, + 0xcc, + 0xfe, + 0x39, + 0xf4, + 0xfe, + 0x07, + 0xa6, + 0xfe, + 0xbc, + 0xfb, + 0xfe, + 0x0f, + 0x4d, + 0xff, + 0x00, + 0x25, + 0xff, + 0xac, + 0xcd, + 0xff, + 0x82, + 0x30, + 0x00, + 0x21, + 0x2e, + 0xff, + 0x77, + 0xe9, + 0xff, + 0x57, + 0xa1, + 0xff, + 0x1b, + 0xb5, + 0xfe, + 0x6b, + 0x87, + 0xff, + 0x43, + 0x56, + 0xff, + 0x0f, + 0x1d, + 0xff, + 0x2d, + 0x43, + 0xff, + 0xfb, + 0x86, + 0xff, + 0x71, + 0xb8, + 0xff, + 0x3c, + 0xc1, + 0xff, + 0xd2, + 0xb7, + 0xff, + 0x88, + 0x7f, + 0xff, + 0x6f, + 0xb2, + 0xff, + 0xc7, + 0x8a, + 0xff, + 0x5c, + 0x8b, + 0xff, + 0x10, + 0xa5, + 0xff, + 0xdf, + 0x80, + 0xff, + 0xb3, + 0xa2, + 0xff, + 0x79, + 0xaa, + 0xff, + 0xc8, + 0x77, + 0xff, + 0x6d, + 0x8f, + 0xff, + 0xad, + 0xe2, + 0xff, + 0x46, + 0x90, + 0xff, + 0x2f, + 0xfc, + 0x13, + 0xf8, + 0x21, + 0x26, + 0xfc, + 0x6a, + 0x05, + 0x28, + 0xae, + 0xfb, + 0x0f, + 0x1e, + 0x1b, + 0x0b, + 0xae, + 0x09, + 0x52, + 0xe9, + 0xf1, + 0x40, + 0x63, + 0xfb, + 0x20, + 0xa2, + 0x06, + 0x7d, + 0xbe, + 0x03, + 0x32, + 0x39, + 0xee, + 0x08, + 0x42, + 0xf6, + 0x7b, + 0xcf, + 0x0c, + 0xb6, + 0x85, + 0x01, + 0xab, + 0x36, + 0xf9, + 0x56, + 0xb1, + 0xff, + 0xe4, + 0xff, + 0xfd, + 0xfc, + 0x30, + 0xfd, + 0xbd, + 0x62, + 0x02, + 0x60, + 0xfd, + 0xfd, + 0xce, + 0xe8, + 0xf9, + 0x45, + 0x2e, + 0xff, + 0x65, + 0xa3, + 0xfc, + 0xeb, + 0x76, + 0xfa, + 0x0e, + 0x50, + 0xff, + 0x19, + 0x4e, + 0xfe, + 0x67, + 0x7c, + 0xfd, + 0xc2, + 0xcf, + 0xff, + 0x5a, + 0xce, + 0xfd, + 0xa3, + 0xa1, + 0xfe, + 0x38, + 0x42, + 0x01, + 0x96, + 0xa8, + 0xfe, + 0xba, + 0x11, + 0xfe, + 0x46, + 0x98, + 0xff, + 0x62, + 0x28, + 0xff, + 0x0d, + 0xa5, + 0xfe, + 0x24, + 0x2a, + 0xff, + 0xba, + 0x3f, + 0xff, + 0xcf, + 0xa0, + 0xff, + 0x88, + 0x56, + 0x00, + 0xc8, + 0xea, + 0xfe, + 0xc9, + 0x58, + 0xff, + 0xde, + 0xf0, + 0xff, + 0x99, + 0xc4, + 0xfe, + 0x22, + 0x55, + 0xff, + 0xf6, + 0x52, + 0xff, + 0x59, + 0xe6, + 0xfe, + 0x6c, + 0x26, + 0xff, + 0x66, + 0x68, + 0xff, + 0x78, + 0x8d, + 0xff, + 0xd4, + 0xc4, + 0xff, + 0x4a, + 0xf0, + 0xff, + 0xba, + 0x6c, + 0xff, + 0xa1, + 0x55, + 0xff, + 0x12, + 0x80, + 0xff, + 0x96, + 0x91, + 0xff, + 0x97, + 0xb4, + 0xff, + 0x0b, + 0xb3, + 0xff, + 0x10, + 0xd8, + 0xff, + 0x6b, + 0xe5, + 0xff, + 0xcf, + 0x8e, + 0xff, + 0x67, + 0x8b, + 0xff, + 0xbe, + 0xdd, + 0xff, + 0x8c, + 0x8e, + 0xff, + 0xe2, + 0x5d, + 0x15, + 0x2c, + 0x4c, + 0x2a, + 0xce, + 0x1f, + 0x05, + 0x32, + 0x42, + 0xf4, + 0x5c, + 0x95, + 0x1a, + 0x09, + 0x9e, + 0x0f, + 0x2b, + 0x6f, + 0xf1, + 0x3a, + 0x38, + 0xf9, + 0x1c, + 0x54, + 0x09, + 0xd3, + 0x6d, + 0x06, + 0xed, + 0x9a, + 0xeb, + 0xc9, + 0xe9, + 0xf0, + 0xb0, + 0xd6, + 0x0c, + 0x9a, + 0x2d, + 0x06, + 0x3e, + 0x60, + 0xfa, + 0x91, + 0xfc, + 0xfd, + 0xe3, + 0x3c, + 0xfd, + 0x72, + 0x6f, + 0xfc, + 0xc7, + 0x28, + 0x03, + 0x3d, + 0x4f, + 0xfe, + 0x2d, + 0x36, + 0xf8, + 0xdc, + 0xc9, + 0xff, + 0xed, + 0xa0, + 0xfc, + 0xfc, + 0xae, + 0xf8, + 0xa7, + 0x57, + 0xff, + 0xe4, + 0xb7, + 0xfe, + 0xa1, + 0x9e, + 0xfd, + 0x73, + 0xdf, + 0xff, + 0xd7, + 0xb6, + 0xfd, + 0x43, + 0xc0, + 0xfe, + 0x7c, + 0x65, + 0x01, + 0xd9, + 0xbb, + 0xfe, + 0x57, + 0x01, + 0xfe, + 0x2f, + 0xa8, + 0xff, + 0x1c, + 0x30, + 0xff, + 0x3e, + 0xa6, + 0xfe, + 0x8c, + 0x34, + 0xff, + 0xda, + 0x22, + 0xff, + 0x08, + 0xa1, + 0xff, + 0xe2, + 0x39, + 0x00, + 0xf9, + 0x97, + 0xfe, + 0x0b, + 0x13, + 0xff, + 0x22, + 0xba, + 0xff, + 0xa6, + 0xa9, + 0xfe, + 0xe3, + 0x44, + 0xff, + 0xdc, + 0x39, + 0xff, + 0xcd, + 0xc5, + 0xfe, + 0x2b, + 0x1b, + 0xff, + 0xe0, + 0x6d, + 0xff, + 0x79, + 0x6a, + 0xff, + 0xf5, + 0xa9, + 0xff, + 0x05, + 0xdc, + 0xff, + 0xe0, + 0x50, + 0xff, + 0x5e, + 0x53, + 0xff, + 0xca, + 0x5d, + 0xff, + 0xb5, + 0x7e, + 0xff, + 0x1c, + 0xaf, + 0xff, + 0x74, + 0x99, + 0xff, + 0xa0, + 0xee, + 0xff, + 0x25, + 0x27, + 0x00, + 0x08, + 0xd1, + 0xff, + 0xdf, + 0x70, + 0xff, + 0xa9, + 0x97, + 0xff, + 0xda, + 0x87, + 0xff, + 0xdf, + 0x61, + 0x16, + 0xe9, + 0x7a, + 0x2e, + 0x8f, + 0xeb, + 0x05, + 0x7d, + 0x11, + 0xed, + 0x03, + 0x73, + 0x18, + 0xb7, + 0xf6, + 0x14, + 0xb3, + 0x92, + 0xf2, + 0xc9, + 0x47, + 0xf7, + 0x99, + 0x06, + 0x0b, + 0x63, + 0xc9, + 0x09, + 0xfa, + 0x37, + 0xea, + 0x58, + 0xb3, + 0xeb, + 0x7c, + 0xfd, + 0x0a, + 0xf4, + 0x28, + 0x0a, + 0x72, + 0xaa, + 0xfd, + 0x6d, + 0x88, + 0xfc, + 0xed, + 0xcb, + 0xfb, + 0x09, + 0x33, + 0xfc, + 0x5c, + 0x48, + 0x03, + 0xc2, + 0x5d, + 0xfe, + 0xe6, + 0x9d, + 0xf7, + 0xb4, + 0xc9, + 0xff, + 0x59, + 0xaa, + 0xfc, + 0xab, + 0x3c, + 0xf8, + 0x69, + 0x58, + 0xfe, + 0x55, + 0x03, + 0xff, + 0x61, + 0x80, + 0xfe, + 0x5c, + 0xa4, + 0xff, + 0x8b, + 0xdd, + 0xfd, + 0xf7, + 0x48, + 0xfe, + 0xed, + 0x61, + 0x01, + 0x4d, + 0x50, + 0xff, + 0xbb, + 0xfe, + 0xfd, + 0x2c, + 0xaf, + 0xff, + 0xb7, + 0xfb, + 0xfe, + 0x27, + 0xe2, + 0xfe, + 0xcf, + 0x27, + 0xff, + 0x50, + 0x34, + 0xff, + 0x6c, + 0xc1, + 0xff, + 0x3a, + 0xc7, + 0xff, + 0x7f, + 0x98, + 0xfe, + 0xfe, + 0xbb, + 0xfe, + 0x3f, + 0x7f, + 0xff, + 0xb5, + 0x89, + 0xfe, + 0x68, + 0x22, + 0xff, + 0x08, + 0x6e, + 0xff, + 0xa5, + 0x8e, + 0xfe, + 0xc4, + 0x24, + 0xff, + 0x9c, + 0x88, + 0xff, + 0xde, + 0x3d, + 0xff, + 0x6e, + 0x8e, + 0xff, + 0x5e, + 0xd1, + 0xff, + 0x34, + 0x4b, + 0xff, + 0x7b, + 0x38, + 0xff, + 0xc2, + 0x7a, + 0xff, + 0x4d, + 0x7d, + 0xff, + 0x45, + 0x8a, + 0xff, + 0xf1, + 0x9e, + 0xff, + 0xb5, + 0xe7, + 0xff, + 0x16, + 0x1d, + 0x00, + 0x02, + 0xaa, + 0xff, + 0x0a, + 0x62, + 0xff, + 0xad, + 0xdd, + 0xff, + 0xae, + 0xcd, + 0xff, + 0x24, + 0x84, + 0x1c, + 0x22, + 0x19, + 0x33, + 0x7c, + 0xc1, + 0xfd, + 0x08, + 0xa7, + 0xe9, + 0xce, + 0x6e, + 0x1a, + 0x4b, + 0xd9, + 0x13, + 0x27, + 0x59, + 0xf4, + 0xa1, + 0x8d, + 0xf7, + 0xac, + 0x85, + 0x0d, + 0x82, + 0x43, + 0x0a, + 0x1a, + 0x1e, + 0xe6, + 0xc7, + 0xee, + 0xeb, + 0x4d, + 0xdb, + 0x09, + 0xe2, + 0x49, + 0x0b, + 0xa1, + 0x26, + 0x01, + 0xd1, + 0xbe, + 0xfb, + 0x6f, + 0x05, + 0xfa, + 0xdc, + 0x2d, + 0xfc, + 0x97, + 0x4b, + 0x04, + 0x10, + 0xb8, + 0xfc, + 0xca, + 0x6f, + 0xf7, + 0x0f, + 0xca, + 0x00, + 0xa0, + 0x71, + 0xfb, + 0x18, + 0x88, + 0xf8, + 0x0d, + 0x7a, + 0xfe, + 0x5c, + 0xc3, + 0xfe, + 0x91, + 0x1a, + 0xff, + 0x8f, + 0xcd, + 0xff, + 0x69, + 0x87, + 0xfd, + 0x73, + 0x0b, + 0xfe, + 0xb6, + 0xae, + 0x01, + 0xc8, + 0x8a, + 0xff, + 0x67, + 0x0a, + 0xfe, + 0x4e, + 0x90, + 0xff, + 0x98, + 0xe7, + 0xfe, + 0x12, + 0x20, + 0xff, + 0x87, + 0x62, + 0xff, + 0x1f, + 0x2a, + 0xff, + 0x01, + 0x9d, + 0xff, + 0x2d, + 0x84, + 0xff, + 0x23, + 0x5e, + 0xfe, + 0x49, + 0x94, + 0xfe, + 0x52, + 0x3b, + 0xff, + 0xdb, + 0xb6, + 0xfe, + 0x04, + 0x38, + 0xff, + 0xe0, + 0x42, + 0xff, + 0xae, + 0xb0, + 0xfe, + 0xd0, + 0x2b, + 0xff, + 0x69, + 0x4a, + 0xff, + 0x66, + 0x2e, + 0xff, + 0x90, + 0xc6, + 0xff, + 0x4c, + 0xc9, + 0xff, + 0xe9, + 0x36, + 0xff, + 0x12, + 0x29, + 0xff, + 0x88, + 0x7f, + 0xff, + 0x05, + 0xb2, + 0xff, + 0x20, + 0x84, + 0xff, + 0x2b, + 0x7b, + 0xff, + 0x55, + 0xbd, + 0xff, + 0xb0, + 0xfd, + 0xff, + 0x65, + 0x9a, + 0xff, + 0x98, + 0x6e, + 0xff, + 0x7d, + 0x05, + 0x00, + 0x59, + 0xef, + 0xff, + 0xbb, + 0xc6, + 0x1f, + 0x07, + 0x6d, + 0x38, + 0xf9, + 0xe4, + 0xfa, + 0xb2, + 0x5f, + 0xe2, + 0x0e, + 0xf8, + 0x18, + 0x5d, + 0x39, + 0x16, + 0x79, + 0xa2, + 0xf7, + 0x4d, + 0x39, + 0xf7, + 0x97, + 0x33, + 0x0c, + 0xc7, + 0x0e, + 0x0c, + 0xba, + 0xe3, + 0xe5, + 0x88, + 0x1e, + 0xea, + 0x33, + 0x63, + 0x07, + 0x1f, + 0xbb, + 0x0b, + 0xdb, + 0xd3, + 0x04, + 0x2b, + 0xef, + 0xfb, + 0x98, + 0x6b, + 0xf8, + 0x26, + 0x2d, + 0xfb, + 0x25, + 0xdd, + 0x04, + 0x24, + 0x92, + 0xfc, + 0x91, + 0x19, + 0xf6, + 0x3e, + 0x83, + 0x01, + 0xce, + 0x2d, + 0xfb, + 0xb3, + 0x77, + 0xf8, + 0x80, + 0xc0, + 0xfe, + 0xb0, + 0x00, + 0xfe, + 0x8c, + 0xb9, + 0xff, + 0x84, + 0xd7, + 0xff, + 0x91, + 0xff, + 0xfc, + 0xf8, + 0xe3, + 0xfd, + 0x0e, + 0xd8, + 0x01, + 0x9d, + 0xf8, + 0xff, + 0x61, + 0x94, + 0xfd, + 0xfc, + 0x5b, + 0xff, + 0xee, + 0xec, + 0xfe, + 0xbd, + 0x57, + 0xff, + 0xe2, + 0xcd, + 0xff, + 0xc4, + 0xac, + 0xfe, + 0xa7, + 0x37, + 0xff, + 0x85, + 0x50, + 0xff, + 0x92, + 0x26, + 0xfe, + 0x44, + 0x7e, + 0xfe, + 0xff, + 0x13, + 0xff, + 0x37, + 0xe4, + 0xfe, + 0xf2, + 0x49, + 0xff, + 0x11, + 0x36, + 0xff, + 0x7c, + 0x9c, + 0xfe, + 0xe8, + 0x18, + 0xff, + 0x0f, + 0x51, + 0xff, + 0xfc, + 0xe7, + 0xfe, + 0x4a, + 0xc0, + 0xff, + 0xc1, + 0xe3, + 0xff, + 0x20, + 0x25, + 0xff, + 0x7e, + 0x44, + 0xff, + 0x03, + 0x7c, + 0xff, + 0xa5, + 0x87, + 0xff, + 0xda, + 0x64, + 0xff, + 0xb7, + 0x5e, + 0xff, + 0xef, + 0xa2, + 0xff, + 0x45, + 0x0e, + 0x00, + 0xd7, + 0xaa, + 0xff, + 0x97, + 0x51, + 0xff, + 0x98, + 0xe9, + 0xff, + 0xdb, + 0xdc, + 0xff, + 0xb0, + 0x49, + 0x24, + 0xeb, + 0x71, + 0x3d, + 0x41, + 0xc3, + 0xf5, + 0x8e, + 0x50, + 0xdd, + 0x24, + 0x47, + 0x19, + 0xc8, + 0x28, + 0x16, + 0xc8, + 0x97, + 0xfa, + 0x37, + 0x1d, + 0xf8, + 0x09, + 0x58, + 0x0b, + 0x4f, + 0xac, + 0x0d, + 0x4e, + 0xd0, + 0xe5, + 0x49, + 0x4b, + 0xe9, + 0x89, + 0x92, + 0x05, + 0x9a, + 0x35, + 0x0b, + 0x74, + 0xdb, + 0x07, + 0xf9, + 0x7e, + 0xfd, + 0xe0, + 0xca, + 0xf6, + 0xf6, + 0x83, + 0xfa, + 0x64, + 0xd2, + 0x05, + 0x40, + 0x97, + 0xfb, + 0x40, + 0xfc, + 0xf5, + 0xf3, + 0x79, + 0x02, + 0x91, + 0x9f, + 0xfa, + 0x2e, + 0xc6, + 0xf8, + 0xfe, + 0x0f, + 0xff, + 0x83, + 0xcc, + 0xfd, + 0x78, + 0xfb, + 0xff, + 0x73, + 0xb6, + 0xff, + 0x38, + 0xc7, + 0xfc, + 0xd7, + 0x4d, + 0xfe, + 0x5f, + 0x3f, + 0x02, + 0x68, + 0x7d, + 0xff, + 0x4f, + 0x5c, + 0xfd, + 0xbb, + 0xa6, + 0xff, + 0x75, + 0xf1, + 0xfe, + 0x1d, + 0xb8, + 0xff, + 0xf0, + 0xe4, + 0xff, + 0x79, + 0x0f, + 0xfe, + 0xc5, + 0x1e, + 0xff, + 0xa5, + 0x64, + 0xff, + 0x9b, + 0xf2, + 0xfd, + 0x5e, + 0x6e, + 0xfe, + 0x86, + 0x2f, + 0xff, + 0xce, + 0x14, + 0xff, + 0xc5, + 0x5c, + 0xff, + 0x1c, + 0x54, + 0xff, + 0x0e, + 0xc1, + 0xfe, + 0xe9, + 0x13, + 0xff, + 0xf8, + 0x30, + 0xff, + 0x1f, + 0xdc, + 0xfe, + 0x72, + 0xd5, + 0xff, + 0x71, + 0xd7, + 0xff, + 0x9c, + 0x2c, + 0xff, + 0x16, + 0x5b, + 0xff, + 0x45, + 0x6d, + 0xff, + 0xa4, + 0x68, + 0xff, + 0xa6, + 0x54, + 0xff, + 0x4f, + 0x64, + 0xff, + 0xb5, + 0xaf, + 0xff, + 0x52, + 0x2e, + 0x00, + 0x7f, + 0xaf, + 0xff, + 0xc6, + 0x52, + 0xff, + 0xe9, + 0xd4, + 0xff, + 0x6f, + 0xa7, + 0xff, + 0x5c, + 0xfa, + 0x26, + 0xac, + 0x15, + 0x42, + 0xf3, + 0x3b, + 0xf3, + 0xb5, + 0x02, + 0xd8, + 0xf8, + 0x62, + 0x19, + 0x21, + 0x4c, + 0x15, + 0x05, + 0xaf, + 0xfb, + 0xdb, + 0xc7, + 0xf9, + 0xe4, + 0x8d, + 0x09, + 0x8b, + 0xe5, + 0x10, + 0xe6, + 0x21, + 0xe7, + 0x83, + 0xa0, + 0xe5, + 0x76, + 0x17, + 0x04, + 0x25, + 0x84, + 0x0a, + 0x84, + 0xcc, + 0x09, + 0x67, + 0x83, + 0xff, + 0xdf, + 0xaf, + 0xf5, + 0x80, + 0xf5, + 0xf9, + 0xa2, + 0x7f, + 0x05, + 0x42, + 0xd4, + 0xfa, + 0x5c, + 0x7c, + 0xf6, + 0x11, + 0x4a, + 0x03, + 0x7a, + 0xfd, + 0xf9, + 0xfc, + 0x33, + 0xf8, + 0x34, + 0x9e, + 0xff, + 0x50, + 0xe1, + 0xfd, + 0x67, + 0x56, + 0xff, + 0x01, + 0xa7, + 0xff, + 0xff, + 0xf6, + 0xfc, + 0x2d, + 0x9f, + 0xfe, + 0x72, + 0x57, + 0x02, + 0xb7, + 0x96, + 0xfe, + 0x2b, + 0x58, + 0xfd, + 0xa4, + 0xff, + 0xff, + 0xaf, + 0xc3, + 0xfe, + 0xc4, + 0xce, + 0xff, + 0x15, + 0x7b, + 0xff, + 0x37, + 0x9f, + 0xfd, + 0x11, + 0x34, + 0xff, + 0xb7, + 0x77, + 0xff, + 0xa2, + 0x97, + 0xfd, + 0x32, + 0x6a, + 0xfe, + 0xa8, + 0x7a, + 0xff, + 0x0c, + 0xd7, + 0xfe, + 0x49, + 0x7c, + 0xff, + 0x97, + 0x97, + 0xff, + 0xe6, + 0xbc, + 0xfe, + 0xa9, + 0x12, + 0xff, + 0x68, + 0x28, + 0xff, + 0x57, + 0xda, + 0xfe, + 0xee, + 0xb0, + 0xff, + 0x57, + 0xbe, + 0xff, + 0x5c, + 0x25, + 0xff, + 0x87, + 0x4b, + 0xff, + 0x26, + 0x48, + 0xff, + 0x45, + 0x42, + 0xff, + 0x51, + 0x71, + 0xff, + 0xf2, + 0x87, + 0xff, + 0x5d, + 0xa9, + 0xff, + 0x75, + 0x25, + 0x00, + 0x7d, + 0xaa, + 0xff, + 0x0f, + 0x55, + 0xff, + 0xda, + 0xd0, + 0xff, + 0x41, + 0x8f, + 0xff, + 0x46, + 0x4d, + 0x2b, + 0x86, + 0x60, + 0x45, + 0xce, + 0x80, + 0xed, + 0x4e, + 0xc6, + 0xd6, + 0x46, + 0x92, + 0x1b, + 0x09, + 0x2e, + 0x11, + 0x70, + 0x77, + 0xfb, + 0x39, + 0x29, + 0xfb, + 0x2e, + 0x98, + 0x09, + 0x6a, + 0xaf, + 0x14, + 0x33, + 0x86, + 0xe7, + 0x42, + 0xcd, + 0xe1, + 0x14, + 0xff, + 0x02, + 0x7c, + 0xee, + 0x0a, + 0x80, + 0x30, + 0x0a, + 0x42, + 0xb4, + 0x00, + 0x98, + 0x24, + 0xf6, + 0x37, + 0xfa, + 0xf9, + 0x16, + 0x0f, + 0x04, + 0x86, + 0xe3, + 0xf9, + 0x0b, + 0x9b, + 0xf8, + 0xe0, + 0x56, + 0x03, + 0x96, + 0xd0, + 0xf8, + 0x89, + 0x73, + 0xf8, + 0xad, + 0xdd, + 0xff, + 0x3e, + 0xcd, + 0xfd, + 0x5c, + 0xa6, + 0xfe, + 0x66, + 0xc6, + 0xff, + 0xb8, + 0x5e, + 0xfd, + 0xaa, + 0xef, + 0xfe, + 0xaf, + 0x46, + 0x02, + 0xaf, + 0x94, + 0xfd, + 0x5c, + 0x99, + 0xfd, + 0x5c, + 0x5f, + 0x00, + 0x4a, + 0x50, + 0xfe, + 0x91, + 0x9e, + 0xff, + 0x64, + 0xe9, + 0xfe, + 0x36, + 0x90, + 0xfd, + 0x1d, + 0x89, + 0xff, + 0x63, + 0x1c, + 0xff, + 0x4b, + 0x9a, + 0xfd, + 0xac, + 0xab, + 0xfe, + 0xe2, + 0x65, + 0xff, + 0x8d, + 0xd3, + 0xfe, + 0xf1, + 0xb5, + 0xff, + 0x16, + 0xaf, + 0xff, + 0x24, + 0x84, + 0xfe, + 0x95, + 0x4f, + 0xff, + 0x9e, + 0x5b, + 0xff, + 0x89, + 0x9e, + 0xfe, + 0xc0, + 0x99, + 0xff, + 0xaf, + 0x93, + 0xff, + 0xe1, + 0x14, + 0xff, + 0x37, + 0x41, + 0xff, + 0x51, + 0x19, + 0xff, + 0xd7, + 0x40, + 0xff, + 0x86, + 0x8c, + 0xff, + 0x7a, + 0x9a, + 0xff, + 0x3f, + 0xb1, + 0xff, + 0x63, + 0x2d, + 0x00, + 0x0a, + 0xa8, + 0xff, + 0x55, + 0x41, + 0xff, + 0xd5, + 0xc4, + 0xff, + 0xda, + 0x9d, + 0xff, + 0x99, + 0xbd, + 0x2a, + 0xc2, + 0x3c, + 0x49, + 0x79, + 0x3e, + 0xf0, + 0xcf, + 0x26, + 0xd2, + 0x8d, + 0x9e, + 0x1b, + 0x20, + 0xaa, + 0x0f, + 0xce, + 0x87, + 0xf8, + 0x81, + 0x09, + 0xfd, + 0xb4, + 0xa8, + 0x07, + 0xc1, + 0x9b, + 0x1a, + 0x96, + 0xee, + 0xeb, + 0x66, + 0x72, + 0xda, + 0x11, + 0x33, + 0x01, + 0x4f, + 0x7a, + 0x0b, + 0x77, + 0xd4, + 0x09, + 0x60, + 0x3a, + 0x02, + 0xed, + 0x5a, + 0xf8, + 0xa2, + 0x08, + 0xf9, + 0xbd, + 0x78, + 0x01, + 0x6b, + 0xc2, + 0xfb, + 0xe6, + 0xcb, + 0xf8, + 0xd0, + 0xfd, + 0x02, + 0x3a, + 0x1c, + 0xf9, + 0x31, + 0xac, + 0xf7, + 0xe7, + 0xa6, + 0x00, + 0xcf, + 0x05, + 0xfd, + 0x97, + 0xc4, + 0xfd, + 0x14, + 0x58, + 0x00, + 0x0b, + 0xf2, + 0xfd, + 0xb5, + 0xdc, + 0xfe, + 0x66, + 0xec, + 0x01, + 0xea, + 0x84, + 0xfd, + 0xff, + 0x25, + 0xfd, + 0xa8, + 0xd5, + 0x00, + 0x24, + 0xf2, + 0xfd, + 0x82, + 0x83, + 0xfe, + 0xbe, + 0x10, + 0xff, + 0xd4, + 0x84, + 0xfd, + 0x83, + 0x78, + 0xff, + 0xac, + 0x4a, + 0xff, + 0xfb, + 0xbd, + 0xfd, + 0xab, + 0x97, + 0xfe, + 0x4b, + 0x60, + 0xff, + 0xbc, + 0x24, + 0xff, + 0xf5, + 0x92, + 0xff, + 0xf7, + 0x99, + 0xff, + 0x54, + 0x9f, + 0xfe, + 0x0e, + 0x6a, + 0xff, + 0xad, + 0x84, + 0xff, + 0x2b, + 0x36, + 0xfe, + 0x01, + 0x78, + 0xff, + 0xdd, + 0xbb, + 0xff, + 0x43, + 0xd9, + 0xfe, + 0xe8, + 0x23, + 0xff, + 0xec, + 0x08, + 0xff, + 0x19, + 0x58, + 0xff, + 0x36, + 0x8a, + 0xff, + 0x11, + 0x82, + 0xff, + 0x3f, + 0xc2, + 0xff, + 0x5f, + 0x32, + 0x00, + 0x97, + 0xd4, + 0xff, + 0xfc, + 0x2e, + 0xff, + 0x72, + 0xab, + 0xff, + 0x10, + 0xa3, + 0xff, + 0x41, + 0xc9, + 0x2e, + 0xb8, + 0xb6, + 0x4a, + 0x9c, + 0xbe, + 0xea, + 0x3b, + 0x15, + 0xd5, + 0x51, + 0x3c, + 0x1e, + 0xa3, + 0x7f, + 0x09, + 0x96, + 0x28, + 0xf7, + 0x47, + 0xde, + 0xfb, + 0xf3, + 0x30, + 0x09, + 0xb3, + 0x89, + 0x20, + 0x39, + 0x0f, + 0xeb, + 0x72, + 0x9f, + 0xd7, + 0x8a, + 0x8a, + 0x00, + 0x12, + 0x37, + 0x0b, + 0x77, + 0x12, + 0x09, + 0xdd, + 0xe6, + 0x02, + 0xd9, + 0x19, + 0xfb, + 0x58, + 0xe2, + 0xf7, + 0x12, + 0x10, + 0x00, + 0x3b, + 0x3c, + 0xfd, + 0x94, + 0xe3, + 0xf8, + 0xde, + 0xa0, + 0x02, + 0xa6, + 0xbb, + 0xf8, + 0xe2, + 0x32, + 0xf8, + 0x4a, + 0x59, + 0x01, + 0x9a, + 0x9b, + 0xfb, + 0x85, + 0x6b, + 0xfd, + 0x83, + 0xd1, + 0x00, + 0xc2, + 0x60, + 0xfe, + 0x38, + 0x47, + 0xff, + 0x3c, + 0x32, + 0x01, + 0x3b, + 0x80, + 0xfd, + 0x8f, + 0x3b, + 0xfd, + 0x54, + 0xa1, + 0x00, + 0x8e, + 0x45, + 0xfd, + 0x01, + 0xd7, + 0xfd, + 0x94, + 0x61, + 0xff, + 0x9b, + 0x20, + 0xfd, + 0x55, + 0xcb, + 0xff, + 0xbf, + 0xd8, + 0xff, + 0x08, + 0x76, + 0xfd, + 0x2b, + 0xc2, + 0xfe, + 0xee, + 0xa8, + 0xff, + 0x00, + 0x48, + 0xff, + 0xd5, + 0x18, + 0xff, + 0x0f, + 0xad, + 0xff, + 0xc6, + 0x28, + 0xff, + 0xa3, + 0x3d, + 0xff, + 0x9d, + 0x39, + 0xff, + 0x11, + 0x0e, + 0xfe, + 0x9f, + 0x99, + 0xff, + 0x6d, + 0xad, + 0xff, + 0x5b, + 0xad, + 0xfe, + 0x54, + 0x2f, + 0xff, + 0x48, + 0x1a, + 0xff, + 0xef, + 0x60, + 0xff, + 0xa8, + 0x75, + 0xff, + 0x17, + 0x76, + 0xff, + 0x14, + 0xd1, + 0xff, + 0xc4, + 0x4d, + 0x00, + 0x51, + 0xdb, + 0xff, + 0x9f, + 0x42, + 0xff, + 0x7d, + 0xb4, + 0xff, + 0x11, + 0x7a, + 0xff, + 0xb7, + 0xbd, + 0x30, + 0xe7, + 0xd5, + 0x4b, + 0x76, + 0x0b, + 0xe9, + 0xb0, + 0x52, + 0xd7, + 0x71, + 0x0a, + 0x1f, + 0x61, + 0x91, + 0x05, + 0x8d, + 0xca, + 0xf5, + 0xbf, + 0x2e, + 0xf9, + 0xf9, + 0xe5, + 0x09, + 0xf4, + 0x2f, + 0x26, + 0xc9, + 0x84, + 0xeb, + 0x0a, + 0x7c, + 0xd6, + 0xfb, + 0x2e, + 0xff, + 0x68, + 0x83, + 0x09, + 0xe1, + 0xaa, + 0x08, + 0x9b, + 0x97, + 0x03, + 0x7e, + 0x06, + 0xfe, + 0x2a, + 0xc6, + 0xf6, + 0xed, + 0xd5, + 0xfe, + 0x10, + 0x91, + 0xff, + 0xc7, + 0xf9, + 0xf7, + 0x87, + 0xf2, + 0x01, + 0xe3, + 0x5a, + 0xf9, + 0x33, + 0xcd, + 0xf8, + 0x72, + 0x80, + 0x01, + 0x4e, + 0x39, + 0xfa, + 0x0f, + 0x72, + 0xfd, + 0x5e, + 0xfc, + 0x00, + 0x4e, + 0xec, + 0xfe, + 0xd6, + 0x64, + 0xff, + 0x44, + 0x69, + 0x00, + 0x4d, + 0x51, + 0xfe, + 0x80, + 0xb2, + 0xfc, + 0xa1, + 0xa3, + 0xff, + 0x97, + 0x30, + 0xfd, + 0xb1, + 0x90, + 0xfd, + 0xcf, + 0x4f, + 0xff, + 0x04, + 0x16, + 0xfd, + 0x4b, + 0x75, + 0x00, + 0xf5, + 0xef, + 0xff, + 0x6c, + 0x76, + 0xfd, + 0x7c, + 0x66, + 0xff, + 0x7b, + 0x84, + 0xff, + 0xaf, + 0xfa, + 0xfe, + 0xb6, + 0x14, + 0xff, + 0xd6, + 0x0a, + 0x00, + 0xd6, + 0x32, + 0xff, + 0x50, + 0xc7, + 0xfe, + 0x2f, + 0x3a, + 0xff, + 0xf5, + 0x24, + 0xfe, + 0xb6, + 0x6d, + 0xff, + 0xb6, + 0x83, + 0xff, + 0x77, + 0xbd, + 0xfe, + 0x47, + 0x60, + 0xff, + 0x97, + 0x32, + 0xff, + 0x67, + 0x54, + 0xff, + 0x09, + 0x6a, + 0xff, + 0xfb, + 0x71, + 0xff, + 0xb5, + 0xd7, + 0xff, + 0xfc, + 0x61, + 0x00, + 0xad, + 0xe3, + 0xff, + 0xe9, + 0x58, + 0xff, + 0x9d, + 0xac, + 0xff, + 0x65, + 0x4d, + 0xff, + 0xbc, + 0xd5, + 0x31, + 0xac, + 0xb5, + 0x4d, + 0xdd, + 0x66, + 0xe9, + 0x19, + 0x79, + 0xd7, + 0x24, + 0x86, + 0x1e, + 0x06, + 0xec, + 0x03, + 0x57, + 0x78, + 0xf4, + 0x30, + 0x6b, + 0xf5, + 0xca, + 0x73, + 0x09, + 0x2d, + 0xd4, + 0x2a, + 0x70, + 0x60, + 0xed, + 0x37, + 0xba, + 0xd6, + 0x73, + 0xc2, + 0xfc, + 0xc6, + 0xfa, + 0x06, + 0x2e, + 0x49, + 0x09, + 0xc9, + 0x07, + 0x04, + 0x44, + 0x43, + 0x00, + 0xd8, + 0xbc, + 0xf6, + 0xc2, + 0x96, + 0xfd, + 0xaa, + 0x46, + 0x01, + 0x01, + 0x48, + 0xf7, + 0x5b, + 0x0b, + 0x01, + 0x03, + 0x42, + 0xfa, + 0x6e, + 0x53, + 0xf9, + 0x34, + 0x0c, + 0x01, + 0xc3, + 0x6b, + 0xf9, + 0x64, + 0x85, + 0xfd, + 0x55, + 0xe5, + 0x00, + 0x33, + 0x49, + 0xff, + 0x21, + 0x63, + 0xff, + 0xa5, + 0x49, + 0x00, + 0xc7, + 0x9f, + 0xfe, + 0x44, + 0x7e, + 0xfb, + 0x2b, + 0x1d, + 0xff, + 0x4e, + 0x6b, + 0xfd, + 0x04, + 0x07, + 0xfd, + 0x17, + 0x74, + 0xff, + 0x67, + 0xb5, + 0xfd, + 0x07, + 0x45, + 0x00, + 0xd5, + 0xdc, + 0xff, + 0x30, + 0x73, + 0xfe, + 0xf5, + 0x76, + 0xff, + 0x3b, + 0xb9, + 0xfe, + 0x54, + 0x38, + 0xff, + 0x89, + 0x90, + 0xff, + 0xbf, + 0xbc, + 0xff, + 0x2b, + 0xce, + 0xfe, + 0x02, + 0xf3, + 0xfe, + 0x97, + 0x5e, + 0xff, + 0x07, + 0xee, + 0xfd, + 0x73, + 0x23, + 0xff, + 0xdc, + 0x75, + 0xff, + 0x2c, + 0xeb, + 0xfe, + 0x63, + 0x73, + 0xff, + 0xc1, + 0x27, + 0xff, + 0xe4, + 0x56, + 0xff, + 0xe6, + 0x75, + 0xff, + 0x9b, + 0x60, + 0xff, + 0x8c, + 0xda, + 0xff, + 0x2b, + 0x7d, + 0x00, + 0x73, + 0xf7, + 0xff, + 0x2f, + 0x5a, + 0xff, + 0x24, + 0x8c, + 0xff, + 0x9d, + 0x3c, + 0xff, + 0x80, + 0x37, + 0x31, + 0xac, + 0x36, + 0x4f, + 0x36, + 0xa1, + 0xec, + 0x51, + 0xb1, + 0xd6, + 0xbf, + 0xef, + 0x1c, + 0xdb, + 0x23, + 0x04, + 0x7b, + 0x00, + 0xf3, + 0x50, + 0x2e, + 0xf2, + 0xbc, + 0x18, + 0x07, + 0x71, + 0x20, + 0x2d, + 0xac, + 0xfa, + 0xf1, + 0x03, + 0x20, + 0xd8, + 0xcb, + 0x7a, + 0xf9, + 0x87, + 0xf1, + 0x03, + 0xed, + 0x3f, + 0x0a, + 0x68, + 0x71, + 0x04, + 0x50, + 0x14, + 0x01, + 0xf2, + 0x08, + 0xf8, + 0x06, + 0xbf, + 0xfc, + 0x82, + 0xb5, + 0x01, + 0x91, + 0x6d, + 0xf7, + 0xe9, + 0x4f, + 0x00, + 0xdb, + 0x26, + 0xfb, + 0x65, + 0xa1, + 0xf9, + 0xe1, + 0x4b, + 0x00, + 0x5e, + 0x47, + 0xf9, + 0x64, + 0x5c, + 0xfd, + 0x45, + 0x89, + 0x00, + 0x68, + 0x85, + 0xff, + 0x1f, + 0xa9, + 0xff, + 0xdb, + 0xd2, + 0xff, + 0xc3, + 0xda, + 0xfd, + 0xcd, + 0x60, + 0xfb, + 0x15, + 0xb5, + 0xfe, + 0xf9, + 0x03, + 0xfd, + 0x2d, + 0x9a, + 0xfd, + 0x33, + 0xb6, + 0xff, + 0xde, + 0xac, + 0xfd, + 0x08, + 0x2c, + 0x00, + 0x69, + 0x6e, + 0x00, + 0x78, + 0xf0, + 0xfe, + 0x6a, + 0xd6, + 0xfe, + 0xda, + 0xeb, + 0xfe, + 0x92, + 0x9c, + 0xff, + 0xaf, + 0x26, + 0xff, + 0x11, + 0x5e, + 0xff, + 0x7d, + 0xfc, + 0xfe, + 0xfa, + 0x17, + 0xff, + 0xae, + 0x08, + 0xff, + 0xd4, + 0xd8, + 0xfd, + 0x01, + 0x05, + 0xff, + 0x54, + 0x89, + 0xff, + 0x39, + 0x16, + 0xff, + 0x8d, + 0x4d, + 0xff, + 0x08, + 0x35, + 0xff, + 0xe2, + 0x57, + 0xff, + 0xf3, + 0x7c, + 0xff, + 0xa7, + 0x72, + 0xff, + 0xa6, + 0xe9, + 0xff, + 0xde, + 0x83, + 0x00, + 0xde, + 0xd3, + 0xff, + 0x6d, + 0x55, + 0xff, + 0x62, + 0x77, + 0xff, + 0x0b, + 0x32, + 0xff, + 0x98, + 0x3f, + 0x30, + 0x7e, + 0xe5, + 0x4f, + 0x0c, + 0x95, + 0xf0, + 0x27, + 0xee, + 0xd6, + 0xcb, + 0xe4, + 0x1a, + 0x2f, + 0x7a, + 0x04, + 0x09, + 0xbc, + 0xf1, + 0xd8, + 0xc9, + 0xef, + 0xf5, + 0xca, + 0x03, + 0x0d, + 0x04, + 0x2d, + 0xe1, + 0x40, + 0xf8, + 0x21, + 0x86, + 0xda, + 0x35, + 0xe6, + 0xf5, + 0x4a, + 0x43, + 0x01, + 0x02, + 0xe2, + 0x0a, + 0x9a, + 0x2f, + 0x05, + 0x56, + 0xb5, + 0x00, + 0xe2, + 0xf5, + 0xf9, + 0x72, + 0x44, + 0xfd, + 0xca, + 0x7d, + 0x00, + 0x19, + 0x29, + 0xf8, + 0xb7, + 0xa0, + 0x00, + 0x1b, + 0x73, + 0xfb, + 0xaf, + 0xba, + 0xf9, + 0x2e, + 0x9c, + 0xff, + 0x44, + 0x39, + 0xf9, + 0x90, + 0x16, + 0xfd, + 0x24, + 0x9f, + 0x00, + 0x70, + 0x9a, + 0xff, + 0x59, + 0xf3, + 0xfe, + 0xd7, + 0x42, + 0xff, + 0x71, + 0x92, + 0xfd, + 0x4c, + 0x6e, + 0xfb, + 0x18, + 0x62, + 0xfe, + 0x9f, + 0x51, + 0xfd, + 0x26, + 0x4f, + 0xfe, + 0xc8, + 0x28, + 0xff, + 0xb8, + 0xee, + 0xfd, + 0xca, + 0xd8, + 0x00, + 0xca, + 0x2a, + 0x00, + 0xa5, + 0xca, + 0xfe, + 0xb3, + 0x48, + 0xff, + 0xdf, + 0x46, + 0xff, + 0xed, + 0xf4, + 0xfe, + 0x60, + 0xed, + 0xfe, + 0x02, + 0xae, + 0xff, + 0x7c, + 0xe2, + 0xfe, + 0x24, + 0xec, + 0xfe, + 0x79, + 0xd0, + 0xfe, + 0x9d, + 0xe8, + 0xfd, + 0xac, + 0x10, + 0xff, + 0x1b, + 0x93, + 0xff, + 0x86, + 0x1b, + 0xff, + 0x9d, + 0x30, + 0xff, + 0x04, + 0x40, + 0xff, + 0x96, + 0x57, + 0xff, + 0x65, + 0xa4, + 0xff, + 0x04, + 0x8e, + 0xff, + 0xa7, + 0xd4, + 0xff, + 0x12, + 0x6f, + 0x00, + 0x17, + 0xc5, + 0xff, + 0xb3, + 0x5a, + 0xff, + 0x50, + 0x6d, + 0xff, + 0x4a, + 0x39, + 0xff, + 0x5a, + 0xda, + 0x2e, + 0x26, + 0xfe, + 0x4f, + 0x39, + 0x4e, + 0xf5, + 0x62, + 0x03, + 0xd8, + 0xb8, + 0x68, + 0x18, + 0xe7, + 0x76, + 0x04, + 0x1d, + 0x2c, + 0xf1, + 0xef, + 0xa0, + 0xee, + 0x27, + 0xe8, + 0xfe, + 0x80, + 0x29, + 0x2b, + 0x23, + 0xd9, + 0xff, + 0x13, + 0x12, + 0xdd, + 0xce, + 0x0f, + 0xf3, + 0x44, + 0x43, + 0xff, + 0x57, + 0x65, + 0x0a, + 0x75, + 0x43, + 0x06, + 0x49, + 0xbc, + 0xff, + 0x5e, + 0x37, + 0xfc, + 0x94, + 0xdb, + 0xfe, + 0x44, + 0x2a, + 0xfe, + 0xb4, + 0x9d, + 0xf9, + 0x42, + 0x98, + 0x01, + 0xe8, + 0x20, + 0xfb, + 0x5f, + 0xdc, + 0xf9, + 0x58, + 0x99, + 0xfe, + 0x07, + 0x6a, + 0xf9, + 0xb9, + 0x52, + 0xfd, + 0x29, + 0x85, + 0x00, + 0xa1, + 0x89, + 0xfe, + 0x2d, + 0xf2, + 0xfd, + 0x0b, + 0xfd, + 0xff, + 0x2d, + 0xf1, + 0xfc, + 0xe8, + 0x91, + 0xfb, + 0x30, + 0x6c, + 0xff, + 0x9e, + 0xdf, + 0xfc, + 0x8a, + 0x76, + 0xfe, + 0x67, + 0x8f, + 0xff, + 0x53, + 0x2b, + 0xfe, + 0x99, + 0x9b, + 0x00, + 0x0b, + 0x19, + 0x00, + 0x9f, + 0x7a, + 0xff, + 0x58, + 0x28, + 0xff, + 0x14, + 0x03, + 0xff, + 0x09, + 0xe3, + 0xfe, + 0x8c, + 0x36, + 0xff, + 0x38, + 0xaa, + 0xff, + 0xc7, + 0x54, + 0xfe, + 0x58, + 0x27, + 0xff, + 0xce, + 0xe2, + 0xfe, + 0xbd, + 0xe3, + 0xfd, + 0xf1, + 0x1c, + 0xff, + 0xa0, + 0x65, + 0xff, + 0x4d, + 0x38, + 0xff, + 0x9a, + 0x31, + 0xff, + 0x8d, + 0x54, + 0xff, + 0x2a, + 0x77, + 0xff, + 0xc5, + 0x9c, + 0xff, + 0x2d, + 0x97, + 0xff, + 0x8b, + 0xb1, + 0xff, + 0x02, + 0x59, + 0x00, + 0x31, + 0xdb, + 0xff, + 0xca, + 0x55, + 0xff, + 0x78, + 0x79, + 0xff, + 0x33, + 0x3e, + 0xff, + 0x1d, + 0xd9, + 0x2c, + 0xba, + 0x9c, + 0x4f, + 0x74, + 0x09, + 0xfb, + 0xf6, + 0x66, + 0xd9, + 0xb4, + 0x87, + 0x14, + 0x49, + 0x1a, + 0x04, + 0xf3, + 0x91, + 0xf2, + 0x6e, + 0xa0, + 0xee, + 0xfd, + 0xc3, + 0xf7, + 0x38, + 0xbb, + 0x27, + 0x10, + 0xf5, + 0x07, + 0xac, + 0xcf, + 0xdf, + 0x71, + 0xa9, + 0xf1, + 0xe1, + 0xc3, + 0xfd, + 0x9c, + 0x05, + 0x08, + 0x45, + 0x45, + 0x07, + 0xe1, + 0x3a, + 0xff, + 0x93, + 0xf4, + 0xfd, + 0xde, + 0x27, + 0x01, + 0x6d, + 0x04, + 0xfc, + 0xaa, + 0xad, + 0xfa, + 0xed, + 0x05, + 0x03, + 0xb8, + 0x79, + 0xfa, + 0xa9, + 0x97, + 0xf9, + 0x2f, + 0xcc, + 0xfd, + 0x53, + 0xfa, + 0xf9, + 0x20, + 0x17, + 0xfd, + 0x4c, + 0xf6, + 0xfe, + 0x45, + 0xfd, + 0xfd, + 0x79, + 0x9c, + 0xfd, + 0x5c, + 0x59, + 0x00, + 0x8a, + 0x2f, + 0xfd, + 0x83, + 0xfb, + 0xfb, + 0xfe, + 0xcb, + 0xff, + 0xef, + 0x3b, + 0xfc, + 0x64, + 0x3a, + 0xff, + 0x26, + 0xeb, + 0xff, + 0x79, + 0x45, + 0xfd, + 0x71, + 0x10, + 0x01, + 0xdc, + 0xbf, + 0x00, + 0x26, + 0x0f, + 0xff, + 0x92, + 0x9a, + 0xfe, + 0xb1, + 0x64, + 0xff, + 0x97, + 0x33, + 0xff, + 0xed, + 0xf5, + 0xfe, + 0x40, + 0x79, + 0xff, + 0xc0, + 0x2c, + 0xfe, + 0xb9, + 0x6c, + 0xff, + 0xb7, + 0x05, + 0xff, + 0x6e, + 0xb7, + 0xfd, + 0x5d, + 0x10, + 0xff, + 0xf6, + 0x49, + 0xff, + 0xa8, + 0x34, + 0xff, + 0x0f, + 0x67, + 0xff, + 0x1d, + 0x89, + 0xff, + 0x3c, + 0x59, + 0xff, + 0x1f, + 0x7a, + 0xff, + 0xb9, + 0x98, + 0xff, + 0x94, + 0x94, + 0xff, + 0xa7, + 0x53, + 0x00, + 0x4b, + 0xe4, + 0xff, + 0xaa, + 0x40, + 0xff, + 0x78, + 0x88, + 0xff, + 0x2e, + 0x5a, + 0xff, + 0x29, + 0x25, + 0x2a, + 0x3f, + 0xc0, + 0x4d, + 0xc4, + 0x25, + 0x01, + 0x57, + 0x12, + 0xdd, + 0xc0, + 0xc5, + 0x10, + 0x6e, + 0xaf, + 0x02, + 0xd3, + 0x41, + 0xf4, + 0x83, + 0x32, + 0xee, + 0x25, + 0x2c, + 0xf0, + 0xc6, + 0x71, + 0x24, + 0x54, + 0xb2, + 0x0f, + 0x51, + 0x99, + 0xe2, + 0x95, + 0xec, + 0xf0, + 0xd2, + 0x0c, + 0xfd, + 0xa2, + 0xc4, + 0x03, + 0x3c, + 0x99, + 0x07, + 0x62, + 0x48, + 0x01, + 0xad, + 0xb4, + 0xfd, + 0x55, + 0x64, + 0x03, + 0x77, + 0x4d, + 0xfc, + 0x51, + 0x56, + 0xf9, + 0x3c, + 0x07, + 0x05, + 0x6d, + 0x84, + 0xfa, + 0x3f, + 0x2f, + 0xf8, + 0xf6, + 0x4e, + 0xfe, + 0xd5, + 0x31, + 0xf9, + 0x7a, + 0xaf, + 0xfb, + 0xc8, + 0x3d, + 0xfe, + 0xf5, + 0xb7, + 0xfd, + 0xe0, + 0x7c, + 0xfd, + 0x49, + 0x21, + 0x01, + 0x30, + 0x0b, + 0xfe, + 0x6c, + 0x2e, + 0xfb, + 0x48, + 0x47, + 0x00, + 0xd9, + 0xb5, + 0xfc, + 0xa4, + 0x77, + 0xfe, + 0xf8, + 0x1d, + 0x00, + 0xc6, + 0x82, + 0xfd, + 0x03, + 0x2d, + 0x01, + 0x6f, + 0x98, + 0x00, + 0x32, + 0xc2, + 0xfe, + 0x68, + 0x9e, + 0xfe, + 0xb4, + 0x8c, + 0xff, + 0x63, + 0x2e, + 0xff, + 0x2d, + 0xa9, + 0xfe, + 0x8c, + 0xa7, + 0xff, + 0x41, + 0x4f, + 0xfe, + 0x6f, + 0x65, + 0xff, + 0x81, + 0x1b, + 0xff, + 0xa8, + 0x95, + 0xfd, + 0xb7, + 0xf5, + 0xfe, + 0x2b, + 0x4c, + 0xff, + 0x60, + 0x43, + 0xff, + 0x83, + 0x77, + 0xff, + 0xeb, + 0x83, + 0xff, + 0xe3, + 0x30, + 0xff, + 0x56, + 0x79, + 0xff, + 0x75, + 0xa7, + 0xff, + 0xaa, + 0x77, + 0xff, + 0x4c, + 0x41, + 0x00, + 0xdd, + 0xd1, + 0xff, + 0x33, + 0x2f, + 0xff, + 0xa7, + 0x8c, + 0xff, + 0x3a, + 0x81, + 0xff, + 0xc1, + 0x2a, + 0x27, + 0xdd, + 0x7a, + 0x4a, + 0x88, + 0xc3, + 0x06, + 0x55, + 0x1c, + 0xe3, + 0xc3, + 0xd8, + 0x0d, + 0x71, + 0xa4, + 0x00, + 0x20, + 0x13, + 0xf6, + 0xbf, + 0xfe, + 0xec, + 0xef, + 0x2d, + 0xe9, + 0xc7, + 0x42, + 0x21, + 0x0d, + 0xa9, + 0x16, + 0x85, + 0xfc, + 0xe5, + 0x2f, + 0xd0, + 0xef, + 0x64, + 0xc4, + 0xfd, + 0x7e, + 0x4d, + 0xff, + 0xd9, + 0xa9, + 0x05, + 0x5e, + 0xca, + 0x05, + 0x5a, + 0xe5, + 0xfc, + 0xb8, + 0xce, + 0x03, + 0x7d, + 0xaf, + 0xff, + 0x6d, + 0x15, + 0xf7, + 0x05, + 0x48, + 0x05, + 0x73, + 0xb3, + 0xfc, + 0x8c, + 0x62, + 0xf6, + 0xe0, + 0xba, + 0xfd, + 0x4e, + 0xfa, + 0xf8, + 0x07, + 0x0d, + 0xfa, + 0x74, + 0x85, + 0xfd, + 0xe3, + 0x7a, + 0xfe, + 0xae, + 0xa7, + 0xfd, + 0xf3, + 0x39, + 0x01, + 0x06, + 0x22, + 0xff, + 0xd7, + 0xa0, + 0xfa, + 0xca, + 0x5c, + 0x00, + 0xf0, + 0x0b, + 0xfd, + 0xa7, + 0x84, + 0xfd, + 0x3c, + 0xd9, + 0x00, + 0x25, + 0xd4, + 0xfd, + 0xa6, + 0x6d, + 0x00, + 0xa8, + 0x93, + 0x00, + 0x5b, + 0x11, + 0xff, + 0x39, + 0xa0, + 0xfe, + 0xcf, + 0x5d, + 0xff, + 0xbe, + 0x38, + 0xff, + 0xa4, + 0x68, + 0xfe, + 0xef, + 0x0d, + 0x00, + 0x0b, + 0xb6, + 0xfe, + 0xb4, + 0xe5, + 0xfe, + 0xdf, + 0x2c, + 0xff, + 0x39, + 0xd4, + 0xfd, + 0x8b, + 0xfa, + 0xfe, + 0xa3, + 0x5d, + 0xff, + 0x1b, + 0x3b, + 0xff, + 0xb0, + 0x2f, + 0xff, + 0x0f, + 0x38, + 0xff, + 0xcf, + 0x67, + 0xff, + 0x9a, + 0xaf, + 0xff, + 0xc4, + 0xa4, + 0xff, + 0x7a, + 0x69, + 0xff, + 0x9e, + 0x02, + 0x00, + 0x62, + 0xbf, + 0xff, + 0xb3, + 0x3f, + 0xff, + 0xc3, + 0x97, + 0xff, + 0xf0, + 0xac, + 0xff, + 0xac, + 0x69, + 0x24, + 0x2f, + 0xc1, + 0x47, + 0x9a, + 0x93, + 0x0c, + 0xd9, + 0x05, + 0xe8, + 0x51, + 0xfa, + 0x08, + 0x2f, + 0x6d, + 0xfe, + 0xcd, + 0xf5, + 0xf9, + 0x78, + 0x52, + 0xee, + 0xb1, + 0xa6, + 0xe2, + 0xa2, + 0xe0, + 0x1a, + 0xc2, + 0x43, + 0x1c, + 0x11, + 0xef, + 0xea, + 0x48, + 0x49, + 0xee, + 0x7b, + 0x35, + 0x00, + 0x5d, + 0xbf, + 0xfc, + 0x4e, + 0x51, + 0x00, + 0xe3, + 0x39, + 0x0a, + 0x60, + 0x9c, + 0xfe, + 0x61, + 0xca, + 0x01, + 0xc9, + 0x8b, + 0x03, + 0x9d, + 0x02, + 0xf7, + 0xe1, + 0xc3, + 0x02, + 0x76, + 0xe8, + 0xfe, + 0xee, + 0x3c, + 0xf6, + 0x97, + 0x15, + 0xfc, + 0x4d, + 0x30, + 0xf9, + 0x88, + 0x73, + 0xf9, + 0xa5, + 0xbf, + 0xfc, + 0x86, + 0x36, + 0xff, + 0x50, + 0x29, + 0xfe, + 0xd3, + 0xaa, + 0x00, + 0x16, + 0x0f, + 0x00, + 0x49, + 0xa2, + 0xfa, + 0xa6, + 0x5d, + 0xff, + 0x77, + 0xfc, + 0xfd, + 0xf2, + 0x3d, + 0xfd, + 0x2c, + 0x9a, + 0x00, + 0x30, + 0x91, + 0xfe, + 0x1c, + 0xbd, + 0xff, + 0x6d, + 0x38, + 0x00, + 0xb7, + 0x83, + 0xff, + 0x6c, + 0xc6, + 0xfe, + 0x29, + 0x52, + 0xff, + 0xd8, + 0x83, + 0xff, + 0x9f, + 0x3c, + 0xfe, + 0x40, + 0xc6, + 0xff, + 0x37, + 0x39, + 0xff, + 0x27, + 0xca, + 0xfe, + 0x55, + 0x33, + 0xff, + 0xd3, + 0x57, + 0xfe, + 0xf2, + 0xfd, + 0xfe, + 0xef, + 0x4b, + 0xff, + 0x78, + 0xfb, + 0xfe, + 0x0e, + 0xdb, + 0xfe, + 0x27, + 0x40, + 0xff, + 0xa6, + 0x99, + 0xff, + 0xa2, + 0xb8, + 0xff, + 0xe7, + 0xaf, + 0xff, + 0xfd, + 0x64, + 0xff, + 0xe9, + 0xd2, + 0xff, + 0x10, + 0xb9, + 0xff, + 0x56, + 0x7c, + 0xff, + 0xcb, + 0xba, + 0xff, + 0xdb, + 0x6f, + 0xff, + 0x37, + 0x7e, + 0x21, + 0x67, + 0xce, + 0x45, + 0x13, + 0x86, + 0x10, + 0xf3, + 0xb3, + 0xe9, + 0x4e, + 0x08, + 0x0a, + 0xbd, + 0x12, + 0xff, + 0xb4, + 0xd1, + 0xf5, + 0xbf, + 0x0a, + 0xf1, + 0x18, + 0x2f, + 0xe2, + 0x0c, + 0x06, + 0x11, + 0xf1, + 0xaf, + 0x1f, + 0xe8, + 0x99, + 0xf2, + 0xb4, + 0x8a, + 0xeb, + 0x6b, + 0x78, + 0x01, + 0x1b, + 0x1e, + 0xfe, + 0x7d, + 0xc2, + 0xf9, + 0x7d, + 0xd3, + 0x0b, + 0xe7, + 0x90, + 0x03, + 0x41, + 0x8c, + 0xfe, + 0x93, + 0x02, + 0x05, + 0xd2, + 0x47, + 0xf9, + 0xa9, + 0x4b, + 0xff, + 0x91, + 0x25, + 0x00, + 0x0b, + 0x2d, + 0xf8, + 0x98, + 0x01, + 0xfa, + 0xe9, + 0xd1, + 0xf9, + 0xe2, + 0x73, + 0xfa, + 0xd8, + 0xbb, + 0xfa, + 0x7e, + 0xb3, + 0xff, + 0x62, + 0x1e, + 0xff, + 0xd7, + 0x46, + 0xff, + 0x37, + 0x76, + 0x00, + 0x12, + 0x0e, + 0xfb, + 0xc3, + 0xca, + 0xfe, + 0x4a, + 0x52, + 0xfe, + 0x5d, + 0x79, + 0xfd, + 0x2f, + 0x4c, + 0x00, + 0x5e, + 0x80, + 0xfe, + 0x47, + 0xbd, + 0xff, + 0x19, + 0xc0, + 0xff, + 0x40, + 0xea, + 0xff, + 0x0b, + 0x3a, + 0xff, + 0xf3, + 0x1f, + 0xff, + 0xd9, + 0xe0, + 0xff, + 0x36, + 0x0f, + 0xfe, + 0x87, + 0x82, + 0xff, + 0x47, + 0x71, + 0xff, + 0xd2, + 0xf6, + 0xfe, + 0x7d, + 0x9e, + 0xff, + 0x20, + 0x6b, + 0xfe, + 0xee, + 0xe2, + 0xfe, + 0x2f, + 0x2d, + 0xff, + 0x5a, + 0xc5, + 0xfe, + 0x1c, + 0xda, + 0xfe, + 0x29, + 0x5f, + 0xff, + 0xc2, + 0xc4, + 0xff, + 0x07, + 0x67, + 0xff, + 0x10, + 0x81, + 0xff, + 0xd3, + 0x9e, + 0xff, + 0xef, + 0xd6, + 0xff, + 0x18, + 0x03, + 0x00, + 0x2b, + 0x80, + 0xff, + 0xd8, + 0x6e, + 0xff, + 0x13, + 0x6f, + 0xff, + 0xfe, + 0x34, + 0x20, + 0x82, + 0xfc, + 0x44, + 0x08, + 0x31, + 0x11, + 0x2b, + 0x14, + 0xe9, + 0xb1, + 0x30, + 0x0d, + 0xc9, + 0xe3, + 0x00, + 0x1a, + 0x62, + 0xef, + 0x66, + 0x94, + 0xf2, + 0xb2, + 0x3d, + 0xe6, + 0x5d, + 0x8a, + 0x08, + 0x81, + 0xc7, + 0x1d, + 0xfe, + 0xde, + 0xfa, + 0xbf, + 0xc1, + 0xea, + 0x17, + 0x23, + 0x00, + 0x7d, + 0x50, + 0x02, + 0xfc, + 0x86, + 0xf5, + 0x5b, + 0xd1, + 0x09, + 0xd5, + 0xc1, + 0x07, + 0x3e, + 0x6f, + 0xfc, + 0x31, + 0xe4, + 0x04, + 0xc9, + 0x15, + 0xfb, + 0x1b, + 0x18, + 0xfe, + 0x8c, + 0xc4, + 0xff, + 0xae, + 0x66, + 0xf9, + 0xda, + 0x56, + 0xfb, + 0x70, + 0x49, + 0xf9, + 0x6f, + 0x0f, + 0xfc, + 0xa5, + 0xd1, + 0xf9, + 0xf2, + 0x4c, + 0xfd, + 0x3d, + 0xa0, + 0x00, + 0xa0, + 0x0b, + 0xfe, + 0x23, + 0xc4, + 0x00, + 0xd5, + 0xbe, + 0xfb, + 0xb7, + 0x64, + 0xfd, + 0x89, + 0x35, + 0xff, + 0xd3, + 0x5b, + 0xfd, + 0x6c, + 0x5c, + 0x00, + 0x95, + 0x60, + 0xfe, + 0xaa, + 0x52, + 0xff, + 0x4e, + 0x19, + 0x00, + 0x31, + 0xef, + 0xff, + 0x4a, + 0xcf, + 0xff, + 0x82, + 0xa7, + 0xfe, + 0x79, + 0xd5, + 0xff, + 0xd4, + 0x74, + 0xfe, + 0x37, + 0x7b, + 0xff, + 0x4e, + 0xf4, + 0xff, + 0xac, + 0x8c, + 0xfe, + 0x65, + 0x9f, + 0xff, + 0xa6, + 0xc6, + 0xfe, + 0x78, + 0xb4, + 0xfe, + 0x3d, + 0x21, + 0xff, + 0x0c, + 0x8b, + 0xfe, + 0x4c, + 0x1d, + 0xff, + 0x92, + 0x98, + 0xff, + 0x36, + 0x80, + 0xff, + 0xdc, + 0x47, + 0xff, + 0xc7, + 0x6f, + 0xff, + 0x27, + 0xbf, + 0xff, + 0x76, + 0xeb, + 0xff, + 0x9d, + 0x16, + 0x00, + 0xa3, + 0x8c, + 0xff, + 0x77, + 0x2a, + 0xff, + 0x4f, + 0x81, + 0xff, + 0x84, + 0x93, + 0x21, + 0x80, + 0x64, + 0x44, + 0x70, + 0xc2, + 0x0c, + 0x6d, + 0x11, + 0xea, + 0x2b, + 0xae, + 0x11, + 0x53, + 0xb2, + 0xff, + 0x32, + 0xfe, + 0xeb, + 0x5f, + 0x8e, + 0xf3, + 0x3a, + 0xc3, + 0xe9, + 0xaa, + 0xff, + 0x03, + 0x7d, + 0x89, + 0x19, + 0x16, + 0x37, + 0x01, + 0x20, + 0xe9, + 0xeb, + 0x6c, + 0xd3, + 0xfe, + 0xc9, + 0xe0, + 0x05, + 0xea, + 0x3b, + 0xf3, + 0x10, + 0x1e, + 0x08, + 0xed, + 0x39, + 0x09, + 0x11, + 0xf7, + 0xf9, + 0xdd, + 0xcc, + 0x05, + 0x87, + 0xf0, + 0xfc, + 0x52, + 0xc1, + 0xfb, + 0xf8, + 0x29, + 0x01, + 0xe2, + 0x15, + 0xfc, + 0x7b, + 0x79, + 0xfb, + 0xe3, + 0x49, + 0xfa, + 0x17, + 0xe2, + 0xfc, + 0x35, + 0xc8, + 0xf8, + 0x2a, + 0x84, + 0xfb, + 0x59, + 0x5d, + 0x00, + 0x8c, + 0xeb, + 0xfd, + 0xad, + 0x25, + 0x01, + 0x3c, + 0x67, + 0xfc, + 0xa7, + 0xa5, + 0xfb, + 0xa8, + 0x50, + 0xff, + 0x1c, + 0x8c, + 0xfe, + 0x76, + 0x57, + 0x00, + 0xae, + 0x80, + 0xfe, + 0xd4, + 0x94, + 0xfe, + 0x45, + 0x70, + 0x00, + 0xa5, + 0x8e, + 0x00, + 0xe0, + 0x8e, + 0xff, + 0x8a, + 0x9b, + 0xfe, + 0x2f, + 0xf8, + 0xff, + 0x06, + 0x08, + 0xff, + 0x18, + 0x6d, + 0xff, + 0xb8, + 0xf2, + 0xff, + 0x20, + 0xc1, + 0xfe, + 0x3c, + 0x85, + 0xff, + 0x92, + 0xdb, + 0xfe, + 0x53, + 0x7a, + 0xfe, + 0xf0, + 0x1c, + 0xff, + 0x80, + 0xd8, + 0xfe, + 0x40, + 0x37, + 0xff, + 0x2c, + 0x80, + 0xff, + 0xff, + 0x83, + 0xff, + 0xdc, + 0x72, + 0xff, + 0xff, + 0x71, + 0xff, + 0xe8, + 0xb9, + 0xff, + 0x7f, + 0xd5, + 0xff, + 0x85, + 0x06, + 0x00, + 0x6d, + 0xa2, + 0xff, + 0xb4, + 0x4b, + 0xff, + 0x46, + 0x86, + 0xff, + 0x2f, + 0x4b, + 0x24, + 0x9e, + 0xe8, + 0x42, + 0x6d, + 0x80, + 0x05, + 0x11, + 0x54, + 0xed, + 0xad, + 0x07, + 0x16, + 0x48, + 0x62, + 0xfb, + 0x26, + 0x66, + 0xeb, + 0x88, + 0x69, + 0xf5, + 0xe0, + 0x0c, + 0xeb, + 0x90, + 0x6d, + 0x00, + 0x0b, + 0xbe, + 0x16, + 0xf7, + 0x79, + 0x06, + 0xd7, + 0x18, + 0xec, + 0x0e, + 0x50, + 0xfd, + 0xd8, + 0x20, + 0x09, + 0xe5, + 0x46, + 0xf3, + 0xdd, + 0x77, + 0x04, + 0x54, + 0x1a, + 0x09, + 0xa1, + 0xbf, + 0xfa, + 0x59, + 0x7d, + 0x02, + 0xc6, + 0xdf, + 0xfe, + 0x4f, + 0xec, + 0xfd, + 0xee, + 0x85, + 0x00, + 0x08, + 0x4a, + 0xff, + 0x60, + 0x57, + 0xfb, + 0xc5, + 0xcd, + 0xf9, + 0xab, + 0x43, + 0xfe, + 0xfd, + 0xc0, + 0xf8, + 0x57, + 0x1b, + 0xfa, + 0x88, + 0x26, + 0xfe, + 0x8b, + 0x95, + 0xfe, + 0xfe, + 0xee, + 0x00, + 0xd3, + 0x40, + 0xfc, + 0x5b, + 0x24, + 0xfc, + 0x5d, + 0x4c, + 0xfe, + 0x83, + 0x75, + 0xff, + 0xc2, + 0x63, + 0x00, + 0x7a, + 0x58, + 0xfe, + 0x86, + 0x25, + 0xff, + 0xc3, + 0xe4, + 0xff, + 0x8e, + 0xb5, + 0x00, + 0x97, + 0xb3, + 0xff, + 0x8c, + 0xc3, + 0xfe, + 0xcb, + 0x2e, + 0x00, + 0xc5, + 0x10, + 0xff, + 0x4e, + 0x68, + 0xff, + 0x97, + 0xe5, + 0xff, + 0x16, + 0x2e, + 0xff, + 0xb8, + 0x63, + 0xff, + 0x3e, + 0xa4, + 0xfe, + 0xc7, + 0x97, + 0xfe, + 0xf9, + 0x09, + 0xff, + 0x5d, + 0x05, + 0xff, + 0x50, + 0x4e, + 0xff, + 0x23, + 0x5c, + 0xff, + 0xe7, + 0x93, + 0xff, + 0x3d, + 0x95, + 0xff, + 0x6b, + 0x71, + 0xff, + 0x5a, + 0xd1, + 0xff, + 0x3e, + 0xd4, + 0xff, + 0xc6, + 0xd8, + 0xff, + 0x62, + 0x90, + 0xff, + 0x8b, + 0x43, + 0xff, + 0x56, + 0x9d, + 0xff, + 0x0a, + 0xac, + 0x22, + 0x99, + 0x18, + 0x43, + 0x1e, + 0x0a, + 0x05, + 0x79, + 0xb0, + 0xe8, + 0x96, + 0xae, + 0x1a, + 0x35, + 0x8e, + 0xff, + 0xd1, + 0x7d, + 0xe4, + 0xb6, + 0x3b, + 0xf7, + 0x8f, + 0x32, + 0xf1, + 0x9f, + 0x11, + 0xfc, + 0x19, + 0xd9, + 0x0f, + 0x75, + 0xb0, + 0x0b, + 0x66, + 0x19, + 0xf2, + 0xb7, + 0x9e, + 0xf6, + 0x73, + 0x5e, + 0x0b, + 0x6d, + 0x69, + 0xf7, + 0x50, + 0x3d, + 0xfe, + 0x24, + 0xdf, + 0x09, + 0x66, + 0xef, + 0xfa, + 0x9d, + 0x54, + 0xff, + 0x9b, + 0x45, + 0x01, + 0xc3, + 0x36, + 0x01, + 0x87, + 0xae, + 0x00, + 0x49, + 0x22, + 0xff, + 0x96, + 0xa4, + 0xfd, + 0x90, + 0xe6, + 0xf8, + 0x30, + 0x2d, + 0xfe, + 0xf7, + 0x01, + 0xfb, + 0xdf, + 0x66, + 0xf8, + 0x84, + 0xcf, + 0xfc, + 0xb9, + 0x40, + 0xfd, + 0xca, + 0xd4, + 0xff, + 0x96, + 0x68, + 0xfd, + 0xfc, + 0x43, + 0xfd, + 0xa5, + 0x77, + 0xfe, + 0x5c, + 0xda, + 0xfd, + 0xbc, + 0x50, + 0x00, + 0x85, + 0xd3, + 0xff, + 0x27, + 0x4d, + 0xff, + 0x66, + 0x7b, + 0xff, + 0x98, + 0x55, + 0x00, + 0xe6, + 0x07, + 0x00, + 0xac, + 0x32, + 0xff, + 0x3e, + 0x3f, + 0x00, + 0x1c, + 0x04, + 0xff, + 0x7e, + 0x3b, + 0xff, + 0x15, + 0x21, + 0x00, + 0x47, + 0x3b, + 0xff, + 0x41, + 0x3f, + 0xff, + 0x72, + 0x0d, + 0xff, + 0x23, + 0xad, + 0xfe, + 0x7a, + 0xf1, + 0xfe, + 0xb6, + 0x28, + 0xff, + 0x32, + 0x11, + 0xff, + 0x3f, + 0x65, + 0xff, + 0x78, + 0xac, + 0xff, + 0xdc, + 0x8d, + 0xff, + 0x7c, + 0x94, + 0xff, + 0x1f, + 0xda, + 0xff, + 0x0c, + 0xeb, + 0xff, + 0x7c, + 0xa8, + 0xff, + 0x88, + 0x84, + 0xff, + 0x41, + 0x4d, + 0xff, + 0xa0, + 0x69, + 0xff, + 0x41, + 0xa4, + 0x21, + 0x33, + 0xad, + 0x42, + 0xb4, + 0xcb, + 0x02, + 0x76, + 0xc0, + 0xe4, + 0xa3, + 0x87, + 0x20, + 0xa3, + 0x29, + 0x03, + 0xd4, + 0x0f, + 0xdd, + 0x8a, + 0x41, + 0xf9, + 0x29, + 0x3a, + 0xf8, + 0x3b, + 0xf7, + 0xf8, + 0xdc, + 0x8f, + 0x08, + 0x3d, + 0x3c, + 0x0e, + 0xb4, + 0xdf, + 0xf8, + 0x9d, + 0x9c, + 0xf1, + 0x1e, + 0xfc, + 0x0a, + 0x24, + 0xd7, + 0xfb, + 0xa1, + 0x7a, + 0xf9, + 0x09, + 0xcd, + 0x09, + 0xef, + 0x4a, + 0xfc, + 0xad, + 0x79, + 0xfd, + 0xb5, + 0xa0, + 0x02, + 0x5a, + 0x20, + 0x02, + 0x7a, + 0xe1, + 0x01, + 0x2c, + 0x12, + 0x00, + 0x74, + 0xd3, + 0xfd, + 0x60, + 0x4c, + 0xf9, + 0x57, + 0x17, + 0xfe, + 0xe4, + 0xb2, + 0xfb, + 0xe5, + 0xae, + 0xf8, + 0x6d, + 0x7b, + 0xfc, + 0x0d, + 0x66, + 0xfb, + 0x80, + 0x5c, + 0xfd, + 0xe4, + 0x50, + 0xfe, + 0x4b, + 0x47, + 0xff, + 0x09, + 0xbd, + 0xfe, + 0x5c, + 0xeb, + 0xfc, + 0x15, + 0x50, + 0xff, + 0x35, + 0x89, + 0x00, + 0xa9, + 0x80, + 0x00, + 0xb0, + 0x3c, + 0xff, + 0xcc, + 0xd0, + 0xff, + 0xe9, + 0xf6, + 0xff, + 0x72, + 0x71, + 0xff, + 0x96, + 0xc8, + 0x00, + 0x03, + 0xe9, + 0xfe, + 0xfc, + 0xb5, + 0xfe, + 0xc5, + 0x3f, + 0x00, + 0x54, + 0x89, + 0xff, + 0xae, + 0x5a, + 0xff, + 0x68, + 0x2e, + 0xff, + 0xcb, + 0xc9, + 0xfe, + 0xd7, + 0x19, + 0xff, + 0x2e, + 0x30, + 0xff, + 0xdc, + 0xeb, + 0xfe, + 0x70, + 0x4a, + 0xff, + 0xf2, + 0xaf, + 0xff, + 0x44, + 0x98, + 0xff, + 0x41, + 0x86, + 0xff, + 0x51, + 0xf8, + 0xff, + 0x9b, + 0xe3, + 0xff, + 0x2f, + 0x7a, + 0xff, + 0x2c, + 0xa6, + 0xff, + 0xb0, + 0x4a, + 0xff, + 0x8f, + 0x63, + 0xff, + 0x5f, + 0x6c, + 0x22, + 0x3f, + 0x13, + 0x41, + 0xea, + 0x89, + 0xfc, + 0xce, + 0xd8, + 0xe4, + 0x6b, + 0x85, + 0x27, + 0x88, + 0xae, + 0x01, + 0xc3, + 0xdd, + 0xd8, + 0xa1, + 0xb0, + 0xfc, + 0x94, + 0x5f, + 0xfc, + 0x31, + 0x03, + 0xf8, + 0xf4, + 0xae, + 0x02, + 0x65, + 0xcd, + 0x0d, + 0x24, + 0x5f, + 0xfe, + 0x88, + 0x5a, + 0xf0, + 0xd9, + 0x6e, + 0x09, + 0xa9, + 0xdf, + 0xfc, + 0xbd, + 0x9b, + 0xf7, + 0x4f, + 0x42, + 0x0b, + 0xf7, + 0x7a, + 0xfd, + 0x23, + 0x93, + 0xfb, + 0x69, + 0xf5, + 0x03, + 0x11, + 0x05, + 0x02, + 0x26, + 0xb1, + 0x00, + 0x1b, + 0x17, + 0x03, + 0x28, + 0x69, + 0xfe, + 0xb6, + 0xec, + 0xf7, + 0xec, + 0xaa, + 0xff, + 0x30, + 0x67, + 0xfb, + 0xcc, + 0x41, + 0xf8, + 0xf1, + 0x60, + 0xfe, + 0xdc, + 0x2c, + 0xfa, + 0x56, + 0x87, + 0xfa, + 0x7e, + 0x54, + 0xfe, + 0xe3, + 0x5f, + 0x00, + 0x98, + 0x47, + 0xff, + 0x20, + 0x92, + 0xfd, + 0xc5, + 0xa6, + 0xfe, + 0xb0, + 0x55, + 0xff, + 0x0f, + 0xa7, + 0x01, + 0x7f, + 0x29, + 0x00, + 0xa5, + 0xfd, + 0xfe, + 0xf5, + 0xe1, + 0xff, + 0x30, + 0x9e, + 0xff, + 0x92, + 0x8f, + 0x00, + 0xc2, + 0x51, + 0xff, + 0xdd, + 0xba, + 0xfe, + 0x92, + 0xc2, + 0xff, + 0x90, + 0xd5, + 0xff, + 0x1e, + 0x93, + 0xff, + 0x35, + 0x3b, + 0xff, + 0xca, + 0x22, + 0xff, + 0xe8, + 0x15, + 0xff, + 0x60, + 0x18, + 0xff, + 0x9f, + 0x19, + 0xff, + 0xd4, + 0x56, + 0xff, + 0xe7, + 0x63, + 0xff, + 0x3d, + 0x8d, + 0xff, + 0x2b, + 0x9d, + 0xff, + 0xc3, + 0xb6, + 0xff, + 0x48, + 0xd4, + 0xff, + 0x67, + 0x7d, + 0xff, + 0x54, + 0xa7, + 0xff, + 0x41, + 0x7c, + 0xff, + 0xb8, + 0x71, + 0xff, + 0x75, + 0xa1, + 0x23, + 0xdd, + 0xf1, + 0x3d, + 0x47, + 0x22, + 0xf5, + 0xeb, + 0x09, + 0xe9, + 0x36, + 0x88, + 0x2d, + 0xa7, + 0x62, + 0xfc, + 0xca, + 0x82, + 0xd8, + 0x4b, + 0x09, + 0x01, + 0x84, + 0x4a, + 0xfe, + 0xb6, + 0x5c, + 0xf6, + 0x29, + 0xc5, + 0xfd, + 0xe0, + 0xf3, + 0x0f, + 0x95, + 0x2d, + 0x01, + 0x3b, + 0xab, + 0xed, + 0xed, + 0x9c, + 0x09, + 0x6e, + 0xbf, + 0xfe, + 0x92, + 0x40, + 0xf6, + 0x03, + 0x63, + 0x0a, + 0xa3, + 0xdf, + 0x00, + 0x5b, + 0xac, + 0xfb, + 0xd1, + 0x76, + 0x01, + 0x58, + 0xce, + 0x02, + 0x5f, + 0x5e, + 0x00, + 0x6c, + 0xf8, + 0x02, + 0xdf, + 0x7e, + 0x00, + 0x86, + 0x2e, + 0xf8, + 0xd8, + 0xc3, + 0xfe, + 0xc7, + 0xae, + 0xfc, + 0xf2, + 0x4e, + 0xf8, + 0xdd, + 0xf9, + 0xfd, + 0x31, + 0x20, + 0xfc, + 0x7e, + 0xeb, + 0xf8, + 0x78, + 0x45, + 0xfc, + 0xb3, + 0x02, + 0x01, + 0x6d, + 0xa1, + 0xff, + 0xbf, + 0xb7, + 0xfe, + 0x62, + 0xcc, + 0xfe, + 0x80, + 0x5d, + 0xfe, + 0x29, + 0x37, + 0x01, + 0x47, + 0xea, + 0x00, + 0xf9, + 0xc3, + 0xff, + 0x26, + 0x60, + 0xff, + 0x74, + 0x59, + 0xff, + 0x26, + 0x43, + 0x00, + 0xc6, + 0xaf, + 0xff, + 0x7d, + 0x24, + 0xff, + 0x70, + 0x54, + 0xff, + 0x26, + 0xf3, + 0xff, + 0xdf, + 0xa0, + 0xff, + 0x93, + 0x6a, + 0xff, + 0x70, + 0x89, + 0xff, + 0x01, + 0x24, + 0xff, + 0x31, + 0x13, + 0xff, + 0x4b, + 0x21, + 0xff, + 0x4a, + 0x5f, + 0xff, + 0x58, + 0x41, + 0xff, + 0x48, + 0x69, + 0xff, + 0xfb, + 0x65, + 0xff, + 0x48, + 0x93, + 0xff, + 0xf2, + 0xe6, + 0xff, + 0x10, + 0x6c, + 0xff, + 0x12, + 0xad, + 0xff, + 0x5a, + 0xb8, + 0xff, + 0xf5, + 0x72, + 0xff, + 0x59, + 0xc3, + 0x21, + 0x56, + 0x5e, + 0x39, + 0xc6, + 0xef, + 0xf3, + 0x29, + 0x38, + 0xed, + 0x33, + 0x32, + 0x2e, + 0xe1, + 0xf9, + 0xf9, + 0x34, + 0x4b, + 0xdb, + 0xff, + 0x15, + 0x04, + 0x39, + 0xef, + 0xfc, + 0xc2, + 0xf2, + 0xf4, + 0x30, + 0xba, + 0xfc, + 0xd1, + 0x09, + 0x10, + 0x8b, + 0x32, + 0x02, + 0xb2, + 0x24, + 0xec, + 0xc6, + 0xf3, + 0x09, + 0xb3, + 0xbb, + 0x01, + 0x5a, + 0x56, + 0xf4, + 0x81, + 0x92, + 0x08, + 0x3f, + 0x50, + 0x04, + 0xa7, + 0x47, + 0xfc, + 0xa8, + 0x53, + 0xff, + 0x02, + 0xbf, + 0x02, + 0xd5, + 0x00, + 0x00, + 0xa8, + 0x7b, + 0x02, + 0xb5, + 0x92, + 0x01, + 0x89, + 0xc9, + 0xf8, + 0xbd, + 0xc5, + 0xfe, + 0x5c, + 0xc8, + 0xfd, + 0x26, + 0x68, + 0xf8, + 0xa8, + 0x5d, + 0xfd, + 0xc0, + 0x63, + 0xfd, + 0xe7, + 0xa1, + 0xf9, + 0x65, + 0x00, + 0xfb, + 0xf0, + 0x92, + 0xff, + 0xdd, + 0x96, + 0xff, + 0xcc, + 0xa7, + 0xff, + 0x3d, + 0x3a, + 0xff, + 0x61, + 0x42, + 0xfe, + 0x13, + 0xa7, + 0x00, + 0xa2, + 0x83, + 0x00, + 0x87, + 0x5b, + 0x00, + 0xc1, + 0xfe, + 0xff, + 0x82, + 0xd3, + 0xfe, + 0xe5, + 0xb9, + 0xff, + 0x8c, + 0xe5, + 0xff, + 0x50, + 0x4a, + 0xff, + 0x2c, + 0x88, + 0xff, + 0xf7, + 0xc8, + 0xff, + 0xe4, + 0x71, + 0xff, + 0xb6, + 0xd9, + 0xff, + 0x55, + 0xc8, + 0xff, + 0x50, + 0x29, + 0xff, + 0x08, + 0x0a, + 0xff, + 0xfe, + 0x2b, + 0xff, + 0x31, + 0x3d, + 0xff, + 0x34, + 0xed, + 0xfe, + 0x13, + 0x47, + 0xff, + 0x55, + 0x49, + 0xff, + 0xe5, + 0xa2, + 0xff, + 0xbe, + 0xdb, + 0xff, + 0xa2, + 0x57, + 0xff, + 0x7d, + 0xc4, + 0xff, + 0xd8, + 0x99, + 0xff, + 0x94, + 0x82, + 0xff, + 0x86, + 0x63, + 0x1e, + 0x60, + 0x2d, + 0x34, + 0x9e, + 0x33, + 0xf6, + 0x79, + 0xe7, + 0xf0, + 0x6e, + 0x99, + 0x2b, + 0xaf, + 0xd4, + 0xfa, + 0xe1, + 0x18, + 0xdf, + 0xf4, + 0xb7, + 0x03, + 0x03, + 0xb0, + 0xfc, + 0x26, + 0xfb, + 0xf5, + 0x84, + 0x9b, + 0xfa, + 0x2b, + 0x11, + 0x0e, + 0x2f, + 0xed, + 0x04, + 0xf2, + 0x7b, + 0xec, + 0xec, + 0xc4, + 0x07, + 0xe4, + 0x76, + 0x04, + 0x28, + 0x6b, + 0xf5, + 0xc7, + 0xee, + 0x05, + 0x66, + 0xc9, + 0x04, + 0xaf, + 0xc1, + 0xfd, + 0xd9, + 0x81, + 0xff, + 0xc7, + 0xfb, + 0x01, + 0xd0, + 0xac, + 0xfe, + 0xef, + 0xcf, + 0x02, + 0x1b, + 0xd4, + 0x01, + 0x4f, + 0x57, + 0xf8, + 0x34, + 0x3a, + 0x00, + 0x1f, + 0xdd, + 0xfe, + 0xed, + 0x23, + 0xf8, + 0x75, + 0xcd, + 0xfd, + 0x64, + 0xdb, + 0xfd, + 0xd1, + 0x54, + 0xfa, + 0xa5, + 0x7b, + 0xfb, + 0x55, + 0x96, + 0xfe, + 0xa6, + 0x8d, + 0xfe, + 0x7d, + 0x85, + 0xff, + 0x6a, + 0xd7, + 0xff, + 0x91, + 0xc5, + 0xfe, + 0x75, + 0x71, + 0x00, + 0x72, + 0x17, + 0x00, + 0x9d, + 0x21, + 0x00, + 0x30, + 0x54, + 0x00, + 0x61, + 0x1e, + 0xff, + 0xbb, + 0x7a, + 0xff, + 0xf9, + 0xa7, + 0xff, + 0x8b, + 0x55, + 0xff, + 0xe7, + 0xb4, + 0xff, + 0x17, + 0xed, + 0xff, + 0xab, + 0x96, + 0xff, + 0x31, + 0xd6, + 0xff, + 0xa2, + 0xd5, + 0xff, + 0xc9, + 0x4b, + 0xff, + 0xd1, + 0xeb, + 0xfe, + 0x1d, + 0xf9, + 0xfe, + 0xa7, + 0x1e, + 0xff, + 0x50, + 0xf3, + 0xfe, + 0x44, + 0x38, + 0xff, + 0xef, + 0x2e, + 0xff, + 0xab, + 0x97, + 0xff, + 0x6e, + 0xe1, + 0xff, + 0x51, + 0x69, + 0xff, + 0x81, + 0xbf, + 0xff, + 0xc5, + 0xb5, + 0xff, + 0xe2, + 0x7f, + 0xff, + 0x6d, + 0x9e, + 0x1a, + 0x85, + 0x0f, + 0x2f, + 0x60, + 0x9e, + 0xf9, + 0x17, + 0x74, + 0xf3, + 0xa8, + 0x2b, + 0x28, + 0xb8, + 0x80, + 0xfd, + 0xd6, + 0x5a, + 0xe1, + 0x0d, + 0xcc, + 0x02, + 0x01, + 0xb5, + 0xfe, + 0x90, + 0x21, + 0xf6, + 0x2e, + 0x68, + 0xf8, + 0xcb, + 0x91, + 0x0c, + 0x2b, + 0x40, + 0x07, + 0x36, + 0x92, + 0xed, + 0x88, + 0x1b, + 0x05, + 0xd2, + 0xd5, + 0x06, + 0x0f, + 0xf4, + 0xf6, + 0x84, + 0x06, + 0x03, + 0xb9, + 0x27, + 0x05, + 0xa3, + 0x07, + 0xff, + 0x22, + 0x10, + 0xff, + 0xe3, + 0x2a, + 0x02, + 0x85, + 0x96, + 0xfe, + 0xb6, + 0x56, + 0x01, + 0x34, + 0x1e, + 0x02, + 0x2b, + 0x55, + 0xf9, + 0x08, + 0x3d, + 0xff, + 0x47, + 0x15, + 0x00, + 0x51, + 0xcc, + 0xf9, + 0x49, + 0x31, + 0xfd, + 0xc2, + 0x92, + 0xfe, + 0x65, + 0x04, + 0xfb, + 0x12, + 0x96, + 0xfb, + 0x5e, + 0x2a, + 0xff, + 0xe8, + 0x06, + 0xfe, + 0x85, + 0x96, + 0xfe, + 0xdc, + 0x92, + 0xff, + 0x1c, + 0x37, + 0xff, + 0x02, + 0xb6, + 0x00, + 0x64, + 0xe0, + 0xff, + 0x70, + 0xdc, + 0xff, + 0x34, + 0xfe, + 0xff, + 0x63, + 0x66, + 0xff, + 0x5f, + 0xa8, + 0xff, + 0x7d, + 0x93, + 0xff, + 0x8e, + 0x6f, + 0xff, + 0x53, + 0x90, + 0xff, + 0x14, + 0x34, + 0x00, + 0xc6, + 0xd0, + 0xff, + 0x56, + 0x94, + 0xff, + 0x0c, + 0x9c, + 0xff, + 0xcf, + 0x08, + 0xff, + 0xd0, + 0xdc, + 0xfe, + 0x9f, + 0x0a, + 0xff, + 0xac, + 0x23, + 0xff, + 0xd9, + 0xf2, + 0xfe, + 0x9d, + 0x39, + 0xff, + 0xa6, + 0x42, + 0xff, + 0x50, + 0x80, + 0xff, + 0x4d, + 0xc8, + 0xff, + 0xfe, + 0x91, + 0xff, + 0x87, + 0xda, + 0xff, + 0xd2, + 0xb1, + 0xff, + 0xb4, + 0x8c, + 0xff, + 0x38, + 0x08, + 0x17, + 0xcf, + 0x25, + 0x25, + 0xb0, + 0x97, + 0xf9, + 0xe8, + 0x00, + 0xff, + 0x8b, + 0x3a, + 0x26, + 0xee, + 0x01, + 0xf8, + 0xd8, + 0xe6, + 0xe5, + 0xb5, + 0x82, + 0x05, + 0xf8, + 0x33, + 0xff, + 0xb1, + 0x0e, + 0xf8, + 0x49, + 0x66, + 0xfd, + 0x09, + 0xf9, + 0x05, + 0x34, + 0x96, + 0xfd, + 0xe9, + 0x7e, + 0xf9, + 0x6c, + 0x32, + 0x0a, + 0x75, + 0xcd, + 0xff, + 0x9e, + 0x9e, + 0xf8, + 0xe2, + 0x36, + 0x02, + 0xbf, + 0xbb, + 0x01, + 0x20, + 0xb8, + 0xfe, + 0x46, + 0x3d, + 0xfd, + 0x44, + 0x92, + 0x00, + 0x11, + 0x32, + 0x00, + 0x54, + 0x41, + 0xff, + 0x25, + 0xd1, + 0xff, + 0xbd, + 0xc8, + 0xff, + 0xc3, + 0x1d, + 0x03, + 0x5d, + 0x20, + 0x01, + 0x20, + 0x22, + 0x00, + 0x9c, + 0xcb, + 0x00, + 0x83, + 0x01, + 0xfe, + 0x6d, + 0xa6, + 0xfd, + 0x18, + 0xb8, + 0xfe, + 0x36, + 0xfc, + 0xfd, + 0x82, + 0x3c, + 0xfc, + 0x17, + 0xbb, + 0xfd, + 0xe7, + 0x34, + 0xfe, + 0xcb, + 0x75, + 0xfd, + 0x82, + 0xec, + 0xff, + 0x16, + 0x70, + 0xff, + 0xf4, + 0xc2, + 0xfd, + 0x1e, + 0xf0, + 0xfe, + 0x3b, + 0xa4, + 0xff, + 0x9a, + 0x70, + 0xff, + 0x78, + 0x7f, + 0xff, + 0xda, + 0x7c, + 0xff, + 0xa4, + 0x24, + 0xff, + 0xd3, + 0x64, + 0xff, + 0x65, + 0xf8, + 0xff, + 0x11, + 0xd1, + 0xff, + 0xc9, + 0x7c, + 0xff, + 0x57, + 0x9a, + 0xff, + 0x73, + 0x82, + 0xff, + 0x01, + 0x51, + 0xff, + 0x07, + 0x4a, + 0xff, + 0x7e, + 0x0d, + 0xff, + 0x85, + 0x35, + 0xff, + 0x8a, + 0x4e, + 0xff, + 0xb4, + 0x39, + 0xff, + 0xfe, + 0x5b, + 0xff, + 0xa0, + 0x51, + 0xff, + 0xc6, + 0x71, + 0xff, + 0x99, + 0x79, + 0xff, + 0x8d, + 0x85, + 0xff, + 0xa8, + 0xf3, + 0x14, + 0xe1, + 0x3e, + 0x20, + 0xdb, + 0xda, + 0xfa, + 0xd3, + 0x74, + 0x02, + 0x83, + 0xb8, + 0x20, + 0xb2, + 0x65, + 0xf8, + 0x79, + 0x24, + 0xec, + 0xf7, + 0x03, + 0x04, + 0x87, + 0x3a, + 0xfe, + 0xb8, + 0x2d, + 0xf9, + 0x41, + 0xf8, + 0xfd, + 0xa5, + 0xd3, + 0x05, + 0x44, + 0x75, + 0xfd, + 0x14, + 0xef, + 0xfa, + 0x8c, + 0x6e, + 0x08, + 0x14, + 0x87, + 0xff, + 0xcb, + 0x38, + 0xfa, + 0x1c, + 0xe1, + 0x00, + 0xee, + 0x37, + 0x01, + 0xab, + 0x15, + 0xff, + 0x42, + 0x9a, + 0xfd, + 0x8c, + 0x24, + 0x00, + 0x2c, + 0xfc, + 0xff, + 0x28, + 0x54, + 0x00, + 0x7e, + 0x17, + 0x00, + 0x8b, + 0x63, + 0xff, + 0x1d, + 0x73, + 0x02, + 0x47, + 0x4b, + 0x01, + 0x7a, + 0x04, + 0x00, + 0x12, + 0xee, + 0xff, + 0x78, + 0x64, + 0xfe, + 0xb3, + 0x10, + 0xfe, + 0x9d, + 0x85, + 0xfe, + 0x45, + 0x45, + 0xfe, + 0x00, + 0x7f, + 0xfd, + 0x73, + 0x9f, + 0xfe, + 0xc0, + 0x92, + 0xfe, + 0xd2, + 0xe1, + 0xfd, + 0xc3, + 0x44, + 0xff, + 0x04, + 0x41, + 0xff, + 0xee, + 0x5c, + 0xfe, + 0xa4, + 0x91, + 0xfe, + 0x8f, + 0xf8, + 0xfe, + 0x23, + 0x34, + 0xff, + 0x2c, + 0x93, + 0xff, + 0x11, + 0x8f, + 0xff, + 0x55, + 0x36, + 0xff, + 0x6b, + 0x31, + 0xff, + 0xd5, + 0x7f, + 0xff, + 0xae, + 0xb8, + 0xff, + 0x9d, + 0x5d, + 0xff, + 0xda, + 0x33, + 0xff, + 0x78, + 0x39, + 0xff, + 0x14, + 0x39, + 0xff, + 0x2d, + 0x53, + 0xff, + 0xfc, + 0x20, + 0xff, + 0x07, + 0x29, + 0xff, + 0x76, + 0x54, + 0xff, + 0xd1, + 0x6b, + 0xff, + 0xe5, + 0x76, + 0xff, + 0x37, + 0x73, + 0xff, + 0xbc, + 0x74, + 0xff, + 0x6d, + 0x65, + 0xff, + 0x7d, + 0x88, + 0xff, + 0x82, + 0x89, + 0x12, + 0xa4, + 0x89, + 0x1c, + 0xad, + 0xfe, + 0xfc, + 0x54, + 0x8b, + 0x03, + 0x54, + 0x44, + 0x1c, + 0xb8, + 0xc0, + 0xfa, + 0xc6, + 0xea, + 0xef, + 0x91, + 0x7a, + 0x02, + 0x1e, + 0x88, + 0xfe, + 0x4a, + 0x3b, + 0xfa, + 0x73, + 0x3a, + 0xfe, + 0x63, + 0x72, + 0x05, + 0x18, + 0x30, + 0xfe, + 0x3b, + 0xab, + 0xfb, + 0x1e, + 0x8a, + 0x06, + 0xe3, + 0x4c, + 0x00, + 0xe2, + 0x5e, + 0xfb, + 0x75, + 0xbc, + 0xff, + 0x11, + 0x44, + 0x01, + 0x86, + 0x6e, + 0xff, + 0x03, + 0xe0, + 0xfd, + 0xad, + 0x32, + 0x00, + 0x17, + 0x2c, + 0x00, + 0x71, + 0xbb, + 0x00, + 0x60, + 0x03, + 0x00, + 0xf1, + 0x8b, + 0xff, + 0xe0, + 0x19, + 0x02, + 0x13, + 0x8e, + 0x00, + 0x0d, + 0x0b, + 0x00, + 0x16, + 0x75, + 0x00, + 0x91, + 0xb7, + 0xfe, + 0x80, + 0x17, + 0xfe, + 0x8f, + 0xa1, + 0xfe, + 0xa9, + 0xbd, + 0xfe, + 0x07, + 0x4c, + 0xfe, + 0x96, + 0x39, + 0xff, + 0xff, + 0x07, + 0xff, + 0xfc, + 0x35, + 0xfe, + 0x52, + 0x12, + 0xff, + 0x41, + 0x35, + 0xff, + 0x04, + 0xcd, + 0xfe, + 0x38, + 0x96, + 0xfe, + 0x77, + 0x83, + 0xfe, + 0xed, + 0xc0, + 0xfe, + 0xac, + 0x3a, + 0xff, + 0x25, + 0xb7, + 0xff, + 0x1b, + 0x81, + 0xff, + 0xad, + 0x10, + 0xff, + 0x84, + 0x21, + 0xff, + 0xbb, + 0x66, + 0xff, + 0x60, + 0x43, + 0xff, + 0x65, + 0xfb, + 0xfe, + 0x53, + 0x09, + 0xff, + 0x0b, + 0x2c, + 0xff, + 0xf7, + 0x45, + 0xff, + 0x47, + 0x5e, + 0xff, + 0xa2, + 0x61, + 0xff, + 0xf4, + 0x61, + 0xff, + 0xf6, + 0x8b, + 0xff, + 0x10, + 0x9f, + 0xff, + 0x2c, + 0x7b, + 0xff, + 0x7a, + 0x6b, + 0xff, + 0x1c, + 0x67, + 0xff, + 0x5f, + 0x7a, + 0xff, + 0x8e, + 0x38, + 0x10, + 0x12, + 0x89, + 0x19, + 0xbb, + 0xac, + 0xfe, + 0x98, + 0x86, + 0x03, + 0x3e, + 0xfc, + 0x18, + 0x0f, + 0xe9, + 0xfc, + 0x73, + 0x7e, + 0xf2, + 0xd7, + 0xe1, + 0x01, + 0x34, + 0xf7, + 0xfe, + 0x97, + 0x1e, + 0xfb, + 0x3a, + 0x84, + 0xfe, + 0x88, + 0xfc, + 0x04, + 0x39, + 0xcf, + 0xfe, + 0x74, + 0xd1, + 0xfb, + 0xf9, + 0x57, + 0x05, + 0xb1, + 0xdb, + 0x00, + 0x2e, + 0xc3, + 0xfb, + 0x5e, + 0x5f, + 0xff, + 0x76, + 0x52, + 0x01, + 0x74, + 0xb6, + 0xff, + 0x3a, + 0x39, + 0xfe, + 0x51, + 0x40, + 0x00, + 0x3c, + 0x9f, + 0x00, + 0x3d, + 0x8c, + 0x00, + 0x03, + 0xcf, + 0xff, + 0x68, + 0xed, + 0xff, + 0xc8, + 0x67, + 0x01, + 0x63, + 0x26, + 0x00, + 0xd9, + 0x66, + 0x00, + 0x86, + 0xcf, + 0x00, + 0x63, + 0x26, + 0xff, + 0x01, + 0x3f, + 0xfe, + 0x19, + 0xe9, + 0xfe, + 0xee, + 0x13, + 0xff, + 0x20, + 0x70, + 0xfe, + 0xa9, + 0x92, + 0xff, + 0x4d, + 0x7f, + 0xff, + 0xc4, + 0x6e, + 0xfe, + 0x0d, + 0x3a, + 0xff, + 0x57, + 0x56, + 0xff, + 0xee, + 0x7b, + 0xfe, + 0x45, + 0x62, + 0xfe, + 0x99, + 0x8f, + 0xfe, + 0xcd, + 0x88, + 0xfe, + 0x8e, + 0x05, + 0xff, + 0xec, + 0x79, + 0xff, + 0x96, + 0x45, + 0xff, + 0xba, + 0x08, + 0xff, + 0x82, + 0x1e, + 0xff, + 0xe2, + 0x2f, + 0xff, + 0x38, + 0x02, + 0xff, + 0xd2, + 0x0c, + 0xff, + 0xd4, + 0xf5, + 0xfe, + 0xb9, + 0x0c, + 0xff, + 0xcb, + 0x7a, + 0xff, + 0x48, + 0x71, + 0xff, + 0x6b, + 0x87, + 0xff, + 0x48, + 0xa1, + 0xff, + 0x60, + 0x76, + 0xff, + 0xb2, + 0x83, + 0xff, + 0xff, + 0x85, + 0xff, + 0x10, + 0x6e, + 0xff, + 0xea, + 0x78, + 0xff, + 0x27, + 0x8d, + 0xff, + 0xb0, + 0x51, + 0x0e, + 0xb8, + 0xdd, + 0x16, + 0xb0, + 0x9e, + 0xff, + 0xf1, + 0x8a, + 0x03, + 0x1b, + 0x3f, + 0x16, + 0xb3, + 0x54, + 0xfe, + 0x9c, + 0xfb, + 0xf4, + 0x19, + 0x7f, + 0x01, + 0x22, + 0x52, + 0xff, + 0xb5, + 0x36, + 0xfc, + 0x72, + 0x7e, + 0xfe, + 0xf6, + 0x7a, + 0x04, + 0xed, + 0x3d, + 0xff, + 0xb5, + 0xee, + 0xfb, + 0x9b, + 0x6f, + 0x04, + 0x8a, + 0xf4, + 0x00, + 0x73, + 0x45, + 0xfc, + 0x49, + 0x49, + 0xff, + 0x5b, + 0x63, + 0x01, + 0xeb, + 0xfa, + 0xff, + 0x70, + 0x7b, + 0xfe, + 0x19, + 0x9f, + 0x00, + 0xc0, + 0x8d, + 0x00, + 0x1c, + 0x1d, + 0x00, + 0x4d, + 0x09, + 0x00, + 0xcf, + 0xd6, + 0xff, + 0x73, + 0x01, + 0x01, + 0x82, + 0x81, + 0x00, + 0x21, + 0x7e, + 0x00, + 0xbf, + 0xdc, + 0x00, + 0xc3, + 0xa6, + 0xff, + 0x92, + 0x8d, + 0xfe, + 0x6a, + 0x09, + 0xff, + 0xb9, + 0x39, + 0xff, + 0x63, + 0x9a, + 0xfe, + 0x8e, + 0x98, + 0xff, + 0x23, + 0xc9, + 0xff, + 0x77, + 0xc6, + 0xfe, + 0x4c, + 0x00, + 0xff, + 0x5f, + 0xfb, + 0xfe, + 0xf5, + 0x42, + 0xfe, + 0xbf, + 0x78, + 0xfe, + 0x53, + 0xc8, + 0xfe, + 0xfa, + 0x6a, + 0xfe, + 0x10, + 0xa3, + 0xfe, + 0xba, + 0xf0, + 0xfe, + 0x17, + 0xfe, + 0xfe, + 0xc5, + 0x3f, + 0xff, + 0xb7, + 0x4e, + 0xff, + 0x6a, + 0x07, + 0xff, + 0x36, + 0xd5, + 0xfe, + 0x9c, + 0x0a, + 0xff, + 0xc6, + 0x0e, + 0xff, + 0xbc, + 0x20, + 0xff, + 0xbf, + 0x6b, + 0xff, + 0xa8, + 0x73, + 0xff, + 0xd7, + 0x8b, + 0xff, + 0x63, + 0x9c, + 0xff, + 0x1c, + 0x8f, + 0xff, + 0x52, + 0x86, + 0xff, + 0x3a, + 0x7d, + 0xff, + 0x69, + 0x90, + 0xff, + 0x5c, + 0x9a, + 0xff, + 0x3c, + 0x8e, + 0xff, + 0x95, + 0x4d, + 0x0d, + 0xf9, + 0x32, + 0x14, + 0x85, + 0xae, + 0xff, + 0x8c, + 0x7c, + 0x04, + 0x5c, + 0x4d, + 0x13, + 0x70, + 0xe2, + 0xfe, + 0x0c, + 0xf3, + 0xf7, + 0x94, + 0x20, + 0x01, + 0xdf, + 0xc5, + 0xff, + 0x76, + 0xe5, + 0xfc, + 0xf5, + 0xae, + 0xfe, + 0x6a, + 0x57, + 0x04, + 0x56, + 0xc4, + 0xfe, + 0x3e, + 0x84, + 0xfc, + 0xa2, + 0xf6, + 0x03, + 0x91, + 0xb5, + 0x00, + 0x28, + 0xd2, + 0xfc, + 0xf7, + 0x67, + 0xff, + 0x4a, + 0xaf, + 0x01, + 0x26, + 0x15, + 0x00, + 0xbe, + 0x0a, + 0xff, + 0x28, + 0x9c, + 0x00, + 0x15, + 0x12, + 0x00, + 0x7c, + 0x78, + 0x00, + 0xa6, + 0x14, + 0x00, + 0x57, + 0xda, + 0xff, + 0xe3, + 0x3a, + 0x01, + 0x60, + 0x9f, + 0x00, + 0xfa, + 0xab, + 0x00, + 0x1b, + 0xd5, + 0x00, + 0x3f, + 0xc0, + 0xff, + 0x5e, + 0xf9, + 0xfe, + 0x3b, + 0x55, + 0xff, + 0xb6, + 0x5e, + 0xff, + 0x47, + 0xd0, + 0xfe, + 0x0e, + 0x87, + 0xff, + 0x2c, + 0x4f, + 0xff, + 0x6a, + 0x93, + 0xfe, + 0xfe, + 0xfb, + 0xfe, + 0x81, + 0xd3, + 0xfe, + 0x57, + 0x76, + 0xfe, + 0xc9, + 0x8e, + 0xfe, + 0x5a, + 0x8f, + 0xfe, + 0x29, + 0x5f, + 0xfe, + 0x54, + 0x69, + 0xfe, + 0x5f, + 0xd9, + 0xfe, + 0x29, + 0x22, + 0xff, + 0xc4, + 0x41, + 0xff, + 0xb1, + 0x4e, + 0xff, + 0xa6, + 0x07, + 0xff, + 0x39, + 0xe2, + 0xfe, + 0x43, + 0xf0, + 0xfe, + 0x0e, + 0x16, + 0xff, + 0x61, + 0x51, + 0xff, + 0xae, + 0x41, + 0xff, + 0x4f, + 0x5b, + 0xff, + 0x55, + 0xa9, + 0xff, + 0xd3, + 0xb6, + 0xff, + 0x4d, + 0xad, + 0xff, + 0x4f, + 0x9f, + 0xff, + 0xce, + 0x93, + 0xff, + 0x10, + 0x8f, + 0xff, + 0x85, + 0x8c, + 0xff, + 0x89, + 0x8b, + 0xff, + 0x18, + 0xf4, + 0x0b, + 0x65, + 0x82, + 0x11, + 0x0c, + 0xf5, + 0xff, + 0x6d, + 0x23, + 0x05, + 0x92, + 0x45, + 0x11, + 0x03, + 0xf5, + 0xff, + 0x11, + 0xde, + 0xf9, + 0x3e, + 0xcf, + 0x00, + 0x2a, + 0x48, + 0x00, + 0xa3, + 0x84, + 0xfd, + 0x1d, + 0xe5, + 0xfe, + 0x70, + 0xad, + 0x03, + 0xbc, + 0x9c, + 0xfe, + 0xa7, + 0x40, + 0xfd, + 0x33, + 0x5b, + 0x03, + 0xaa, + 0x72, + 0x00, + 0x87, + 0x85, + 0xfd, + 0x39, + 0x02, + 0x00, + 0xe9, + 0x94, + 0x01, + 0xdb, + 0x00, + 0x00, + 0xa7, + 0x80, + 0xff, + 0x41, + 0x72, + 0x00, + 0x57, + 0x58, + 0x00, + 0x8d, + 0xd6, + 0x00, + 0x8a, + 0xf2, + 0xff, + 0x98, + 0x10, + 0x00, + 0xba, + 0x54, + 0x01, + 0x1c, + 0xbb, + 0x00, + 0x44, + 0xb2, + 0x00, + 0xec, + 0xd3, + 0x00, + 0x6d, + 0xe5, + 0xff, + 0x4e, + 0x52, + 0xff, + 0xf3, + 0xd0, + 0xff, + 0x58, + 0x3a, + 0xff, + 0x30, + 0x50, + 0xfe, + 0xde, + 0xf6, + 0xfe, + 0x12, + 0xf2, + 0xfe, + 0x6e, + 0x9b, + 0xfe, + 0x4a, + 0x08, + 0xff, + 0x4f, + 0xe9, + 0xfe, + 0x6e, + 0x58, + 0xfe, + 0xb4, + 0x70, + 0xfe, + 0x86, + 0xa9, + 0xfe, + 0xfc, + 0x77, + 0xfe, + 0xca, + 0x9f, + 0xfe, + 0x0c, + 0xf4, + 0xfe, + 0xb0, + 0x18, + 0xff, + 0x6f, + 0x27, + 0xff, + 0xfd, + 0x28, + 0xff, + 0xb1, + 0x14, + 0xff, + 0x76, + 0xee, + 0xfe, + 0xf9, + 0xef, + 0xfe, + 0x9b, + 0x14, + 0xff, + 0x7b, + 0x45, + 0xff, + 0x9f, + 0x62, + 0xff, + 0xd1, + 0x79, + 0xff, + 0x0d, + 0xa8, + 0xff, + 0x6b, + 0xc7, + 0xff, + 0xdd, + 0xbe, + 0xff, + 0xc6, + 0xa7, + 0xff, + 0x9a, + 0x91, + 0xff, + 0xd1, + 0x73, + 0xff, + 0xfb, + 0x74, + 0xff, + 0xa3, + 0x8f, + 0xff, + 0x76, + 0x95, + 0x09, + 0xd5, + 0xb4, + 0x0f, + 0xdb, + 0x98, + 0x01, + 0x84, + 0xd7, + 0x03, + 0x5b, + 0x8c, + 0x0f, + 0xfc, + 0x21, + 0x02, + 0x1a, + 0x06, + 0xfb, + 0x8a, + 0xb9, + 0x00, + 0x89, + 0xa7, + 0x00, + 0x31, + 0x1d, + 0xfe, + 0x73, + 0x96, + 0xfe, + 0x85, + 0x01, + 0x03, + 0x75, + 0x5a, + 0xff, + 0x5e, + 0x4b, + 0xfd, + 0xa9, + 0xac, + 0x02, + 0xe1, + 0xce, + 0x00, + 0xa1, + 0x41, + 0xfe, + 0x6d, + 0xed, + 0xff, + 0xf8, + 0x5b, + 0x01, + 0xc8, + 0xa5, + 0x00, + 0xb0, + 0xb3, + 0xff, + 0x54, + 0x9e, + 0x00, + 0x17, + 0xb8, + 0x00, + 0xcc, + 0xa2, + 0x00, + 0xc1, + 0x2c, + 0x00, + 0xb5, + 0x45, + 0x00, + 0x1a, + 0x39, + 0x01, + 0x89, + 0xd4, + 0x00, + 0x84, + 0xa2, + 0x00, + 0x05, + 0xdb, + 0x00, + 0x2a, + 0x42, + 0x00, + 0xc4, + 0x5f, + 0xff, + 0xa9, + 0x33, + 0xff, + 0xa3, + 0xa5, + 0xfe, + 0xcf, + 0x10, + 0xfe, + 0x2c, + 0xc6, + 0xfe, + 0x79, + 0xe4, + 0xfe, + 0x2c, + 0x72, + 0xfe, + 0x3f, + 0xce, + 0xfe, + 0x6d, + 0xfb, + 0xfe, + 0xbc, + 0x76, + 0xfe, + 0x72, + 0x95, + 0xfe, + 0x65, + 0xe8, + 0xfe, + 0xab, + 0xb1, + 0xfe, + 0x6f, + 0xd1, + 0xfe, + 0x62, + 0xe9, + 0xfe, + 0x36, + 0xe6, + 0xfe, + 0x4e, + 0xf9, + 0xfe, + 0xb1, + 0x12, + 0xff, + 0xdf, + 0x29, + 0xff, + 0xe1, + 0xfd, + 0xfe, + 0x1f, + 0x02, + 0xff, + 0x65, + 0x1d, + 0xff, + 0x49, + 0x47, + 0xff, + 0xb9, + 0x81, + 0xff, + 0x36, + 0x84, + 0xff, + 0x0b, + 0xa9, + 0xff, + 0x6d, + 0xc0, + 0xff, + 0x4e, + 0xac, + 0xff, + 0x19, + 0x99, + 0xff, + 0x5d, + 0x72, + 0xff, + 0xf6, + 0x7e, + 0xff, + 0xd4, + 0x90, + 0xff, + 0x55, + 0x89, + 0xff, + 0xee, + 0x57, + 0x07, + 0x96, + 0x04, + 0x0e, + 0xc1, + 0x52, + 0x03, + 0xfa, + 0x80, + 0x02, + 0xfa, + 0xe0, + 0x0d, + 0xab, + 0x6e, + 0x04, + 0xaf, + 0x01, + 0xfc, + 0xd4, + 0xb0, + 0x00, + 0xab, + 0xe9, + 0x00, + 0x80, + 0x9a, + 0xfe, + 0xb1, + 0x79, + 0xfe, + 0xd3, + 0x49, + 0x02, + 0xd9, + 0x64, + 0x00, + 0x86, + 0x78, + 0xfd, + 0x11, + 0xd0, + 0x01, + 0x53, + 0x31, + 0x01, + 0xcd, + 0xee, + 0xfe, + 0x01, + 0x26, + 0x00, + 0xb7, + 0x84, + 0x01, + 0xa2, + 0x57, + 0x01, + 0xa5, + 0x04, + 0x00, + 0x64, + 0xbd, + 0x00, + 0x29, + 0xdd, + 0x00, + 0x73, + 0x99, + 0x00, + 0xd3, + 0x8c, + 0x00, + 0x1c, + 0x61, + 0x00, + 0x92, + 0x29, + 0x01, + 0x04, + 0xea, + 0x00, + 0x56, + 0xbd, + 0x00, + 0xe1, + 0xaa, + 0x00, + 0xdc, + 0x93, + 0xff, + 0x78, + 0xe8, + 0xfe, + 0x3a, + 0xe7, + 0xfe, + 0x94, + 0xa8, + 0xfe, + 0x68, + 0x3e, + 0xfe, + 0x78, + 0x77, + 0xfe, + 0x16, + 0x87, + 0xfe, + 0xd3, + 0x62, + 0xfe, + 0xd8, + 0xfb, + 0xfe, + 0xe5, + 0x4d, + 0xff, + 0x4d, + 0xcc, + 0xfe, + 0x89, + 0xc2, + 0xfe, + 0xf3, + 0xfe, + 0xfe, + 0x90, + 0xd9, + 0xfe, + 0x09, + 0xea, + 0xfe, + 0xff, + 0xdc, + 0xfe, + 0x21, + 0xbf, + 0xfe, + 0x12, + 0xfd, + 0xfe, + 0x4a, + 0x2d, + 0xff, + 0x19, + 0x20, + 0xff, + 0x54, + 0x18, + 0xff, + 0x8f, + 0x23, + 0xff, + 0xd4, + 0x2b, + 0xff, + 0x6b, + 0x66, + 0xff, + 0x99, + 0x83, + 0xff, + 0xa9, + 0x80, + 0xff, + 0x9e, + 0x97, + 0xff, + 0x2a, + 0xa2, + 0xff, + 0x79, + 0xad, + 0xff, + 0x1f, + 0x92, + 0xff, + 0xb4, + 0x7d, + 0xff, + 0x58, + 0x87, + 0xff, + 0x3c, + 0x80, + 0xff, + 0xaa, + 0x7f, + 0xff, + 0x0a, + 0xa4, + 0x06, + 0xbe, + 0x61, + 0x0c, + 0x80, + 0x37, + 0x03, + 0x88, + 0x20, + 0x03, + 0x37, + 0x79, + 0x0c, + 0xb5, + 0x22, + 0x04, + 0x8d, + 0x53, + 0xfd, + 0x74, + 0x1c, + 0x01, + 0xd6, + 0xf8, + 0x00, + 0xba, + 0x71, + 0xfe, + 0x14, + 0xc7, + 0xfe, + 0xdf, + 0x8d, + 0x02, + 0xde, + 0x32, + 0x00, + 0xa9, + 0x67, + 0xfd, + 0x3a, + 0x8c, + 0x01, + 0xf1, + 0xd7, + 0x01, + 0xe9, + 0xc6, + 0xff, + 0x7d, + 0x8a, + 0x00, + 0x29, + 0x04, + 0x02, + 0xdd, + 0x47, + 0x01, + 0x49, + 0x33, + 0x00, + 0x6a, + 0x20, + 0x01, + 0x34, + 0xde, + 0x00, + 0xd2, + 0xb3, + 0x00, + 0x5e, + 0xb5, + 0x00, + 0x1e, + 0x77, + 0x00, + 0xc4, + 0xf1, + 0x00, + 0x25, + 0x50, + 0x00, + 0x33, + 0xfe, + 0xff, + 0xde, + 0x08, + 0x00, + 0x5f, + 0x3b, + 0xff, + 0x86, + 0xdc, + 0xfe, + 0x97, + 0xce, + 0xfe, + 0x10, + 0x5b, + 0xfe, + 0x8c, + 0x0e, + 0xfe, + 0xa1, + 0x5b, + 0xfe, + 0x30, + 0x97, + 0xfe, + 0xcc, + 0xc3, + 0xfe, + 0x95, + 0x4b, + 0xff, + 0xee, + 0x54, + 0xff, + 0xe2, + 0xd3, + 0xfe, + 0x5d, + 0xea, + 0xfe, + 0xca, + 0x16, + 0xff, + 0x74, + 0xe2, + 0xfe, + 0x0f, + 0xe5, + 0xfe, + 0x22, + 0xd3, + 0xfe, + 0xb4, + 0xd2, + 0xfe, + 0x59, + 0x11, + 0xff, + 0x8f, + 0x26, + 0xff, + 0x25, + 0x2a, + 0xff, + 0x8c, + 0x2a, + 0xff, + 0xd6, + 0x38, + 0xff, + 0xbf, + 0x51, + 0xff, + 0x34, + 0x5b, + 0xff, + 0xc6, + 0x6d, + 0xff, + 0x15, + 0x75, + 0xff, + 0x1b, + 0x89, + 0xff, + 0x88, + 0xa1, + 0xff, + 0xf7, + 0x91, + 0xff, + 0xb0, + 0x8d, + 0xff, + 0x43, + 0x76, + 0xff, + 0xc5, + 0x65, + 0xff, + 0x09, + 0x76, + 0xff, + 0x24, + 0x78, + 0xff, + 0x51, + 0xee, + 0x06, + 0x50, + 0xb7, + 0x0b, + 0x89, + 0xba, + 0x02, + 0x98, + 0x8c, + 0x03, + 0x76, + 0xc2, + 0x0a, + 0x50, + 0x2c, + 0x03, + 0x32, + 0x85, + 0xfe, + 0x99, + 0x87, + 0x01, + 0xfc, + 0x0e, + 0x01, + 0xe8, + 0x3d, + 0xfe, + 0x32, + 0xf6, + 0xfe, + 0x9a, + 0x80, + 0x02, + 0xad, + 0xeb, + 0xff, + 0x41, + 0x39, + 0xfe, + 0xcb, + 0x36, + 0x02, + 0x3f, + 0xa0, + 0x02, + 0x26, + 0x37, + 0x00, + 0xdf, + 0x9e, + 0x00, + 0xba, + 0x66, + 0x02, + 0xdf, + 0x86, + 0x01, + 0x27, + 0xc3, + 0x00, + 0xe5, + 0x0a, + 0x01, + 0x4c, + 0x9d, + 0x00, + 0x7b, + 0xe7, + 0x00, + 0xfe, + 0x51, + 0x00, + 0xc6, + 0xa2, + 0xff, + 0xa9, + 0xe7, + 0xff, + 0xe4, + 0xe7, + 0xff, + 0xc2, + 0xff, + 0xff, + 0x94, + 0xb6, + 0xff, + 0x1e, + 0xfd, + 0xfe, + 0x36, + 0x4c, + 0xfe, + 0xca, + 0x5c, + 0xfe, + 0x35, + 0x9b, + 0xfe, + 0x5b, + 0x50, + 0xfe, + 0x4c, + 0x9c, + 0xfe, + 0xec, + 0xe6, + 0xfe, + 0x70, + 0xee, + 0xfe, + 0xb2, + 0x59, + 0xff, + 0x2c, + 0x4c, + 0xff, + 0x29, + 0xf0, + 0xfe, + 0x1b, + 0x00, + 0xff, + 0xc2, + 0x11, + 0xff, + 0x33, + 0xfc, + 0xfe, + 0x30, + 0xdc, + 0xfe, + 0xc4, + 0xdb, + 0xfe, + 0xa4, + 0x04, + 0xff, + 0x1a, + 0x15, + 0xff, + 0xbd, + 0x39, + 0xff, + 0x80, + 0x4a, + 0xff, + 0xe3, + 0x2f, + 0xff, + 0xf6, + 0x3b, + 0xff, + 0x56, + 0x48, + 0xff, + 0x6c, + 0x65, + 0xff, + 0xeb, + 0x74, + 0xff, + 0xf8, + 0x61, + 0xff, + 0x11, + 0x7f, + 0xff, + 0xd9, + 0x8a, + 0xff, + 0x54, + 0x7e, + 0xff, + 0xe0, + 0x72, + 0xff, + 0x2c, + 0x64, + 0xff, + 0xb5, + 0x7a, + 0xff, + 0xc3, + 0x7c, + 0xff, + 0xca, + 0x81, + 0xff, + 0xcc, + 0x11, + 0x06, + 0x4c, + 0x28, + 0x0a, + 0x22, + 0xb2, + 0x02, + 0x11, + 0x3c, + 0x04, + 0xa2, + 0x52, + 0x0a, + 0x3e, + 0x07, + 0x03, + 0x7e, + 0x3e, + 0xff, + 0x28, + 0xe5, + 0x01, + 0x17, + 0x97, + 0x00, + 0xa1, + 0x1a, + 0xfe, + 0xc4, + 0x8e, + 0xff, + 0xa1, + 0xca, + 0x02, + 0xda, + 0x6b, + 0x00, + 0x59, + 0x18, + 0xff, + 0x53, + 0x82, + 0x02, + 0xc8, + 0x9f, + 0x02, + 0x1e, + 0xe4, + 0x00, + 0xb8, + 0xaa, + 0x01, + 0x24, + 0xa2, + 0x02, + 0x43, + 0x60, + 0x01, + 0x32, + 0x93, + 0x00, + 0x6e, + 0xbd, + 0x00, + 0xa9, + 0x5c, + 0x00, + 0xd5, + 0xe9, + 0xff, + 0x89, + 0x41, + 0xff, + 0x84, + 0x4f, + 0xff, + 0xb9, + 0xca, + 0xff, + 0xe8, + 0xfc, + 0xff, + 0x1e, + 0xbc, + 0xff, + 0x1e, + 0x11, + 0xff, + 0x95, + 0xb4, + 0xfe, + 0x11, + 0x6f, + 0xfe, + 0xd5, + 0xc4, + 0xfe, + 0xf7, + 0xc6, + 0xfe, + 0x2e, + 0x45, + 0xfe, + 0x7a, + 0xc1, + 0xfe, + 0xfd, + 0x19, + 0xff, + 0xd6, + 0x1a, + 0xff, + 0xea, + 0x45, + 0xff, + 0xd8, + 0x30, + 0xff, + 0x7e, + 0x11, + 0xff, + 0x4c, + 0x10, + 0xff, + 0x7f, + 0x2c, + 0xff, + 0xa4, + 0x0b, + 0xff, + 0xa3, + 0xd5, + 0xfe, + 0x9e, + 0xf4, + 0xfe, + 0x3c, + 0x0e, + 0xff, + 0x33, + 0x2f, + 0xff, + 0xea, + 0x53, + 0xff, + 0xad, + 0x35, + 0xff, + 0x13, + 0x33, + 0xff, + 0xa5, + 0x45, + 0xff, + 0xf8, + 0x47, + 0xff, + 0x54, + 0x62, + 0xff, + 0x0d, + 0x5a, + 0xff, + 0x3e, + 0x54, + 0xff, + 0xd1, + 0x66, + 0xff, + 0x2b, + 0x6c, + 0xff, + 0x45, + 0x7d, + 0xff, + 0xb6, + 0x73, + 0xff, + 0xcc, + 0x77, + 0xff, + 0x0c, + 0x84, + 0xff, + 0x84, + 0x73, + 0xff, + 0xcf, + 0x8a, + 0xff, + 0xb3, + 0xc7, + 0x05, + 0xe5, + 0xae, + 0x09, + 0x8f, + 0xf1, + 0x02, + 0x93, + 0x40, + 0x04, + 0x20, + 0x65, + 0x09, + 0xca, + 0xdb, + 0x02, + 0x85, + 0x5e, + 0xff, + 0xa7, + 0x78, + 0x01, + 0xa7, + 0x10, + 0x01, + 0xed, + 0x52, + 0xff, + 0x53, + 0x11, + 0x00, + 0x7f, + 0xd4, + 0x02, + 0x7d, + 0xe6, + 0x00, + 0x3f, + 0xe3, + 0xff, + 0xda, + 0x55, + 0x03, + 0xbe, + 0x89, + 0x03, + 0x3d, + 0x89, + 0x01, + 0x78, + 0x83, + 0x01, + 0x73, + 0x22, + 0x02, + 0x7b, + 0xf6, + 0x00, + 0x3c, + 0xc8, + 0xff, + 0xe2, + 0xab, + 0xff, + 0x5e, + 0x64, + 0xff, + 0x75, + 0x9a, + 0xff, + 0xe3, + 0x60, + 0xff, + 0xd3, + 0x22, + 0xff, + 0xa5, + 0xc9, + 0xff, + 0xda, + 0xac, + 0xff, + 0x97, + 0x30, + 0xff, + 0x73, + 0x28, + 0xff, + 0x9b, + 0xee, + 0xfe, + 0x35, + 0xb6, + 0xfe, + 0x3a, + 0xe3, + 0xfe, + 0x45, + 0xb9, + 0xfe, + 0xdb, + 0x71, + 0xfe, + 0xb0, + 0xee, + 0xfe, + 0x23, + 0x4a, + 0xff, + 0x4c, + 0x32, + 0xff, + 0xa8, + 0x4f, + 0xff, + 0x6d, + 0x41, + 0xff, + 0xde, + 0x12, + 0xff, + 0xe1, + 0x2f, + 0xff, + 0x61, + 0x43, + 0xff, + 0x8f, + 0x0e, + 0xff, + 0xdd, + 0xe6, + 0xfe, + 0xf1, + 0x0e, + 0xff, + 0x59, + 0x2d, + 0xff, + 0xf5, + 0x3c, + 0xff, + 0xe9, + 0x58, + 0xff, + 0x9b, + 0x47, + 0xff, + 0xfd, + 0x3d, + 0xff, + 0xfc, + 0x3a, + 0xff, + 0x89, + 0x37, + 0xff, + 0xa0, + 0x4e, + 0xff, + 0x04, + 0x57, + 0xff, + 0x24, + 0x5c, + 0xff, + 0x77, + 0x5e, + 0xff, + 0x10, + 0x6b, + 0xff, + 0xcb, + 0x7c, + 0xff, + 0x6f, + 0x83, + 0xff, + 0x46, + 0x91, + 0xff, + 0x0b, + 0x8c, + 0xff, + 0xf1, + 0x87, + 0xff, + 0x1f, + 0x88, + 0xff, + 0xb3, + 0x03, + 0x05, + 0xd5, + 0x97, + 0x08, + 0x56, + 0x76, + 0x03, + 0x77, + 0xa9, + 0x04, + 0xd3, + 0x09, + 0x08, + 0x38, + 0xb8, + 0x02, + 0x7a, + 0xc1, + 0x00, + 0xa2, + 0xef, + 0x01, + 0xc9, + 0x6a, + 0x01, + 0x5e, + 0x28, + 0x00, + 0xf6, + 0x21, + 0x00, + 0x2c, + 0xee, + 0x02, + 0x2d, + 0x39, + 0x02, + 0xc9, + 0x40, + 0x01, + 0xdd, + 0x8a, + 0x03, + 0xa3, + 0x2d, + 0x03, + 0xbf, + 0x54, + 0x01, + 0x53, + 0x05, + 0x01, + 0xd9, + 0xe1, + 0x00, + 0x26, + 0x79, + 0xff, + 0x11, + 0x03, + 0xff, + 0x57, + 0xb1, + 0xff, + 0x86, + 0x63, + 0xff, + 0x55, + 0x3e, + 0xff, + 0xdf, + 0xf1, + 0xfe, + 0x64, + 0xec, + 0xfe, + 0x92, + 0xc8, + 0xff, + 0xfd, + 0xba, + 0xff, + 0xf0, + 0x49, + 0xff, + 0x1e, + 0x21, + 0xff, + 0x64, + 0xd5, + 0xfe, + 0x4b, + 0xd2, + 0xfe, + 0x7a, + 0xef, + 0xfe, + 0xf6, + 0x9a, + 0xfe, + 0x85, + 0x8d, + 0xfe, + 0x36, + 0x24, + 0xff, + 0xd4, + 0x61, + 0xff, + 0x39, + 0x3a, + 0xff, + 0xe2, + 0x40, + 0xff, + 0xb8, + 0x42, + 0xff, + 0x9d, + 0x21, + 0xff, + 0xec, + 0x37, + 0xff, + 0xef, + 0x3b, + 0xff, + 0x46, + 0xfb, + 0xfe, + 0x59, + 0x07, + 0xff, + 0xc0, + 0x29, + 0xff, + 0xf8, + 0x27, + 0xff, + 0xd9, + 0x44, + 0xff, + 0xd7, + 0x49, + 0xff, + 0x5e, + 0x3b, + 0xff, + 0x60, + 0x35, + 0xff, + 0xcd, + 0x25, + 0xff, + 0x6d, + 0x2e, + 0xff, + 0xb8, + 0x46, + 0xff, + 0x3a, + 0x56, + 0xff, + 0x56, + 0x58, + 0xff, + 0x49, + 0x5d, + 0xff, + 0x2e, + 0x77, + 0xff, + 0xfa, + 0x83, + 0xff, + 0xa0, + 0x8b, + 0xff, + 0xc7, + 0x94, + 0xff, + 0x0a, + 0x8a, + 0xff, + 0x7c, + 0x88, + 0xff, + 0xf6, + 0x8f, + 0xff, + 0x4e, + 0xde, + 0x04, + 0x6f, + 0xcb, + 0x07, + 0xdc, + 0x1c, + 0x03, + 0x9c, + 0xae, + 0x04, + 0xe3, + 0xec, + 0x07, + 0xc0, + 0xee, + 0x03, + 0x5e, + 0xaa, + 0x01, + 0xc3, + 0xbb, + 0x01, + 0x48, + 0xe1, + 0x01, + 0xd9, + 0x51, + 0x01, + 0xe8, + 0x53, + 0x01, + 0xed, + 0x42, + 0x03, + 0x3f, + 0xc0, + 0x02, + 0xe0, + 0x0e, + 0x02, + 0x01, + 0xda, + 0x02, + 0x99, + 0xfb, + 0x01, + 0xf3, + 0x24, + 0x00, + 0x96, + 0x94, + 0xff, + 0xea, + 0x0c, + 0x00, + 0x07, + 0xa4, + 0xff, + 0x92, + 0x50, + 0xff, + 0xde, + 0x11, + 0xff, + 0xd4, + 0x9e, + 0xfe, + 0xbe, + 0x0f, + 0xff, + 0xd0, + 0x5a, + 0xff, + 0xa9, + 0xa4, + 0xff, + 0x81, + 0xc3, + 0xff, + 0xcd, + 0x3f, + 0xff, + 0xa3, + 0x17, + 0xff, + 0xea, + 0x3b, + 0xff, + 0xa3, + 0x29, + 0xff, + 0x9a, + 0xca, + 0xfe, + 0xc5, + 0xa6, + 0xfe, + 0x30, + 0xca, + 0xfe, + 0xd7, + 0xf9, + 0xfe, + 0x5f, + 0x56, + 0xff, + 0xdb, + 0x5d, + 0xff, + 0x2f, + 0x26, + 0xff, + 0x62, + 0x48, + 0xff, + 0xc0, + 0x56, + 0xff, + 0x84, + 0x2f, + 0xff, + 0x29, + 0x3d, + 0xff, + 0xfa, + 0x26, + 0xff, + 0xd7, + 0x13, + 0xff, + 0xbc, + 0x2a, + 0xff, + 0xc6, + 0x23, + 0xff, + 0xbd, + 0x3e, + 0xff, + 0x73, + 0x40, + 0xff, + 0x21, + 0x2c, + 0xff, + 0x64, + 0x2b, + 0xff, + 0x4d, + 0x25, + 0xff, + 0xdb, + 0x3c, + 0xff, + 0xb7, + 0x41, + 0xff, + 0x21, + 0x45, + 0xff, + 0xf8, + 0x51, + 0xff, + 0xcf, + 0x56, + 0xff, + 0xf9, + 0x72, + 0xff, + 0x61, + 0x81, + 0xff, + 0x39, + 0x8b, + 0xff, + 0x2d, + 0x96, + 0xff, + 0x8e, + 0x8b, + 0xff, + 0x19, + 0x8e, + 0xff, + 0xa7, + 0x89, + 0xff, + 0xc1, + 0x77, + 0xff, + 0x4f, + 0x99, + 0x04, + 0x2d, + 0x0b, + 0x08, + 0x9d, + 0xc8, + 0x04, + 0xae, + 0x06, + 0x05, + 0xad, + 0xee, + 0x06, + 0xfb, + 0x2d, + 0x04, + 0x7d, + 0x3d, + 0x02, + 0x9f, + 0xe6, + 0x02, + 0x67, + 0x2c, + 0x03, + 0x14, + 0x9e, + 0x01, + 0x7e, + 0xde, + 0x01, + 0x3f, + 0x62, + 0x03, + 0x94, + 0xa8, + 0x01, + 0x0c, + 0xa5, + 0x00, + 0x20, + 0xa4, + 0x01, + 0x11, + 0xd0, + 0x00, + 0x59, + 0x5e, + 0xff, + 0x02, + 0x5d, + 0xff, + 0xa1, + 0xa3, + 0xff, + 0x82, + 0x1e, + 0xff, + 0xe4, + 0xcd, + 0xfe, + 0xf7, + 0xf5, + 0xfe, + 0x8d, + 0x06, + 0xff, + 0xcf, + 0x45, + 0xff, + 0xab, + 0x82, + 0xff, + 0x49, + 0xa1, + 0xff, + 0xb6, + 0x7f, + 0xff, + 0xa5, + 0x11, + 0xff, + 0xec, + 0x0f, + 0xff, + 0x21, + 0x23, + 0xff, + 0x73, + 0xf2, + 0xfe, + 0x82, + 0xea, + 0xfe, + 0x2b, + 0xee, + 0xfe, + 0xdb, + 0xef, + 0xfe, + 0x90, + 0x15, + 0xff, + 0xd6, + 0x5d, + 0xff, + 0x20, + 0x57, + 0xff, + 0x49, + 0x23, + 0xff, + 0x7f, + 0x4b, + 0xff, + 0xd3, + 0x48, + 0xff, + 0xce, + 0x29, + 0xff, + 0xc0, + 0x41, + 0xff, + 0x24, + 0x2f, + 0xff, + 0xb2, + 0x1a, + 0xff, + 0x26, + 0x1b, + 0xff, + 0x8b, + 0x1f, + 0xff, + 0x07, + 0x2d, + 0xff, + 0xeb, + 0x27, + 0xff, + 0xfa, + 0x2e, + 0xff, + 0xc1, + 0x2e, + 0xff, + 0xef, + 0x2d, + 0xff, + 0x38, + 0x3c, + 0xff, + 0x5a, + 0x3b, + 0xff, + 0x7a, + 0x4e, + 0xff, + 0x3e, + 0x5d, + 0xff, + 0xc5, + 0x66, + 0xff, + 0xc6, + 0x7b, + 0xff, + 0x55, + 0x80, + 0xff, + 0xe5, + 0x89, + 0xff, + 0xa9, + 0x8c, + 0xff, + 0xff, + 0x7f, + 0xff, + 0xea, + 0x75, + 0xff, + 0xe3, + 0x78, + 0xff, + 0xc6, + 0x7f, + 0xff, + 0xd2, + 0xca, + 0x03, + 0x36, + 0xf1, + 0x07, + 0x74, + 0xd2, + 0x05, + 0x9e, + 0x10, + 0x05, + 0x55, + 0xc8, + 0x07, + 0x64, + 0xd6, + 0x06, + 0xc7, + 0xbd, + 0x03, + 0x1a, + 0x71, + 0x02, + 0x42, + 0xcd, + 0x02, + 0xe5, + 0xf0, + 0x01, + 0x8d, + 0xe7, + 0x00, + 0x48, + 0x68, + 0x01, + 0x10, + 0xa5, + 0x00, + 0x86, + 0x1a, + 0x00, + 0x6c, + 0x08, + 0x01, + 0x3e, + 0xa2, + 0x00, + 0x86, + 0x3f, + 0xff, + 0x51, + 0xe0, + 0xfe, + 0xb4, + 0x2e, + 0xff, + 0x42, + 0xed, + 0xfe, + 0x50, + 0xcf, + 0xfe, + 0x6f, + 0x27, + 0xff, + 0x1d, + 0x3a, + 0xff, + 0xd4, + 0x61, + 0xff, + 0x66, + 0x77, + 0xff, + 0xe1, + 0x46, + 0xff, + 0xbb, + 0x2c, + 0xff, + 0x9e, + 0x1d, + 0xff, + 0x9e, + 0x33, + 0xff, + 0x07, + 0x3c, + 0xff, + 0xb2, + 0x00, + 0xff, + 0x02, + 0xda, + 0xfe, + 0x7c, + 0xe1, + 0xfe, + 0x14, + 0x18, + 0xff, + 0x1b, + 0x44, + 0xff, + 0x2d, + 0x3c, + 0xff, + 0x10, + 0x3e, + 0xff, + 0x22, + 0x39, + 0xff, + 0xc3, + 0x3d, + 0xff, + 0x0b, + 0x4b, + 0xff, + 0xb9, + 0x37, + 0xff, + 0xcd, + 0x2e, + 0xff, + 0xe8, + 0x26, + 0xff, + 0x48, + 0x16, + 0xff, + 0x9b, + 0x0d, + 0xff, + 0x70, + 0x0f, + 0xff, + 0x37, + 0x28, + 0xff, + 0x06, + 0x28, + 0xff, + 0xcc, + 0x1d, + 0xff, + 0xc8, + 0x3d, + 0xff, + 0x94, + 0x3b, + 0xff, + 0x5c, + 0x38, + 0xff, + 0xa5, + 0x54, + 0xff, + 0x0a, + 0x46, + 0xff, + 0x65, + 0x59, + 0xff, + 0x3d, + 0x71, + 0xff, + 0x43, + 0x69, + 0xff, + 0xcd, + 0x7f, + 0xff, + 0xc6, + 0x7b, + 0xff, + 0xff, + 0x74, + 0xff, + 0xdb, + 0x7a, + 0xff, + 0x17, + 0x7c, + 0xff, + 0x8b, + 0x80, + 0xff, + 0x31, + 0x80, + 0xff, + 0x5e, + 0xe7, + 0x03, + 0x34, + 0x24, + 0x09, + 0xde, + 0xad, + 0x07, + 0x6a, + 0x4b, + 0x06, + 0x9c, + 0x1f, + 0x08, + 0xa6, + 0x19, + 0x06, + 0x9c, + 0xb6, + 0x03, + 0xb9, + 0x73, + 0x03, + 0x1f, + 0x56, + 0x02, + 0x4e, + 0x20, + 0x00, + 0x98, + 0x22, + 0xff, + 0x4b, + 0xd9, + 0x00, + 0xa1, + 0x39, + 0x01, + 0x09, + 0xaf, + 0xff, + 0xe1, + 0xf1, + 0xff, + 0x16, + 0x8c, + 0x00, + 0x7e, + 0x15, + 0xff, + 0x1b, + 0x42, + 0xfe, + 0xf2, + 0x82, + 0xff, + 0x5a, + 0x88, + 0xff, + 0xa8, + 0xba, + 0xfe, + 0x60, + 0x1a, + 0xff, + 0xab, + 0x55, + 0xff, + 0xd8, + 0x41, + 0xff, + 0xb2, + 0x67, + 0xff, + 0xf6, + 0x60, + 0xff, + 0x40, + 0x1d, + 0xff, + 0xc3, + 0x1c, + 0xff, + 0xd7, + 0x2e, + 0xff, + 0xd4, + 0x17, + 0xff, + 0xe4, + 0x31, + 0xff, + 0x50, + 0x1b, + 0xff, + 0x06, + 0xf2, + 0xfe, + 0x91, + 0x1f, + 0xff, + 0xf1, + 0x44, + 0xff, + 0x6b, + 0x4a, + 0xff, + 0x23, + 0x3e, + 0xff, + 0x74, + 0x3a, + 0xff, + 0xa7, + 0x5c, + 0xff, + 0xd9, + 0x4e, + 0xff, + 0xae, + 0x20, + 0xff, + 0x44, + 0x14, + 0xff, + 0x86, + 0x21, + 0xff, + 0xe9, + 0x31, + 0xff, + 0x72, + 0x02, + 0xff, + 0x79, + 0x03, + 0xff, + 0x69, + 0x3b, + 0xff, + 0x2b, + 0x29, + 0xff, + 0xa2, + 0x2f, + 0xff, + 0x9a, + 0x45, + 0xff, + 0xed, + 0x4b, + 0xff, + 0xea, + 0x51, + 0xff, + 0x77, + 0x47, + 0xff, + 0x70, + 0x50, + 0xff, + 0xd7, + 0x5f, + 0xff, + 0x9b, + 0x75, + 0xff, + 0xef, + 0x5e, + 0xff, + 0xf5, + 0x4f, + 0xff, + 0x98, + 0x83, + 0xff, + 0x90, + 0x8d, + 0xff, + 0x75, + 0x8d, + 0xff, + 0xe3, + 0x93, + 0xff, + 0x07, + 0x88, + 0xff, + 0x4e, + 0x90, + 0xff, + 0xe3, + 0xd0, + 0x04, + 0x1a, + 0x7d, + 0x0b, + 0xf4, + 0xe2, + 0x09, + 0x2b, + 0x21, + 0x06, + 0x05, + 0x12, + 0x06, + 0xf1, + 0xd3, + 0x04, + 0x40, + 0x40, + 0x03, + 0xff, + 0x9d, + 0x02, + 0xde, + 0xaf, + 0x01, + 0xf1, + 0x82, + 0x00, + 0xbb, + 0x1f, + 0x00, + 0xc9, + 0x52, + 0x00, + 0xbf, + 0x8a, + 0xff, + 0x24, + 0x80, + 0xff, + 0x5f, + 0x3f, + 0x00, + 0x81, + 0xc1, + 0xff, + 0xc6, + 0xfe, + 0xfe, + 0x5d, + 0x05, + 0xff, + 0x37, + 0x58, + 0xff, + 0xe0, + 0x26, + 0xff, + 0x36, + 0x21, + 0xff, + 0x5e, + 0x57, + 0xff, + 0xb8, + 0x1a, + 0xff, + 0xbf, + 0x3f, + 0xff, + 0xe9, + 0x50, + 0xff, + 0xc8, + 0x20, + 0xff, + 0x6d, + 0x3b, + 0xff, + 0xd0, + 0x24, + 0xff, + 0xaf, + 0x1e, + 0xff, + 0x38, + 0x22, + 0xff, + 0xe6, + 0x1d, + 0xff, + 0xe7, + 0x27, + 0xff, + 0xf4, + 0x1f, + 0xff, + 0xe4, + 0x47, + 0xff, + 0xef, + 0x3f, + 0xff, + 0x5c, + 0x33, + 0xff, + 0xd4, + 0x45, + 0xff, + 0xc3, + 0x33, + 0xff, + 0xbd, + 0x50, + 0xff, + 0xd0, + 0x37, + 0xff, + 0x35, + 0x12, + 0xff, + 0x07, + 0x21, + 0xff, + 0xde, + 0x06, + 0xff, + 0xed, + 0x0c, + 0xff, + 0xa4, + 0x0a, + 0xff, + 0x54, + 0x18, + 0xff, + 0x15, + 0x4b, + 0xff, + 0xaa, + 0x3c, + 0xff, + 0xf9, + 0x39, + 0xff, + 0xc3, + 0x45, + 0xff, + 0xbf, + 0x4c, + 0xff, + 0x35, + 0x4b, + 0xff, + 0x8c, + 0x32, + 0xff, + 0xf2, + 0x43, + 0xff, + 0xc2, + 0x4e, + 0xff, + 0xfc, + 0x5a, + 0xff, + 0x55, + 0x7b, + 0xff, + 0xad, + 0x75, + 0xff, + 0x2a, + 0x7b, + 0xff, + 0xa0, + 0x86, + 0xff, + 0x92, + 0x96, + 0xff, + 0x3e, + 0xac, + 0xff, + 0x45, + 0x83, + 0xff, + 0x9e, + 0x66, + 0xff, + 0x13, + 0x99, + 0x05, + 0xbf, + 0x06, + 0x0c, + 0x05, + 0x1a, + 0x09, + 0x32, + 0x32, + 0x05, + 0xcd, + 0xdd, + 0x04, + 0x89, + 0xd0, + 0x03, + 0xd7, + 0x93, + 0x03, + 0x49, + 0x77, + 0x03, + 0xd0, + 0xd1, + 0x01, + 0x5d, + 0xbd, + 0x00, + 0x28, + 0x92, + 0x01, + 0x8f, + 0xf8, + 0x00, + 0xd5, + 0x28, + 0xff, + 0xab, + 0x1c, + 0xff, + 0x3f, + 0x5d, + 0xff, + 0x25, + 0x0c, + 0x00, + 0xa4, + 0x35, + 0x00, + 0x46, + 0xdd, + 0xfe, + 0xae, + 0x95, + 0xfe, + 0xaa, + 0x87, + 0xff, + 0x5c, + 0xce, + 0xff, + 0x72, + 0x2f, + 0xff, + 0x73, + 0x37, + 0xff, + 0x19, + 0x57, + 0xff, + 0x41, + 0x01, + 0xff, + 0x01, + 0x3d, + 0xff, + 0x14, + 0x35, + 0xff, + 0xcd, + 0x16, + 0xff, + 0x7b, + 0x4b, + 0xff, + 0x72, + 0x38, + 0xff, + 0x41, + 0x3c, + 0xff, + 0x24, + 0x3a, + 0xff, + 0x71, + 0x3d, + 0xff, + 0x29, + 0x5c, + 0xff, + 0xcb, + 0x5c, + 0xff, + 0x8a, + 0x55, + 0xff, + 0x80, + 0x1a, + 0xff, + 0x57, + 0x35, + 0xff, + 0xac, + 0x66, + 0xff, + 0x39, + 0x23, + 0xff, + 0x37, + 0x13, + 0xff, + 0xa5, + 0x03, + 0xff, + 0xe9, + 0x08, + 0xff, + 0xc2, + 0x35, + 0xff, + 0x3b, + 0x2e, + 0xff, + 0x10, + 0x3f, + 0xff, + 0x08, + 0x43, + 0xff, + 0x47, + 0x47, + 0xff, + 0x88, + 0x4e, + 0xff, + 0x0d, + 0x2e, + 0xff, + 0x7a, + 0x30, + 0xff, + 0x25, + 0x37, + 0xff, + 0x2e, + 0x34, + 0xff, + 0xa3, + 0x57, + 0xff, + 0x0f, + 0x6c, + 0xff, + 0x15, + 0x72, + 0xff, + 0xc0, + 0x7f, + 0xff, + 0x44, + 0x6b, + 0xff, + 0xd0, + 0x7d, + 0xff, + 0xa0, + 0x9a, + 0xff, + 0x59, + 0x8b, + 0xff, + 0x5e, + 0x8f, + 0xff, + 0xb6, + 0x7e, + 0xff, + 0xf6, + 0x8b, + 0xff, + 0x43, + 0x39, + 0x05, + 0xa4, + 0xce, + 0x0a, + 0xc8, + 0xe2, + 0x07, + 0xfa, + 0x4c, + 0x04, + 0x46, + 0x47, + 0x04, + 0x12, + 0x9c, + 0x03, + 0x6d, + 0xd1, + 0x02, + 0x04, + 0x22, + 0x03, + 0x5e, + 0x63, + 0x03, + 0x37, + 0x07, + 0x02, + 0x30, + 0xb9, + 0x01, + 0x9d, + 0x63, + 0x02, + 0x62, + 0x92, + 0x00, + 0x3a, + 0x3c, + 0xff, + 0xa8, + 0xdc, + 0xff, + 0xf4, + 0xd5, + 0xff, + 0xdd, + 0x3a, + 0xff, + 0xe0, + 0x45, + 0xff, + 0xe8, + 0xc8, + 0xff, + 0x6c, + 0x7c, + 0xff, + 0x05, + 0x14, + 0xff, + 0x63, + 0x97, + 0xff, + 0x54, + 0xa3, + 0xff, + 0xf2, + 0x00, + 0xff, + 0xd2, + 0xd6, + 0xfe, + 0x60, + 0x2a, + 0xff, + 0xb8, + 0x42, + 0xff, + 0xb9, + 0x32, + 0xff, + 0xaf, + 0x58, + 0xff, + 0x00, + 0x61, + 0xff, + 0xf7, + 0x67, + 0xff, + 0x79, + 0x65, + 0xff, + 0xdb, + 0x44, + 0xff, + 0x7d, + 0x4f, + 0xff, + 0xf6, + 0x4d, + 0xff, + 0x31, + 0x36, + 0xff, + 0x77, + 0x39, + 0xff, + 0xd1, + 0x41, + 0xff, + 0x80, + 0x24, + 0xff, + 0x4d, + 0x39, + 0xff, + 0x08, + 0x35, + 0xff, + 0xa4, + 0xfc, + 0xfe, + 0x85, + 0x4e, + 0xff, + 0xa9, + 0x4e, + 0xff, + 0xc9, + 0x1c, + 0xff, + 0xad, + 0x46, + 0xff, + 0x19, + 0x22, + 0xff, + 0xa9, + 0x29, + 0xff, + 0x0d, + 0x41, + 0xff, + 0x3c, + 0x31, + 0xff, + 0x8a, + 0x36, + 0xff, + 0xb2, + 0x30, + 0xff, + 0x47, + 0x54, + 0xff, + 0xa0, + 0x73, + 0xff, + 0x5d, + 0x6b, + 0xff, + 0x29, + 0x60, + 0xff, + 0x2d, + 0x5e, + 0xff, + 0x5c, + 0x62, + 0xff, + 0xe3, + 0x81, + 0xff, + 0xdb, + 0x97, + 0xff, + 0x27, + 0x7d, + 0xff, + 0xc0, + 0x93, + 0xff, + 0x16, + 0xab, + 0xff, + 0x6d, + 0x94, + 0xff, + 0xf9, + 0xa3, + 0x04, + 0xe8, + 0x27, + 0x09, + 0xe0, + 0x4b, + 0x06, + 0xac, + 0x26, + 0x04, + 0x17, + 0x3f, + 0x04, + 0x56, + 0xc8, + 0x02, + 0xb5, + 0x87, + 0x02, + 0x47, + 0x7e, + 0x02, + 0x57, + 0x8a, + 0x01, + 0x7f, + 0xe7, + 0x01, + 0x24, + 0xb1, + 0x03, + 0x58, + 0x8c, + 0x03, + 0x00, + 0x1f, + 0x02, + 0x80, + 0xa6, + 0x01, + 0x86, + 0x7d, + 0x00, + 0x39, + 0x16, + 0x00, + 0x4f, + 0x39, + 0x00, + 0x14, + 0x0e, + 0xff, + 0x2a, + 0xd1, + 0xfe, + 0x36, + 0x9e, + 0xff, + 0x6e, + 0xdb, + 0xff, + 0xb1, + 0x44, + 0xff, + 0x6a, + 0xc5, + 0xfe, + 0xa9, + 0x2b, + 0xff, + 0x1e, + 0x70, + 0xff, + 0x17, + 0x20, + 0xff, + 0xcf, + 0x17, + 0xff, + 0xb6, + 0x69, + 0xff, + 0x3e, + 0x81, + 0xff, + 0xdd, + 0x87, + 0xff, + 0x70, + 0x73, + 0xff, + 0x8a, + 0x38, + 0xff, + 0xdc, + 0x2d, + 0xff, + 0xdb, + 0x28, + 0xff, + 0xed, + 0x46, + 0xff, + 0x9d, + 0x27, + 0xff, + 0x72, + 0x10, + 0xff, + 0x3c, + 0x6c, + 0xff, + 0x41, + 0x53, + 0xff, + 0xd5, + 0x32, + 0xff, + 0xb5, + 0x3d, + 0xff, + 0xf7, + 0x51, + 0xff, + 0x2d, + 0x61, + 0xff, + 0x9c, + 0xfe, + 0xfe, + 0x61, + 0x09, + 0xff, + 0x01, + 0x39, + 0xff, + 0x6d, + 0x0f, + 0xff, + 0x1a, + 0x1f, + 0xff, + 0x39, + 0x43, + 0xff, + 0xbc, + 0x43, + 0xff, + 0xef, + 0x2f, + 0xff, + 0x43, + 0x40, + 0xff, + 0x80, + 0x53, + 0xff, + 0xb2, + 0x53, + 0xff, + 0x5b, + 0x40, + 0xff, + 0xd9, + 0x54, + 0xff, + 0x9a, + 0x80, + 0xff, + 0x1a, + 0x5a, + 0xff, + 0x22, + 0x79, + 0xff, + 0xa6, + 0xa1, + 0xff, + 0xbe, + 0x98, + 0xff, + 0xad, + 0x97, + 0xff, + 0x7e, + 0x81, + 0xff, + 0xda, + 0xa7, + 0xff, + 0x67, + 0xdc, + 0x03, + 0x95, + 0x06, + 0x07, + 0x5f, + 0xfd, + 0x03, + 0xe0, + 0x54, + 0x03, + 0x78, + 0xe8, + 0x04, + 0xb5, + 0xfd, + 0x03, + 0x8f, + 0xdf, + 0x02, + 0x1a, + 0x96, + 0x00, + 0xb1, + 0xb1, + 0xff, + 0x9e, + 0xfb, + 0x01, + 0x0b, + 0x2f, + 0x03, + 0x6a, + 0xdc, + 0x02, + 0xe2, + 0x74, + 0x03, + 0xea, + 0xd1, + 0x03, + 0x9f, + 0xf8, + 0x02, + 0x1e, + 0xb7, + 0x02, + 0x18, + 0x6f, + 0x01, + 0x7a, + 0x95, + 0xff, + 0x97, + 0xc5, + 0xff, + 0xd5, + 0x88, + 0xff, + 0x64, + 0xb5, + 0xfe, + 0xe2, + 0x23, + 0xff, + 0x0a, + 0xb0, + 0xff, + 0x13, + 0x50, + 0xff, + 0xc5, + 0xee, + 0xfe, + 0xfe, + 0x55, + 0xff, + 0xbf, + 0xa1, + 0xff, + 0x8b, + 0x8e, + 0xff, + 0x23, + 0x59, + 0xff, + 0xe3, + 0x6a, + 0xff, + 0xa3, + 0xb6, + 0xff, + 0xd2, + 0x71, + 0xff, + 0xc8, + 0x30, + 0xff, + 0x87, + 0x3b, + 0xff, + 0x7d, + 0x38, + 0xff, + 0x7e, + 0x21, + 0xff, + 0x3a, + 0x3c, + 0xff, + 0x08, + 0x7a, + 0xff, + 0xfd, + 0x5a, + 0xff, + 0xdd, + 0x48, + 0xff, + 0x31, + 0x5d, + 0xff, + 0x4c, + 0x67, + 0xff, + 0xbe, + 0x3a, + 0xff, + 0xfc, + 0x22, + 0xff, + 0x68, + 0x4b, + 0xff, + 0x4c, + 0x0e, + 0xff, + 0x99, + 0x0b, + 0xff, + 0x9d, + 0x2d, + 0xff, + 0xa1, + 0x3a, + 0xff, + 0x16, + 0x6e, + 0xff, + 0x9e, + 0x58, + 0xff, + 0xf5, + 0x64, + 0xff, + 0x76, + 0x4a, + 0xff, + 0x4a, + 0x11, + 0xff, + 0x58, + 0x32, + 0xff, + 0x06, + 0x6e, + 0xff, + 0xd7, + 0xa2, + 0xff, + 0xfc, + 0x5d, + 0xff, + 0x10, + 0x3b, + 0xff, + 0x7e, + 0x94, + 0xff, + 0x41, + 0x8d, + 0xff, + 0x4f, + 0x6b, + 0xff, + 0x5f, + 0xa0, + 0xff, + 0xda, + 0xac, + 0xff, + 0xf1, + 0xd4, + 0x03, + 0xde, + 0x05, + 0x08, + 0xad, + 0x48, + 0x04, + 0xc2, + 0x6c, + 0x01, + 0x4b, + 0xb9, + 0x03, + 0xb8, + 0xb9, + 0x03, + 0x58, + 0xa0, + 0x02, + 0x0c, + 0xd0, + 0x00, + 0x72, + 0x82, + 0xff, + 0xb0, + 0x4f, + 0x01, + 0x2f, + 0x77, + 0x02, + 0x06, + 0xc2, + 0x01, + 0x2b, + 0xb8, + 0x01, + 0xd5, + 0xee, + 0x02, + 0x69, + 0xce, + 0x03, + 0x73, + 0x25, + 0x04, + 0x17, + 0x4b, + 0x03, + 0x20, + 0x6a, + 0x01, + 0x9d, + 0xee, + 0x00, + 0x3b, + 0x6d, + 0x00, + 0x8d, + 0x7b, + 0xff, + 0x98, + 0x34, + 0xff, + 0x2f, + 0xc4, + 0xfe, + 0x6f, + 0x0d, + 0xff, + 0x3e, + 0xbf, + 0xff, + 0x47, + 0x7b, + 0xff, + 0xfd, + 0x0a, + 0xff, + 0x7b, + 0x65, + 0xff, + 0x9c, + 0xeb, + 0xff, + 0xc0, + 0xac, + 0xff, + 0x92, + 0x53, + 0xff, + 0xfb, + 0x39, + 0xff, + 0x79, + 0x26, + 0xff, + 0xee, + 0x61, + 0xff, + 0xa8, + 0x5f, + 0xff, + 0x21, + 0x18, + 0xff, + 0xac, + 0x36, + 0xff, + 0x24, + 0x70, + 0xff, + 0x1b, + 0x6c, + 0xff, + 0x91, + 0x3c, + 0xff, + 0xab, + 0x41, + 0xff, + 0xe0, + 0x7b, + 0xff, + 0x0e, + 0x5d, + 0xff, + 0x49, + 0x34, + 0xff, + 0xc4, + 0x52, + 0xff, + 0x61, + 0x4e, + 0xff, + 0x74, + 0x2c, + 0xff, + 0x7f, + 0x24, + 0xff, + 0x18, + 0x49, + 0xff, + 0x27, + 0x5a, + 0xff, + 0x18, + 0x28, + 0xff, + 0xf6, + 0x33, + 0xff, + 0xe9, + 0x4c, + 0xff, + 0x88, + 0x11, + 0xff, + 0xff, + 0x17, + 0xff, + 0x5e, + 0x78, + 0xff, + 0x52, + 0x92, + 0xff, + 0x1e, + 0x58, + 0xff, + 0x9a, + 0x5d, + 0xff, + 0xc8, + 0x97, + 0xff, + 0xcf, + 0x93, + 0xff, + 0xe9, + 0x75, + 0xff, + 0x38, + 0x82, + 0xff, + 0x38, + 0x9f, + 0xff, + 0x67, + 0x9e, + 0x04, + 0x6a, + 0xb7, + 0x08, + 0xa8, + 0x5b, + 0x04, + 0x2d, + 0xff, + 0x01, + 0x31, + 0xf0, + 0x03, + 0xce, + 0x8a, + 0x03, + 0x0c, + 0x51, + 0x02, + 0xee, + 0xd0, + 0xff, + 0x50, + 0x1e, + 0xff, + 0xcd, + 0x35, + 0x02, + 0x79, + 0xcf, + 0x02, + 0xcb, + 0x4f, + 0x00, + 0x21, + 0x35, + 0x00, + 0x3e, + 0x9a, + 0x01, + 0xee, + 0xbb, + 0x01, + 0x5c, + 0xe0, + 0x02, + 0xd0, + 0x54, + 0x03, + 0x09, + 0x38, + 0x02, + 0xd3, + 0x72, + 0x02, + 0x23, + 0x32, + 0x02, + 0xc7, + 0x9b, + 0x00, + 0x43, + 0xb1, + 0xff, + 0xd1, + 0x7f, + 0xff, + 0xd1, + 0x17, + 0xff, + 0x7a, + 0xdf, + 0xfe, + 0x8a, + 0x36, + 0xff, + 0x16, + 0x78, + 0xff, + 0x88, + 0x97, + 0xff, + 0x9c, + 0x5b, + 0xff, + 0x7f, + 0x55, + 0xff, + 0x32, + 0xce, + 0xff, + 0x36, + 0x7d, + 0xff, + 0x10, + 0xe5, + 0xfe, + 0xc5, + 0x32, + 0xff, + 0xb4, + 0x8e, + 0xff, + 0x11, + 0x59, + 0xff, + 0x1f, + 0x49, + 0xff, + 0x17, + 0x5e, + 0xff, + 0x94, + 0x5f, + 0xff, + 0x12, + 0x4e, + 0xff, + 0x17, + 0x27, + 0xff, + 0x69, + 0x30, + 0xff, + 0xc4, + 0x2a, + 0xff, + 0xcf, + 0x42, + 0xff, + 0xc5, + 0x6c, + 0xff, + 0x86, + 0x4c, + 0xff, + 0x5f, + 0x3d, + 0xff, + 0x07, + 0x45, + 0xff, + 0x67, + 0x65, + 0xff, + 0x4d, + 0x4c, + 0xff, + 0x24, + 0x0c, + 0xff, + 0xae, + 0x1b, + 0xff, + 0x16, + 0x09, + 0xff, + 0x76, + 0x17, + 0xff, + 0x38, + 0x5d, + 0xff, + 0x32, + 0x67, + 0xff, + 0x20, + 0x77, + 0xff, + 0x02, + 0x76, + 0xff, + 0xae, + 0x83, + 0xff, + 0x02, + 0x99, + 0xff, + 0x60, + 0x6f, + 0xff, + 0x85, + 0x75, + 0xff, + 0xe5, + 0x84, + 0xff, + 0xcb, + 0x9b, + 0xff, + 0x9c, + 0x71, + 0x05, + 0xc2, + 0xda, + 0x09, + 0xd0, + 0x53, + 0x04, + 0x3b, + 0xf9, + 0x01, + 0x30, + 0xea, + 0x04, + 0x1f, + 0x1b, + 0x04, + 0x0d, + 0xc6, + 0x01, + 0x98, + 0xc7, + 0xfe, + 0x7f, + 0xb3, + 0xfe, + 0x66, + 0xd1, + 0x02, + 0x03, + 0xca, + 0x02, + 0xb0, + 0x96, + 0xff, + 0xe1, + 0x06, + 0x00, + 0x80, + 0x0f, + 0x01, + 0x11, + 0xcb, + 0x00, + 0x73, + 0x9b, + 0x01, + 0xa1, + 0x2a, + 0x01, + 0xd9, + 0xc8, + 0x00, + 0x2b, + 0x7c, + 0x02, + 0x7e, + 0xa8, + 0x02, + 0x91, + 0x96, + 0x01, + 0xa2, + 0x65, + 0x01, + 0xc3, + 0xa2, + 0x00, + 0xb7, + 0x6a, + 0xff, + 0x95, + 0x8c, + 0xff, + 0xf6, + 0x78, + 0xff, + 0xdd, + 0xcc, + 0xfe, + 0x18, + 0x5e, + 0xff, + 0x93, + 0xcb, + 0xff, + 0xf9, + 0x81, + 0xff, + 0x24, + 0x40, + 0xff, + 0xba, + 0x18, + 0xff, + 0xab, + 0x59, + 0xff, + 0xd7, + 0x66, + 0xff, + 0xfa, + 0x3c, + 0xff, + 0x90, + 0x4b, + 0xff, + 0x2a, + 0x7c, + 0xff, + 0xc9, + 0x8e, + 0xff, + 0xfe, + 0x67, + 0xff, + 0x3e, + 0x36, + 0xff, + 0xe5, + 0x0d, + 0xff, + 0xf3, + 0x1c, + 0xff, + 0xd5, + 0x10, + 0xff, + 0xc2, + 0x17, + 0xff, + 0x9c, + 0x49, + 0xff, + 0x5b, + 0x3c, + 0xff, + 0x35, + 0x63, + 0xff, + 0x61, + 0x77, + 0xff, + 0x64, + 0x62, + 0xff, + 0xec, + 0x4d, + 0xff, + 0x53, + 0x14, + 0xff, + 0x09, + 0x14, + 0xff, + 0x30, + 0x13, + 0xff, + 0x0d, + 0x1f, + 0xff, + 0x38, + 0x4a, + 0xff, + 0x0e, + 0x64, + 0xff, + 0xc5, + 0x7b, + 0xff, + 0x1a, + 0x74, + 0xff, + 0x14, + 0x87, + 0xff, + 0xd0, + 0x8a, + 0xff, + 0xa4, + 0x5f, + 0xff, + 0x9c, + 0x69, + 0xff, + 0xa3, + 0x9d, + 0xff, + 0xd3, + 0xb4, + 0xff, + 0xe8, + 0xdd, + 0x05, + 0x9b, + 0x68, + 0x0b, + 0xfc, + 0x62, + 0x05, + 0xd5, + 0x9f, + 0x01, + 0xb8, + 0xe1, + 0x04, + 0xe2, + 0x64, + 0x04, + 0xd4, + 0x93, + 0x01, + 0x17, + 0x2e, + 0xfe, + 0xe1, + 0xa1, + 0xfe, + 0x0a, + 0x61, + 0x03, + 0x41, + 0x5b, + 0x02, + 0xe4, + 0xbb, + 0xfe, + 0x07, + 0x00, + 0x00, + 0xee, + 0x0e, + 0x01, + 0xe3, + 0x79, + 0x00, + 0xaa, + 0x6f, + 0x01, + 0x38, + 0xa7, + 0x00, + 0x51, + 0x57, + 0xff, + 0x82, + 0xdc, + 0x00, + 0xa4, + 0x9e, + 0x01, + 0x0b, + 0x47, + 0x01, + 0x45, + 0x8f, + 0x01, + 0x00, + 0x55, + 0x01, + 0xa5, + 0xed, + 0x00, + 0x29, + 0x9e, + 0x00, + 0xfa, + 0xd9, + 0xff, + 0xdd, + 0x80, + 0xff, + 0x34, + 0xc9, + 0xff, + 0x44, + 0x88, + 0xff, + 0x09, + 0x37, + 0xff, + 0xec, + 0x7c, + 0xff, + 0x25, + 0x4a, + 0xff, + 0xfc, + 0xdb, + 0xfe, + 0x73, + 0x14, + 0xff, + 0x2d, + 0x74, + 0xff, + 0xd2, + 0x9e, + 0xff, + 0x7e, + 0x74, + 0xff, + 0xa1, + 0x5f, + 0xff, + 0x93, + 0x9a, + 0xff, + 0xed, + 0x57, + 0xff, + 0xdc, + 0xfb, + 0xfe, + 0x97, + 0x0d, + 0xff, + 0x60, + 0x22, + 0xff, + 0x32, + 0x1a, + 0xff, + 0x37, + 0x07, + 0xff, + 0x75, + 0x32, + 0xff, + 0x10, + 0x68, + 0xff, + 0x4f, + 0x58, + 0xff, + 0x03, + 0x5c, + 0xff, + 0x4c, + 0x55, + 0xff, + 0xe1, + 0x2f, + 0xff, + 0x80, + 0x43, + 0xff, + 0x6d, + 0x43, + 0xff, + 0xe9, + 0x31, + 0xff, + 0xd6, + 0x58, + 0xff, + 0x30, + 0x5f, + 0xff, + 0x31, + 0x62, + 0xff, + 0x47, + 0x8a, + 0xff, + 0x02, + 0x7d, + 0xff, + 0x28, + 0x49, + 0xff, + 0x31, + 0x64, + 0xff, + 0x8a, + 0xa8, + 0xff, + 0x10, + 0xa8, + 0xff, + 0xc4, + 0xae, + 0xff, + 0xb9, + 0xb0, + 0x06, + 0xed, + 0xc4, + 0x0c, + 0x7c, + 0xb9, + 0x05, + 0x4f, + 0xa6, + 0x01, + 0x00, + 0x95, + 0x05, + 0x6d, + 0xc1, + 0x04, + 0xb9, + 0xbc, + 0x00, + 0xa7, + 0x00, + 0xfd, + 0x01, + 0x02, + 0xff, + 0x80, + 0x3b, + 0x04, + 0xdc, + 0xb4, + 0x01, + 0xea, + 0x1e, + 0xfe, + 0xbf, + 0xff, + 0xff, + 0x72, + 0xbb, + 0x00, + 0x5e, + 0x3a, + 0x00, + 0x39, + 0x65, + 0x01, + 0x2c, + 0x98, + 0x00, + 0x45, + 0x0b, + 0xff, + 0xfa, + 0x4a, + 0x00, + 0x09, + 0xb9, + 0x00, + 0x39, + 0xe9, + 0xff, + 0x0a, + 0x67, + 0x00, + 0x28, + 0xcd, + 0x00, + 0x6f, + 0xeb, + 0x00, + 0xb4, + 0x34, + 0x01, + 0x5d, + 0xf4, + 0x00, + 0xd0, + 0x90, + 0x00, + 0xbf, + 0x4f, + 0x00, + 0x57, + 0x10, + 0x00, + 0x75, + 0xd9, + 0xff, + 0xbf, + 0x53, + 0xff, + 0xfa, + 0xce, + 0xfe, + 0xe7, + 0xf3, + 0xfe, + 0x11, + 0x3e, + 0xff, + 0x63, + 0x21, + 0xff, + 0x1c, + 0x40, + 0xff, + 0x58, + 0xb9, + 0xff, + 0xaa, + 0xa0, + 0xff, + 0x7d, + 0x40, + 0xff, + 0xbe, + 0x44, + 0xff, + 0xc2, + 0x3a, + 0xff, + 0x1a, + 0x2d, + 0xff, + 0x44, + 0x21, + 0xff, + 0x62, + 0xf5, + 0xfe, + 0x6c, + 0x20, + 0xff, + 0x59, + 0x47, + 0xff, + 0xc2, + 0x1b, + 0xff, + 0xff, + 0x1c, + 0xff, + 0x19, + 0x3c, + 0xff, + 0x29, + 0x47, + 0xff, + 0xae, + 0x61, + 0xff, + 0x9f, + 0x6e, + 0xff, + 0x09, + 0x65, + 0xff, + 0x08, + 0x68, + 0xff, + 0xbc, + 0x6c, + 0xff, + 0x12, + 0x78, + 0xff, + 0x92, + 0x6d, + 0xff, + 0xc7, + 0x56, + 0xff, + 0x03, + 0x5b, + 0xff, + 0x3b, + 0x60, + 0xff, + 0xb5, + 0x76, + 0xff, + 0x7e, + 0x99, + 0xff, + 0x65, + 0xb1, + 0xff, + 0x5e, + 0xb1, + 0xff, + 0x0d, + 0xa8, + 0x07, + 0x1d, + 0xd0, + 0x0e, + 0x00, + 0x62, + 0x06, + 0xdf, + 0xf2, + 0x00, + 0x48, + 0xa6, + 0x05, + 0x22, + 0xfa, + 0x04, + 0x43, + 0x15, + 0x00, + 0x9e, + 0x7f, + 0xfc, + 0x51, + 0x88, + 0xff, + 0x5d, + 0x58, + 0x04, + 0xfd, + 0xd4, + 0x00, + 0x6e, + 0xc7, + 0xfd, + 0x0f, + 0x21, + 0x00, + 0xb3, + 0x9a, + 0x00, + 0x1e, + 0xff, + 0xff, + 0x52, + 0x35, + 0x01, + 0xa3, + 0x70, + 0x00, + 0xec, + 0xe0, + 0xfe, + 0xaf, + 0x2d, + 0x00, + 0x2a, + 0x70, + 0x00, + 0xdb, + 0x64, + 0xff, + 0x9d, + 0xc6, + 0xff, + 0x31, + 0xb0, + 0xff, + 0x18, + 0xc0, + 0xff, + 0x6a, + 0xaf, + 0x00, + 0x42, + 0xb2, + 0x00, + 0x3c, + 0xeb, + 0x00, + 0x0e, + 0x9a, + 0x01, + 0xf0, + 0x0c, + 0x01, + 0x5b, + 0x20, + 0x00, + 0x23, + 0xce, + 0xff, + 0xe9, + 0x60, + 0xff, + 0x40, + 0xca, + 0xfe, + 0x27, + 0xd9, + 0xfe, + 0x7f, + 0x41, + 0xff, + 0x1d, + 0x73, + 0xff, + 0xa8, + 0x69, + 0xff, + 0xbc, + 0x28, + 0xff, + 0x7f, + 0x4d, + 0xff, + 0xfb, + 0x68, + 0xff, + 0x54, + 0x26, + 0xff, + 0x48, + 0x2c, + 0xff, + 0xc9, + 0x21, + 0xff, + 0xf8, + 0x32, + 0xff, + 0x79, + 0x38, + 0xff, + 0x1c, + 0xea, + 0xfe, + 0x19, + 0x0b, + 0xff, + 0xd7, + 0x13, + 0xff, + 0x9c, + 0x04, + 0xff, + 0xeb, + 0x56, + 0xff, + 0x55, + 0x67, + 0xff, + 0x9f, + 0x6e, + 0xff, + 0xd6, + 0x8d, + 0xff, + 0x8e, + 0x8b, + 0xff, + 0x5c, + 0x87, + 0xff, + 0x06, + 0x77, + 0xff, + 0x35, + 0x67, + 0xff, + 0x5a, + 0x66, + 0xff, + 0xb6, + 0x7a, + 0xff, + 0xf0, + 0x6d, + 0xff, + 0x0e, + 0x61, + 0xff, + 0xde, + 0x8b, + 0xff, + 0x96, + 0xab, + 0xff, + 0x2c, + 0xbb, + 0xff, + 0x3e, + 0x02, + 0x08, + 0x2c, + 0x72, + 0x10, + 0x5d, + 0x98, + 0x07, + 0x45, + 0x9e, + 0x00, + 0x2a, + 0xf2, + 0x05, + 0x7d, + 0x72, + 0x05, + 0x0f, + 0x43, + 0xff, + 0xce, + 0x9b, + 0xfb, + 0x49, + 0x28, + 0x00, + 0xa7, + 0x14, + 0x05, + 0x97, + 0xea, + 0xff, + 0x83, + 0x2e, + 0xfd, + 0x5b, + 0x67, + 0x00, + 0x81, + 0x5f, + 0x00, + 0xf1, + 0xad, + 0xff, + 0xf1, + 0x45, + 0x01, + 0xf0, + 0x92, + 0x00, + 0x1e, + 0xa7, + 0xfe, + 0xd9, + 0xe6, + 0xff, + 0x37, + 0x65, + 0x00, + 0x2c, + 0x46, + 0xff, + 0x74, + 0x87, + 0xff, + 0xda, + 0x4c, + 0xff, + 0xad, + 0x31, + 0xff, + 0xe2, + 0xbf, + 0xff, + 0xe0, + 0x9b, + 0xff, + 0x72, + 0x67, + 0x00, + 0x0f, + 0x7f, + 0x01, + 0x7b, + 0x61, + 0x01, + 0xa6, + 0x23, + 0x01, + 0x5b, + 0x9b, + 0x00, + 0x90, + 0xbb, + 0xff, + 0xae, + 0x6d, + 0xff, + 0x57, + 0x81, + 0xff, + 0xe2, + 0x25, + 0xff, + 0xd6, + 0xfa, + 0xfe, + 0x05, + 0x85, + 0xff, + 0x2e, + 0x7b, + 0xff, + 0xa3, + 0x04, + 0xff, + 0x21, + 0xf8, + 0xfe, + 0xe4, + 0x2a, + 0xff, + 0x14, + 0x4d, + 0xff, + 0x1f, + 0x4f, + 0xff, + 0xb3, + 0x37, + 0xff, + 0x9a, + 0xf9, + 0xfe, + 0xbf, + 0x05, + 0xff, + 0xef, + 0x09, + 0xff, + 0xe6, + 0xfb, + 0xfe, + 0xe1, + 0x41, + 0xff, + 0x66, + 0x57, + 0xff, + 0x52, + 0x53, + 0xff, + 0xa5, + 0x6d, + 0xff, + 0xf6, + 0x93, + 0xff, + 0x81, + 0xa2, + 0xff, + 0x2c, + 0x75, + 0xff, + 0x4a, + 0x6b, + 0xff, + 0x2e, + 0x9c, + 0xff, + 0xc6, + 0xa9, + 0xff, + 0xe0, + 0x8b, + 0xff, + 0xd2, + 0x77, + 0xff, + 0xfe, + 0x75, + 0xff, + 0xad, + 0x8c, + 0xff, + 0xf6, + 0xa6, + 0xff, + 0x7d, + 0xab, + 0xff, + 0x4d, + 0x6d, + 0x09, + 0x0d, + 0x4e, + 0x12, + 0xb6, + 0x70, + 0x07, + 0x98, + 0x71, + 0x00, + 0x38, + 0xd5, + 0x06, + 0x22, + 0x64, + 0x05, + 0x29, + 0x9e, + 0xfd, + 0x6d, + 0xe3, + 0xfa, + 0xf0, + 0xd9, + 0x01, + 0xbe, + 0x47, + 0x05, + 0xab, + 0x48, + 0xfe, + 0xdb, + 0x08, + 0xfd, + 0xe0, + 0xac, + 0x00, + 0x95, + 0x34, + 0x00, + 0x6e, + 0x82, + 0xff, + 0x47, + 0xfd, + 0x00, + 0x05, + 0x78, + 0x00, + 0x70, + 0x90, + 0xfe, + 0xeb, + 0xcf, + 0xff, + 0x03, + 0x51, + 0x00, + 0xc1, + 0x1e, + 0xff, + 0xf8, + 0x54, + 0xff, + 0x5a, + 0xf9, + 0xfe, + 0xcc, + 0xe2, + 0xfe, + 0x4a, + 0x6d, + 0xff, + 0x89, + 0x22, + 0xff, + 0x54, + 0xb6, + 0xff, + 0x9c, + 0xb7, + 0x00, + 0xa7, + 0xd1, + 0x00, + 0xd3, + 0xbd, + 0x00, + 0x41, + 0xca, + 0x00, + 0x32, + 0xa6, + 0x00, + 0xd0, + 0x0f, + 0x00, + 0xad, + 0xc0, + 0xff, + 0x37, + 0x95, + 0xff, + 0x19, + 0x6c, + 0xff, + 0xb5, + 0x94, + 0xff, + 0x73, + 0x38, + 0xff, + 0xd3, + 0x0f, + 0xff, + 0x32, + 0x12, + 0xff, + 0x6a, + 0xe4, + 0xfe, + 0x6c, + 0x22, + 0xff, + 0x03, + 0x13, + 0xff, + 0xf4, + 0x14, + 0xff, + 0x3d, + 0x18, + 0xff, + 0xaa, + 0xd9, + 0xfe, + 0xea, + 0x15, + 0xff, + 0x05, + 0x3e, + 0xff, + 0xa4, + 0x47, + 0xff, + 0x87, + 0x5f, + 0xff, + 0x1f, + 0x64, + 0xff, + 0x37, + 0x88, + 0xff, + 0xe4, + 0x68, + 0xff, + 0x9b, + 0x3f, + 0xff, + 0xa7, + 0x6b, + 0xff, + 0xde, + 0xa9, + 0xff, + 0x21, + 0xc3, + 0xff, + 0xd2, + 0xa2, + 0xff, + 0x39, + 0xa0, + 0xff, + 0x8c, + 0x97, + 0xff, + 0xa6, + 0x81, + 0xff, + 0x74, + 0x97, + 0xff, + 0x88, + 0x92, + 0xff, + 0x50, + 0xa1, + 0xff, + 0x66, + 0x54, + 0x0a, + 0x7e, + 0xbc, + 0x13, + 0xab, + 0xf7, + 0x07, + 0xb3, + 0xc2, + 0x00, + 0x1b, + 0x67, + 0x07, + 0xaa, + 0x7b, + 0x05, + 0xf1, + 0x5e, + 0xfc, + 0x7c, + 0xde, + 0xf9, + 0xeb, + 0x61, + 0x03, + 0x94, + 0x02, + 0x06, + 0x26, + 0xb1, + 0xfc, + 0x3e, + 0x9b, + 0xfc, + 0x0d, + 0x21, + 0x01, + 0x3a, + 0x28, + 0x00, + 0x7f, + 0x5f, + 0xff, + 0x38, + 0xbf, + 0x00, + 0xbd, + 0x6d, + 0x00, + 0x92, + 0x7f, + 0xfe, + 0xdd, + 0x86, + 0xff, + 0x5d, + 0x6d, + 0x00, + 0xfe, + 0x3d, + 0xff, + 0xed, + 0x0f, + 0xff, + 0x82, + 0xbe, + 0xfe, + 0xec, + 0xce, + 0xfe, + 0x58, + 0x41, + 0xff, + 0x9f, + 0xd4, + 0xfe, + 0x4c, + 0x76, + 0xff, + 0xb4, + 0x44, + 0x00, + 0xe7, + 0x30, + 0x00, + 0x28, + 0x4b, + 0x00, + 0xf2, + 0x49, + 0x00, + 0x8c, + 0x3e, + 0x00, + 0x36, + 0x38, + 0x00, + 0x08, + 0x58, + 0x00, + 0xc5, + 0x21, + 0x00, + 0x00, + 0xce, + 0xff, + 0x76, + 0x1d, + 0x00, + 0xcd, + 0xaf, + 0xff, + 0xfa, + 0x13, + 0xff, + 0x53, + 0x17, + 0xff, + 0x10, + 0xf5, + 0xfe, + 0xaa, + 0xe0, + 0xfe, + 0xd0, + 0xf1, + 0xfe, + 0x63, + 0xf5, + 0xfe, + 0xa0, + 0xe0, + 0xfe, + 0x2b, + 0x08, + 0xff, + 0xac, + 0x35, + 0xff, + 0x70, + 0x30, + 0xff, + 0x72, + 0x5f, + 0xff, + 0xc2, + 0x99, + 0xff, + 0xe2, + 0x88, + 0xff, + 0x68, + 0x4c, + 0xff, + 0x0c, + 0x3e, + 0xff, + 0xf3, + 0x66, + 0xff, + 0x47, + 0x92, + 0xff, + 0x93, + 0x8c, + 0xff, + 0xbb, + 0x98, + 0xff, + 0x61, + 0xbd, + 0xff, + 0x49, + 0xc2, + 0xff, + 0x46, + 0xbe, + 0xff, + 0x92, + 0x85, + 0xff, + 0x26, + 0x7f, + 0xff, + 0x4f, + 0xb9, + 0xff, + 0xd6, + 0xba, + 0xff, + 0xe6, + 0x82, + 0x0a, + 0xb1, + 0x56, + 0x15, + 0xf0, + 0x84, + 0x09, + 0x57, + 0x8f, + 0x00, + 0xb1, + 0x7c, + 0x07, + 0xa6, + 0x07, + 0x06, + 0x25, + 0xd7, + 0xfb, + 0x4b, + 0xbc, + 0xf8, + 0x75, + 0xf4, + 0x03, + 0x4b, + 0x10, + 0x07, + 0x52, + 0x92, + 0xfb, + 0xba, + 0x0b, + 0xfc, + 0x68, + 0xa7, + 0x01, + 0x81, + 0xfe, + 0xff, + 0xa6, + 0x39, + 0xff, + 0x97, + 0x7c, + 0x00, + 0x8c, + 0x68, + 0x00, + 0x64, + 0xcc, + 0xfe, + 0x22, + 0x36, + 0xff, + 0x69, + 0x19, + 0x00, + 0x41, + 0x66, + 0xff, + 0xed, + 0xfb, + 0xfe, + 0xa7, + 0x98, + 0xfe, + 0x99, + 0xea, + 0xfe, + 0x49, + 0x13, + 0xff, + 0x0d, + 0x80, + 0xfe, + 0x21, + 0x35, + 0xff, + 0x94, + 0x03, + 0x00, + 0x3f, + 0x19, + 0x00, + 0x92, + 0x20, + 0x00, + 0x22, + 0xb4, + 0xff, + 0x5c, + 0x94, + 0xff, + 0x21, + 0xb4, + 0xff, + 0xba, + 0x02, + 0x00, + 0x38, + 0x6d, + 0x00, + 0x0f, + 0x47, + 0x00, + 0x32, + 0x3d, + 0x00, + 0x71, + 0x33, + 0x00, + 0xd7, + 0x00, + 0x00, + 0xcc, + 0x45, + 0xff, + 0xd7, + 0xa6, + 0xfe, + 0xaf, + 0xf0, + 0xfe, + 0x79, + 0xfe, + 0xfe, + 0x89, + 0x20, + 0xff, + 0xeb, + 0x03, + 0xff, + 0x48, + 0xc3, + 0xfe, + 0x7b, + 0x29, + 0xff, + 0x93, + 0x61, + 0xff, + 0x35, + 0x85, + 0xff, + 0x20, + 0x86, + 0xff, + 0x85, + 0x4a, + 0xff, + 0x2a, + 0x5b, + 0xff, + 0xb4, + 0x97, + 0xff, + 0xd8, + 0x7e, + 0xff, + 0xe3, + 0x4e, + 0xff, + 0x69, + 0x87, + 0xff, + 0x29, + 0xbf, + 0xff, + 0xe9, + 0xce, + 0xff, + 0x3f, + 0xc1, + 0xff, + 0x01, + 0x92, + 0xff, + 0x32, + 0x89, + 0xff, + 0xa8, + 0xac, + 0xff, + 0x53, + 0xca, + 0xff, + 0x6b, + 0xc7, + 0xff, + 0x9a, + 0xc7, + 0x0a, + 0xd2, + 0x88, + 0x17, + 0x52, + 0xf0, + 0x0a, + 0x7a, + 0x5b, + 0xff, + 0xc4, + 0x07, + 0x08, + 0xc5, + 0x6e, + 0x06, + 0x63, + 0xeb, + 0xfa, + 0x26, + 0xde, + 0xf8, + 0x52, + 0xc9, + 0x03, + 0x82, + 0x3d, + 0x07, + 0xcb, + 0x56, + 0xfb, + 0x6c, + 0x6e, + 0xfb, + 0xff, + 0x06, + 0x02, + 0xb2, + 0xf0, + 0xff, + 0x1f, + 0xe8, + 0xfe, + 0x6c, + 0x35, + 0x00, + 0xe0, + 0x97, + 0x00, + 0xa7, + 0x0c, + 0xff, + 0xea, + 0xaf, + 0xfe, + 0x08, + 0xe2, + 0xff, + 0x65, + 0x7f, + 0xff, + 0x62, + 0xee, + 0xfe, + 0xd3, + 0x76, + 0xfe, + 0xbf, + 0xd3, + 0xfe, + 0xb1, + 0xf2, + 0xfe, + 0x52, + 0x39, + 0xfe, + 0xea, + 0x34, + 0xff, + 0xcb, + 0x06, + 0x00, + 0x03, + 0xc0, + 0xff, + 0xd9, + 0xeb, + 0xff, + 0xe5, + 0x76, + 0xff, + 0xb3, + 0x20, + 0xff, + 0xdb, + 0x87, + 0xff, + 0x4e, + 0x9f, + 0xff, + 0x46, + 0xad, + 0xff, + 0x62, + 0xda, + 0xff, + 0xe3, + 0x93, + 0x00, + 0x15, + 0xa3, + 0x00, + 0x27, + 0xc2, + 0xff, + 0x81, + 0x98, + 0xff, + 0x86, + 0x7c, + 0xff, + 0x2f, + 0x28, + 0xff, + 0x93, + 0x16, + 0xff, + 0x3c, + 0x41, + 0xff, + 0x4c, + 0x2a, + 0xff, + 0xd2, + 0xfa, + 0xfe, + 0xc5, + 0x26, + 0xff, + 0x59, + 0x33, + 0xff, + 0x37, + 0x55, + 0xff, + 0x03, + 0x6b, + 0xff, + 0x6e, + 0x77, + 0xff, + 0x7d, + 0x9b, + 0xff, + 0xad, + 0x76, + 0xff, + 0xf7, + 0x4e, + 0xff, + 0xb8, + 0x57, + 0xff, + 0x82, + 0x9f, + 0xff, + 0x83, + 0xd4, + 0xff, + 0x9c, + 0xb6, + 0xff, + 0xc1, + 0xac, + 0xff, + 0x6e, + 0xb2, + 0xff, + 0x29, + 0x9c, + 0xff, + 0xe5, + 0x9c, + 0xff, + 0x6e, + 0xb0, + 0xff, + 0xc4, + 0xc7, + 0xff, + 0x56, + 0x11, + 0x0b, + 0x8f, + 0x1a, + 0x19, + 0xef, + 0x42, + 0x0c, + 0x8e, + 0x10, + 0xff, + 0xba, + 0x80, + 0x08, + 0x3f, + 0xb8, + 0x06, + 0x38, + 0x1d, + 0xfa, + 0xf6, + 0x9d, + 0xf8, + 0x27, + 0x9f, + 0x03, + 0x87, + 0xb0, + 0x07, + 0x48, + 0x3e, + 0xfb, + 0x76, + 0x78, + 0xfa, + 0x4f, + 0x49, + 0x02, + 0x5d, + 0x1d, + 0x00, + 0x3e, + 0x93, + 0xfe, + 0x8c, + 0x0f, + 0x00, + 0xd0, + 0xaa, + 0x00, + 0xf8, + 0x2d, + 0xff, + 0x26, + 0x3b, + 0xfe, + 0x37, + 0xa2, + 0xff, + 0x6b, + 0xaf, + 0xff, + 0x46, + 0x01, + 0xff, + 0x95, + 0x30, + 0xfe, + 0xf4, + 0x59, + 0xfe, + 0x77, + 0xf5, + 0xfe, + 0x2a, + 0x55, + 0xfe, + 0xfc, + 0x04, + 0xff, + 0x32, + 0xfa, + 0xff, + 0xdf, + 0x92, + 0xff, + 0xff, + 0x84, + 0xff, + 0x94, + 0x70, + 0xff, + 0x4c, + 0x16, + 0xff, + 0x4a, + 0x2b, + 0xff, + 0x60, + 0x53, + 0xff, + 0x16, + 0x57, + 0xff, + 0x13, + 0x9a, + 0xff, + 0x23, + 0xeb, + 0xff, + 0xa7, + 0xbb, + 0xff, + 0x34, + 0x00, + 0x00, + 0xb1, + 0x07, + 0x00, + 0xc4, + 0x8e, + 0xff, + 0xf9, + 0xcf, + 0xff, + 0x1e, + 0x9a, + 0xff, + 0x1f, + 0x80, + 0xff, + 0xe8, + 0x8d, + 0xff, + 0xaf, + 0x36, + 0xff, + 0x0d, + 0x2a, + 0xff, + 0x45, + 0xdc, + 0xfe, + 0x33, + 0x22, + 0xff, + 0x9d, + 0xb0, + 0xff, + 0x77, + 0xaa, + 0xff, + 0x61, + 0x6e, + 0xff, + 0xb8, + 0x39, + 0xff, + 0xbf, + 0x62, + 0xff, + 0xee, + 0x80, + 0xff, + 0xb2, + 0x9f, + 0xff, + 0xf6, + 0xa9, + 0xff, + 0x94, + 0x9e, + 0xff, + 0x2b, + 0xc3, + 0xff, + 0xe8, + 0xb3, + 0xff, + 0xb0, + 0x91, + 0xff, + 0x8a, + 0x98, + 0xff, + 0xf0, + 0xb1, + 0xff, + 0xd2, + 0xc9, + 0xff, + 0xab, + 0x8d, + 0x0a, + 0x90, + 0xbd, + 0x19, + 0xe7, + 0x6a, + 0x0e, + 0xd7, + 0x87, + 0xff, + 0xf4, + 0xd7, + 0x08, + 0x04, + 0x72, + 0x07, + 0x1a, + 0x74, + 0xf9, + 0xd6, + 0x36, + 0xf8, + 0x58, + 0xff, + 0x02, + 0x61, + 0x12, + 0x08, + 0x3e, + 0x13, + 0xfc, + 0x6b, + 0x28, + 0xf9, + 0x96, + 0xea, + 0x01, + 0xa7, + 0xc6, + 0x00, + 0x75, + 0x7c, + 0xfe, + 0x94, + 0xb1, + 0xff, + 0x85, + 0x67, + 0x00, + 0x7a, + 0x9b, + 0xff, + 0xd4, + 0x1a, + 0xfe, + 0xaf, + 0x1e, + 0xff, + 0x56, + 0xe6, + 0xff, + 0x24, + 0xe3, + 0xfe, + 0x6a, + 0xc0, + 0xfd, + 0x3c, + 0x51, + 0xfe, + 0xd6, + 0x05, + 0xff, + 0xdf, + 0x4e, + 0xfe, + 0x51, + 0xbb, + 0xfe, + 0xa3, + 0x72, + 0xff, + 0x7a, + 0x96, + 0xff, + 0xff, + 0xf3, + 0xff, + 0x48, + 0x4b, + 0xff, + 0x37, + 0x9b, + 0xfe, + 0x5f, + 0xf8, + 0xfe, + 0x5d, + 0x48, + 0xff, + 0x4f, + 0x38, + 0xff, + 0xda, + 0xe5, + 0xfe, + 0xde, + 0x5b, + 0xff, + 0x67, + 0xb8, + 0xff, + 0x62, + 0x44, + 0xff, + 0x51, + 0x96, + 0xff, + 0xa4, + 0xfe, + 0xff, + 0x42, + 0x18, + 0x00, + 0xc7, + 0xdf, + 0xff, + 0x63, + 0xe8, + 0xff, + 0xb5, + 0x34, + 0x00, + 0xbe, + 0x7a, + 0xff, + 0xa0, + 0xf8, + 0xfe, + 0x0d, + 0xf4, + 0xfe, + 0x92, + 0x6e, + 0xff, + 0x02, + 0xe6, + 0xff, + 0xed, + 0x52, + 0xff, + 0xb0, + 0x2b, + 0xff, + 0x95, + 0x66, + 0xff, + 0xea, + 0x76, + 0xff, + 0xa1, + 0x78, + 0xff, + 0x98, + 0x6c, + 0xff, + 0x7a, + 0xbb, + 0xff, + 0xd4, + 0xd0, + 0xff, + 0xeb, + 0xa7, + 0xff, + 0xf8, + 0x93, + 0xff, + 0x94, + 0x6b, + 0xff, + 0xf9, + 0x8c, + 0xff, + 0xf0, + 0xc0, + 0xff, + 0x1b, + 0xc3, + 0xff, + 0xfb, + 0xae, + 0x0b, + 0x18, + 0xd5, + 0x1a, + 0x3a, + 0x2b, + 0x0e, + 0x6f, + 0xac, + 0x00, + 0x44, + 0x8b, + 0x09, + 0x55, + 0x64, + 0x06, + 0xb1, + 0xb3, + 0xf9, + 0x3d, + 0x60, + 0xf8, + 0x7b, + 0x79, + 0x02, + 0x48, + 0xcf, + 0x07, + 0xa6, + 0xe5, + 0xfb, + 0x42, + 0x01, + 0xf9, + 0xc1, + 0xd2, + 0x01, + 0x8a, + 0x2e, + 0x01, + 0xb8, + 0x28, + 0xfe, + 0x7a, + 0x38, + 0xff, + 0xfa, + 0x84, + 0x00, + 0x72, + 0xa3, + 0xff, + 0x74, + 0xa4, + 0xfe, + 0x66, + 0xcb, + 0xfe, + 0x1b, + 0xf7, + 0xfe, + 0xa6, + 0x09, + 0xff, + 0x02, + 0xcb, + 0xfd, + 0xca, + 0x06, + 0xfe, + 0x35, + 0x11, + 0xff, + 0xa9, + 0x31, + 0xfe, + 0x4d, + 0x5a, + 0xfe, + 0x45, + 0x43, + 0xff, + 0x63, + 0xb6, + 0xff, + 0xfa, + 0x00, + 0x00, + 0x2f, + 0x3f, + 0xff, + 0x44, + 0x94, + 0xfe, + 0x6c, + 0xc5, + 0xfe, + 0x2a, + 0xe1, + 0xfe, + 0x9a, + 0xa8, + 0xfe, + 0xe6, + 0xd1, + 0xfe, + 0xbd, + 0x4a, + 0xff, + 0x2c, + 0x1e, + 0xff, + 0x46, + 0x5d, + 0xff, + 0x00, + 0x98, + 0xff, + 0x5b, + 0x45, + 0xff, + 0x56, + 0xeb, + 0xff, + 0xf1, + 0x55, + 0x00, + 0xb2, + 0x3d, + 0x00, + 0xef, + 0x07, + 0x00, + 0xe3, + 0x80, + 0xff, + 0xec, + 0x94, + 0xff, + 0x7c, + 0xa7, + 0xff, + 0x7b, + 0x71, + 0xff, + 0xb2, + 0x76, + 0xff, + 0xf8, + 0x83, + 0xff, + 0xe8, + 0x80, + 0xff, + 0x8d, + 0x6a, + 0xff, + 0x79, + 0x3b, + 0xff, + 0x06, + 0x3d, + 0xff, + 0x6d, + 0x88, + 0xff, + 0x49, + 0xc0, + 0xff, + 0x01, + 0xc4, + 0xff, + 0x60, + 0xa7, + 0xff, + 0x82, + 0x8e, + 0xff, + 0x49, + 0x7a, + 0xff, + 0x2e, + 0x8e, + 0xff, + 0x5a, + 0xa6, + 0xff, + 0x4e, + 0x97, + 0xff, + 0xc6, + 0x3d, + 0x0d, + 0x6d, + 0x84, + 0x1b, + 0x19, + 0x4e, + 0x0d, + 0x49, + 0x9a, + 0x02, + 0x35, + 0xb8, + 0x09, + 0x7d, + 0xef, + 0x04, + 0x4b, + 0x3c, + 0xfb, + 0x1e, + 0x6a, + 0xf8, + 0x2d, + 0x5b, + 0x01, + 0xab, + 0x48, + 0x07, + 0xc0, + 0xc9, + 0xfb, + 0xbd, + 0xa4, + 0xf9, + 0xf4, + 0x5f, + 0x01, + 0xc8, + 0x06, + 0x01, + 0xbf, + 0x53, + 0xfe, + 0xf6, + 0xa9, + 0xfe, + 0x97, + 0x76, + 0x00, + 0xf2, + 0x33, + 0x00, + 0xde, + 0xec, + 0xfe, + 0x99, + 0x13, + 0xfe, + 0x9a, + 0x7f, + 0xfe, + 0x75, + 0x34, + 0xff, + 0x47, + 0xa9, + 0xfd, + 0xa6, + 0xde, + 0xfd, + 0x02, + 0x90, + 0xfe, + 0xab, + 0xd2, + 0xfd, + 0x4d, + 0xe3, + 0xfe, + 0x94, + 0x39, + 0xff, + 0xa5, + 0x33, + 0xff, + 0x10, + 0x21, + 0x00, + 0xc5, + 0x6c, + 0xff, + 0xef, + 0x8d, + 0xfe, + 0x77, + 0x41, + 0xfe, + 0x35, + 0x5e, + 0xfe, + 0x84, + 0xa9, + 0xfe, + 0x65, + 0x8b, + 0xfe, + 0x21, + 0x0b, + 0xff, + 0x23, + 0x41, + 0xff, + 0x86, + 0x4f, + 0xff, + 0xa5, + 0x64, + 0xff, + 0x1b, + 0x6b, + 0xff, + 0x15, + 0xe5, + 0xff, + 0x2c, + 0xc0, + 0xff, + 0xac, + 0xbf, + 0xff, + 0x11, + 0xf7, + 0xff, + 0xe3, + 0x06, + 0x00, + 0xe5, + 0x10, + 0x00, + 0x76, + 0x7d, + 0xff, + 0xe9, + 0x7d, + 0xff, + 0x3d, + 0xf3, + 0xff, + 0xf0, + 0xc6, + 0xff, + 0x11, + 0x88, + 0xff, + 0x49, + 0x5d, + 0xff, + 0x63, + 0x47, + 0xff, + 0xb1, + 0x62, + 0xff, + 0x8c, + 0x63, + 0xff, + 0x4f, + 0x85, + 0xff, + 0x52, + 0xa9, + 0xff, + 0xa2, + 0xa1, + 0xff, + 0x1a, + 0xa0, + 0xff, + 0x2f, + 0x83, + 0xff, + 0x8c, + 0x93, + 0xff, + 0x1e, + 0x92, + 0xff, + 0x06, + 0x82, + 0xff, + 0x4a, + 0x8d, + 0x0d, + 0x8c, + 0x6e, + 0x1b, + 0x96, + 0x0e, + 0x0d, + 0x4b, + 0x96, + 0x04, + 0x5d, + 0x13, + 0x0b, + 0x2e, + 0x29, + 0x04, + 0x0b, + 0xcf, + 0xfb, + 0xac, + 0x79, + 0xf8, + 0x68, + 0x50, + 0x00, + 0x58, + 0xa4, + 0x06, + 0x6b, + 0xc5, + 0xfb, + 0x7e, + 0x83, + 0xfa, + 0x4b, + 0x82, + 0x00, + 0x26, + 0x10, + 0x00, + 0x98, + 0x3f, + 0xff, + 0x6e, + 0x8e, + 0xfe, + 0x2a, + 0xa9, + 0xff, + 0xef, + 0x7c, + 0x00, + 0xf3, + 0x79, + 0xff, + 0xa5, + 0x9b, + 0xfd, + 0x2f, + 0x13, + 0xfe, + 0xab, + 0x8a, + 0xff, + 0xb2, + 0x35, + 0xfd, + 0xac, + 0xfe, + 0xfc, + 0xb6, + 0x58, + 0xfe, + 0x2c, + 0xda, + 0xfd, + 0x6e, + 0xf2, + 0xfe, + 0xce, + 0x16, + 0xff, + 0xda, + 0xd8, + 0xfe, + 0x41, + 0x2a, + 0x00, + 0x11, + 0xa0, + 0xff, + 0x6f, + 0x1f, + 0xfe, + 0xd7, + 0xd1, + 0xfd, + 0xc5, + 0x71, + 0xfe, + 0x79, + 0x1a, + 0xfe, + 0xb5, + 0x3f, + 0xfe, + 0x77, + 0x81, + 0xff, + 0xa1, + 0xea, + 0xfe, + 0xb3, + 0x33, + 0xff, + 0x2c, + 0xb9, + 0xff, + 0x09, + 0x66, + 0xff, + 0x03, + 0x9c, + 0xff, + 0x03, + 0x30, + 0xff, + 0xba, + 0xa2, + 0xff, + 0x86, + 0xf3, + 0xff, + 0x35, + 0xbe, + 0xff, + 0x45, + 0xa9, + 0xff, + 0xb5, + 0x86, + 0xff, + 0xa3, + 0x0c, + 0x00, + 0x8d, + 0x26, + 0x00, + 0x57, + 0xf2, + 0xff, + 0xb2, + 0x8e, + 0xff, + 0x5f, + 0x76, + 0xff, + 0xeb, + 0x82, + 0xff, + 0x79, + 0x48, + 0xff, + 0xc6, + 0x71, + 0xff, + 0x68, + 0x6e, + 0xff, + 0xfc, + 0x7d, + 0xff, + 0x69, + 0x99, + 0xff, + 0x67, + 0x80, + 0xff, + 0x27, + 0x6b, + 0xff, + 0x35, + 0x7e, + 0xff, + 0x83, + 0x97, + 0xff, + 0x61, + 0x88, + 0xff, + 0xcf, + 0x1d, + 0x0d, + 0xdf, + 0xee, + 0x1a, + 0x80, + 0x53, + 0x0c, + 0x6b, + 0x12, + 0x06, + 0x6b, + 0x79, + 0x0f, + 0x30, + 0xa3, + 0x04, + 0x91, + 0xad, + 0xf9, + 0xd2, + 0xee, + 0xf8, + 0xda, + 0x90, + 0x01, + 0xb2, + 0xe0, + 0x05, + 0xc9, + 0xe8, + 0xf9, + 0xe4, + 0x29, + 0xfc, + 0x54, + 0x3b, + 0x01, + 0x64, + 0xba, + 0xfd, + 0x1c, + 0x43, + 0x00, + 0xc6, + 0x8f, + 0xff, + 0xc0, + 0x22, + 0xfe, + 0x02, + 0x83, + 0x00, + 0x25, + 0xc2, + 0x00, + 0x86, + 0x90, + 0xfd, + 0x07, + 0xba, + 0xfd, + 0x0b, + 0xdf, + 0xff, + 0x3d, + 0xb5, + 0xfc, + 0xb4, + 0x76, + 0xfc, + 0x41, + 0x6a, + 0xfe, + 0x12, + 0x86, + 0xfd, + 0x6d, + 0xc7, + 0xfe, + 0x7d, + 0x58, + 0xff, + 0x93, + 0xaa, + 0xfe, + 0x4a, + 0xf9, + 0xff, + 0x37, + 0x74, + 0xff, + 0x07, + 0x52, + 0xfe, + 0xa0, + 0x1d, + 0xfe, + 0x87, + 0xa0, + 0xfd, + 0xbc, + 0x29, + 0xfe, + 0xc2, + 0x6b, + 0xfe, + 0x0b, + 0x1e, + 0xff, + 0x79, + 0x4d, + 0xff, + 0x77, + 0x50, + 0xff, + 0xac, + 0xe4, + 0xff, + 0xc6, + 0x34, + 0xff, + 0x81, + 0x47, + 0xff, + 0x03, + 0x4c, + 0xff, + 0xcc, + 0xb4, + 0xff, + 0x7d, + 0xdb, + 0xff, + 0x59, + 0x28, + 0xff, + 0x10, + 0x7c, + 0xff, + 0xea, + 0x6d, + 0xff, + 0xb2, + 0x0e, + 0x00, + 0x29, + 0x5f, + 0x00, + 0x12, + 0xd2, + 0xff, + 0x3f, + 0xd7, + 0xff, + 0x64, + 0xda, + 0xff, + 0xba, + 0xaf, + 0xff, + 0x0e, + 0x55, + 0xff, + 0xa7, + 0x72, + 0xff, + 0xe0, + 0x78, + 0xff, + 0xaf, + 0x86, + 0xff, + 0x0a, + 0xab, + 0xff, + 0xa6, + 0x62, + 0xff, + 0x96, + 0x4b, + 0xff, + 0xa4, + 0x71, + 0xff, + 0x97, + 0x99, + 0xff, + 0x33, + 0xa6, + 0xff, + 0xa3, + 0x75, + 0x0d, + 0xc4, + 0xeb, + 0x1b, + 0xdb, + 0x95, + 0x0a, + 0x5b, + 0xc4, + 0x04, + 0x2f, + 0x9f, + 0x14, + 0x46, + 0xf6, + 0x05, + 0xa3, + 0xf9, + 0xf5, + 0x5e, + 0x8f, + 0xfa, + 0x5a, + 0xb0, + 0x03, + 0xe6, + 0x87, + 0x03, + 0x6a, + 0x59, + 0xf7, + 0xb9, + 0x1e, + 0xfe, + 0x9e, + 0x3c, + 0x03, + 0x92, + 0x33, + 0xfb, + 0x22, + 0x80, + 0xff, + 0x01, + 0xe7, + 0x00, + 0xe3, + 0xac, + 0xfd, + 0xdb, + 0xe0, + 0xff, + 0xc6, + 0xa5, + 0x01, + 0xc6, + 0xd4, + 0xfd, + 0xf4, + 0xe8, + 0xfc, + 0x2e, + 0x38, + 0x00, + 0x57, + 0xc6, + 0xfc, + 0xb6, + 0xf9, + 0xfb, + 0xa9, + 0xc8, + 0xfd, + 0x50, + 0xe4, + 0xfc, + 0xa8, + 0x27, + 0xff, + 0x1f, + 0x81, + 0xff, + 0xb2, + 0xfa, + 0xfd, + 0x34, + 0x6f, + 0xff, + 0xe2, + 0xbe, + 0xff, + 0x6e, + 0x38, + 0xfe, + 0x91, + 0xfb, + 0xfd, + 0xcf, + 0x0f, + 0xfe, + 0xe2, + 0xce, + 0xfd, + 0x06, + 0x18, + 0xfe, + 0xda, + 0x53, + 0xff, + 0xf6, + 0x80, + 0xff, + 0x46, + 0x62, + 0xff, + 0xb8, + 0xa4, + 0xff, + 0x74, + 0xfa, + 0xfe, + 0x22, + 0x98, + 0xff, + 0xac, + 0x73, + 0xff, + 0x60, + 0x39, + 0xff, + 0xef, + 0x9e, + 0xff, + 0x56, + 0x34, + 0xff, + 0x83, + 0x79, + 0xff, + 0x53, + 0x29, + 0xff, + 0x62, + 0xb3, + 0xff, + 0x40, + 0x32, + 0x00, + 0x80, + 0xd3, + 0xff, + 0x10, + 0xd8, + 0xff, + 0xdb, + 0xbc, + 0xff, + 0x20, + 0xf0, + 0xff, + 0xf1, + 0x8f, + 0xff, + 0x47, + 0x8e, + 0xff, + 0x68, + 0x97, + 0xff, + 0xee, + 0x6e, + 0xff, + 0x30, + 0x95, + 0xff, + 0x8c, + 0x67, + 0xff, + 0x00, + 0x6a, + 0xff, + 0x3b, + 0x69, + 0xff, + 0x8c, + 0xa0, + 0xff, + 0xd8, + 0xb1, + 0xff, + 0x28, + 0xdf, + 0x10, + 0x5b, + 0xff, + 0x1d, + 0x7b, + 0x80, + 0x05, + 0x59, + 0x29, + 0x04, + 0x28, + 0xfa, + 0x18, + 0x95, + 0x7a, + 0x05, + 0x76, + 0x50, + 0xf3, + 0x88, + 0x1d, + 0xfc, + 0xd1, + 0xa6, + 0x07, + 0xd2, + 0x95, + 0xff, + 0x42, + 0x82, + 0xf3, + 0x2a, + 0x67, + 0x02, + 0x9a, + 0x74, + 0x04, + 0x1b, + 0x24, + 0xf9, + 0x3a, + 0x89, + 0xfe, + 0xe4, + 0xb6, + 0x01, + 0x12, + 0x3e, + 0xfe, + 0x7d, + 0xf3, + 0xfe, + 0x8c, + 0x59, + 0x02, + 0x09, + 0xef, + 0xfd, + 0x96, + 0x92, + 0xfc, + 0x21, + 0x89, + 0x00, + 0x04, + 0x97, + 0xfc, + 0xfc, + 0xce, + 0xfb, + 0x3b, + 0x0b, + 0xfd, + 0x56, + 0xd7, + 0xfc, + 0x62, + 0x8f, + 0xff, + 0x59, + 0xcc, + 0xfe, + 0xd4, + 0x7a, + 0xfd, + 0x2c, + 0x68, + 0xff, + 0x3e, + 0xb4, + 0xff, + 0x02, + 0x3a, + 0xfe, + 0x84, + 0x1d, + 0xfe, + 0xde, + 0x43, + 0xfe, + 0x68, + 0x6b, + 0xfd, + 0x0a, + 0x7f, + 0xfe, + 0x86, + 0x1c, + 0x00, + 0x8e, + 0xe9, + 0xfe, + 0x80, + 0xfa, + 0xfe, + 0x8a, + 0x9b, + 0xff, + 0x45, + 0x4e, + 0xff, + 0xbe, + 0xe9, + 0xff, + 0x62, + 0x37, + 0xff, + 0xe8, + 0x17, + 0xff, + 0x96, + 0x4e, + 0xff, + 0xef, + 0x61, + 0xff, + 0x16, + 0x89, + 0xff, + 0x78, + 0xdb, + 0xfe, + 0x7c, + 0xab, + 0xff, + 0xc7, + 0xef, + 0xff, + 0x76, + 0x9b, + 0xff, + 0x8d, + 0xa9, + 0xff, + 0x49, + 0xac, + 0xff, + 0x2f, + 0xe1, + 0xff, + 0x07, + 0x83, + 0xff, + 0x01, + 0xb8, + 0xff, + 0xbb, + 0xbc, + 0xff, + 0xdb, + 0x86, + 0xff, + 0x29, + 0xb8, + 0xff, + 0xf2, + 0x83, + 0xff, + 0x95, + 0x63, + 0xff, + 0xa5, + 0x99, + 0xff, + 0x97, + 0xb4, + 0xff, + 0x2d, + 0x92, + 0xff, + 0xad, + 0x1c, + 0x13, + 0xfc, + 0x8b, + 0x20, + 0x0c, + 0x96, + 0x02, + 0xdc, + 0xf8, + 0x00, + 0x42, + 0xf5, + 0x1b, + 0xc9, + 0x0e, + 0x08, + 0x4b, + 0x1e, + 0xf1, + 0x6b, + 0xcf, + 0xfc, + 0x8e, + 0x4a, + 0x0b, + 0x50, + 0xc7, + 0xfc, + 0x0c, + 0x90, + 0xef, + 0xb1, + 0xde, + 0x04, + 0x0f, + 0x41, + 0x07, + 0x5c, + 0x1c, + 0xf8, + 0x37, + 0x4c, + 0xfc, + 0xe8, + 0x03, + 0x02, + 0xa0, + 0xa7, + 0xff, + 0xcd, + 0x43, + 0xfe, + 0xa0, + 0x5a, + 0x02, + 0x0f, + 0xd5, + 0xfe, + 0xc4, + 0x12, + 0xfc, + 0xc3, + 0x8d, + 0x00, + 0xb0, + 0xe6, + 0xfc, + 0xdb, + 0xa4, + 0xfb, + 0x36, + 0x0a, + 0xfd, + 0x87, + 0x2a, + 0xfc, + 0xef, + 0x2d, + 0xff, + 0x06, + 0xbf, + 0xfe, + 0x76, + 0x22, + 0xfd, + 0xf6, + 0x25, + 0xff, + 0x41, + 0xa3, + 0xff, + 0xbe, + 0xa6, + 0xfe, + 0xb6, + 0x0e, + 0xfe, + 0xdd, + 0x63, + 0xfe, + 0x7a, + 0xe3, + 0xfd, + 0x63, + 0x9b, + 0xfe, + 0x76, + 0x5a, + 0x00, + 0x22, + 0x7f, + 0xfe, + 0x00, + 0xb9, + 0xfe, + 0x53, + 0xdc, + 0xff, + 0x62, + 0x53, + 0xff, + 0xe5, + 0xf6, + 0xff, + 0x8f, + 0x31, + 0xff, + 0x5d, + 0x2c, + 0xff, + 0x7e, + 0x46, + 0xff, + 0xc4, + 0x53, + 0xff, + 0xe1, + 0x98, + 0xff, + 0xbd, + 0xbf, + 0xfe, + 0xd6, + 0x84, + 0xff, + 0x99, + 0xcb, + 0xff, + 0xae, + 0x86, + 0xff, + 0xa8, + 0x8c, + 0xff, + 0x09, + 0x66, + 0xff, + 0x32, + 0x9a, + 0xff, + 0x2a, + 0x7e, + 0xff, + 0x40, + 0xc4, + 0xff, + 0xca, + 0xc6, + 0xff, + 0xa9, + 0xb4, + 0xff, + 0xc4, + 0xef, + 0xff, + 0x0c, + 0xc3, + 0xff, + 0x62, + 0x92, + 0xff, + 0x17, + 0xa8, + 0xff, + 0x40, + 0x9a, + 0xff, + 0xe4, + 0x88, + 0xff, + 0x13, + 0x4e, + 0x14, + 0x2b, + 0x77, + 0x23, + 0x91, + 0xa5, + 0x01, + 0xef, + 0xe7, + 0xfb, + 0xd3, + 0xf3, + 0x1c, + 0xab, + 0x71, + 0x0c, + 0x1d, + 0x03, + 0xf0, + 0xfe, + 0x4e, + 0xfc, + 0xcb, + 0x87, + 0x0e, + 0xeb, + 0xbb, + 0xfb, + 0x36, + 0xda, + 0xea, + 0xfb, + 0x1a, + 0x05, + 0x29, + 0x17, + 0x0b, + 0x3b, + 0x79, + 0xf8, + 0x38, + 0x80, + 0xf9, + 0x40, + 0xe8, + 0x00, + 0x8e, + 0x3b, + 0x01, + 0x01, + 0x67, + 0xfe, + 0x06, + 0xa7, + 0x01, + 0x4e, + 0xe0, + 0xff, + 0x70, + 0xd3, + 0xfb, + 0x96, + 0xdd, + 0xff, + 0x4b, + 0xa2, + 0xfd, + 0x84, + 0x97, + 0xfb, + 0x19, + 0x8f, + 0xfc, + 0x47, + 0xbf, + 0xfb, + 0x77, + 0x7a, + 0xfe, + 0x21, + 0x59, + 0xfe, + 0xab, + 0x26, + 0xfd, + 0x5b, + 0x24, + 0xff, + 0x6a, + 0x3b, + 0xff, + 0xc6, + 0xb8, + 0xfe, + 0x95, + 0x5b, + 0xfe, + 0xaa, + 0xa0, + 0xfe, + 0xac, + 0x66, + 0xfe, + 0x45, + 0x40, + 0xfe, + 0x5c, + 0x1e, + 0x00, + 0xc7, + 0xc1, + 0xfe, + 0x1d, + 0x77, + 0xfe, + 0x5a, + 0xe3, + 0xff, + 0x14, + 0x53, + 0xff, + 0xb1, + 0xbd, + 0xff, + 0xe1, + 0x2f, + 0xff, + 0x77, + 0x52, + 0xff, + 0x9a, + 0x5d, + 0xff, + 0x78, + 0x2c, + 0xff, + 0xbd, + 0x80, + 0xff, + 0xbe, + 0xa6, + 0xfe, + 0x17, + 0x8a, + 0xff, + 0x7b, + 0xb9, + 0xff, + 0x24, + 0x20, + 0xff, + 0x53, + 0x4a, + 0xff, + 0xe5, + 0x53, + 0xff, + 0x94, + 0x84, + 0xff, + 0x47, + 0x43, + 0xff, + 0xd8, + 0x9d, + 0xff, + 0x3a, + 0xc9, + 0xff, + 0x62, + 0xbe, + 0xff, + 0x29, + 0x05, + 0x00, + 0x67, + 0xe5, + 0xff, + 0x68, + 0xa5, + 0xff, + 0xf9, + 0xa0, + 0xff, + 0xe6, + 0xb3, + 0xff, + 0xde, + 0x8f, + 0xff, + 0x67, + 0xc6, + 0x15, + 0x99, + 0x85, + 0x26, + 0x84, + 0xcc, + 0x00, + 0x62, + 0x44, + 0xf7, + 0x6b, + 0x98, + 0x1c, + 0xe0, + 0xc9, + 0x0f, + 0x9a, + 0x73, + 0xf0, + 0xbf, + 0x0f, + 0xfc, + 0x7b, + 0x6c, + 0x11, + 0x92, + 0x5f, + 0xfb, + 0x66, + 0x3b, + 0xe6, + 0x49, + 0x5c, + 0x04, + 0x22, + 0x34, + 0x0e, + 0x3a, + 0x62, + 0xfa, + 0x27, + 0x7e, + 0xf7, + 0x76, + 0x7b, + 0xfe, + 0xe1, + 0x52, + 0x02, + 0xd9, + 0x58, + 0xff, + 0xe2, + 0x43, + 0x01, + 0x5a, + 0x5d, + 0x00, + 0xac, + 0x1f, + 0xfc, + 0xc7, + 0x30, + 0xff, + 0x3c, + 0xef, + 0xfd, + 0xc4, + 0xc7, + 0xfb, + 0x43, + 0xd0, + 0xfb, + 0xe0, + 0xc2, + 0xfb, + 0xa8, + 0xc0, + 0xfd, + 0xf8, + 0xe9, + 0xfd, + 0x0a, + 0x6e, + 0xfd, + 0x4d, + 0xe7, + 0xfe, + 0xac, + 0x4c, + 0xff, + 0xaf, + 0x79, + 0xfe, + 0x17, + 0xb8, + 0xfe, + 0xe9, + 0x24, + 0xff, + 0xcc, + 0x4b, + 0xfe, + 0x7f, + 0x1c, + 0xfe, + 0xec, + 0xe2, + 0xff, + 0xd9, + 0x0c, + 0xff, + 0x76, + 0x71, + 0xfe, + 0x2a, + 0xc4, + 0xff, + 0xcd, + 0x36, + 0xff, + 0x2b, + 0x78, + 0xff, + 0xc5, + 0x70, + 0xff, + 0x8f, + 0x5c, + 0xff, + 0xd7, + 0x5c, + 0xff, + 0x86, + 0x1c, + 0xff, + 0x52, + 0x50, + 0xff, + 0x52, + 0xba, + 0xfe, + 0x7a, + 0x91, + 0xff, + 0xa1, + 0x9b, + 0xff, + 0x31, + 0xd1, + 0xfe, + 0xb5, + 0x13, + 0xff, + 0x13, + 0x35, + 0xff, + 0x39, + 0x6d, + 0xff, + 0x1a, + 0x54, + 0xff, + 0x16, + 0x92, + 0xff, + 0x89, + 0xa6, + 0xff, + 0x7e, + 0xac, + 0xff, + 0xd5, + 0xeb, + 0xff, + 0xbf, + 0xbf, + 0xff, + 0x81, + 0x98, + 0xff, + 0x1b, + 0xc6, + 0xff, + 0xc8, + 0xef, + 0xff, + 0xc0, + 0xb0, + 0xff, + 0xaa, + 0xa1, + 0x18, + 0xa2, + 0x66, + 0x29, + 0x77, + 0xda, + 0xfd, + 0xe6, + 0xa3, + 0xf4, + 0xe5, + 0x95, + 0x1c, + 0x43, + 0xd3, + 0x0f, + 0x3b, + 0x77, + 0xf1, + 0x50, + 0xcb, + 0xfd, + 0xc2, + 0x21, + 0x14, + 0xeb, + 0xb4, + 0xf9, + 0x50, + 0x97, + 0xe2, + 0x6e, + 0x5a, + 0x04, + 0xd1, + 0x35, + 0x0f, + 0x21, + 0xdd, + 0xfc, + 0xa4, + 0xe5, + 0xf6, + 0x7a, + 0xa4, + 0xfb, + 0x3d, + 0x82, + 0x02, + 0x3e, + 0x4f, + 0x00, + 0x77, + 0xf8, + 0x01, + 0xb6, + 0x1c, + 0x00, + 0x54, + 0x8c, + 0xfc, + 0xf6, + 0x2f, + 0xff, + 0x9e, + 0xff, + 0xfc, + 0xcf, + 0x43, + 0xfc, + 0x64, + 0x85, + 0xfb, + 0x9b, + 0x3f, + 0xfb, + 0x1a, + 0xb5, + 0xfd, + 0x3f, + 0xb7, + 0xfd, + 0x3c, + 0x2d, + 0xfd, + 0xd4, + 0xdf, + 0xfe, + 0xa2, + 0xe5, + 0xff, + 0x17, + 0x40, + 0xfe, + 0x75, + 0x87, + 0xfe, + 0xcc, + 0x87, + 0xff, + 0x8c, + 0x54, + 0xfe, + 0x5f, + 0x17, + 0xfe, + 0xa5, + 0xaf, + 0xff, + 0x23, + 0x11, + 0xff, + 0xe8, + 0xa6, + 0xfe, + 0xbc, + 0x97, + 0xff, + 0x64, + 0xef, + 0xfe, + 0x4a, + 0x6d, + 0xff, + 0xd0, + 0xaa, + 0xff, + 0xa4, + 0x7b, + 0xff, + 0xbd, + 0x37, + 0xff, + 0x0d, + 0x00, + 0xff, + 0xe1, + 0x44, + 0xff, + 0x53, + 0xb4, + 0xfe, + 0x19, + 0x87, + 0xff, + 0x5e, + 0x93, + 0xff, + 0x91, + 0xc7, + 0xfe, + 0xd1, + 0xe6, + 0xfe, + 0xa7, + 0x11, + 0xff, + 0xfd, + 0x62, + 0xff, + 0x2b, + 0x5b, + 0xff, + 0xc1, + 0x9e, + 0xff, + 0x78, + 0x9a, + 0xff, + 0x5f, + 0x74, + 0xff, + 0xd7, + 0xa5, + 0xff, + 0xe1, + 0xac, + 0xff, + 0x81, + 0x98, + 0xff, + 0x88, + 0xc5, + 0xff, + 0x77, + 0x13, + 0x00, + 0x86, + 0xe9, + 0xff, + 0x43, + 0x93, + 0x1b, + 0xdc, + 0x6c, + 0x2c, + 0x7d, + 0xa8, + 0xfa, + 0x8c, + 0x57, + 0xf2, + 0xfd, + 0xbb, + 0x1c, + 0x5f, + 0x3c, + 0x0e, + 0xb6, + 0x30, + 0xf2, + 0x41, + 0xad, + 0x00, + 0x79, + 0x90, + 0x16, + 0x17, + 0xec, + 0xf7, + 0x6a, + 0x9c, + 0xdf, + 0x7d, + 0x08, + 0x04, + 0xd3, + 0x0d, + 0x0f, + 0x3a, + 0x43, + 0xff, + 0x36, + 0x5a, + 0xf7, + 0x68, + 0x01, + 0xf9, + 0x8a, + 0xcb, + 0x01, + 0xd3, + 0xdb, + 0x00, + 0x41, + 0x5a, + 0x03, + 0x98, + 0xfb, + 0xff, + 0xf9, + 0xbb, + 0xfc, + 0xb4, + 0x09, + 0xff, + 0x14, + 0x98, + 0xfb, + 0xb5, + 0x17, + 0xfd, + 0xcd, + 0x1a, + 0xfb, + 0x77, + 0xb5, + 0xfa, + 0x20, + 0x45, + 0xfe, + 0x60, + 0xc5, + 0xfc, + 0xef, + 0x27, + 0xfd, + 0x6c, + 0x80, + 0xff, + 0x20, + 0x09, + 0x00, + 0xe4, + 0x2b, + 0xfe, + 0xb7, + 0x17, + 0xfe, + 0xbf, + 0x72, + 0xff, + 0x6f, + 0x94, + 0xfe, + 0xdf, + 0x7b, + 0xfe, + 0x42, + 0x72, + 0xff, + 0x8f, + 0x8e, + 0xfe, + 0x64, + 0xc2, + 0xfe, + 0x6f, + 0x80, + 0xff, + 0xb2, + 0xea, + 0xfe, + 0xc3, + 0x5a, + 0xff, + 0x16, + 0x89, + 0xff, + 0x4d, + 0xbb, + 0xff, + 0x72, + 0x2c, + 0xff, + 0x45, + 0xf4, + 0xfe, + 0x71, + 0x0f, + 0xff, + 0x6c, + 0x7c, + 0xfe, + 0xf6, + 0x9b, + 0xff, + 0xb5, + 0x9b, + 0xff, + 0x61, + 0xe5, + 0xfe, + 0x46, + 0xbe, + 0xfe, + 0x17, + 0xeb, + 0xfe, + 0x17, + 0x60, + 0xff, + 0x73, + 0x55, + 0xff, + 0x2c, + 0x99, + 0xff, + 0x39, + 0x5c, + 0xff, + 0xd8, + 0x4a, + 0xff, + 0xb0, + 0x96, + 0xff, + 0xcb, + 0x93, + 0xff, + 0x0b, + 0x84, + 0xff, + 0x0c, + 0xd2, + 0xff, + 0x51, + 0x14, + 0x00, + 0xbb, + 0xe3, + 0xff, + 0x2d, + 0x44, + 0x1d, + 0x62, + 0x05, + 0x30, + 0xbe, + 0x5f, + 0xf9, + 0xbf, + 0xd3, + 0xee, + 0xb6, + 0x01, + 0x1d, + 0x37, + 0xc1, + 0x0c, + 0x1f, + 0x1d, + 0xf2, + 0xb2, + 0xdd, + 0x03, + 0xbd, + 0xc8, + 0x18, + 0xa7, + 0x3c, + 0xf8, + 0x1d, + 0x96, + 0xdc, + 0x0f, + 0x6e, + 0x02, + 0x49, + 0x51, + 0x0f, + 0x8e, + 0xce, + 0x00, + 0xe5, + 0xf1, + 0xf8, + 0x67, + 0x0c, + 0xf7, + 0xef, + 0x64, + 0x00, + 0xb1, + 0xe8, + 0x00, + 0x57, + 0xe7, + 0x04, + 0xf5, + 0xf1, + 0x00, + 0xac, + 0x1f, + 0xfc, + 0x41, + 0xf6, + 0xfe, + 0x0e, + 0xb1, + 0xfa, + 0x73, + 0x6b, + 0xfd, + 0x81, + 0x4f, + 0xfb, + 0xf4, + 0x70, + 0xfa, + 0x8e, + 0x57, + 0xfe, + 0x72, + 0x18, + 0xfc, + 0xd9, + 0x9a, + 0xfd, + 0xd1, + 0xd5, + 0xff, + 0x9a, + 0x56, + 0x00, + 0x4f, + 0x2a, + 0xfe, + 0x00, + 0x34, + 0xfd, + 0x56, + 0x7f, + 0xff, + 0x68, + 0x20, + 0xff, + 0x23, + 0xe1, + 0xfe, + 0x02, + 0x2b, + 0xff, + 0x01, + 0xee, + 0xfd, + 0xe4, + 0x89, + 0xfe, + 0xac, + 0xb7, + 0xff, + 0xd0, + 0x12, + 0xff, + 0x48, + 0x07, + 0xff, + 0x5e, + 0x74, + 0xff, + 0x59, + 0x0a, + 0x00, + 0x1e, + 0x3a, + 0xff, + 0x1e, + 0xe1, + 0xfe, + 0x79, + 0x03, + 0xff, + 0xd2, + 0x4a, + 0xfe, + 0x74, + 0xac, + 0xff, + 0x93, + 0xb6, + 0xff, + 0x2e, + 0xe9, + 0xfe, + 0x08, + 0xd1, + 0xfe, + 0xba, + 0xd6, + 0xfe, + 0xb1, + 0x47, + 0xff, + 0xa9, + 0x45, + 0xff, + 0xfb, + 0x95, + 0xff, + 0x36, + 0x39, + 0xff, + 0xb3, + 0x35, + 0xff, + 0x78, + 0x8d, + 0xff, + 0x9e, + 0x85, + 0xff, + 0xd3, + 0x94, + 0xff, + 0x8a, + 0xcc, + 0xff, + 0x9c, + 0x08, + 0x00, + 0xa8, + 0xcc, + 0xff, + 0xde, + 0xdd, + 0x21, + 0xb0, + 0xc9, + 0x33, + 0x11, + 0xca, + 0xf3, + 0x01, + 0x1d, + 0xec, + 0x97, + 0x52, + 0x1e, + 0xf6, + 0xde, + 0x0a, + 0x17, + 0x94, + 0xf2, + 0x0f, + 0x46, + 0x06, + 0x05, + 0xb7, + 0x19, + 0x50, + 0xbf, + 0xf6, + 0x28, + 0x0c, + 0xdc, + 0x2a, + 0xc8, + 0x02, + 0x6c, + 0x40, + 0x0e, + 0x34, + 0x18, + 0x01, + 0x5d, + 0x43, + 0xf9, + 0x88, + 0x4b, + 0xf7, + 0xb8, + 0x37, + 0xff, + 0x9d, + 0x20, + 0x00, + 0x87, + 0x14, + 0x07, + 0x2c, + 0x10, + 0x01, + 0x3b, + 0x1d, + 0xfb, + 0x4d, + 0xe7, + 0xfe, + 0x0c, + 0xcb, + 0xfa, + 0x7a, + 0x14, + 0xfd, + 0x70, + 0x2a, + 0xfb, + 0x72, + 0xbc, + 0xfa, + 0xd8, + 0xe5, + 0xfd, + 0x37, + 0x7b, + 0xfc, + 0x02, + 0xd6, + 0xfd, + 0x89, + 0xba, + 0xff, + 0xcc, + 0xcf, + 0x00, + 0xff, + 0xb4, + 0xfd, + 0x5f, + 0xa9, + 0xfc, + 0x80, + 0xb6, + 0xff, + 0xa4, + 0x91, + 0xff, + 0xca, + 0x09, + 0xff, + 0x18, + 0xbf, + 0xfe, + 0xd5, + 0x66, + 0xfd, + 0x51, + 0x75, + 0xfe, + 0x6b, + 0xb8, + 0xff, + 0x8e, + 0xe4, + 0xfe, + 0x54, + 0xf9, + 0xfe, + 0x23, + 0x9a, + 0xff, + 0x82, + 0x18, + 0x00, + 0x35, + 0x21, + 0xff, + 0xb2, + 0xee, + 0xfe, + 0xb9, + 0x02, + 0xff, + 0x81, + 0x5e, + 0xfe, + 0x06, + 0xb5, + 0xff, + 0xee, + 0x98, + 0xff, + 0x23, + 0xe5, + 0xfe, + 0xff, + 0xc7, + 0xfe, + 0x04, + 0xd4, + 0xfe, + 0x31, + 0x1e, + 0xff, + 0x02, + 0x3a, + 0xff, + 0xe8, + 0x9c, + 0xff, + 0x92, + 0x32, + 0xff, + 0x7f, + 0x3c, + 0xff, + 0x7d, + 0x6a, + 0xff, + 0x67, + 0x6f, + 0xff, + 0x32, + 0x97, + 0xff, + 0x0f, + 0xe1, + 0xff, + 0x65, + 0xfc, + 0xff, + 0xf5, + 0xa9, + 0xff, + 0x50, + 0x55, + 0x23, + 0x2d, + 0xb8, + 0x38, + 0xa0, + 0x1d, + 0xf3, + 0xb8, + 0xb8, + 0xe5, + 0x06, + 0xdd, + 0x1e, + 0xd7, + 0xc1, + 0x0b, + 0x2a, + 0xf2, + 0xf1, + 0x98, + 0xf0, + 0x06, + 0xf0, + 0xc9, + 0x19, + 0xd0, + 0x0a, + 0xfa, + 0x79, + 0xb6, + 0xda, + 0x1b, + 0x07, + 0x00, + 0xbf, + 0x7d, + 0x0f, + 0x37, + 0x5d, + 0x00, + 0x03, + 0xd0, + 0xf9, + 0xb7, + 0x0b, + 0xf8, + 0x31, + 0x55, + 0xfe, + 0xdd, + 0x9e, + 0xfe, + 0x1b, + 0x1e, + 0x08, + 0x8b, + 0xe3, + 0x02, + 0xf9, + 0x1c, + 0xf9, + 0x02, + 0x7a, + 0xff, + 0x05, + 0x9d, + 0xfb, + 0xf7, + 0xd4, + 0xfb, + 0x1a, + 0xd0, + 0xfb, + 0xfa, + 0xb3, + 0xfa, + 0xb8, + 0xad, + 0xfd, + 0x0b, + 0x00, + 0xfd, + 0x51, + 0xdb, + 0xfd, + 0x21, + 0x9c, + 0xff, + 0x71, + 0xe0, + 0x00, + 0xff, + 0x88, + 0xfd, + 0x06, + 0x61, + 0xfc, + 0x89, + 0x03, + 0x00, + 0x11, + 0xd1, + 0xff, + 0xc7, + 0xb8, + 0xfe, + 0x59, + 0x93, + 0xfe, + 0x1e, + 0x49, + 0xfd, + 0x5b, + 0x24, + 0xfe, + 0xb2, + 0x91, + 0xff, + 0x11, + 0xa9, + 0xfe, + 0x96, + 0x1e, + 0xff, + 0xc5, + 0xb4, + 0xff, + 0x0f, + 0x02, + 0x00, + 0xcf, + 0x5e, + 0xff, + 0x56, + 0xe4, + 0xfe, + 0xf8, + 0x22, + 0xff, + 0x73, + 0x82, + 0xfe, + 0x94, + 0xc8, + 0xff, + 0x5a, + 0x8f, + 0xff, + 0x79, + 0xac, + 0xfe, + 0xbf, + 0xc2, + 0xfe, + 0xd6, + 0xa5, + 0xfe, + 0xfe, + 0x18, + 0xff, + 0x98, + 0x3a, + 0xff, + 0xe7, + 0xae, + 0xff, + 0x97, + 0x4e, + 0xff, + 0xb7, + 0x27, + 0xff, + 0x53, + 0x6b, + 0xff, + 0x62, + 0x5a, + 0xff, + 0x71, + 0x91, + 0xff, + 0x00, + 0xcf, + 0xff, + 0x39, + 0xf8, + 0xff, + 0x99, + 0xa8, + 0xff, + 0x32, + 0x85, + 0x28, + 0xf7, + 0x7a, + 0x3b, + 0xfe, + 0xaf, + 0xec, + 0xcd, + 0x67, + 0xe5, + 0x56, + 0x89, + 0x20, + 0x35, + 0x8c, + 0x08, + 0x46, + 0xed, + 0xf1, + 0x2b, + 0x07, + 0x08, + 0x32, + 0xe0, + 0x1a, + 0xa5, + 0x1c, + 0xfa, + 0xa7, + 0x42, + 0xda, + 0x74, + 0x18, + 0x00, + 0x12, + 0x41, + 0x0f, + 0x26, + 0xb2, + 0xff, + 0x50, + 0x1f, + 0xf9, + 0xce, + 0x1c, + 0xfa, + 0xab, + 0xa4, + 0xfd, + 0x9e, + 0xa2, + 0xfc, + 0x4c, + 0xa3, + 0x09, + 0x5f, + 0x14, + 0x03, + 0x23, + 0x78, + 0xf8, + 0x22, + 0x01, + 0x00, + 0x0c, + 0xf4, + 0xfb, + 0xb7, + 0x1e, + 0xfb, + 0x50, + 0x38, + 0xfc, + 0xb5, + 0x31, + 0xfb, + 0x02, + 0x20, + 0xfd, + 0x33, + 0x88, + 0xfd, + 0xf0, + 0x07, + 0xfe, + 0xeb, + 0x87, + 0xff, + 0x9e, + 0xbc, + 0x00, + 0x7a, + 0x09, + 0xfd, + 0x02, + 0x8c, + 0xfc, + 0xa7, + 0xad, + 0x00, + 0xe0, + 0x69, + 0xff, + 0x4b, + 0xeb, + 0xfd, + 0x4e, + 0x08, + 0xff, + 0x72, + 0x30, + 0xfd, + 0xba, + 0xb4, + 0xfd, + 0xfd, + 0x62, + 0xff, + 0x3d, + 0x94, + 0xfe, + 0xa7, + 0x3e, + 0xff, + 0x92, + 0xad, + 0xff, + 0x02, + 0x2f, + 0x00, + 0xe4, + 0x58, + 0xff, + 0x08, + 0x05, + 0xff, + 0x1e, + 0x44, + 0xff, + 0xe1, + 0xa6, + 0xfe, + 0x78, + 0xe8, + 0xff, + 0x5c, + 0x4a, + 0xff, + 0xbf, + 0xa4, + 0xfe, + 0xe0, + 0xae, + 0xfe, + 0x8a, + 0x63, + 0xfe, + 0x68, + 0xf6, + 0xfe, + 0x00, + 0x67, + 0xff, + 0x1b, + 0xcc, + 0xff, + 0xe8, + 0x56, + 0xff, + 0x20, + 0x29, + 0xff, + 0xea, + 0x4f, + 0xff, + 0x3b, + 0x6d, + 0xff, + 0x60, + 0x82, + 0xff, + 0xba, + 0xc0, + 0xff, + 0xf1, + 0xe3, + 0xff, + 0xc6, + 0x9a, + 0xff, + 0x3e, + 0x45, + 0x2a, + 0x8e, + 0xb0, + 0x3e, + 0x26, + 0x8f, + 0xeb, + 0xa4, + 0xbe, + 0xe2, + 0x2b, + 0xd2, + 0x20, + 0xb4, + 0x70, + 0x07, + 0x9d, + 0xb6, + 0xf0, + 0x2f, + 0x10, + 0x07, + 0x55, + 0xcb, + 0x1b, + 0x04, + 0x0b, + 0xfe, + 0x2a, + 0x02, + 0xd9, + 0x76, + 0xa0, + 0xfd, + 0x73, + 0xe9, + 0x0f, + 0x4c, + 0x0a, + 0xff, + 0x99, + 0x40, + 0xf9, + 0x48, + 0x3f, + 0xfb, + 0x4d, + 0x3a, + 0xfd, + 0xb0, + 0x9e, + 0xfa, + 0xe8, + 0x50, + 0x09, + 0xa6, + 0x88, + 0x04, + 0xac, + 0x30, + 0xf8, + 0xf9, + 0x16, + 0x00, + 0xd8, + 0x78, + 0xfc, + 0x79, + 0xd7, + 0xfa, + 0x2f, + 0x91, + 0xfc, + 0xc2, + 0x41, + 0xfb, + 0x28, + 0xcf, + 0xfc, + 0xa1, + 0xbe, + 0xfd, + 0xaf, + 0x40, + 0xfe, + 0x51, + 0x37, + 0xff, + 0xbf, + 0x64, + 0x00, + 0x13, + 0xfc, + 0xfc, + 0x94, + 0xaa, + 0xfc, + 0x9a, + 0xb8, + 0x00, + 0x9c, + 0xd2, + 0xfe, + 0xa0, + 0x8c, + 0xfd, + 0xe4, + 0x4b, + 0xff, + 0x67, + 0x1c, + 0xfd, + 0x72, + 0x6d, + 0xfd, + 0x77, + 0x40, + 0xff, + 0x5f, + 0x67, + 0xfe, + 0x1f, + 0x39, + 0xff, + 0xa6, + 0xdc, + 0xff, + 0xba, + 0x30, + 0x00, + 0xc7, + 0x43, + 0xff, + 0xcd, + 0x3a, + 0xff, + 0x40, + 0x8d, + 0xff, + 0x88, + 0x97, + 0xfe, + 0xc3, + 0xb1, + 0xff, + 0x94, + 0x60, + 0xff, + 0x25, + 0xb0, + 0xfe, + 0x40, + 0x6d, + 0xfe, + 0xc1, + 0x37, + 0xfe, + 0xa1, + 0xe5, + 0xfe, + 0xe2, + 0x6b, + 0xff, + 0x9a, + 0xd4, + 0xff, + 0x51, + 0x5d, + 0xff, + 0x3c, + 0x3d, + 0xff, + 0x3b, + 0x47, + 0xff, + 0x50, + 0x5f, + 0xff, + 0xab, + 0x70, + 0xff, + 0xb6, + 0xb9, + 0xff, + 0xb6, + 0xdf, + 0xff, + 0x71, + 0x89, + 0xff, + 0xe9, + 0xbd, + 0x2b, + 0x96, + 0x17, + 0x41, + 0x27, + 0x43, + 0xeb, + 0xad, + 0x78, + 0xe1, + 0x24, + 0x7d, + 0x20, + 0x24, + 0x41, + 0x06, + 0x07, + 0x35, + 0xef, + 0xf3, + 0xe9, + 0x04, + 0x4a, + 0x35, + 0x1d, + 0xdf, + 0x32, + 0x02, + 0x24, + 0x07, + 0xd8, + 0xd6, + 0xbe, + 0xfb, + 0x5b, + 0x82, + 0x0f, + 0x6c, + 0xb1, + 0xfe, + 0x1b, + 0x3f, + 0xfa, + 0x62, + 0x88, + 0xfb, + 0x11, + 0xf4, + 0xfc, + 0x48, + 0x3d, + 0xf9, + 0x41, + 0x1d, + 0x08, + 0xb9, + 0x9f, + 0x05, + 0xe8, + 0xfe, + 0xf8, + 0xb3, + 0xc7, + 0xff, + 0xe1, + 0xcd, + 0xfc, + 0xb3, + 0xc6, + 0xfb, + 0x1f, + 0x32, + 0xfc, + 0xc7, + 0x12, + 0xfb, + 0xce, + 0x2d, + 0xfd, + 0x82, + 0x8c, + 0xfd, + 0x2a, + 0x89, + 0xfe, + 0xd1, + 0xc8, + 0xfe, + 0x83, + 0xe0, + 0xff, + 0x0f, + 0x61, + 0xfd, + 0xb3, + 0x7f, + 0xfc, + 0x15, + 0x03, + 0x00, + 0x05, + 0xb2, + 0xfe, + 0x2b, + 0xbb, + 0xfd, + 0x8f, + 0xe8, + 0xfe, + 0x52, + 0x43, + 0xfd, + 0x81, + 0x9e, + 0xfd, + 0x21, + 0xc0, + 0xfe, + 0xe7, + 0x69, + 0xfe, + 0x76, + 0x57, + 0xff, + 0x23, + 0xcb, + 0xff, + 0x8c, + 0x1f, + 0x00, + 0xc8, + 0x55, + 0xff, + 0xa8, + 0x99, + 0xff, + 0x97, + 0x85, + 0xff, + 0xe9, + 0x4d, + 0xfe, + 0x09, + 0xc3, + 0xff, + 0xc8, + 0x8d, + 0xff, + 0x6c, + 0x9c, + 0xfe, + 0xeb, + 0x2b, + 0xfe, + 0x07, + 0x2d, + 0xfe, + 0x57, + 0xe7, + 0xfe, + 0xed, + 0x5a, + 0xff, + 0xa0, + 0xd3, + 0xff, + 0x41, + 0x4e, + 0xff, + 0x91, + 0x58, + 0xff, + 0xcf, + 0x4c, + 0xff, + 0xb9, + 0x3a, + 0xff, + 0x80, + 0x72, + 0xff, + 0x41, + 0xb0, + 0xff, + 0x00, + 0xe5, + 0xff, + 0x1d, + 0x9a, + 0xff, + 0x50, + 0x1f, + 0x2b, + 0x02, + 0x60, + 0x43, + 0x91, + 0x61, + 0xee, + 0x74, + 0x97, + 0xdf, + 0x56, + 0x48, + 0x1f, + 0x55, + 0x88, + 0x06, + 0x61, + 0x03, + 0xed, + 0xb7, + 0x81, + 0x01, + 0xd4, + 0x1e, + 0x1e, + 0x91, + 0xbd, + 0x07, + 0x4a, + 0x05, + 0xd8, + 0x6a, + 0x1a, + 0xf9, + 0x29, + 0x7a, + 0x0e, + 0x2b, + 0xa0, + 0xfe, + 0xe1, + 0x6a, + 0xfc, + 0xa3, + 0xf6, + 0xfa, + 0x6f, + 0x68, + 0xfc, + 0x14, + 0xbf, + 0xf8, + 0x9d, + 0x0f, + 0x06, + 0xe2, + 0x88, + 0x06, + 0x41, + 0x99, + 0xfa, + 0xfb, + 0x7d, + 0xff, + 0xda, + 0xc3, + 0xfc, + 0xc8, + 0x93, + 0xfd, + 0x42, + 0xd1, + 0xfb, + 0x9e, + 0x60, + 0xfa, + 0x20, + 0x48, + 0xfe, + 0xa9, + 0x03, + 0xfd, + 0x82, + 0x96, + 0xfe, + 0x43, + 0x67, + 0xfe, + 0x06, + 0x60, + 0xff, + 0x77, + 0xb6, + 0xfd, + 0xc5, + 0xce, + 0xfb, + 0xe6, + 0xc5, + 0xff, + 0xf8, + 0x9e, + 0xfe, + 0x1d, + 0xbf, + 0xfd, + 0xa0, + 0x07, + 0xff, + 0x5e, + 0x74, + 0xfd, + 0xa8, + 0xa4, + 0xfd, + 0xb3, + 0x55, + 0xfe, + 0xf3, + 0xab, + 0xfe, + 0x08, + 0x4d, + 0xff, + 0xe7, + 0x7a, + 0xff, + 0x69, + 0x69, + 0x00, + 0x8c, + 0x96, + 0xff, + 0x47, + 0x7d, + 0xff, + 0x4c, + 0x60, + 0xff, + 0xdb, + 0x65, + 0xfe, + 0x9b, + 0xd6, + 0xff, + 0x6d, + 0x8b, + 0xff, + 0x33, + 0x9b, + 0xfe, + 0xe7, + 0x25, + 0xfe, + 0x7a, + 0x22, + 0xfe, + 0x47, + 0xde, + 0xfe, + 0xa0, + 0x58, + 0xff, + 0x54, + 0xda, + 0xff, + 0xc7, + 0x3e, + 0xff, + 0xfb, + 0x49, + 0xff, + 0x72, + 0x58, + 0xff, + 0x36, + 0x3f, + 0xff, + 0x6b, + 0x67, + 0xff, + 0x1b, + 0xa3, + 0xff, + 0x82, + 0xfc, + 0xff, + 0xb6, + 0xa1, + 0xff, + 0x34, + 0x50, + 0x2a, + 0x1a, + 0x71, + 0x44, + 0x42, + 0xe8, + 0xf1, + 0xa2, + 0xef, + 0xdf, + 0xfd, + 0xd4, + 0x1d, + 0xd1, + 0x0c, + 0x06, + 0x08, + 0x8b, + 0xea, + 0xd1, + 0xfb, + 0xfd, + 0xc4, + 0xef, + 0x1e, + 0xf1, + 0x53, + 0x0c, + 0xa5, + 0x3d, + 0xd9, + 0x29, + 0x03, + 0xf7, + 0x34, + 0x41, + 0x0c, + 0x23, + 0xfe, + 0xfe, + 0xe1, + 0x36, + 0xff, + 0xcd, + 0x2b, + 0xfa, + 0x91, + 0x0c, + 0xfb, + 0x8b, + 0x26, + 0xf9, + 0xf7, + 0x9d, + 0x04, + 0x81, + 0xe5, + 0x05, + 0xed, + 0xc1, + 0xfc, + 0xd0, + 0x14, + 0x00, + 0x59, + 0xca, + 0xfb, + 0x5d, + 0xb3, + 0xff, + 0xfd, + 0x3b, + 0xfc, + 0x91, + 0x39, + 0xf9, + 0xc0, + 0x88, + 0xff, + 0x5e, + 0x7e, + 0xfc, + 0x59, + 0x28, + 0xfe, + 0x65, + 0x68, + 0xfe, + 0x92, + 0x23, + 0xfe, + 0x92, + 0x8f, + 0xfd, + 0x0d, + 0x5b, + 0xfc, + 0xf2, + 0x72, + 0xff, + 0xe8, + 0xde, + 0xfd, + 0xf3, + 0x8d, + 0xfe, + 0x79, + 0x6b, + 0xff, + 0xde, + 0x08, + 0xfd, + 0xd7, + 0xf6, + 0xfd, + 0xca, + 0x22, + 0xfe, + 0x49, + 0x69, + 0xfe, + 0x59, + 0x50, + 0xff, + 0x6a, + 0xaf, + 0xff, + 0xb2, + 0x91, + 0x00, + 0x12, + 0x68, + 0xff, + 0x9a, + 0x68, + 0xff, + 0xf0, + 0x7c, + 0xff, + 0xbf, + 0x7c, + 0xfe, + 0x6b, + 0xaa, + 0xff, + 0xc2, + 0x93, + 0xff, + 0x3f, + 0xbe, + 0xfe, + 0xa1, + 0x1e, + 0xfe, + 0xbb, + 0x13, + 0xfe, + 0xd9, + 0xe6, + 0xfe, + 0x76, + 0x62, + 0xff, + 0x47, + 0xc8, + 0xff, + 0x7d, + 0x3b, + 0xff, + 0x8c, + 0x36, + 0xff, + 0x9f, + 0x5e, + 0xff, + 0x7e, + 0x3a, + 0xff, + 0x76, + 0x62, + 0xff, + 0x61, + 0xb8, + 0xff, + 0x51, + 0xe5, + 0xff, + 0x49, + 0xad, + 0xff, + 0x58, + 0x30, + 0x29, + 0xf6, + 0xac, + 0x44, + 0xf6, + 0xd8, + 0xf5, + 0x5e, + 0x4b, + 0xe1, + 0xe0, + 0x21, + 0x1c, + 0x9f, + 0x7b, + 0x05, + 0x17, + 0x7f, + 0xe8, + 0x87, + 0x5d, + 0xfa, + 0x86, + 0xff, + 0x1d, + 0x61, + 0x39, + 0x10, + 0x79, + 0x42, + 0xdc, + 0xa4, + 0xfb, + 0xf4, + 0xe5, + 0x7f, + 0x09, + 0xc5, + 0x60, + 0xff, + 0x8f, + 0xdb, + 0x01, + 0x41, + 0x7a, + 0xf9, + 0x8d, + 0x65, + 0xf9, + 0xa0, + 0x4d, + 0xfa, + 0x65, + 0x63, + 0x03, + 0xbf, + 0x0a, + 0x04, + 0x5c, + 0xc0, + 0xfe, + 0xc6, + 0xcd, + 0x01, + 0x2a, + 0xa0, + 0xfa, + 0xa5, + 0xc0, + 0x00, + 0xfd, + 0xf7, + 0xfd, + 0x43, + 0x1a, + 0xf8, + 0x36, + 0xdb, + 0xff, + 0x8a, + 0xf2, + 0xfc, + 0x2e, + 0x1b, + 0xfd, + 0x8c, + 0x27, + 0xfd, + 0xf5, + 0x39, + 0xfd, + 0xb9, + 0x22, + 0xfe, + 0xb8, + 0x9d, + 0xfc, + 0x6b, + 0x3f, + 0xff, + 0x76, + 0xb8, + 0xfd, + 0x8d, + 0xc6, + 0xfe, + 0xe9, + 0x1c, + 0x00, + 0x96, + 0xde, + 0xfc, + 0x1f, + 0xb8, + 0xfd, + 0x9e, + 0xcc, + 0xfd, + 0x0f, + 0x2d, + 0xfe, + 0xae, + 0xe8, + 0xff, + 0x66, + 0xa3, + 0xff, + 0xe9, + 0x0b, + 0x00, + 0xa7, + 0xaf, + 0xff, + 0xda, + 0x9f, + 0xff, + 0xd5, + 0x3d, + 0xff, + 0xb6, + 0x7b, + 0xfe, + 0xa5, + 0xba, + 0xff, + 0xc4, + 0x8a, + 0xff, + 0xf1, + 0xb3, + 0xfe, + 0x26, + 0x1e, + 0xfe, + 0xbb, + 0x32, + 0xfe, + 0x1c, + 0x15, + 0xff, + 0x60, + 0x44, + 0xff, + 0x76, + 0x8c, + 0xff, + 0x03, + 0x5c, + 0xff, + 0x26, + 0x48, + 0xff, + 0xba, + 0x3e, + 0xff, + 0x49, + 0x35, + 0xff, + 0x83, + 0x70, + 0xff, + 0x70, + 0xa6, + 0xff, + 0x67, + 0xe4, + 0xff, + 0xa4, + 0xbe, + 0xff, + 0xfc, + 0x4b, + 0x27, + 0x38, + 0xeb, + 0x43, + 0xb1, + 0x95, + 0xfa, + 0xe3, + 0x2b, + 0xe4, + 0xa5, + 0xcc, + 0x1a, + 0xb4, + 0x34, + 0x04, + 0xa0, + 0x68, + 0xe6, + 0xb8, + 0x0a, + 0xf7, + 0x62, + 0x9e, + 0x1b, + 0xe5, + 0x5c, + 0x14, + 0x3b, + 0x72, + 0xe0, + 0x2f, + 0x1c, + 0xf2, + 0x28, + 0x2d, + 0x07, + 0x68, + 0xca, + 0xff, + 0x49, + 0xda, + 0x03, + 0xd0, + 0x91, + 0xf9, + 0x6f, + 0xef, + 0xf7, + 0xa7, + 0x67, + 0xfb, + 0x84, + 0x62, + 0x02, + 0xfa, + 0xfc, + 0x01, + 0x3f, + 0xe2, + 0xff, + 0x04, + 0x41, + 0x04, + 0x82, + 0x57, + 0xfa, + 0xd1, + 0x3a, + 0x00, + 0x64, + 0x80, + 0x00, + 0x44, + 0xf1, + 0xf7, + 0x05, + 0x25, + 0xff, + 0x3a, + 0x8e, + 0xfd, + 0xe9, + 0x18, + 0xfb, + 0xaa, + 0x2f, + 0xfc, + 0xf1, + 0x6f, + 0xfd, + 0xdb, + 0x89, + 0xfd, + 0x93, + 0x57, + 0xfd, + 0xbf, + 0x04, + 0x00, + 0x03, + 0x3d, + 0xfd, + 0x45, + 0xde, + 0xfe, + 0xdf, + 0xda, + 0x00, + 0x28, + 0xa4, + 0xfc, + 0xc2, + 0xca, + 0xfc, + 0x90, + 0x0e, + 0xfe, + 0x06, + 0x99, + 0xfe, + 0x65, + 0x60, + 0xff, + 0xd5, + 0xa2, + 0xff, + 0xfe, + 0x1f, + 0x00, + 0xbe, + 0xc8, + 0xff, + 0x30, + 0xc0, + 0xff, + 0x46, + 0x22, + 0xff, + 0x2f, + 0xa2, + 0xfe, + 0xb0, + 0x83, + 0xff, + 0x43, + 0x76, + 0xff, + 0xaa, + 0xc2, + 0xfe, + 0x04, + 0x45, + 0xfe, + 0x82, + 0x75, + 0xfe, + 0xd5, + 0xd3, + 0xfe, + 0x99, + 0x42, + 0xff, + 0xf8, + 0xb0, + 0xff, + 0x3b, + 0x58, + 0xff, + 0xbd, + 0x47, + 0xff, + 0x15, + 0x38, + 0xff, + 0x26, + 0x37, + 0xff, + 0xfd, + 0x61, + 0xff, + 0xd0, + 0xaa, + 0xff, + 0xb4, + 0xe7, + 0xff, + 0x6b, + 0xa4, + 0xff, + 0xdc, + 0x52, + 0x26, + 0xe8, + 0xd6, + 0x42, + 0x75, + 0xb6, + 0xfd, + 0x2f, + 0xd1, + 0xe7, + 0xe4, + 0x21, + 0x19, + 0xd7, + 0xd3, + 0x02, + 0x79, + 0xfc, + 0xe6, + 0x41, + 0x39, + 0xf3, + 0x98, + 0xf9, + 0x16, + 0xb5, + 0xfa, + 0x17, + 0xf0, + 0x24, + 0xe5, + 0x2f, + 0x1b, + 0xf0, + 0xdb, + 0xc1, + 0x05, + 0xf7, + 0x88, + 0xff, + 0x60, + 0x2b, + 0x04, + 0x48, + 0x2d, + 0xfb, + 0xc4, + 0x5e, + 0xf7, + 0xb8, + 0xc4, + 0xfb, + 0x8b, + 0x29, + 0x02, + 0xac, + 0x8c, + 0xff, + 0x83, + 0x49, + 0x00, + 0x31, + 0xcb, + 0x06, + 0x17, + 0x1f, + 0xfb, + 0x5a, + 0x63, + 0xff, + 0x3e, + 0xca, + 0x01, + 0xfd, + 0x74, + 0xf9, + 0x79, + 0x79, + 0xfd, + 0x50, + 0xb0, + 0xfc, + 0x90, + 0x73, + 0xfb, + 0x77, + 0x0f, + 0xfb, + 0x7c, + 0xbb, + 0xfc, + 0x34, + 0xc0, + 0xfd, + 0xcd, + 0x1e, + 0xfe, + 0xbe, + 0x1c, + 0x01, + 0xa7, + 0xff, + 0xfc, + 0xbf, + 0x4b, + 0xfe, + 0x94, + 0xe7, + 0x00, + 0x4f, + 0xf4, + 0xfc, + 0xca, + 0xb9, + 0xfc, + 0xff, + 0xb5, + 0xfd, + 0x4f, + 0x70, + 0xfe, + 0xe4, + 0x04, + 0xff, + 0xea, + 0x2c, + 0x00, + 0xd7, + 0x58, + 0x00, + 0xa3, + 0x35, + 0xff, + 0x4f, + 0x0d, + 0x00, + 0xdc, + 0x6a, + 0xff, + 0xdc, + 0xaa, + 0xfe, + 0x9c, + 0x53, + 0xff, + 0xcd, + 0x4d, + 0xff, + 0xe5, + 0xd6, + 0xfe, + 0x22, + 0x51, + 0xfe, + 0xaf, + 0xae, + 0xfe, + 0x76, + 0xd8, + 0xfe, + 0x8a, + 0x49, + 0xff, + 0x5f, + 0xb0, + 0xff, + 0xd3, + 0x44, + 0xff, + 0xf2, + 0x84, + 0xff, + 0x69, + 0x55, + 0xff, + 0xa3, + 0x1a, + 0xff, + 0x71, + 0x5b, + 0xff, + 0xca, + 0x97, + 0xff, + 0xf4, + 0xd2, + 0xff, + 0x2c, + 0xae, + 0xff, + 0xe3, + 0xf4, + 0x25, + 0xf6, + 0xf4, + 0x41, + 0x04, + 0x59, + 0xff, + 0x17, + 0x2f, + 0xeb, + 0xd1, + 0x0b, + 0x18, + 0x64, + 0xa4, + 0x00, + 0x23, + 0x9d, + 0xe8, + 0xb3, + 0xc9, + 0xf0, + 0x79, + 0x52, + 0x10, + 0xe9, + 0x2f, + 0x1a, + 0x56, + 0xaa, + 0xea, + 0x12, + 0x73, + 0xee, + 0x9f, + 0xbf, + 0x04, + 0x51, + 0x50, + 0xff, + 0x69, + 0x2e, + 0x03, + 0x6b, + 0x22, + 0xfd, + 0x50, + 0x33, + 0xf8, + 0xae, + 0x7a, + 0xfb, + 0xdc, + 0xb6, + 0x01, + 0xa6, + 0x1d, + 0xfe, + 0xb9, + 0xe1, + 0xff, + 0xbe, + 0x23, + 0x08, + 0x37, + 0xab, + 0xfc, + 0x4a, + 0x0b, + 0xff, + 0x35, + 0xeb, + 0x01, + 0x6f, + 0x0f, + 0xfa, + 0x95, + 0x45, + 0xfc, + 0xa2, + 0x72, + 0xfc, + 0xb7, + 0x05, + 0xfc, + 0xe1, + 0x68, + 0xfa, + 0x86, + 0x1e, + 0xfc, + 0x16, + 0xd4, + 0xfd, + 0x7b, + 0xd8, + 0xfe, + 0x0e, + 0xcc, + 0x01, + 0x19, + 0xc7, + 0xfc, + 0x4d, + 0x7d, + 0xfd, + 0x45, + 0x83, + 0x00, + 0xf9, + 0xf7, + 0xfd, + 0xb2, + 0xb6, + 0xfc, + 0xed, + 0x69, + 0xfc, + 0x27, + 0xc9, + 0xfe, + 0xdf, + 0x58, + 0xff, + 0xd6, + 0xe1, + 0xff, + 0x09, + 0x5f, + 0x00, + 0xa6, + 0x28, + 0xff, + 0x03, + 0x33, + 0x00, + 0x00, + 0x8b, + 0xff, + 0x25, + 0xc3, + 0xfe, + 0x47, + 0x36, + 0xff, + 0x2b, + 0x36, + 0xff, + 0x1e, + 0xd4, + 0xfe, + 0x4c, + 0x3e, + 0xfe, + 0x11, + 0xef, + 0xfe, + 0xad, + 0xe2, + 0xfe, + 0x7f, + 0x2b, + 0xff, + 0xac, + 0xbf, + 0xff, + 0x96, + 0x5f, + 0xff, + 0x3c, + 0xa5, + 0xff, + 0x70, + 0x75, + 0xff, + 0xcd, + 0x1e, + 0xff, + 0x71, + 0x2c, + 0xff, + 0x42, + 0x7e, + 0xff, + 0xc8, + 0xbb, + 0xff, + 0xf2, + 0xa5, + 0xff, + 0x0f, + 0xcc, + 0x24, + 0x63, + 0x28, + 0x41, + 0xf0, + 0xb5, + 0x01, + 0x13, + 0x8c, + 0xed, + 0xdf, + 0xdd, + 0x17, + 0xe6, + 0xce, + 0xfe, + 0x95, + 0x4e, + 0xe9, + 0xb5, + 0x30, + 0xf0, + 0x26, + 0xbb, + 0x08, + 0xc6, + 0xfe, + 0x1a, + 0xa5, + 0x8b, + 0xf1, + 0x16, + 0x64, + 0xec, + 0x0c, + 0x91, + 0x03, + 0xef, + 0x1e, + 0x00, + 0x36, + 0x99, + 0x01, + 0x21, + 0x84, + 0xfe, + 0x6b, + 0xac, + 0xfa, + 0x16, + 0xa6, + 0xfa, + 0xed, + 0xd7, + 0x00, + 0x33, + 0xac, + 0xfe, + 0xd0, + 0xa5, + 0xfd, + 0xe2, + 0x6a, + 0x08, + 0x88, + 0x74, + 0xff, + 0x37, + 0xf3, + 0xfd, + 0x56, + 0x3e, + 0x01, + 0xc4, + 0xd0, + 0xfa, + 0x83, + 0x43, + 0xfc, + 0x4a, + 0x63, + 0xfc, + 0x05, + 0x04, + 0xfd, + 0x0b, + 0x95, + 0xfa, + 0xb8, + 0x40, + 0xfb, + 0x9d, + 0x70, + 0xfe, + 0x63, + 0x1e, + 0xfe, + 0x80, + 0x5f, + 0x01, + 0xf8, + 0xf1, + 0xfd, + 0xc1, + 0xf3, + 0xfc, + 0xb0, + 0xb2, + 0xff, + 0x71, + 0x15, + 0xfe, + 0x5e, + 0x3a, + 0xfd, + 0x31, + 0x3d, + 0xfc, + 0xee, + 0x77, + 0xfe, + 0xb8, + 0x8a, + 0xff, + 0xb0, + 0xa0, + 0xff, + 0xae, + 0x68, + 0x00, + 0xc5, + 0x40, + 0xff, + 0x55, + 0x0e, + 0x00, + 0x73, + 0xbe, + 0xff, + 0x00, + 0xfc, + 0xfe, + 0x02, + 0x20, + 0xff, + 0x29, + 0x0a, + 0xff, + 0x1c, + 0x0e, + 0xff, + 0x6f, + 0x62, + 0xfe, + 0x73, + 0xbf, + 0xfe, + 0x67, + 0xeb, + 0xfe, + 0xdd, + 0x3f, + 0xff, + 0x99, + 0xc2, + 0xff, + 0x49, + 0x88, + 0xff, + 0x10, + 0xcd, + 0xff, + 0x77, + 0x90, + 0xff, + 0xe5, + 0x23, + 0xff, + 0x9c, + 0x15, + 0xff, + 0x1b, + 0x5b, + 0xff, + 0x0a, + 0xa4, + 0xff, + 0xd7, + 0xbc, + 0xff, + 0xff, + 0xf9, + 0x22, + 0xff, + 0x93, + 0x40, + 0x0e, + 0xd4, + 0x04, + 0x46, + 0xc7, + 0xee, + 0xe7, + 0x7a, + 0x18, + 0xed, + 0x00, + 0xfe, + 0xec, + 0x7b, + 0xe8, + 0xe5, + 0x94, + 0xf1, + 0x7b, + 0xa9, + 0x01, + 0xf0, + 0xdd, + 0x18, + 0xfe, + 0x1d, + 0xfa, + 0x97, + 0xfa, + 0xea, + 0x84, + 0xaf, + 0x00, + 0x99, + 0xf6, + 0x02, + 0xd5, + 0x78, + 0x00, + 0x56, + 0x11, + 0xfe, + 0xef, + 0x70, + 0xfe, + 0x45, + 0xce, + 0xfa, + 0x8f, + 0x10, + 0xff, + 0xc1, + 0x50, + 0x00, + 0x00, + 0x0a, + 0xfb, + 0xc0, + 0xa4, + 0x06, + 0xb4, + 0xd3, + 0x02, + 0x79, + 0xc2, + 0xfc, + 0xff, + 0x4a, + 0x00, + 0x5c, + 0xb1, + 0xfc, + 0x95, + 0xd5, + 0xfc, + 0x82, + 0xc8, + 0xfc, + 0x63, + 0x00, + 0xfe, + 0xb1, + 0xe9, + 0xfb, + 0x6b, + 0xd9, + 0xfa, + 0x96, + 0x26, + 0xfd, + 0x34, + 0x02, + 0xfd, + 0x4f, + 0x72, + 0x01, + 0x93, + 0x64, + 0xff, + 0x2f, + 0x4b, + 0xfc, + 0x66, + 0x6d, + 0xfe, + 0xd5, + 0x72, + 0xfe, + 0x6a, + 0x0d, + 0xfe, + 0x5b, + 0x78, + 0xfc, + 0x59, + 0x18, + 0xfe, + 0xd3, + 0x89, + 0xff, + 0x8e, + 0x76, + 0xff, + 0x20, + 0x69, + 0x00, + 0xb8, + 0x7d, + 0xff, + 0xc8, + 0xc4, + 0xff, + 0xa6, + 0xe1, + 0xff, + 0x4b, + 0x45, + 0xff, + 0xe3, + 0x27, + 0xff, + 0xde, + 0x28, + 0xff, + 0xa8, + 0x34, + 0xff, + 0x4d, + 0x8b, + 0xfe, + 0xf2, + 0xd1, + 0xfe, + 0x14, + 0xf1, + 0xfe, + 0x2c, + 0x0c, + 0xff, + 0x7a, + 0xc9, + 0xff, + 0xbd, + 0xf4, + 0xff, + 0x5e, + 0xe7, + 0xff, + 0x78, + 0x6c, + 0xff, + 0x17, + 0x3c, + 0xff, + 0xf9, + 0x49, + 0xff, + 0x33, + 0x53, + 0xff, + 0x52, + 0x95, + 0xff, + 0xe3, + 0x93, + 0xff, + 0xab, + 0x53, + 0x1f, + 0x81, + 0x19, + 0x3f, + 0x72, + 0xf6, + 0x0a, + 0x1e, + 0x3e, + 0xef, + 0xd4, + 0x92, + 0x16, + 0x3c, + 0xd9, + 0xff, + 0xce, + 0x9e, + 0xe8, + 0x94, + 0x0f, + 0xf2, + 0xfa, + 0x74, + 0xfa, + 0xd5, + 0x9c, + 0x15, + 0x01, + 0x09, + 0x03, + 0x66, + 0x09, + 0xea, + 0x63, + 0x2b, + 0xfd, + 0x7b, + 0x07, + 0x06, + 0xc0, + 0x07, + 0x00, + 0x8e, + 0xde, + 0xfc, + 0x79, + 0xe5, + 0x01, + 0x9e, + 0x2a, + 0xfc, + 0x60, + 0xf9, + 0xfb, + 0x06, + 0x0c, + 0x02, + 0xf4, + 0xeb, + 0xf9, + 0xd8, + 0x95, + 0x01, + 0xdd, + 0x0d, + 0x05, + 0x1d, + 0x31, + 0xfe, + 0xb5, + 0x19, + 0xff, + 0xaa, + 0x30, + 0xfe, + 0xd5, + 0x80, + 0xfe, + 0x3e, + 0x4d, + 0xfd, + 0x1d, + 0x1e, + 0xff, + 0x8e, + 0x09, + 0xfd, + 0x43, + 0xf6, + 0xf9, + 0x0f, + 0x77, + 0xfc, + 0x72, + 0x98, + 0xfb, + 0x3c, + 0x06, + 0x00, + 0xa9, + 0x88, + 0x00, + 0x43, + 0xea, + 0xfc, + 0x1c, + 0x5a, + 0xfd, + 0x21, + 0xc5, + 0xfd, + 0xe6, + 0x32, + 0xff, + 0x6c, + 0x25, + 0xfd, + 0x93, + 0xa6, + 0xfd, + 0x06, + 0x62, + 0xff, + 0x6f, + 0xf4, + 0xfe, + 0x16, + 0xa1, + 0x00, + 0xd2, + 0xd4, + 0xff, + 0x8c, + 0x3d, + 0xff, + 0x51, + 0xbc, + 0xff, + 0xf9, + 0x84, + 0xff, + 0x9c, + 0x6c, + 0xff, + 0xaf, + 0x36, + 0xff, + 0xcc, + 0x61, + 0xff, + 0xf4, + 0xe5, + 0xfe, + 0x45, + 0xda, + 0xfe, + 0x4a, + 0xf5, + 0xfe, + 0x59, + 0xe4, + 0xfe, + 0xad, + 0xb5, + 0xff, + 0xb5, + 0x1d, + 0x00, + 0x68, + 0xc0, + 0xff, + 0xd7, + 0x94, + 0xff, + 0x16, + 0x6d, + 0xff, + 0xe3, + 0x33, + 0xff, + 0x0e, + 0x75, + 0xff, + 0xa2, + 0x86, + 0xff, + 0xba, + 0x77, + 0xff, + 0x9d, + 0x97, + 0x1e, + 0xe4, + 0x33, + 0x3d, + 0x38, + 0xf2, + 0x0b, + 0x2d, + 0x39, + 0xf2, + 0x1e, + 0xeb, + 0x14, + 0x8b, + 0x87, + 0xfe, + 0xfe, + 0x47, + 0xeb, + 0x2e, + 0x3f, + 0xf1, + 0xed, + 0x46, + 0xf5, + 0xa0, + 0xa2, + 0x13, + 0x8c, + 0xb9, + 0x06, + 0xcd, + 0x4a, + 0xeb, + 0x6b, + 0x84, + 0xfb, + 0xcb, + 0x48, + 0x07, + 0xcb, + 0x26, + 0x00, + 0x1b, + 0xda, + 0xfc, + 0x45, + 0xfb, + 0x03, + 0x6f, + 0x36, + 0xfb, + 0xe9, + 0x2b, + 0xfb, + 0x0f, + 0x8f, + 0x03, + 0x08, + 0xdd, + 0xf7, + 0xdb, + 0x25, + 0xfe, + 0x96, + 0xe8, + 0x04, + 0xfb, + 0x97, + 0xff, + 0xd1, + 0x1c, + 0x00, + 0xf0, + 0x10, + 0xff, + 0x06, + 0x3c, + 0x00, + 0x29, + 0xe9, + 0xfd, + 0xc5, + 0x37, + 0xff, + 0x34, + 0x4a, + 0xfe, + 0x4e, + 0xcf, + 0xf9, + 0x1a, + 0xf2, + 0xfb, + 0x37, + 0xf8, + 0xf9, + 0xde, + 0x93, + 0xfd, + 0xbf, + 0x0b, + 0x01, + 0x37, + 0x25, + 0xfe, + 0x09, + 0x56, + 0xfd, + 0x72, + 0xe6, + 0xfc, + 0xce, + 0x22, + 0xff, + 0xa8, + 0x2d, + 0xfe, + 0xbd, + 0xbe, + 0xfd, + 0xdb, + 0x31, + 0xff, + 0x8a, + 0x82, + 0xfe, + 0x97, + 0x69, + 0x00, + 0xa7, + 0x31, + 0x00, + 0xdc, + 0xe6, + 0xfe, + 0x91, + 0x5a, + 0xff, + 0xec, + 0xaa, + 0xff, + 0xc7, + 0x99, + 0xff, + 0xed, + 0x5b, + 0xff, + 0xa2, + 0xdd, + 0xff, + 0xfc, + 0x22, + 0xff, + 0x21, + 0xb5, + 0xfe, + 0xa2, + 0x21, + 0xff, + 0x30, + 0x08, + 0xff, + 0x19, + 0x99, + 0xff, + 0x33, + 0xc7, + 0xff, + 0x09, + 0xa2, + 0xff, + 0x5a, + 0xd4, + 0xff, + 0xd9, + 0x7e, + 0xff, + 0x09, + 0x2a, + 0xff, + 0xe9, + 0x52, + 0xff, + 0x7f, + 0x8d, + 0xff, + 0x03, + 0x9d, + 0xff, + 0x6c, + 0xc9, + 0x1b, + 0x23, + 0x70, + 0x3b, + 0x9f, + 0xc5, + 0x0f, + 0x1d, + 0x07, + 0xf3, + 0x5a, + 0xbe, + 0x13, + 0xdb, + 0x87, + 0xff, + 0x34, + 0x70, + 0xec, + 0x01, + 0x12, + 0xf3, + 0x86, + 0xb8, + 0xef, + 0x44, + 0x02, + 0x0f, + 0x4c, + 0x20, + 0x0d, + 0x2d, + 0x3a, + 0xed, + 0xb2, + 0x35, + 0xf8, + 0xf0, + 0x32, + 0x09, + 0x87, + 0xc0, + 0x02, + 0xd9, + 0xb5, + 0xfa, + 0xb5, + 0x25, + 0x04, + 0x9d, + 0x01, + 0xfd, + 0xfe, + 0xb9, + 0xf8, + 0xa1, + 0xcd, + 0x04, + 0xad, + 0x68, + 0xf8, + 0xd7, + 0x17, + 0xfb, + 0xbc, + 0x60, + 0x04, + 0x58, + 0xd6, + 0xfe, + 0xaa, + 0x73, + 0x03, + 0x97, + 0xc0, + 0x01, + 0xe1, + 0x90, + 0xfe, + 0x12, + 0x70, + 0xff, + 0xf7, + 0x9b, + 0x00, + 0xb3, + 0xcb, + 0xfe, + 0xc2, + 0xf6, + 0xf9, + 0xfe, + 0xad, + 0xfb, + 0xc2, + 0x8f, + 0xf9, + 0x4e, + 0xd1, + 0xfa, + 0x5e, + 0xd4, + 0xff, + 0xd9, + 0x61, + 0xff, + 0x85, + 0xf0, + 0xfe, + 0x92, + 0xee, + 0xfc, + 0x8e, + 0x9c, + 0xfd, + 0xfb, + 0xab, + 0xfe, + 0x77, + 0xe1, + 0xfe, + 0x92, + 0x6b, + 0xff, + 0x14, + 0xea, + 0xfd, + 0x82, + 0xac, + 0xff, + 0xe0, + 0x71, + 0x00, + 0x79, + 0xfe, + 0xfe, + 0xf7, + 0x55, + 0xff, + 0x96, + 0x6a, + 0xff, + 0xe2, + 0xac, + 0xff, + 0x48, + 0x26, + 0x00, + 0x76, + 0x04, + 0x00, + 0x24, + 0x5d, + 0xff, + 0x74, + 0xe9, + 0xfe, + 0xa0, + 0x2c, + 0xff, + 0x20, + 0x3d, + 0xff, + 0x5e, + 0x68, + 0xff, + 0x0c, + 0xd3, + 0xff, + 0x63, + 0x83, + 0xff, + 0xaa, + 0x9c, + 0xff, + 0x49, + 0xa7, + 0xff, + 0x85, + 0x25, + 0xff, + 0x16, + 0x73, + 0xff, + 0x82, + 0x7b, + 0xff, + 0xc4, + 0x8c, + 0xff, + 0x10, + 0xf3, + 0x1e, + 0x24, + 0x69, + 0x3a, + 0x39, + 0xab, + 0x08, + 0x20, + 0xc7, + 0xf6, + 0x77, + 0x68, + 0x16, + 0x68, + 0x47, + 0xfa, + 0x73, + 0xc6, + 0xee, + 0x5b, + 0x77, + 0xf3, + 0x72, + 0xe8, + 0xed, + 0x0b, + 0x3e, + 0x0e, + 0xc5, + 0x52, + 0x0c, + 0x06, + 0x6d, + 0xf0, + 0x37, + 0xd6, + 0xf7, + 0xa7, + 0x32, + 0x0a, + 0xdd, + 0x3b, + 0x04, + 0xa3, + 0xf6, + 0xf7, + 0x19, + 0x01, + 0x04, + 0xf0, + 0x2b, + 0xfd, + 0xb3, + 0xa5, + 0xf8, + 0x26, + 0x67, + 0x04, + 0xe3, + 0x25, + 0xf9, + 0x51, + 0x53, + 0xfb, + 0xbf, + 0x10, + 0x03, + 0x9f, + 0x4c, + 0xff, + 0xbe, + 0x93, + 0x02, + 0x33, + 0x28, + 0x04, + 0x07, + 0x59, + 0x00, + 0xd3, + 0xe5, + 0xfd, + 0x0e, + 0xd5, + 0x02, + 0xf8, + 0xc6, + 0xfe, + 0x91, + 0xfd, + 0xf8, + 0xf7, + 0x8d, + 0xfc, + 0xbd, + 0x57, + 0xf9, + 0xaa, + 0x96, + 0xf9, + 0x0b, + 0xe8, + 0xfd, + 0x57, + 0x66, + 0xff, + 0xb4, + 0xa7, + 0xff, + 0x2c, + 0x42, + 0xfe, + 0xae, + 0xd1, + 0xfd, + 0xca, + 0xfe, + 0xfc, + 0xd6, + 0xe0, + 0xff, + 0xf4, + 0x60, + 0x00, + 0xaf, + 0x6a, + 0xfd, + 0xb7, + 0xfd, + 0xfe, + 0x8a, + 0xb6, + 0xff, + 0xca, + 0x92, + 0xff, + 0x3b, + 0xc3, + 0xff, + 0x86, + 0x1d, + 0xff, + 0xfe, + 0x8e, + 0xff, + 0x5c, + 0xa1, + 0x00, + 0xd6, + 0x7d, + 0x00, + 0x80, + 0x52, + 0xff, + 0xcb, + 0x1c, + 0xff, + 0xa9, + 0x3c, + 0xff, + 0xc1, + 0x49, + 0xff, + 0x62, + 0x98, + 0xff, + 0x0f, + 0xa0, + 0xff, + 0xea, + 0x7e, + 0xff, + 0xee, + 0x8f, + 0xff, + 0xe2, + 0x5c, + 0xff, + 0x5f, + 0x2e, + 0xff, + 0x8c, + 0x65, + 0xff, + 0x85, + 0x74, + 0xff, + 0xf5, + 0x9a, + 0xff, + 0x79, + 0x17, + 0x1f, + 0x6f, + 0x47, + 0x3a, + 0x0a, + 0x25, + 0x05, + 0x2c, + 0xec, + 0xf4, + 0x07, + 0x33, + 0x1c, + 0xf2, + 0x61, + 0xfa, + 0xd0, + 0xa5, + 0xe9, + 0xc5, + 0xdd, + 0xf6, + 0xf4, + 0x58, + 0xef, + 0xbf, + 0xa4, + 0x09, + 0x8e, + 0x21, + 0x0d, + 0xc6, + 0x5a, + 0xf4, + 0xd0, + 0x3b, + 0xf7, + 0x5b, + 0x1e, + 0x09, + 0x17, + 0x50, + 0x06, + 0x00, + 0x8b, + 0xf5, + 0xc2, + 0xc9, + 0x01, + 0xcd, + 0x84, + 0x00, + 0x20, + 0xa8, + 0xf7, + 0x6a, + 0xcc, + 0x02, + 0x74, + 0x33, + 0xfc, + 0xc0, + 0x66, + 0xfc, + 0xa1, + 0x38, + 0x02, + 0xc9, + 0x9e, + 0xfe, + 0x64, + 0x6d, + 0x00, + 0xad, + 0xb1, + 0x04, + 0x4a, + 0xb4, + 0x04, + 0x54, + 0x0f, + 0xfd, + 0x4b, + 0x79, + 0x01, + 0x6d, + 0x19, + 0x02, + 0x42, + 0x85, + 0xf7, + 0x91, + 0x72, + 0xfb, + 0xe5, + 0x62, + 0xfc, + 0xc0, + 0x99, + 0xf8, + 0xf1, + 0x67, + 0xfb, + 0xa9, + 0x8b, + 0xfe, + 0xba, + 0xa0, + 0xff, + 0x3b, + 0x7c, + 0xff, + 0x32, + 0x84, + 0xff, + 0x6f, + 0xc0, + 0xfc, + 0x13, + 0x24, + 0xfe, + 0xf2, + 0x37, + 0x01, + 0x52, + 0x3c, + 0xfe, + 0xb2, + 0xba, + 0xfd, + 0x48, + 0xac, + 0xff, + 0x42, + 0xc5, + 0xff, + 0xcf, + 0xa2, + 0xff, + 0x98, + 0xb0, + 0xff, + 0xcd, + 0xb4, + 0xff, + 0x2b, + 0x52, + 0x00, + 0xf9, + 0xc3, + 0x00, + 0xca, + 0xc9, + 0xff, + 0x0e, + 0x16, + 0xff, + 0x18, + 0x6f, + 0xff, + 0x9c, + 0x81, + 0xff, + 0x33, + 0x65, + 0xff, + 0x40, + 0xb0, + 0xff, + 0xf0, + 0x7f, + 0xff, + 0xf3, + 0x6c, + 0xff, + 0xfd, + 0x5f, + 0xff, + 0x6c, + 0x08, + 0xff, + 0xd9, + 0x34, + 0xff, + 0x72, + 0x55, + 0xff, + 0x78, + 0xab, + 0xff, + 0xb5, + 0x19, + 0x1f, + 0xf4, + 0x92, + 0x3a, + 0xd3, + 0x88, + 0x00, + 0x08, + 0x29, + 0xf1, + 0xe8, + 0x31, + 0x25, + 0xb7, + 0xed, + 0xfa, + 0xec, + 0xa2, + 0xdf, + 0x4f, + 0x79, + 0xfc, + 0x58, + 0xe5, + 0xf4, + 0xe8, + 0x44, + 0x03, + 0x45, + 0xa0, + 0x0b, + 0x23, + 0xd9, + 0xf9, + 0x20, + 0x20, + 0xf7, + 0x0c, + 0x3e, + 0x04, + 0x88, + 0xf0, + 0x09, + 0xc4, + 0x4e, + 0xf5, + 0x97, + 0x6b, + 0xfc, + 0xa9, + 0xee, + 0x04, + 0x0e, + 0xd2, + 0xf8, + 0xd6, + 0x06, + 0x00, + 0xb8, + 0x8d, + 0xfe, + 0xb5, + 0xa0, + 0xfe, + 0x45, + 0x83, + 0x01, + 0x08, + 0xcf, + 0xfc, + 0xb0, + 0x2c, + 0x00, + 0xb9, + 0x0b, + 0x03, + 0x03, + 0x70, + 0x05, + 0xd4, + 0xde, + 0x00, + 0x76, + 0xd9, + 0xff, + 0xd1, + 0x8c, + 0x01, + 0xfc, + 0xcd, + 0xf9, + 0x72, + 0x5e, + 0xfa, + 0x55, + 0xa0, + 0xfc, + 0x79, + 0x3a, + 0xfa, + 0x70, + 0x0f, + 0xfa, + 0xa2, + 0x8c, + 0xfc, + 0xad, + 0x07, + 0xff, + 0x15, + 0x8b, + 0xff, + 0xe2, + 0x47, + 0x01, + 0x4f, + 0xa2, + 0xfe, + 0xfa, + 0x69, + 0xfc, + 0xaf, + 0x60, + 0xff, + 0xff, + 0x92, + 0xff, + 0xb4, + 0x7a, + 0xfe, + 0xb5, + 0xf7, + 0xfe, + 0x99, + 0x7b, + 0xff, + 0x56, + 0x6f, + 0xff, + 0x63, + 0x15, + 0x00, + 0xea, + 0x69, + 0x00, + 0x08, + 0x20, + 0x00, + 0x84, + 0x46, + 0x00, + 0xfd, + 0xfe, + 0xff, + 0x03, + 0x96, + 0xff, + 0x77, + 0x7f, + 0xff, + 0x34, + 0xa9, + 0xff, + 0xf1, + 0x45, + 0xff, + 0xf2, + 0x69, + 0xff, + 0xaf, + 0xa4, + 0xff, + 0x0d, + 0x3f, + 0xff, + 0xc7, + 0x58, + 0xff, + 0x37, + 0x01, + 0xff, + 0xe6, + 0x02, + 0xff, + 0x7e, + 0x52, + 0xff, + 0xbb, + 0x7a, + 0xff, + 0x5d, + 0xdf, + 0x21, + 0xe9, + 0x1d, + 0x39, + 0x00, + 0x55, + 0xf7, + 0x57, + 0x33, + 0xf4, + 0xf4, + 0xfd, + 0x2b, + 0x0a, + 0x03, + 0xf4, + 0x9d, + 0x41, + 0xde, + 0xcf, + 0x0d, + 0x02, + 0x60, + 0xf2, + 0xf6, + 0xd6, + 0x24, + 0x01, + 0x99, + 0x37, + 0x08, + 0x4f, + 0x1b, + 0xfd, + 0xe4, + 0x04, + 0xf8, + 0x8e, + 0x95, + 0x01, + 0x30, + 0xef, + 0x0a, + 0x00, + 0x9b, + 0xf4, + 0xcb, + 0x23, + 0xfb, + 0x80, + 0x63, + 0x06, + 0xca, + 0x3e, + 0xfb, + 0xa3, + 0x54, + 0xff, + 0x73, + 0xf7, + 0xfd, + 0x1f, + 0x95, + 0x00, + 0xdc, + 0x84, + 0x01, + 0x09, + 0xa8, + 0xfc, + 0x14, + 0xee, + 0xfe, + 0x60, + 0x77, + 0x01, + 0xab, + 0xe8, + 0x05, + 0x87, + 0xeb, + 0x01, + 0x17, + 0xec, + 0x00, + 0x14, + 0x09, + 0x01, + 0x40, + 0xf4, + 0xfa, + 0xf0, + 0x2d, + 0xfb, + 0x9f, + 0xd6, + 0xfa, + 0x65, + 0xbc, + 0xfb, + 0x08, + 0x9b, + 0xfb, + 0xad, + 0xe0, + 0xfa, + 0x54, + 0x39, + 0xfd, + 0xc0, + 0x1e, + 0xff, + 0xb6, + 0x97, + 0x02, + 0xe7, + 0xf8, + 0xff, + 0x2c, + 0x8f, + 0xfc, + 0x97, + 0x06, + 0xfe, + 0xa3, + 0xe9, + 0xfe, + 0x78, + 0x0f, + 0x00, + 0x9a, + 0x35, + 0xff, + 0x8f, + 0x6c, + 0xfe, + 0x45, + 0x89, + 0xff, + 0x22, + 0x5b, + 0x00, + 0xfe, + 0xaf, + 0x00, + 0xdf, + 0x65, + 0x00, + 0x71, + 0xe1, + 0xff, + 0xc7, + 0xcd, + 0xff, + 0x8a, + 0x24, + 0x00, + 0x7d, + 0xd4, + 0xff, + 0x80, + 0x6a, + 0xff, + 0x5e, + 0x32, + 0xff, + 0xc3, + 0x5f, + 0xff, + 0xb3, + 0x6f, + 0xff, + 0x01, + 0x48, + 0xff, + 0x9d, + 0x54, + 0xff, + 0xbc, + 0xdb, + 0xfe, + 0xc0, + 0x1c, + 0xff, + 0xf8, + 0x5b, + 0xff, + 0xc1, + 0x64, + 0xff, + 0xb7, + 0xf4, + 0x22, + 0xc9, + 0xcc, + 0x36, + 0x25, + 0x5a, + 0xf1, + 0xd4, + 0xbb, + 0xf6, + 0x67, + 0x45, + 0x30, + 0x04, + 0xf4, + 0xef, + 0x14, + 0xd3, + 0xdc, + 0x51, + 0x8f, + 0x06, + 0x8f, + 0x69, + 0xfb, + 0x9f, + 0x12, + 0xfd, + 0xb0, + 0x77, + 0x02, + 0x6b, + 0xad, + 0x02, + 0x67, + 0xdf, + 0xf9, + 0x79, + 0x57, + 0xfc, + 0x81, + 0xd2, + 0x0b, + 0x7e, + 0x49, + 0xf7, + 0x9e, + 0xeb, + 0xf9, + 0x73, + 0xa2, + 0x05, + 0xb6, + 0x96, + 0xfd, + 0xe1, + 0x1a, + 0x00, + 0x84, + 0x81, + 0xfd, + 0xff, + 0x43, + 0x00, + 0x1e, + 0xf4, + 0x00, + 0x40, + 0x54, + 0xfe, + 0x95, + 0x60, + 0xfe, + 0xea, + 0x30, + 0xff, + 0x67, + 0xa4, + 0x06, + 0xa2, + 0xcd, + 0x01, + 0xeb, + 0x51, + 0x00, + 0x72, + 0x30, + 0x03, + 0x89, + 0xa8, + 0xfb, + 0x79, + 0x34, + 0xfa, + 0xef, + 0x0c, + 0xfc, + 0x9c, + 0x19, + 0xfc, + 0xf4, + 0x78, + 0xfb, + 0xef, + 0xb0, + 0xfb, + 0x4c, + 0x47, + 0xfc, + 0x88, + 0xce, + 0xfd, + 0x7f, + 0x28, + 0x02, + 0x3f, + 0xe5, + 0x00, + 0x9d, + 0xb9, + 0xfd, + 0x16, + 0xe9, + 0xfd, + 0x96, + 0x85, + 0xfe, + 0x4d, + 0xab, + 0xff, + 0xb4, + 0xb5, + 0xff, + 0xa2, + 0xb9, + 0xfe, + 0x59, + 0x10, + 0xff, + 0x63, + 0x5d, + 0x00, + 0x0a, + 0xb3, + 0x00, + 0xc4, + 0xa0, + 0x00, + 0xeb, + 0xf9, + 0xff, + 0x43, + 0xa0, + 0xff, + 0x78, + 0x30, + 0x00, + 0x8b, + 0xdb, + 0xff, + 0x11, + 0x74, + 0xff, + 0xe4, + 0x26, + 0xff, + 0x7b, + 0x44, + 0xff, + 0xa4, + 0x3f, + 0xff, + 0x13, + 0x27, + 0xff, + 0x54, + 0x60, + 0xff, + 0xd2, + 0xf6, + 0xfe, + 0x1d, + 0x30, + 0xff, + 0xb6, + 0x52, + 0xff, + 0xf2, + 0x67, + 0xff, + 0xb9, + 0x6c, + 0x1f, + 0x2c, + 0x9b, + 0x33, + 0x1a, + 0x5e, + 0xf3, + 0x73, + 0x0b, + 0xf6, + 0xa8, + 0x4d, + 0x31, + 0x60, + 0xd0, + 0xf2, + 0x6b, + 0x62, + 0xda, + 0x15, + 0x59, + 0x09, + 0x6b, + 0x17, + 0xfe, + 0x5e, + 0xd4, + 0xf8, + 0xed, + 0xc7, + 0x00, + 0x3c, + 0x0c, + 0x05, + 0x5b, + 0xfe, + 0xfa, + 0xa3, + 0x9c, + 0xf8, + 0xcf, + 0xd8, + 0x0c, + 0x56, + 0x23, + 0xfb, + 0x98, + 0x6b, + 0xf7, + 0xd6, + 0xd9, + 0x05, + 0x0f, + 0xe4, + 0xfe, + 0x71, + 0x46, + 0xff, + 0x7e, + 0xb5, + 0xfe, + 0xd9, + 0xce, + 0xff, + 0x08, + 0xcb, + 0xff, + 0x91, + 0x44, + 0xff, + 0x61, + 0x40, + 0xff, + 0x8f, + 0x15, + 0xfe, + 0x69, + 0x30, + 0x05, + 0x28, + 0x12, + 0x02, + 0x4d, + 0x77, + 0x00, + 0x85, + 0x56, + 0x03, + 0xed, + 0xda, + 0xfc, + 0xbe, + 0xba, + 0xfa, + 0x7b, + 0xb8, + 0xfc, + 0x5e, + 0x04, + 0xfd, + 0x3f, + 0x9b, + 0xfa, + 0x0b, + 0xf1, + 0xfb, + 0xf6, + 0x95, + 0xfd, + 0xf8, + 0x31, + 0xfc, + 0x0b, + 0x85, + 0x00, + 0x67, + 0x72, + 0x01, + 0x79, + 0x8b, + 0xfe, + 0x6f, + 0xa2, + 0xfe, + 0xc0, + 0xdd, + 0xfe, + 0xfe, + 0xeb, + 0xfe, + 0x78, + 0xff, + 0xfe, + 0xd0, + 0xa0, + 0xff, + 0xe9, + 0x55, + 0xff, + 0x44, + 0x90, + 0xff, + 0x93, + 0xdf, + 0x00, + 0xfc, + 0xa0, + 0x00, + 0xe5, + 0xe7, + 0xff, + 0x84, + 0xd2, + 0xff, + 0x6d, + 0xe5, + 0xff, + 0xf4, + 0xa0, + 0xff, + 0x55, + 0x9d, + 0xff, + 0x65, + 0x40, + 0xff, + 0xd5, + 0x06, + 0xff, + 0x12, + 0x3d, + 0xff, + 0xd1, + 0x1d, + 0xff, + 0xcb, + 0x3e, + 0xff, + 0x0c, + 0x24, + 0xff, + 0xd2, + 0x41, + 0xff, + 0xb4, + 0x51, + 0xff, + 0x54, + 0x5f, + 0xff, + 0xe4, + 0x94, + 0x1c, + 0x36, + 0x63, + 0x2e, + 0xa3, + 0xca, + 0xf4, + 0xdf, + 0xcb, + 0xf9, + 0xde, + 0x2b, + 0x2f, + 0x49, + 0xe6, + 0xf3, + 0xbc, + 0x4f, + 0xdd, + 0x12, + 0x81, + 0x08, + 0x61, + 0xab, + 0xfe, + 0x47, + 0xa4, + 0xf8, + 0x80, + 0xf1, + 0xfe, + 0x76, + 0x0b, + 0x05, + 0x6c, + 0x1f, + 0xfc, + 0x4a, + 0x61, + 0xf8, + 0xc4, + 0x42, + 0x0c, + 0xa7, + 0x09, + 0xfd, + 0x1d, + 0xe6, + 0xf7, + 0x73, + 0xe2, + 0x04, + 0x49, + 0x65, + 0xff, + 0x5a, + 0x1a, + 0xff, + 0xc4, + 0x8d, + 0xfe, + 0x58, + 0x1e, + 0x00, + 0x9c, + 0xc5, + 0xff, + 0xa6, + 0xd4, + 0xfe, + 0x68, + 0x99, + 0xff, + 0x39, + 0x07, + 0xff, + 0xe6, + 0xcb, + 0x03, + 0x9e, + 0x4e, + 0x01, + 0xec, + 0x25, + 0x01, + 0xe2, + 0x67, + 0x02, + 0xf6, + 0x13, + 0xfd, + 0xea, + 0xa8, + 0xfc, + 0x93, + 0x67, + 0xfd, + 0x52, + 0x02, + 0xfd, + 0x87, + 0x27, + 0xfb, + 0x3c, + 0xe7, + 0xfb, + 0x35, + 0xb0, + 0xfd, + 0x67, + 0xef, + 0xfc, + 0x3d, + 0xa8, + 0xff, + 0x01, + 0x4b, + 0x00, + 0x63, + 0xb4, + 0xfe, + 0xa5, + 0x58, + 0xff, + 0x50, + 0x7a, + 0xff, + 0xcb, + 0xd2, + 0xfe, + 0x2b, + 0xc1, + 0xfe, + 0xbc, + 0x73, + 0xff, + 0x17, + 0x83, + 0xff, + 0x81, + 0xca, + 0xff, + 0x5b, + 0x6b, + 0x00, + 0x7e, + 0x6a, + 0x00, + 0x67, + 0xe6, + 0xff, + 0x02, + 0xa6, + 0xff, + 0x90, + 0xcd, + 0xff, + 0xf9, + 0x82, + 0xff, + 0xc5, + 0x92, + 0xff, + 0x68, + 0x4c, + 0xff, + 0xb8, + 0x07, + 0xff, + 0x5b, + 0x2a, + 0xff, + 0xbf, + 0x12, + 0xff, + 0xa6, + 0x4f, + 0xff, + 0xfc, + 0x30, + 0xff, + 0x20, + 0x44, + 0xff, + 0xdd, + 0x5d, + 0xff, + 0x71, + 0x6c, + 0xff, + 0xc1, + 0x1c, + 0x19, + 0x59, + 0xc8, + 0x29, + 0x3c, + 0x1e, + 0xf8, + 0xc5, + 0x6d, + 0xfb, + 0x58, + 0x0c, + 0x2b, + 0xf4, + 0x8f, + 0xf7, + 0x33, + 0x47, + 0xe0, + 0xca, + 0xa1, + 0x06, + 0x28, + 0x06, + 0x00, + 0x68, + 0xff, + 0xf7, + 0xa2, + 0x4f, + 0xfd, + 0xd2, + 0x85, + 0x05, + 0x9a, + 0x9c, + 0xfd, + 0x59, + 0x4a, + 0xf8, + 0xcd, + 0x13, + 0x0b, + 0x45, + 0x6d, + 0xff, + 0x6a, + 0xba, + 0xf7, + 0x29, + 0x3b, + 0x03, + 0xf0, + 0x26, + 0x01, + 0xbb, + 0xd2, + 0xfe, + 0x0b, + 0x6b, + 0xfd, + 0xb6, + 0x89, + 0x00, + 0x73, + 0x5e, + 0x00, + 0x36, + 0x8b, + 0xfe, + 0x50, + 0x78, + 0xff, + 0x70, + 0xdd, + 0xff, + 0x33, + 0x94, + 0x03, + 0xb0, + 0xdb, + 0x00, + 0xe7, + 0x5e, + 0x00, + 0xa8, + 0xf3, + 0x01, + 0xc1, + 0xa3, + 0xfd, + 0xc7, + 0x03, + 0xfd, + 0x27, + 0x98, + 0xfe, + 0xb8, + 0x74, + 0xfd, + 0xd1, + 0x43, + 0xfb, + 0x25, + 0xda, + 0xfc, + 0x99, + 0xc1, + 0xfd, + 0x9c, + 0x4b, + 0xfd, + 0xa6, + 0xe6, + 0xff, + 0xa9, + 0x7c, + 0xff, + 0xf3, + 0x1c, + 0xfe, + 0x38, + 0x52, + 0xff, + 0x3d, + 0xc4, + 0xff, + 0x41, + 0x3e, + 0xff, + 0x6b, + 0x20, + 0xff, + 0xe0, + 0x2f, + 0xff, + 0x07, + 0x47, + 0xff, + 0x7c, + 0xf9, + 0xff, + 0xca, + 0x17, + 0x00, + 0x9d, + 0xee, + 0xff, + 0xd4, + 0xc0, + 0xff, + 0x8d, + 0xa0, + 0xff, + 0xba, + 0xc1, + 0xff, + 0xd4, + 0x72, + 0xff, + 0x5f, + 0x67, + 0xff, + 0x36, + 0x1c, + 0xff, + 0x78, + 0x1d, + 0xff, + 0xfe, + 0x4e, + 0xff, + 0x42, + 0x10, + 0xff, + 0x4c, + 0x52, + 0xff, + 0xee, + 0x3d, + 0xff, + 0x5d, + 0x48, + 0xff, + 0xae, + 0x72, + 0xff, + 0x4a, + 0x6c, + 0xff, + 0x20, + 0xd1, + 0x18, + 0x1a, + 0xbe, + 0x26, + 0x78, + 0x09, + 0xfb, + 0x78, + 0x8f, + 0xff, + 0x0a, + 0x3d, + 0x1e, + 0xe6, + 0xe4, + 0xf3, + 0xcf, + 0xcf, + 0xeb, + 0x37, + 0xbe, + 0x04, + 0x96, + 0x70, + 0xfc, + 0x36, + 0xe9, + 0xfd, + 0xfa, + 0xdf, + 0x00, + 0xd4, + 0x63, + 0xfe, + 0x7b, + 0x4e, + 0xfd, + 0x5b, + 0xdc, + 0x01, + 0x9e, + 0x80, + 0x05, + 0x4c, + 0x03, + 0xfc, + 0xd9, + 0xb0, + 0xfc, + 0x3e, + 0x87, + 0x00, + 0x0c, + 0x1d, + 0x00, + 0xed, + 0xfe, + 0xfe, + 0x75, + 0x1d, + 0xfc, + 0x63, + 0x1a, + 0x00, + 0x3e, + 0x26, + 0x01, + 0xc4, + 0xe2, + 0xff, + 0xd0, + 0x82, + 0x00, + 0x73, + 0x20, + 0x00, + 0x1b, + 0x75, + 0x00, + 0xbd, + 0x86, + 0x00, + 0xdb, + 0xc5, + 0x01, + 0xbb, + 0x9f, + 0x00, + 0x7b, + 0x47, + 0xff, + 0x87, + 0x3d, + 0x00, + 0xc3, + 0x87, + 0xff, + 0x8c, + 0x1b, + 0xff, + 0xa0, + 0x91, + 0xff, + 0xce, + 0x0b, + 0x00, + 0x7d, + 0x39, + 0xff, + 0x71, + 0x5c, + 0xfe, + 0x41, + 0x4d, + 0xfe, + 0x16, + 0x4b, + 0xfd, + 0x8f, + 0xf6, + 0xfd, + 0x82, + 0x4c, + 0xff, + 0xfc, + 0x5d, + 0xff, + 0xce, + 0x4b, + 0xff, + 0x66, + 0xf0, + 0xfe, + 0x54, + 0xc5, + 0xfe, + 0x1c, + 0xfd, + 0xfe, + 0x0b, + 0x5e, + 0xff, + 0xa1, + 0x33, + 0xff, + 0x39, + 0xdc, + 0xfe, + 0x5a, + 0xdb, + 0xfe, + 0x34, + 0xd6, + 0xfe, + 0x9e, + 0x17, + 0xff, + 0x36, + 0x4f, + 0xff, + 0xa6, + 0x57, + 0xff, + 0x1a, + 0x81, + 0xff, + 0x3e, + 0x10, + 0x00, + 0xa2, + 0xf8, + 0xff, + 0xae, + 0x64, + 0xff, + 0xd0, + 0x63, + 0xff, + 0xf5, + 0x53, + 0xff, + 0xe2, + 0x58, + 0xff, + 0x4e, + 0x5c, + 0xff, + 0xb0, + 0x83, + 0xff, + 0x54, + 0xeb, + 0x13, + 0x81, + 0xd4, + 0x21, + 0x7f, + 0x9c, + 0xff, + 0x18, + 0xea, + 0x00, + 0x2d, + 0x73, + 0x1b, + 0xf3, + 0x32, + 0xf7, + 0x5b, + 0x76, + 0xed, + 0x7d, + 0x36, + 0x04, + 0x79, + 0x57, + 0xfc, + 0xca, + 0xe1, + 0xfd, + 0x3c, + 0xb0, + 0x01, + 0xe2, + 0x2a, + 0xfe, + 0x8b, + 0x98, + 0xfd, + 0x0a, + 0xa3, + 0x01, + 0x20, + 0xad, + 0x05, + 0x3d, + 0xd3, + 0xfc, + 0x09, + 0x34, + 0xfc, + 0xad, + 0x86, + 0x00, + 0x7f, + 0xc3, + 0xff, + 0xd1, + 0x40, + 0xff, + 0xdd, + 0xcb, + 0xfc, + 0x15, + 0xd4, + 0xff, + 0xf8, + 0xf4, + 0x00, + 0xe5, + 0x80, + 0xff, + 0x59, + 0xb2, + 0x00, + 0x27, + 0x5b, + 0x00, + 0x4a, + 0x98, + 0x00, + 0x39, + 0xec, + 0x00, + 0x6f, + 0x81, + 0x01, + 0xc7, + 0x73, + 0x00, + 0x65, + 0x4a, + 0xff, + 0x1c, + 0x68, + 0x00, + 0x76, + 0xc7, + 0xff, + 0x46, + 0xd1, + 0xfe, + 0xae, + 0x73, + 0xff, + 0x0c, + 0x5e, + 0x00, + 0x19, + 0x77, + 0xff, + 0x51, + 0xb2, + 0xfe, + 0x58, + 0x3d, + 0xff, + 0x78, + 0x39, + 0xfe, + 0x45, + 0x61, + 0xfe, + 0xdd, + 0x75, + 0xff, + 0xc1, + 0xc0, + 0xfe, + 0xbe, + 0xbb, + 0xfe, + 0xa1, + 0x40, + 0xff, + 0xf7, + 0x9b, + 0xfe, + 0x91, + 0x4c, + 0xfe, + 0x97, + 0x09, + 0xff, + 0xed, + 0x50, + 0xff, + 0xa2, + 0x32, + 0xff, + 0x94, + 0x0c, + 0xff, + 0xf3, + 0xbe, + 0xfe, + 0x0c, + 0xc8, + 0xfe, + 0x50, + 0x3a, + 0xff, + 0x0a, + 0x7b, + 0xff, + 0xb0, + 0x44, + 0xff, + 0x9a, + 0xb9, + 0xff, + 0x92, + 0xd3, + 0xff, + 0x09, + 0x52, + 0xff, + 0x00, + 0x78, + 0xff, + 0x17, + 0x59, + 0xff, + 0x0f, + 0x61, + 0xff, + 0x45, + 0x7c, + 0xff, + 0x06, + 0x79, + 0xff, + 0x59, + 0xf8, + 0x0e, + 0x3d, + 0x45, + 0x1d, + 0xe5, + 0x13, + 0x05, + 0x12, + 0x24, + 0x01, + 0xd3, + 0x2f, + 0x17, + 0xd0, + 0x57, + 0xfc, + 0x92, + 0xb8, + 0xef, + 0x44, + 0x2b, + 0x02, + 0x36, + 0x34, + 0xfc, + 0x86, + 0x3f, + 0xfe, + 0x8d, + 0xc8, + 0x02, + 0xd8, + 0xbf, + 0xfd, + 0xb4, + 0xb8, + 0xfd, + 0x53, + 0x84, + 0x01, + 0x48, + 0x67, + 0x05, + 0xbd, + 0xfe, + 0xfd, + 0x82, + 0x13, + 0xfc, + 0x88, + 0x4a, + 0x00, + 0x49, + 0xb9, + 0xff, + 0x2f, + 0x79, + 0xff, + 0x7b, + 0x21, + 0xfd, + 0x6f, + 0xa4, + 0xff, + 0xbb, + 0x0a, + 0x01, + 0x8a, + 0x3d, + 0xff, + 0xd5, + 0x98, + 0x00, + 0x1d, + 0x83, + 0x00, + 0x64, + 0xe0, + 0x00, + 0x52, + 0x25, + 0x01, + 0x64, + 0xf6, + 0x00, + 0xb5, + 0x36, + 0x00, + 0xff, + 0xac, + 0xff, + 0x9d, + 0x70, + 0x00, + 0x0c, + 0xb8, + 0xff, + 0xaa, + 0x71, + 0xff, + 0x34, + 0xc9, + 0xff, + 0xde, + 0x0a, + 0x00, + 0x02, + 0xb2, + 0xff, + 0xdf, + 0x0f, + 0xff, + 0x03, + 0x85, + 0xff, + 0x58, + 0x0b, + 0xff, + 0xe0, + 0xa7, + 0xfe, + 0xa4, + 0xed, + 0xfe, + 0x29, + 0x92, + 0xfe, + 0xb2, + 0xb6, + 0xfe, + 0x9e, + 0x30, + 0xff, + 0x4d, + 0xc2, + 0xfe, + 0x69, + 0x1c, + 0xfe, + 0x7c, + 0x8b, + 0xfe, + 0x2b, + 0x1c, + 0xff, + 0xc5, + 0x41, + 0xff, + 0x06, + 0x3e, + 0xff, + 0x6e, + 0xc4, + 0xfe, + 0x8c, + 0x9c, + 0xfe, + 0x29, + 0x17, + 0xff, + 0xe8, + 0x5d, + 0xff, + 0xd3, + 0x27, + 0xff, + 0x66, + 0x5a, + 0xff, + 0x4f, + 0x97, + 0xff, + 0xc8, + 0x69, + 0xff, + 0x15, + 0x8c, + 0xff, + 0xb2, + 0x72, + 0xff, + 0x83, + 0x50, + 0xff, + 0x0f, + 0x70, + 0xff, + 0xd0, + 0x96, + 0xff, + 0x54, + 0x14, + 0x0d, + 0x89, + 0x9e, + 0x19, + 0x47, + 0x05, + 0x06, + 0xb3, + 0xd3, + 0x02, + 0x3f, + 0x8c, + 0x13, + 0x54, + 0xa7, + 0xfd, + 0xbe, + 0x98, + 0xf3, + 0x56, + 0x7e, + 0x00, + 0xe5, + 0x37, + 0xfc, + 0x24, + 0x60, + 0xff, + 0x04, + 0x95, + 0x02, + 0x1e, + 0x10, + 0xfe, + 0x65, + 0xf9, + 0xfd, + 0xaf, + 0x91, + 0x01, + 0xad, + 0x77, + 0x04, + 0xba, + 0x91, + 0xfe, + 0xdc, + 0xdc, + 0xfc, + 0xc3, + 0x90, + 0xff, + 0x03, + 0xdc, + 0xff, + 0x6c, + 0x90, + 0xff, + 0x5f, + 0x7e, + 0xfd, + 0x0f, + 0xd4, + 0xff, + 0xb5, + 0xcb, + 0x00, + 0x9d, + 0x76, + 0xff, + 0x95, + 0x5e, + 0x00, + 0xd9, + 0x85, + 0x00, + 0xdb, + 0x5f, + 0x01, + 0x89, + 0xfd, + 0x00, + 0x44, + 0x05, + 0x00, + 0xc1, + 0x6d, + 0x00, + 0x1f, + 0xa8, + 0x00, + 0x4e, + 0x0e, + 0x00, + 0x60, + 0x7c, + 0xff, + 0x95, + 0x4e, + 0x00, + 0x6c, + 0x80, + 0x00, + 0xf0, + 0xcc, + 0xff, + 0x82, + 0x65, + 0xff, + 0xc7, + 0x3f, + 0xff, + 0x46, + 0x5d, + 0xff, + 0xf6, + 0x2d, + 0xff, + 0xc6, + 0xd8, + 0xfe, + 0x2e, + 0x74, + 0xfe, + 0x73, + 0x8b, + 0xfe, + 0x10, + 0x2f, + 0xff, + 0xd5, + 0x1a, + 0xff, + 0xb0, + 0x84, + 0xfe, + 0xbf, + 0x40, + 0xfe, + 0x2b, + 0x6a, + 0xfe, + 0x4c, + 0xcf, + 0xfe, + 0x4b, + 0x14, + 0xff, + 0xee, + 0x04, + 0xff, + 0xb7, + 0xcf, + 0xfe, + 0x67, + 0xcd, + 0xfe, + 0x5f, + 0xfe, + 0xfe, + 0x38, + 0x19, + 0xff, + 0xa2, + 0x14, + 0xff, + 0xc1, + 0x4c, + 0xff, + 0x56, + 0x78, + 0xff, + 0x18, + 0x76, + 0xff, + 0xfe, + 0x8e, + 0xff, + 0xde, + 0x75, + 0xff, + 0x99, + 0x57, + 0xff, + 0xb2, + 0x60, + 0xff, + 0xc7, + 0x9f, + 0xff, + 0x37, + 0x5a, + 0x0b, + 0x16, + 0x51, + 0x17, + 0xb0, + 0xe5, + 0x06, + 0xf7, + 0x1a, + 0x02, + 0x9e, + 0x31, + 0x11, + 0xd8, + 0xf4, + 0xff, + 0x5b, + 0xe6, + 0xf4, + 0x30, + 0xfe, + 0xff, + 0xf2, + 0xcc, + 0xfd, + 0x4c, + 0x46, + 0xff, + 0x0d, + 0xe5, + 0x01, + 0x78, + 0xf7, + 0xfe, + 0xba, + 0xe5, + 0xfe, + 0x0e, + 0xb9, + 0x00, + 0x5d, + 0x64, + 0x03, + 0x8b, + 0xd0, + 0xff, + 0x31, + 0x44, + 0xfd, + 0xff, + 0xce, + 0xfe, + 0x7d, + 0x09, + 0x00, + 0x9c, + 0x0d, + 0x00, + 0xfe, + 0xee, + 0xfd, + 0x56, + 0xa5, + 0xff, + 0x81, + 0xd0, + 0x00, + 0x59, + 0xc5, + 0xff, + 0x22, + 0x2c, + 0x00, + 0x2a, + 0xc3, + 0x00, + 0x42, + 0x96, + 0x01, + 0x30, + 0x67, + 0x00, + 0xf5, + 0x15, + 0x00, + 0x11, + 0x2d, + 0x01, + 0xff, + 0xa2, + 0x00, + 0x50, + 0x08, + 0x00, + 0xd5, + 0x2f, + 0x00, + 0xce, + 0xe9, + 0x00, + 0xf5, + 0x6d, + 0x00, + 0x5a, + 0x80, + 0xff, + 0xdd, + 0x44, + 0xff, + 0x8f, + 0xdb, + 0xfe, + 0x16, + 0x45, + 0xff, + 0xbc, + 0x49, + 0xff, + 0xa7, + 0x74, + 0xfe, + 0x8f, + 0x82, + 0xfe, + 0x99, + 0x1a, + 0xff, + 0xaa, + 0x52, + 0xff, + 0x3d, + 0xe9, + 0xfe, + 0x60, + 0x7f, + 0xfe, + 0x22, + 0x65, + 0xfe, + 0x76, + 0x66, + 0xfe, + 0xda, + 0x91, + 0xfe, + 0x1f, + 0xae, + 0xfe, + 0x79, + 0xc1, + 0xfe, + 0xa4, + 0xfa, + 0xfe, + 0xe2, + 0x13, + 0xff, + 0x9d, + 0xf1, + 0xfe, + 0x2e, + 0xf5, + 0xfe, + 0xf6, + 0x29, + 0xff, + 0x81, + 0x70, + 0xff, + 0x22, + 0x75, + 0xff, + 0xe6, + 0x58, + 0xff, + 0x0b, + 0x79, + 0xff, + 0xa4, + 0x64, + 0xff, + 0x6a, + 0x65, + 0xff, + 0x65, + 0x80, + 0xff, + 0xb6, + 0x92, + 0xff, + 0x4f, + 0x2d, + 0x0a, + 0xa7, + 0xc8, + 0x15, + 0xd4, + 0x2f, + 0x07, + 0x33, + 0xeb, + 0x00, + 0x0c, + 0x39, + 0x0f, + 0xb6, + 0x60, + 0x01, + 0xad, + 0x29, + 0xf6, + 0x28, + 0x8c, + 0x00, + 0xd9, + 0xc9, + 0xfe, + 0x4d, + 0xc7, + 0xfe, + 0xc6, + 0xb3, + 0x01, + 0x70, + 0xeb, + 0xff, + 0xb0, + 0x78, + 0xff, + 0xae, + 0xe2, + 0xff, + 0x26, + 0xd8, + 0x02, + 0xcb, + 0x7e, + 0x00, + 0x25, + 0x36, + 0xfd, + 0x65, + 0xec, + 0xfe, + 0xc4, + 0x61, + 0x00, + 0x47, + 0x18, + 0x00, + 0xd7, + 0x41, + 0xfe, + 0x99, + 0xba, + 0xff, + 0x98, + 0x04, + 0x01, + 0xcc, + 0xa2, + 0xff, + 0x5d, + 0x49, + 0x00, + 0x34, + 0x88, + 0x01, + 0x05, + 0x38, + 0x01, + 0xb6, + 0x18, + 0x00, + 0xad, + 0xb8, + 0x00, + 0xb9, + 0x7d, + 0x01, + 0x68, + 0xe2, + 0x00, + 0x13, + 0x75, + 0x00, + 0x88, + 0x91, + 0x00, + 0xcc, + 0xbf, + 0x00, + 0xbf, + 0xae, + 0xff, + 0x5b, + 0x35, + 0xff, + 0xf8, + 0x34, + 0xff, + 0x9a, + 0xac, + 0xfe, + 0xff, + 0x3d, + 0xff, + 0x77, + 0x1f, + 0xff, + 0x87, + 0x3b, + 0xfe, + 0x6f, + 0xa7, + 0xfe, + 0x22, + 0x9b, + 0xff, + 0x58, + 0x70, + 0xff, + 0xa9, + 0xb4, + 0xfe, + 0xef, + 0x7a, + 0xfe, + 0x60, + 0x3b, + 0xfe, + 0x9d, + 0x65, + 0xfe, + 0xfa, + 0x8a, + 0xfe, + 0x17, + 0x57, + 0xfe, + 0xda, + 0xba, + 0xfe, + 0xad, + 0x20, + 0xff, + 0x0e, + 0x39, + 0xff, + 0xfa, + 0x1e, + 0xff, + 0x1d, + 0x11, + 0xff, + 0x09, + 0x28, + 0xff, + 0xeb, + 0x52, + 0xff, + 0x8a, + 0x77, + 0xff, + 0x52, + 0x40, + 0xff, + 0x75, + 0x48, + 0xff, + 0x98, + 0x72, + 0xff, + 0x39, + 0x72, + 0xff, + 0x73, + 0x8f, + 0xff, + 0xcb, + 0xb3, + 0xff, + 0x73, + 0xdf, + 0x0a, + 0xe2, + 0x0c, + 0x14, + 0x4f, + 0x56, + 0x04, + 0xf4, + 0x75, + 0x02, + 0x64, + 0x2c, + 0x0e, + 0x67, + 0x25, + 0xff, + 0x04, + 0x05, + 0xf9, + 0x7d, + 0x35, + 0x01, + 0x26, + 0x84, + 0xfe, + 0x43, + 0x62, + 0xff, + 0x02, + 0x76, + 0x01, + 0x8e, + 0xae, + 0x00, + 0x73, + 0x31, + 0xff, + 0x1d, + 0xab, + 0xff, + 0x47, + 0xae, + 0x02, + 0x5b, + 0x07, + 0x00, + 0xbf, + 0xe8, + 0xfd, + 0x32, + 0x34, + 0xff, + 0x36, + 0x63, + 0x00, + 0xae, + 0xf6, + 0xff, + 0xec, + 0x86, + 0xfe, + 0x8b, + 0x4a, + 0x00, + 0x69, + 0xaf, + 0x00, + 0xec, + 0xf4, + 0xff, + 0x9f, + 0x66, + 0x01, + 0x23, + 0x3c, + 0x01, + 0xd0, + 0x5a, + 0x00, + 0x01, + 0xfd, + 0x00, + 0x02, + 0xac, + 0x01, + 0x7d, + 0x70, + 0x01, + 0x56, + 0xbc, + 0x00, + 0x54, + 0x38, + 0x00, + 0xa6, + 0x64, + 0x00, + 0x1d, + 0xec, + 0xff, + 0x48, + 0x28, + 0xff, + 0x4f, + 0x54, + 0xff, + 0xd2, + 0xe3, + 0xfe, + 0xfd, + 0xcc, + 0xfe, + 0x1b, + 0x2a, + 0xff, + 0x90, + 0x84, + 0xfe, + 0x21, + 0x52, + 0xfe, + 0x7f, + 0x30, + 0xff, + 0x3c, + 0xac, + 0xff, + 0x42, + 0x12, + 0xff, + 0x64, + 0xa2, + 0xfe, + 0x90, + 0x66, + 0xfe, + 0x27, + 0x2b, + 0xfe, + 0xba, + 0x73, + 0xfe, + 0x25, + 0x7a, + 0xfe, + 0x92, + 0x8a, + 0xfe, + 0x5f, + 0xed, + 0xfe, + 0x3e, + 0x36, + 0xff, + 0x7e, + 0x48, + 0xff, + 0x03, + 0x2f, + 0xff, + 0x61, + 0x21, + 0xff, + 0x76, + 0x17, + 0xff, + 0x8c, + 0x47, + 0xff, + 0x1d, + 0x51, + 0xff, + 0x68, + 0x39, + 0xff, + 0x4c, + 0x5a, + 0xff, + 0xc1, + 0x74, + 0xff, + 0xa9, + 0x9d, + 0xff, + 0xed, + 0xa8, + 0xff, + 0x14, + 0xbf, + 0xff, + 0x29, + 0xf5, + 0x09, + 0xbb, + 0xe6, + 0x11, + 0x75, + 0xd5, + 0x03, + 0xdb, + 0x23, + 0x03, + 0x76, + 0x27, + 0x0d, + 0x97, + 0x42, + 0xff, + 0x72, + 0x76, + 0xfa, + 0x7d, + 0x60, + 0x01, + 0x57, + 0xfb, + 0xfe, + 0x68, + 0xf1, + 0xff, + 0xbb, + 0x4e, + 0x01, + 0x00, + 0x87, + 0x00, + 0x51, + 0x23, + 0xff, + 0x1a, + 0xef, + 0xff, + 0x22, + 0x9b, + 0x02, + 0xd3, + 0xd3, + 0xff, + 0x2b, + 0x48, + 0xfe, + 0xb4, + 0x8a, + 0xff, + 0xc6, + 0x5f, + 0x00, + 0x3d, + 0xe7, + 0xff, + 0x57, + 0x11, + 0xff, + 0x4e, + 0xcd, + 0x00, + 0x4c, + 0xcb, + 0x00, + 0x40, + 0xb7, + 0x00, + 0x32, + 0xa3, + 0x01, + 0x4a, + 0xd7, + 0x00, + 0xd7, + 0x1d, + 0x01, + 0x95, + 0x9d, + 0x01, + 0xd5, + 0x6c, + 0x01, + 0x12, + 0x10, + 0x01, + 0x7f, + 0x1d, + 0x00, + 0xb0, + 0xdf, + 0xff, + 0x6d, + 0x13, + 0x00, + 0x7b, + 0x9b, + 0xff, + 0xe0, + 0x37, + 0xff, + 0x6e, + 0x26, + 0xff, + 0x16, + 0xd1, + 0xfe, + 0xc6, + 0xc8, + 0xfe, + 0xb5, + 0xd8, + 0xfe, + 0x55, + 0x79, + 0xfe, + 0xcb, + 0x93, + 0xfe, + 0x81, + 0x3d, + 0xff, + 0xd8, + 0x5f, + 0xff, + 0xc4, + 0x03, + 0xff, + 0xbe, + 0xaa, + 0xfe, + 0x57, + 0x5a, + 0xfe, + 0x51, + 0x73, + 0xfe, + 0x0b, + 0xa1, + 0xfe, + 0x17, + 0x9f, + 0xfe, + 0xb7, + 0xc3, + 0xfe, + 0x85, + 0xfe, + 0xfe, + 0x13, + 0x35, + 0xff, + 0xa0, + 0x3c, + 0xff, + 0xf4, + 0x3c, + 0xff, + 0x8a, + 0x18, + 0xff, + 0x94, + 0x0c, + 0xff, + 0xf1, + 0x50, + 0xff, + 0x6f, + 0x51, + 0xff, + 0x5e, + 0x52, + 0xff, + 0x85, + 0x5c, + 0xff, + 0x4e, + 0x7d, + 0xff, + 0x81, + 0xb9, + 0xff, + 0x04, + 0xac, + 0xff, + 0xdb, + 0xb1, + 0xff, + 0xf0, + 0x81, + 0x07, + 0xc4, + 0x62, + 0x10, + 0x39, + 0x34, + 0x06, + 0x11, + 0x2b, + 0x01, + 0x3b, + 0x37, + 0x0b, + 0x78, + 0x4f, + 0x02, + 0xca, + 0xd4, + 0xfa, + 0x46, + 0xaa, + 0x01, + 0x71, + 0xad, + 0xff, + 0xa5, + 0x23, + 0xff, + 0x0f, + 0x96, + 0x01, + 0x3b, + 0xcc, + 0x00, + 0x49, + 0xad, + 0xff, + 0xe0, + 0x7e, + 0xff, + 0x59, + 0xf9, + 0x01, + 0x02, + 0x86, + 0x00, + 0x12, + 0x8e, + 0xfe, + 0x39, + 0xa6, + 0xff, + 0xb0, + 0x44, + 0x00, + 0x85, + 0x90, + 0x00, + 0xaa, + 0xf5, + 0xff, + 0x7d, + 0xb3, + 0x00, + 0x58, + 0x5c, + 0x01, + 0x1e, + 0x94, + 0x01, + 0xcd, + 0xc3, + 0x01, + 0xeb, + 0xdc, + 0x00, + 0x7b, + 0x48, + 0x01, + 0x4f, + 0x0a, + 0x01, + 0x7d, + 0x8c, + 0x00, + 0xa5, + 0xca, + 0x00, + 0x2e, + 0xe7, + 0xff, + 0x69, + 0xa2, + 0xff, + 0x45, + 0xe7, + 0xff, + 0xd7, + 0x9a, + 0xff, + 0x02, + 0x0c, + 0xff, + 0x74, + 0xc4, + 0xfe, + 0xa0, + 0xe5, + 0xfe, + 0xef, + 0xc6, + 0xfe, + 0x61, + 0x96, + 0xfe, + 0x92, + 0x7e, + 0xfe, + 0x61, + 0x9f, + 0xfe, + 0x0e, + 0x1a, + 0xff, + 0xc5, + 0x5d, + 0xff, + 0xd8, + 0x13, + 0xff, + 0x91, + 0xa8, + 0xfe, + 0xb3, + 0xa9, + 0xfe, + 0x6e, + 0xcb, + 0xfe, + 0xd0, + 0xae, + 0xfe, + 0xb7, + 0xbc, + 0xfe, + 0x3f, + 0xed, + 0xfe, + 0x8e, + 0xfe, + 0xfe, + 0xb3, + 0x27, + 0xff, + 0xe3, + 0x35, + 0xff, + 0xd1, + 0x2a, + 0xff, + 0xf9, + 0x36, + 0xff, + 0x88, + 0x31, + 0xff, + 0x07, + 0x40, + 0xff, + 0xe7, + 0x56, + 0xff, + 0x2e, + 0x60, + 0xff, + 0x96, + 0x69, + 0xff, + 0x8d, + 0x83, + 0xff, + 0x86, + 0xae, + 0xff, + 0xb4, + 0xab, + 0xff, + 0x23, + 0xaa, + 0xff, + 0x1c, + 0x63, + 0x08, + 0x36, + 0x67, + 0x0e, + 0xae, + 0x6a, + 0x03, + 0x38, + 0xb1, + 0x03, + 0xe9, + 0xa0, + 0x0a, + 0xd7, + 0x3d, + 0x00, + 0xe7, + 0x40, + 0xfd, + 0x52, + 0x6a, + 0x01, + 0xdd, + 0x79, + 0xff, + 0x2c, + 0x4a, + 0x00, + 0xcc, + 0x56, + 0x01, + 0x48, + 0x9e, + 0x00, + 0xb1, + 0x51, + 0xff, + 0xba, + 0x34, + 0x00, + 0x55, + 0xce, + 0x01, + 0x22, + 0x08, + 0x00, + 0xc7, + 0x58, + 0xff, + 0x01, + 0xfb, + 0xff, + 0x1e, + 0xdb, + 0x00, + 0xeb, + 0x11, + 0x01, + 0x30, + 0xa4, + 0x00, + 0xef, + 0x92, + 0x01, + 0x8c, + 0x0d, + 0x02, + 0x3f, + 0xd3, + 0x01, + 0x0d, + 0xf6, + 0x00, + 0xda, + 0x4a, + 0x00, + 0x7a, + 0x6f, + 0x00, + 0x06, + 0x59, + 0x00, + 0xea, + 0x93, + 0x00, + 0xf7, + 0x73, + 0x00, + 0x15, + 0xd2, + 0xff, + 0x06, + 0x72, + 0xff, + 0xb0, + 0x75, + 0xff, + 0x7b, + 0x60, + 0xff, + 0x08, + 0xc9, + 0xfe, + 0xd5, + 0xb7, + 0xfe, + 0x7a, + 0xe6, + 0xfe, + 0x4e, + 0x84, + 0xfe, + 0xa5, + 0x4e, + 0xfe, + 0xca, + 0x9f, + 0xfe, + 0xdd, + 0xe5, + 0xfe, + 0x82, + 0x2b, + 0xff, + 0xfe, + 0x65, + 0xff, + 0x40, + 0x12, + 0xff, + 0xec, + 0xca, + 0xfe, + 0xfd, + 0xeb, + 0xfe, + 0x9b, + 0xe4, + 0xfe, + 0x19, + 0xc1, + 0xfe, + 0x11, + 0xde, + 0xfe, + 0x30, + 0xf8, + 0xfe, + 0xb1, + 0x04, + 0xff, + 0x9d, + 0x33, + 0xff, + 0xad, + 0x32, + 0xff, + 0xf4, + 0x33, + 0xff, + 0x9e, + 0x44, + 0xff, + 0xad, + 0x35, + 0xff, + 0xab, + 0x4e, + 0xff, + 0x53, + 0x63, + 0xff, + 0x68, + 0x5d, + 0xff, + 0xfe, + 0x6c, + 0xff, + 0x80, + 0x8d, + 0xff, + 0x78, + 0xa6, + 0xff, + 0xc6, + 0xa0, + 0xff, + 0x23, + 0x88, + 0xff, + 0x86, + 0x7b, + 0x07, + 0x08, + 0x85, + 0x0c, + 0x25, + 0x86, + 0x03, + 0x73, + 0x7e, + 0x04, + 0x99, + 0x62, + 0x09, + 0x4d, + 0x50, + 0x00, + 0xbc, + 0xaf, + 0xfe, + 0xde, + 0x9f, + 0x01, + 0x8f, + 0x61, + 0xff, + 0x7f, + 0x6a, + 0x00, + 0x39, + 0x7d, + 0x01, + 0x29, + 0x76, + 0x00, + 0x9e, + 0x3b, + 0xff, + 0x65, + 0x78, + 0x00, + 0x54, + 0xf6, + 0x01, + 0xf1, + 0x77, + 0x00, + 0xae, + 0xcb, + 0xff, + 0x01, + 0x5f, + 0x00, + 0xd6, + 0xcf, + 0x01, + 0xe1, + 0x23, + 0x02, + 0xec, + 0x35, + 0x01, + 0x81, + 0xd1, + 0x01, + 0xde, + 0xb3, + 0x01, + 0xfc, + 0x64, + 0x00, + 0x3d, + 0xd2, + 0xff, + 0x66, + 0x2a, + 0x00, + 0x98, + 0x39, + 0x00, + 0x3d, + 0x23, + 0x00, + 0x35, + 0x85, + 0x00, + 0xe7, + 0x07, + 0x00, + 0x50, + 0x56, + 0xff, + 0xd3, + 0x54, + 0xff, + 0x11, + 0x6f, + 0xff, + 0x03, + 0x07, + 0xff, + 0x4e, + 0x77, + 0xfe, + 0x7f, + 0xb7, + 0xfe, + 0xaf, + 0xc4, + 0xfe, + 0xb7, + 0x59, + 0xfe, + 0x1a, + 0x78, + 0xfe, + 0xac, + 0xce, + 0xfe, + 0x54, + 0x0b, + 0xff, + 0x2d, + 0x69, + 0xff, + 0x74, + 0x5e, + 0xff, + 0xf8, + 0xeb, + 0xfe, + 0x2b, + 0xfa, + 0xfe, + 0x5f, + 0x11, + 0xff, + 0x99, + 0xe4, + 0xfe, + 0xfb, + 0xe7, + 0xfe, + 0xf5, + 0xea, + 0xfe, + 0x8c, + 0xf1, + 0xfe, + 0x6c, + 0x1b, + 0xff, + 0x15, + 0x38, + 0xff, + 0xc3, + 0x2e, + 0xff, + 0xb8, + 0x37, + 0xff, + 0x72, + 0x4c, + 0xff, + 0x3f, + 0x41, + 0xff, + 0x90, + 0x46, + 0xff, + 0x78, + 0x5c, + 0xff, + 0x09, + 0x67, + 0xff, + 0x69, + 0x76, + 0xff, + 0x4a, + 0x7d, + 0xff, + 0x6f, + 0x73, + 0xff, + 0xfa, + 0x76, + 0xff, + 0xa2, + 0x74, + 0xff, + 0xa7, + 0x97, + 0x06, + 0x78, + 0xc9, + 0x0b, + 0xbf, + 0xf2, + 0x03, + 0x64, + 0x81, + 0x03, + 0x4f, + 0x5c, + 0x08, + 0xe9, + 0xbc, + 0x01, + 0x2f, + 0xa7, + 0xff, + 0x27, + 0x48, + 0x01, + 0x5d, + 0x63, + 0xff, + 0xd2, + 0x8a, + 0x00, + 0x4c, + 0x79, + 0x01, + 0x25, + 0xe4, + 0x00, + 0x82, + 0xef, + 0xff, + 0x0f, + 0x9e, + 0x00, + 0xbe, + 0xfd, + 0x01, + 0x75, + 0x27, + 0x01, + 0x96, + 0x1b, + 0x01, + 0x3b, + 0xbf, + 0x01, + 0x69, + 0x71, + 0x02, + 0xb8, + 0x11, + 0x02, + 0x28, + 0xa7, + 0x00, + 0x07, + 0xad, + 0x00, + 0x05, + 0x92, + 0x00, + 0xd2, + 0x0c, + 0x00, + 0x21, + 0xe9, + 0xff, + 0x93, + 0xfd, + 0xff, + 0x3a, + 0x01, + 0x00, + 0x15, + 0xe7, + 0xff, + 0x71, + 0x25, + 0x00, + 0xce, + 0xcd, + 0xff, + 0xcd, + 0x3b, + 0xff, + 0x91, + 0x3c, + 0xff, + 0xae, + 0x31, + 0xff, + 0xb7, + 0xba, + 0xfe, + 0xec, + 0x7b, + 0xfe, + 0xc2, + 0xd9, + 0xfe, + 0x5a, + 0xaf, + 0xfe, + 0x60, + 0x6f, + 0xfe, + 0x46, + 0xf6, + 0xfe, + 0x69, + 0x20, + 0xff, + 0xf5, + 0x18, + 0xff, + 0x29, + 0x6f, + 0xff, + 0x19, + 0x4e, + 0xff, + 0xd7, + 0xfd, + 0xfe, + 0x01, + 0x21, + 0xff, + 0x49, + 0x35, + 0xff, + 0x38, + 0xff, + 0xfe, + 0xd8, + 0xe7, + 0xfe, + 0xd4, + 0x10, + 0xff, + 0xfc, + 0x13, + 0xff, + 0xac, + 0x1e, + 0xff, + 0xf0, + 0x4a, + 0xff, + 0x13, + 0x3e, + 0xff, + 0xcc, + 0x42, + 0xff, + 0x14, + 0x4f, + 0xff, + 0xdd, + 0x45, + 0xff, + 0xdc, + 0x53, + 0xff, + 0x97, + 0x63, + 0xff, + 0x43, + 0x66, + 0xff, + 0x16, + 0x55, + 0xff, + 0xb6, + 0x5a, + 0xff, + 0x61, + 0x70, + 0xff, + 0xf3, + 0x76, + 0xff, + 0x28, + 0x86, + 0xff, + 0x71, + 0xe2, + 0x03, + 0x05, + 0x5f, + 0x09, + 0x60, + 0x07, + 0x06, + 0xe2, + 0xc8, + 0x03, + 0xba, + 0xd3, + 0x07, + 0xfc, + 0x4a, + 0x03, + 0x95, + 0x91, + 0xff, + 0x24, + 0xad, + 0x01, + 0xc2, + 0xd4, + 0xff, + 0xe4, + 0x98, + 0x00, + 0xa1, + 0x21, + 0x02, + 0xfa, + 0xaf, + 0x00, + 0x50, + 0x6d, + 0x00, + 0xe4, + 0x78, + 0x01, + 0x54, + 0x25, + 0x03, + 0x91, + 0x59, + 0x02, + 0x52, + 0x4c, + 0x01, + 0x72, + 0xdb, + 0x01, + 0xcb, + 0xb2, + 0x01, + 0xb9, + 0xf8, + 0x00, + 0x0f, + 0xf3, + 0xff, + 0x4f, + 0x45, + 0x00, + 0x81, + 0x7b, + 0x00, + 0x23, + 0xfc, + 0xff, + 0xec, + 0xf1, + 0xff, + 0xa8, + 0x67, + 0xff, + 0x76, + 0x8d, + 0xff, + 0xee, + 0xcd, + 0xff, + 0x84, + 0xc0, + 0xff, + 0xd3, + 0xd3, + 0xff, + 0x80, + 0x42, + 0xff, + 0x1b, + 0xff, + 0xfe, + 0x9e, + 0xf7, + 0xfe, + 0xa8, + 0xb4, + 0xfe, + 0x60, + 0xbb, + 0xfe, + 0x27, + 0xf7, + 0xfe, + 0xe7, + 0xd5, + 0xfe, + 0x6d, + 0xa0, + 0xfe, + 0xb9, + 0xf7, + 0xfe, + 0x6a, + 0x36, + 0xff, + 0x55, + 0x3d, + 0xff, + 0xce, + 0x57, + 0xff, + 0xf6, + 0x3b, + 0xff, + 0x76, + 0x20, + 0xff, + 0xba, + 0x41, + 0xff, + 0xe4, + 0x3c, + 0xff, + 0x57, + 0x12, + 0xff, + 0xad, + 0x0d, + 0xff, + 0xc5, + 0x05, + 0xff, + 0x0d, + 0x16, + 0xff, + 0xc1, + 0x3c, + 0xff, + 0xf9, + 0x49, + 0xff, + 0xcb, + 0x45, + 0xff, + 0x21, + 0x3e, + 0xff, + 0x27, + 0x48, + 0xff, + 0x3e, + 0x43, + 0xff, + 0x82, + 0x4d, + 0xff, + 0x2d, + 0x58, + 0xff, + 0x02, + 0x44, + 0xff, + 0x47, + 0x4a, + 0xff, + 0x78, + 0x63, + 0xff, + 0xb5, + 0x81, + 0xff, + 0x4f, + 0x83, + 0xff, + 0x9f, + 0x87, + 0xff, + 0xe9, + 0xf8, + 0x04, + 0x7c, + 0xb9, + 0x09, + 0xbf, + 0x14, + 0x05, + 0x3f, + 0xb6, + 0x03, + 0x37, + 0x5e, + 0x06, + 0x91, + 0xc2, + 0x02, + 0xe8, + 0x15, + 0x01, + 0xb6, + 0x37, + 0x01, + 0x96, + 0xf2, + 0xff, + 0x10, + 0x77, + 0x01, + 0x58, + 0xd2, + 0x02, + 0x9f, + 0x36, + 0x02, + 0x0e, + 0xb2, + 0x01, + 0x42, + 0x94, + 0x02, + 0x7c, + 0x05, + 0x03, + 0xf5, + 0xc2, + 0x01, + 0xbf, + 0x75, + 0x00, + 0x65, + 0xe6, + 0xff, + 0x72, + 0xaa, + 0x00, + 0x2a, + 0xf7, + 0x00, + 0xd5, + 0x66, + 0x00, + 0xb3, + 0x1f, + 0x00, + 0x59, + 0x81, + 0xff, + 0xa2, + 0x59, + 0xff, + 0xeb, + 0x73, + 0xff, + 0x9b, + 0x70, + 0xff, + 0x50, + 0x8f, + 0xff, + 0x13, + 0x81, + 0xff, + 0x5a, + 0x80, + 0xff, + 0xea, + 0x34, + 0xff, + 0x8c, + 0x22, + 0xff, + 0x16, + 0x3f, + 0xff, + 0x3e, + 0xdf, + 0xfe, + 0x7a, + 0xd7, + 0xfe, + 0xf1, + 0xe4, + 0xfe, + 0xb1, + 0xcf, + 0xfe, + 0x6d, + 0xf2, + 0xfe, + 0x75, + 0xfa, + 0xfe, + 0xbb, + 0x18, + 0xff, + 0x1b, + 0x27, + 0xff, + 0x49, + 0x37, + 0xff, + 0x19, + 0x67, + 0xff, + 0x3c, + 0x40, + 0xff, + 0x7f, + 0x3d, + 0xff, + 0x4f, + 0x4c, + 0xff, + 0xa5, + 0x1e, + 0xff, + 0x4f, + 0x1c, + 0xff, + 0x34, + 0x14, + 0xff, + 0x1a, + 0x18, + 0xff, + 0xab, + 0x30, + 0xff, + 0x3c, + 0x39, + 0xff, + 0xf4, + 0x52, + 0xff, + 0x55, + 0x42, + 0xff, + 0xe1, + 0x32, + 0xff, + 0x7a, + 0x3b, + 0xff, + 0xf3, + 0x2d, + 0xff, + 0xec, + 0x47, + 0xff, + 0x49, + 0x55, + 0xff, + 0xc1, + 0x4e, + 0xff, + 0xda, + 0x6c, + 0xff, + 0xe9, + 0x71, + 0xff, + 0x23, + 0x7a, + 0xff, + 0xa7, + 0x8a, + 0xff, + 0x13, + 0x8a, + 0xff, + 0xbc, + 0xd9, + 0x03, + 0xe2, + 0x2e, + 0x08, + 0x94, + 0x87, + 0x05, + 0x37, + 0x9f, + 0x04, + 0x53, + 0x99, + 0x06, + 0x20, + 0x37, + 0x03, + 0xd4, + 0x21, + 0x01, + 0xfe, + 0xcb, + 0x01, + 0x18, + 0xa5, + 0x01, + 0x8a, + 0x1b, + 0x03, + 0xf1, + 0xdc, + 0x03, + 0x4e, + 0xc4, + 0x02, + 0xf0, + 0x01, + 0x02, + 0xb0, + 0x89, + 0x01, + 0x8c, + 0xef, + 0x00, + 0x26, + 0x48, + 0x00, + 0xe5, + 0x05, + 0x00, + 0xac, + 0x85, + 0x00, + 0xdb, + 0x19, + 0x01, + 0x1d, + 0x9b, + 0x00, + 0xa2, + 0x80, + 0xff, + 0xcd, + 0x55, + 0xff, + 0xc6, + 0xd3, + 0xff, + 0x0a, + 0x5e, + 0xff, + 0xaa, + 0xc6, + 0xfe, + 0xaa, + 0x23, + 0xff, + 0x7d, + 0x5f, + 0xff, + 0xe4, + 0x72, + 0xff, + 0xea, + 0x62, + 0xff, + 0x45, + 0x43, + 0xff, + 0xca, + 0x69, + 0xff, + 0xf3, + 0x2e, + 0xff, + 0x3d, + 0x04, + 0xff, + 0x70, + 0xfa, + 0xfe, + 0xb8, + 0xd3, + 0xfe, + 0x36, + 0xf4, + 0xfe, + 0xd0, + 0xf1, + 0xfe, + 0x92, + 0xf8, + 0xfe, + 0xbd, + 0x34, + 0xff, + 0x74, + 0x43, + 0xff, + 0x9a, + 0x49, + 0xff, + 0x28, + 0x4e, + 0xff, + 0xe0, + 0x4d, + 0xff, + 0xba, + 0x58, + 0xff, + 0xd4, + 0x4c, + 0xff, + 0xfc, + 0x28, + 0xff, + 0xc6, + 0x08, + 0xff, + 0xcf, + 0x19, + 0xff, + 0x4c, + 0x3e, + 0xff, + 0x87, + 0x2d, + 0xff, + 0x10, + 0x33, + 0xff, + 0x84, + 0x4b, + 0xff, + 0xb2, + 0x32, + 0xff, + 0xb4, + 0x2e, + 0xff, + 0x64, + 0x38, + 0xff, + 0x23, + 0x38, + 0xff, + 0xf5, + 0x43, + 0xff, + 0xe7, + 0x54, + 0xff, + 0xd5, + 0x72, + 0xff, + 0x41, + 0x7e, + 0xff, + 0x80, + 0x73, + 0xff, + 0x1b, + 0x6b, + 0xff, + 0x70, + 0x72, + 0xff, + 0x9e, + 0x99, + 0xff, + 0x70, + 0x29, + 0x04, + 0x8d, + 0x6b, + 0x09, + 0xdc, + 0xd2, + 0x06, + 0x66, + 0xdd, + 0x03, + 0xd4, + 0xbb, + 0x04, + 0x03, + 0x7e, + 0x03, + 0x5c, + 0xdf, + 0x03, + 0x7d, + 0xf7, + 0x04, + 0x9e, + 0x53, + 0x03, + 0x5c, + 0x8e, + 0x02, + 0x50, + 0x59, + 0x02, + 0x05, + 0x08, + 0x01, + 0x2c, + 0xe8, + 0xff, + 0xc4, + 0x03, + 0x00, + 0x4a, + 0x94, + 0x00, + 0xa5, + 0xf6, + 0x00, + 0xaa, + 0xcc, + 0x00, + 0xaf, + 0xd5, + 0xff, + 0x38, + 0xcb, + 0xff, + 0xad, + 0x44, + 0x00, + 0x49, + 0x98, + 0xff, + 0xde, + 0x1e, + 0xff, + 0x3d, + 0x23, + 0xff, + 0xb0, + 0xa6, + 0xfe, + 0xd8, + 0xb7, + 0xfe, + 0x11, + 0x77, + 0xff, + 0x73, + 0x8a, + 0xff, + 0xcc, + 0x47, + 0xff, + 0x70, + 0x61, + 0xff, + 0x99, + 0x99, + 0xff, + 0x4d, + 0x7d, + 0xff, + 0xb9, + 0x03, + 0xff, + 0xbf, + 0xd6, + 0xfe, + 0xa1, + 0x00, + 0xff, + 0xe9, + 0xfe, + 0xfe, + 0x41, + 0xf6, + 0xfe, + 0x3f, + 0x08, + 0xff, + 0x7c, + 0x17, + 0xff, + 0x40, + 0x3f, + 0xff, + 0xa4, + 0x61, + 0xff, + 0xb0, + 0x62, + 0xff, + 0x9f, + 0x56, + 0xff, + 0xa1, + 0x44, + 0xff, + 0x40, + 0x43, + 0xff, + 0xcb, + 0x3c, + 0xff, + 0x76, + 0x26, + 0xff, + 0xf3, + 0x0e, + 0xff, + 0xfa, + 0x1e, + 0xff, + 0x04, + 0x51, + 0xff, + 0xb6, + 0x3e, + 0xff, + 0x5f, + 0x18, + 0xff, + 0x3f, + 0x28, + 0xff, + 0xd6, + 0x41, + 0xff, + 0x6a, + 0x3b, + 0xff, + 0x09, + 0x28, + 0xff, + 0xfc, + 0x58, + 0xff, + 0x4f, + 0x80, + 0xff, + 0x9f, + 0x4f, + 0xff, + 0x28, + 0x51, + 0xff, + 0x79, + 0x96, + 0xff, + 0x46, + 0x8c, + 0xff, + 0x36, + 0x4c, + 0xff, + 0xb7, + 0x7c, + 0xff, + 0x04, + 0xbf, + 0xff, + 0x82, + 0xb5, + 0x04, + 0x94, + 0xa0, + 0x09, + 0x1f, + 0xe4, + 0x06, + 0xfa, + 0x0c, + 0x06, + 0xdd, + 0x75, + 0x07, + 0xb4, + 0x0f, + 0x05, + 0xaa, + 0xd6, + 0x04, + 0x46, + 0x7a, + 0x04, + 0x4e, + 0x4e, + 0x01, + 0xba, + 0xfa, + 0xff, + 0xd1, + 0x4c, + 0x00, + 0x52, + 0x3c, + 0x00, + 0x91, + 0x19, + 0x00, + 0xfd, + 0x68, + 0x00, + 0x8c, + 0x56, + 0x00, + 0x92, + 0x88, + 0x00, + 0x8d, + 0x67, + 0x00, + 0x9a, + 0x5b, + 0xff, + 0x0b, + 0xb6, + 0xff, + 0x7b, + 0xed, + 0xff, + 0x20, + 0xf2, + 0xfe, + 0x15, + 0xd6, + 0xfe, + 0xac, + 0xd9, + 0xfe, + 0x8f, + 0x80, + 0xfe, + 0xed, + 0xef, + 0xfe, + 0x57, + 0xaa, + 0xff, + 0x85, + 0xb2, + 0xff, + 0xdf, + 0x62, + 0xff, + 0xcf, + 0x53, + 0xff, + 0xaf, + 0x7a, + 0xff, + 0x60, + 0x6a, + 0xff, + 0x65, + 0x0e, + 0xff, + 0xbe, + 0xea, + 0xfe, + 0xfe, + 0xec, + 0xfe, + 0xd3, + 0xe3, + 0xfe, + 0xdd, + 0xff, + 0xfe, + 0x94, + 0x28, + 0xff, + 0x1d, + 0x4f, + 0xff, + 0xa4, + 0x52, + 0xff, + 0x06, + 0x50, + 0xff, + 0x96, + 0x62, + 0xff, + 0x73, + 0x4c, + 0xff, + 0x24, + 0x38, + 0xff, + 0x8a, + 0x2d, + 0xff, + 0xdb, + 0x32, + 0xff, + 0xfb, + 0x36, + 0xff, + 0xde, + 0x13, + 0xff, + 0x68, + 0x20, + 0xff, + 0xea, + 0x3a, + 0xff, + 0x9f, + 0x2d, + 0xff, + 0xb4, + 0x17, + 0xff, + 0xb9, + 0x29, + 0xff, + 0x5f, + 0x5d, + 0xff, + 0x6e, + 0x4a, + 0xff, + 0xfb, + 0x33, + 0xff, + 0x6c, + 0x6a, + 0xff, + 0x81, + 0x7a, + 0xff, + 0x0f, + 0x4c, + 0xff, + 0xd8, + 0x6c, + 0xff, + 0x8b, + 0xaa, + 0xff, + 0xf5, + 0x65, + 0xff, + 0xe7, + 0x35, + 0xff, + 0xaa, + 0x90, + 0xff, + 0xb0, + 0x9c, + 0xff, + 0x51, + 0x54, + 0x05, + 0xc7, + 0xc5, + 0x0b, + 0xdb, + 0x67, + 0x0a, + 0xea, + 0x11, + 0x09, + 0xc1, + 0xc0, + 0x07, + 0x24, + 0x56, + 0x03, + 0x0c, + 0x38, + 0x02, + 0x2b, + 0x36, + 0x01, + 0xa1, + 0xc0, + 0xff, + 0xdf, + 0x20, + 0x00, + 0x92, + 0x66, + 0x00, + 0x8b, + 0x5e, + 0x00, + 0x64, + 0xae, + 0xff, + 0x7a, + 0xb5, + 0xff, + 0x71, + 0x0d, + 0x00, + 0x44, + 0x61, + 0x00, + 0x8c, + 0x4f, + 0x00, + 0x41, + 0x1c, + 0xff, + 0x43, + 0x44, + 0xff, + 0xec, + 0x55, + 0xff, + 0x9e, + 0x91, + 0xfe, + 0xb3, + 0xb9, + 0xfe, + 0xde, + 0xdd, + 0xfe, + 0x86, + 0x0d, + 0xff, + 0xcb, + 0x4b, + 0xff, + 0xa4, + 0x52, + 0xff, + 0x6b, + 0x62, + 0xff, + 0x33, + 0x7f, + 0xff, + 0x56, + 0xa7, + 0xff, + 0x0f, + 0x6f, + 0xff, + 0x8c, + 0x1f, + 0xff, + 0x4b, + 0xf5, + 0xfe, + 0x0d, + 0xe4, + 0xfe, + 0xe7, + 0xfc, + 0xfe, + 0xb4, + 0xf0, + 0xfe, + 0xaf, + 0xff, + 0xfe, + 0x8f, + 0x4d, + 0xff, + 0xa6, + 0x6e, + 0xff, + 0x0e, + 0x4e, + 0xff, + 0xdb, + 0x3e, + 0xff, + 0x5d, + 0x47, + 0xff, + 0x4b, + 0x30, + 0xff, + 0xd4, + 0x38, + 0xff, + 0xf8, + 0x3a, + 0xff, + 0x20, + 0x25, + 0xff, + 0x0d, + 0x28, + 0xff, + 0xd8, + 0x11, + 0xff, + 0x77, + 0x10, + 0xff, + 0x81, + 0x20, + 0xff, + 0xe8, + 0x34, + 0xff, + 0x42, + 0x39, + 0xff, + 0xe8, + 0x34, + 0xff, + 0x78, + 0x6e, + 0xff, + 0x49, + 0x4c, + 0xff, + 0x27, + 0x22, + 0xff, + 0x02, + 0x91, + 0xff, + 0x7a, + 0x9d, + 0xff, + 0x77, + 0x2b, + 0xff, + 0x5c, + 0x48, + 0xff, + 0x87, + 0xba, + 0xff, + 0x14, + 0x67, + 0xff, + 0x93, + 0xf4, + 0xfe, + 0x5b, + 0x7b, + 0xff, + 0x16, + 0xbc, + 0xff, + 0x7d, + 0x82, + 0x05, + 0xb1, + 0xea, + 0x0e, + 0xf3, + 0x03, + 0x0f, + 0xa9, + 0x65, + 0x08, + 0x85, + 0x0b, + 0x03, + 0xad, + 0x10, + 0x00, + 0xb3, + 0xaf, + 0x01, + 0x97, + 0xe6, + 0x02, + 0x97, + 0x7f, + 0x01, + 0xad, + 0x8d, + 0xff, + 0xc2, + 0x86, + 0xfe, + 0xef, + 0xe4, + 0xff, + 0x1a, + 0x43, + 0x00, + 0xfc, + 0x04, + 0x00, + 0xf2, + 0xc1, + 0xff, + 0x86, + 0x85, + 0xff, + 0x0c, + 0x39, + 0x00, + 0xb2, + 0x64, + 0xff, + 0x50, + 0xd0, + 0xfe, + 0x03, + 0xfd, + 0xfe, + 0x30, + 0xbd, + 0xfe, + 0x1f, + 0x28, + 0xff, + 0x06, + 0x17, + 0xff, + 0xc0, + 0xe1, + 0xfe, + 0x63, + 0x16, + 0xff, + 0xdf, + 0x44, + 0xff, + 0xca, + 0x90, + 0xff, + 0xbe, + 0x77, + 0xff, + 0x72, + 0x83, + 0xff, + 0x84, + 0x8d, + 0xff, + 0x43, + 0x14, + 0xff, + 0x73, + 0xf4, + 0xfe, + 0x7e, + 0xe0, + 0xfe, + 0x9a, + 0xe6, + 0xfe, + 0x87, + 0x36, + 0xff, + 0xc0, + 0x30, + 0xff, + 0x28, + 0x31, + 0xff, + 0xa4, + 0x39, + 0xff, + 0x49, + 0x5a, + 0xff, + 0x74, + 0x66, + 0xff, + 0xcf, + 0x16, + 0xff, + 0x5f, + 0x25, + 0xff, + 0x3b, + 0x4e, + 0xff, + 0x9e, + 0x29, + 0xff, + 0x38, + 0x18, + 0xff, + 0x2f, + 0x20, + 0xff, + 0x2d, + 0x0e, + 0xff, + 0x9d, + 0x03, + 0xff, + 0x90, + 0x2a, + 0xff, + 0xa5, + 0x50, + 0xff, + 0xcd, + 0x38, + 0xff, + 0x88, + 0x2d, + 0xff, + 0x61, + 0x76, + 0xff, + 0x0b, + 0x6b, + 0xff, + 0xe4, + 0x35, + 0xff, + 0x0f, + 0x71, + 0xff, + 0x91, + 0x8c, + 0xff, + 0x8a, + 0x47, + 0xff, + 0xb8, + 0x29, + 0xff, + 0x9d, + 0x74, + 0xff, + 0xcc, + 0x76, + 0xff, + 0xb2, + 0x1e, + 0xff, + 0xcf, + 0x4c, + 0xff, + 0xb6, + 0xab, + 0xff, + 0xea, + 0xca, + 0x05, + 0xd0, + 0x68, + 0x0f, + 0x09, + 0x25, + 0x0d, + 0x80, + 0x77, + 0x04, + 0x2b, + 0x4c, + 0x02, + 0xf4, + 0x58, + 0x02, + 0x3e, + 0x20, + 0x04, + 0x87, + 0x80, + 0x04, + 0x05, + 0xa2, + 0x00, + 0x04, + 0xb7, + 0xfe, + 0x20, + 0xbb, + 0xff, + 0x8d, + 0x79, + 0x00, + 0x6b, + 0x42, + 0xff, + 0x4a, + 0x6e, + 0xff, + 0x83, + 0x4f, + 0x00, + 0xf7, + 0x4b, + 0xff, + 0x98, + 0x96, + 0xff, + 0x49, + 0x6f, + 0xff, + 0x9c, + 0xce, + 0xfe, + 0x23, + 0x68, + 0xff, + 0x0f, + 0x1c, + 0xff, + 0x63, + 0xdc, + 0xfe, + 0x77, + 0x21, + 0xff, + 0xf8, + 0x06, + 0xff, + 0x62, + 0xc3, + 0xfe, + 0x55, + 0x18, + 0xff, + 0x69, + 0xa3, + 0xff, + 0x1f, + 0x64, + 0xff, + 0x7b, + 0x58, + 0xff, + 0x32, + 0x72, + 0xff, + 0xac, + 0x29, + 0xff, + 0x9f, + 0x20, + 0xff, + 0x35, + 0x17, + 0xff, + 0x65, + 0xec, + 0xfe, + 0xf8, + 0x05, + 0xff, + 0x69, + 0x40, + 0xff, + 0xf6, + 0x38, + 0xff, + 0x1d, + 0x1a, + 0xff, + 0x18, + 0x47, + 0xff, + 0xc1, + 0x5f, + 0xff, + 0x2d, + 0x2a, + 0xff, + 0xf5, + 0x18, + 0xff, + 0x54, + 0x31, + 0xff, + 0x44, + 0x2f, + 0xff, + 0xbf, + 0x10, + 0xff, + 0x46, + 0x0c, + 0xff, + 0xc7, + 0x17, + 0xff, + 0x3f, + 0x13, + 0xff, + 0xa3, + 0x25, + 0xff, + 0x62, + 0x2e, + 0xff, + 0x6e, + 0x35, + 0xff, + 0xee, + 0x4f, + 0xff, + 0xcd, + 0x63, + 0xff, + 0xe0, + 0x71, + 0xff, + 0x2c, + 0x57, + 0xff, + 0x6b, + 0x4b, + 0xff, + 0x8b, + 0x5f, + 0xff, + 0x6e, + 0x4e, + 0xff, + 0x06, + 0x3b, + 0xff, + 0x78, + 0x4b, + 0xff, + 0xb8, + 0x61, + 0xff, + 0xc0, + 0x55, + 0xff, + 0xff, + 0x5a, + 0xff, + 0xe4, + 0x7e, + 0xff, + 0x5c, + 0xe4, + 0x03, + 0x9c, + 0xfe, + 0x08, + 0x7a, + 0xc3, + 0x06, + 0x1e, + 0x13, + 0x04, + 0x87, + 0xbe, + 0x05, + 0x59, + 0xcf, + 0x05, + 0xf2, + 0xb7, + 0x05, + 0x8b, + 0xf4, + 0x04, + 0x4a, + 0x2b, + 0x02, + 0x9f, + 0x44, + 0x01, + 0x4e, + 0xc9, + 0x01, + 0xb5, + 0x1d, + 0x01, + 0xcf, + 0xc4, + 0xff, + 0xbb, + 0x4a, + 0xff, + 0xb8, + 0x8f, + 0xff, + 0x20, + 0xfd, + 0xff, + 0xa1, + 0xa7, + 0xff, + 0x46, + 0xd8, + 0xfe, + 0x17, + 0x35, + 0xff, + 0x6d, + 0x8f, + 0xff, + 0xae, + 0x6a, + 0xff, + 0x20, + 0x7f, + 0xff, + 0x30, + 0x0a, + 0xff, + 0xa6, + 0xcd, + 0xfe, + 0x32, + 0x3b, + 0xff, + 0x40, + 0x29, + 0xff, + 0x6d, + 0xed, + 0xfe, + 0x9c, + 0x37, + 0xff, + 0xf9, + 0x65, + 0xff, + 0x5c, + 0x2b, + 0xff, + 0xbc, + 0x42, + 0xff, + 0xcb, + 0x97, + 0xff, + 0x63, + 0x57, + 0xff, + 0x0c, + 0xf9, + 0xfe, + 0x8e, + 0x01, + 0xff, + 0x08, + 0x42, + 0xff, + 0x40, + 0x53, + 0xff, + 0x70, + 0x0d, + 0xff, + 0xe5, + 0x31, + 0xff, + 0x80, + 0x56, + 0xff, + 0x14, + 0x28, + 0xff, + 0x80, + 0x3d, + 0xff, + 0x4f, + 0x39, + 0xff, + 0x8f, + 0x22, + 0xff, + 0xef, + 0x1d, + 0xff, + 0xd3, + 0x22, + 0xff, + 0x8c, + 0x27, + 0xff, + 0xb1, + 0x10, + 0xff, + 0x64, + 0x13, + 0xff, + 0xd8, + 0x10, + 0xff, + 0x32, + 0x2a, + 0xff, + 0x54, + 0x55, + 0xff, + 0xa6, + 0x54, + 0xff, + 0x36, + 0x59, + 0xff, + 0x85, + 0x66, + 0xff, + 0xaa, + 0x69, + 0xff, + 0x78, + 0x45, + 0xff, + 0x71, + 0x35, + 0xff, + 0x1b, + 0x5f, + 0xff, + 0xf7, + 0x59, + 0xff, + 0x98, + 0x42, + 0xff, + 0x9c, + 0x69, + 0xff, + 0x09, + 0x75, + 0xff, + 0x68, + 0x4d, + 0xff, + 0xb6, + 0x8d, + 0x03, + 0xf4, + 0xc7, + 0x06, + 0xb1, + 0xf7, + 0x03, + 0x66, + 0x7b, + 0x02, + 0xb5, + 0x85, + 0x04, + 0x83, + 0x4c, + 0x05, + 0x88, + 0xef, + 0x04, + 0x1a, + 0xaa, + 0x03, + 0x53, + 0x20, + 0x03, + 0x55, + 0xfe, + 0x03, + 0xb6, + 0xe4, + 0x03, + 0xaf, + 0xcc, + 0x02, + 0xdf, + 0xab, + 0x01, + 0x1a, + 0xe6, + 0x00, + 0x12, + 0xaa, + 0x00, + 0xa3, + 0x19, + 0x00, + 0xdc, + 0x3c, + 0xff, + 0xb7, + 0x3d, + 0xff, + 0xc5, + 0x73, + 0xff, + 0x89, + 0xfb, + 0xfe, + 0x61, + 0x25, + 0xff, + 0x28, + 0xc6, + 0xff, + 0xd5, + 0x4f, + 0xff, + 0x3a, + 0x27, + 0xff, + 0xc8, + 0x98, + 0xff, + 0x4d, + 0x39, + 0xff, + 0x98, + 0x13, + 0xff, + 0x37, + 0x53, + 0xff, + 0x03, + 0x36, + 0xff, + 0xfd, + 0xf5, + 0xfe, + 0xa5, + 0xf5, + 0xfe, + 0x0a, + 0x50, + 0xff, + 0x38, + 0x60, + 0xff, + 0x13, + 0x4b, + 0xff, + 0xb2, + 0x69, + 0xff, + 0x0c, + 0x5e, + 0xff, + 0x26, + 0x2a, + 0xff, + 0xf3, + 0x41, + 0xff, + 0x0d, + 0x69, + 0xff, + 0x4d, + 0x1e, + 0xff, + 0x84, + 0x0a, + 0xff, + 0x43, + 0x4d, + 0xff, + 0xb8, + 0x68, + 0xff, + 0x3f, + 0x3c, + 0xff, + 0x00, + 0x13, + 0xff, + 0x17, + 0x35, + 0xff, + 0x79, + 0x17, + 0xff, + 0x35, + 0x0e, + 0xff, + 0xa7, + 0x32, + 0xff, + 0x5b, + 0x1f, + 0xff, + 0x3f, + 0x3a, + 0xff, + 0x3f, + 0x3d, + 0xff, + 0x18, + 0x32, + 0xff, + 0xfe, + 0x33, + 0xff, + 0x85, + 0x3b, + 0xff, + 0x40, + 0x89, + 0xff, + 0xb3, + 0x71, + 0xff, + 0xad, + 0x3f, + 0xff, + 0xdc, + 0x62, + 0xff, + 0x36, + 0x42, + 0xff, + 0x64, + 0x4a, + 0xff, + 0x1c, + 0x7a, + 0xff, + 0x5f, + 0x6e, + 0xff, + 0xf2, + 0x65, + 0xff, + 0xe0, + 0xf7, + 0x03, + 0x75, + 0x65, + 0x07, + 0xb0, + 0x51, + 0x04, + 0x3a, + 0xb8, + 0x02, + 0xba, + 0x43, + 0x04, + 0x59, + 0xec, + 0x03, + 0x73, + 0xad, + 0x02, + 0x72, + 0x8d, + 0x01, + 0xa4, + 0xb4, + 0x01, + 0xe0, + 0x58, + 0x03, + 0x49, + 0x1b, + 0x04, + 0xb7, + 0x4d, + 0x03, + 0x31, + 0x8e, + 0x02, + 0x54, + 0x6a, + 0x02, + 0x2c, + 0x20, + 0x02, + 0xc9, + 0x5d, + 0x01, + 0x4f, + 0x2d, + 0x00, + 0x92, + 0x7d, + 0xff, + 0xd6, + 0x76, + 0xff, + 0x59, + 0x5d, + 0xff, + 0xe0, + 0x4c, + 0xff, + 0xe6, + 0x29, + 0xff, + 0xe9, + 0x04, + 0xff, + 0x97, + 0x4c, + 0xff, + 0xba, + 0xa5, + 0xff, + 0x3e, + 0x78, + 0xff, + 0xe1, + 0x30, + 0xff, + 0xaa, + 0x5e, + 0xff, + 0x3d, + 0x42, + 0xff, + 0x3e, + 0xe7, + 0xfe, + 0xf5, + 0x27, + 0xff, + 0x31, + 0x36, + 0xff, + 0x52, + 0xf9, + 0xfe, + 0x43, + 0x3b, + 0xff, + 0x1e, + 0x81, + 0xff, + 0xe6, + 0x79, + 0xff, + 0xec, + 0x52, + 0xff, + 0x6c, + 0x5c, + 0xff, + 0xe7, + 0x5b, + 0xff, + 0x31, + 0x33, + 0xff, + 0x7d, + 0x4c, + 0xff, + 0xf0, + 0x30, + 0xff, + 0xc4, + 0x1b, + 0xff, + 0xad, + 0x45, + 0xff, + 0x22, + 0x30, + 0xff, + 0xad, + 0x19, + 0xff, + 0x46, + 0x17, + 0xff, + 0x85, + 0x2a, + 0xff, + 0xe7, + 0x2f, + 0xff, + 0x12, + 0x32, + 0xff, + 0xad, + 0x57, + 0xff, + 0x4f, + 0x31, + 0xff, + 0x43, + 0x1a, + 0xff, + 0x1e, + 0x4a, + 0xff, + 0x3f, + 0x54, + 0xff, + 0x95, + 0x54, + 0xff, + 0x50, + 0x49, + 0xff, + 0x6a, + 0x43, + 0xff, + 0x58, + 0x41, + 0xff, + 0xb5, + 0x42, + 0xff, + 0x03, + 0x8f, + 0xff, + 0xf3, + 0x94, + 0xff, + 0x45, + 0x5c, + 0xff, + 0x79, + 0x6a, + 0xff, + 0x73, + 0x2e, + 0x04, + 0x73, + 0x39, + 0x08, + 0xdf, + 0x46, + 0x04, + 0x0d, + 0xea, + 0x01, + 0x37, + 0x64, + 0x04, + 0x3f, + 0x19, + 0x04, + 0xfe, + 0x36, + 0x02, + 0x51, + 0x67, + 0x00, + 0xd8, + 0x68, + 0x00, + 0x6e, + 0x9a, + 0x02, + 0x58, + 0xfe, + 0x02, + 0xa0, + 0xe3, + 0x01, + 0xc1, + 0x42, + 0x02, + 0x3a, + 0x67, + 0x03, + 0x56, + 0x3f, + 0x03, + 0x8f, + 0x93, + 0x02, + 0x31, + 0x92, + 0x01, + 0x0f, + 0x84, + 0x00, + 0x8c, + 0x59, + 0x00, + 0xd7, + 0xbb, + 0xff, + 0x81, + 0x4c, + 0xff, + 0xb1, + 0x8e, + 0xff, + 0xe4, + 0x0f, + 0xff, + 0x6a, + 0xe6, + 0xfe, + 0x6b, + 0x91, + 0xff, + 0x32, + 0x7f, + 0xff, + 0x11, + 0x63, + 0xff, + 0x31, + 0xd9, + 0xff, + 0x49, + 0x81, + 0xff, + 0x94, + 0xfd, + 0xfe, + 0x9d, + 0x3a, + 0xff, + 0xbf, + 0x30, + 0xff, + 0x8b, + 0xe8, + 0xfe, + 0xf6, + 0x29, + 0xff, + 0x4a, + 0x4a, + 0xff, + 0xdf, + 0x2a, + 0xff, + 0xb8, + 0x78, + 0xff, + 0xba, + 0x96, + 0xff, + 0xd1, + 0x4d, + 0xff, + 0x1b, + 0x41, + 0xff, + 0x8e, + 0x75, + 0xff, + 0xe9, + 0x68, + 0xff, + 0x07, + 0x33, + 0xff, + 0x92, + 0x46, + 0xff, + 0xaf, + 0x38, + 0xff, + 0x5f, + 0x0f, + 0xff, + 0xad, + 0x28, + 0xff, + 0x42, + 0x32, + 0xff, + 0x4c, + 0x1a, + 0xff, + 0x03, + 0x41, + 0xff, + 0x08, + 0x70, + 0xff, + 0xc7, + 0x43, + 0xff, + 0xb6, + 0x22, + 0xff, + 0xe7, + 0x3e, + 0xff, + 0x12, + 0x4e, + 0xff, + 0xf9, + 0x2e, + 0xff, + 0xaf, + 0x43, + 0xff, + 0x3b, + 0x58, + 0xff, + 0x7e, + 0x1d, + 0xff, + 0x25, + 0x56, + 0xff, + 0xe1, + 0x9c, + 0xff, + 0xc3, + 0x86, + 0xff, + 0x51, + 0x87, + 0xff, + 0xb3, + 0x89, + 0xff, + 0x55, + 0x38, + 0x04, + 0x8d, + 0x53, + 0x09, + 0x63, + 0x91, + 0x05, + 0xbb, + 0xba, + 0x01, + 0xeb, + 0x25, + 0x04, + 0x6d, + 0xe3, + 0x03, + 0x5c, + 0x54, + 0x01, + 0x31, + 0x28, + 0x00, + 0xf5, + 0xf5, + 0x00, + 0x46, + 0x96, + 0x02, + 0x4b, + 0xb5, + 0x01, + 0xd3, + 0x78, + 0x00, + 0xdb, + 0x26, + 0x01, + 0x55, + 0xea, + 0x01, + 0x6c, + 0x3f, + 0x02, + 0xd9, + 0xde, + 0x02, + 0x37, + 0x96, + 0x02, + 0x5c, + 0x7c, + 0x01, + 0xb7, + 0x38, + 0x01, + 0x19, + 0xc0, + 0x00, + 0x3a, + 0x36, + 0x00, + 0x51, + 0x13, + 0x00, + 0x51, + 0x4c, + 0xff, + 0xcc, + 0x1a, + 0xff, + 0xf5, + 0x81, + 0xff, + 0x67, + 0x25, + 0xff, + 0x29, + 0x38, + 0xff, + 0x81, + 0xdb, + 0xff, + 0x39, + 0xa1, + 0xff, + 0x42, + 0x49, + 0xff, + 0xdc, + 0x66, + 0xff, + 0x47, + 0x37, + 0xff, + 0xab, + 0xf6, + 0xfe, + 0x96, + 0x21, + 0xff, + 0x65, + 0x49, + 0xff, + 0xea, + 0x1e, + 0xff, + 0x75, + 0x3a, + 0xff, + 0xfb, + 0x8f, + 0xff, + 0x83, + 0x75, + 0xff, + 0xec, + 0x52, + 0xff, + 0x5b, + 0x64, + 0xff, + 0xa9, + 0x51, + 0xff, + 0xe1, + 0x53, + 0xff, + 0x2a, + 0x61, + 0xff, + 0x0c, + 0x4c, + 0xff, + 0x3d, + 0x16, + 0xff, + 0xba, + 0xed, + 0xfe, + 0xae, + 0x2c, + 0xff, + 0x48, + 0x45, + 0xff, + 0x91, + 0x49, + 0xff, + 0xe7, + 0x7a, + 0xff, + 0x57, + 0x4d, + 0xff, + 0x2d, + 0x3d, + 0xff, + 0x1f, + 0x53, + 0xff, + 0x46, + 0x38, + 0xff, + 0x26, + 0x25, + 0xff, + 0x64, + 0x2b, + 0xff, + 0x17, + 0x46, + 0xff, + 0x2a, + 0x36, + 0xff, + 0xdb, + 0x53, + 0xff, + 0x3f, + 0x91, + 0xff, + 0x35, + 0x81, + 0xff, + 0x25, + 0x8e, + 0xff, + 0x36, + 0xa8, + 0xff, + 0x65, + 0x7a, + 0x04, + 0x5a, + 0xf0, + 0x09, + 0x60, + 0x15, + 0x06, + 0x15, + 0x13, + 0x02, + 0x30, + 0xc5, + 0x04, + 0xa2, + 0x69, + 0x04, + 0xc1, + 0x87, + 0x00, + 0x0a, + 0xd1, + 0xfe, + 0x6f, + 0x14, + 0x01, + 0xc3, + 0x2c, + 0x03, + 0xbe, + 0x58, + 0x01, + 0xe7, + 0x0d, + 0x00, + 0xaf, + 0xd6, + 0x00, + 0x14, + 0x0b, + 0x01, + 0x61, + 0xf8, + 0x00, + 0xf5, + 0x6b, + 0x01, + 0x19, + 0x62, + 0x01, + 0xa0, + 0x4e, + 0x01, + 0x48, + 0x02, + 0x02, + 0xd2, + 0xc8, + 0x01, + 0x95, + 0xef, + 0x00, + 0x46, + 0xa7, + 0x00, + 0x1c, + 0x5e, + 0x00, + 0x24, + 0xe7, + 0xff, + 0x5b, + 0x7c, + 0xff, + 0xc5, + 0x55, + 0xff, + 0x25, + 0x61, + 0xff, + 0x17, + 0x73, + 0xff, + 0x60, + 0x72, + 0xff, + 0x44, + 0x66, + 0xff, + 0x4a, + 0x6a, + 0xff, + 0x5f, + 0x68, + 0xff, + 0xab, + 0x3c, + 0xff, + 0x6e, + 0x15, + 0xff, + 0x7d, + 0x2d, + 0xff, + 0x6c, + 0x32, + 0xff, + 0xac, + 0x31, + 0xff, + 0x9f, + 0x67, + 0xff, + 0x80, + 0x7b, + 0xff, + 0xab, + 0x51, + 0xff, + 0x11, + 0x52, + 0xff, + 0x09, + 0x75, + 0xff, + 0xc1, + 0x4b, + 0xff, + 0x09, + 0x3d, + 0xff, + 0x99, + 0x5d, + 0xff, + 0xc1, + 0x13, + 0xff, + 0xff, + 0xf1, + 0xfe, + 0xdc, + 0x35, + 0xff, + 0x7e, + 0x34, + 0xff, + 0x7a, + 0x48, + 0xff, + 0x78, + 0x82, + 0xff, + 0x6e, + 0x69, + 0xff, + 0x2a, + 0x4f, + 0xff, + 0xd3, + 0x54, + 0xff, + 0xb2, + 0x3a, + 0xff, + 0xe3, + 0x10, + 0xff, + 0xa9, + 0x2a, + 0xff, + 0x2f, + 0x4f, + 0xff, + 0x38, + 0x3e, + 0xff, + 0x79, + 0x65, + 0xff, + 0x32, + 0x83, + 0xff, + 0xcc, + 0x62, + 0xff, + 0xb4, + 0x8b, + 0xff, + 0x1e, + 0xbe, + 0xff, + 0xc0, + 0x74, + 0x05, + 0xb8, + 0x29, + 0x0b, + 0x53, + 0x56, + 0x06, + 0x15, + 0x37, + 0x02, + 0x8c, + 0xca, + 0x04, + 0x42, + 0x42, + 0x04, + 0xb7, + 0xf3, + 0xff, + 0x9d, + 0x32, + 0xfe, + 0x52, + 0xb8, + 0x01, + 0xaf, + 0x31, + 0x03, + 0xbd, + 0x25, + 0x00, + 0xf7, + 0xbf, + 0xff, + 0x42, + 0x28, + 0x01, + 0xde, + 0x09, + 0x01, + 0x1d, + 0x7d, + 0x00, + 0xad, + 0x9f, + 0x00, + 0xa2, + 0x96, + 0x00, + 0x5d, + 0xf6, + 0xff, + 0x41, + 0x6c, + 0x00, + 0xf9, + 0x65, + 0x01, + 0xb1, + 0x97, + 0x01, + 0x7a, + 0x4d, + 0x01, + 0x1c, + 0xdf, + 0x00, + 0xcc, + 0x97, + 0x00, + 0x62, + 0x44, + 0x00, + 0xd5, + 0xc9, + 0xff, + 0x68, + 0x8b, + 0xff, + 0xa7, + 0x9b, + 0xff, + 0x4b, + 0x89, + 0xff, + 0x58, + 0x32, + 0xff, + 0xe7, + 0x14, + 0xff, + 0xb2, + 0x47, + 0xff, + 0x81, + 0x64, + 0xff, + 0x9b, + 0x42, + 0xff, + 0x3e, + 0x1c, + 0xff, + 0xf5, + 0x27, + 0xff, + 0x62, + 0x3c, + 0xff, + 0x84, + 0x50, + 0xff, + 0x23, + 0x60, + 0xff, + 0x30, + 0x45, + 0xff, + 0x27, + 0x38, + 0xff, + 0xe4, + 0x54, + 0xff, + 0x82, + 0x62, + 0xff, + 0x47, + 0x41, + 0xff, + 0xd6, + 0x18, + 0xff, + 0x1d, + 0xf6, + 0xfe, + 0x07, + 0xee, + 0xfe, + 0xd5, + 0x2a, + 0xff, + 0xb2, + 0x4a, + 0xff, + 0x06, + 0x43, + 0xff, + 0xd4, + 0x6d, + 0xff, + 0xc0, + 0x7d, + 0xff, + 0x41, + 0x40, + 0xff, + 0x21, + 0x3a, + 0xff, + 0x6c, + 0x3d, + 0xff, + 0x50, + 0x00, + 0xff, + 0x27, + 0x3a, + 0xff, + 0x51, + 0x7e, + 0xff, + 0xcb, + 0x48, + 0xff, + 0xb0, + 0x50, + 0xff, + 0x5b, + 0x81, + 0xff, + 0x79, + 0x73, + 0xff, + 0x7e, + 0x74, + 0xff, + 0xf3, + 0x8c, + 0xff, + 0xb0, + 0xa1, + 0x05, + 0xa0, + 0x41, + 0x0c, + 0x71, + 0x7c, + 0x07, + 0x03, + 0x2c, + 0x02, + 0x51, + 0xaf, + 0x04, + 0xb9, + 0xaf, + 0x04, + 0x28, + 0xbc, + 0xff, + 0xdc, + 0x6d, + 0xfd, + 0xed, + 0xe1, + 0x01, + 0xbb, + 0x86, + 0x03, + 0x25, + 0x81, + 0xff, + 0x31, + 0x56, + 0xff, + 0x97, + 0x50, + 0x01, + 0xd4, + 0x14, + 0x01, + 0x01, + 0x4a, + 0x00, + 0x60, + 0x6d, + 0x00, + 0x21, + 0x6d, + 0x00, + 0x9f, + 0x90, + 0xff, + 0x05, + 0xc1, + 0xff, + 0xfc, + 0x25, + 0x00, + 0x37, + 0x3d, + 0x00, + 0x4f, + 0xc9, + 0x00, + 0x11, + 0x20, + 0x01, + 0xab, + 0x62, + 0x01, + 0x57, + 0x09, + 0x01, + 0x74, + 0x4c, + 0x00, + 0xa7, + 0x47, + 0x00, + 0x00, + 0x33, + 0x00, + 0xf4, + 0xba, + 0xff, + 0x7b, + 0x79, + 0xff, + 0xbb, + 0x4d, + 0xff, + 0x2d, + 0x1a, + 0xff, + 0x72, + 0x1c, + 0xff, + 0xd2, + 0x59, + 0xff, + 0x98, + 0x43, + 0xff, + 0x98, + 0x29, + 0xff, + 0x47, + 0x74, + 0xff, + 0x13, + 0x66, + 0xff, + 0xe5, + 0x45, + 0xff, + 0x8d, + 0x3d, + 0xff, + 0x44, + 0x2b, + 0xff, + 0xbd, + 0x56, + 0xff, + 0x33, + 0x51, + 0xff, + 0xa8, + 0x32, + 0xff, + 0x53, + 0x18, + 0xff, + 0x1e, + 0xf4, + 0xfe, + 0xe1, + 0x02, + 0xff, + 0x8e, + 0x14, + 0xff, + 0x0a, + 0x2e, + 0xff, + 0xc8, + 0x69, + 0xff, + 0x8a, + 0x7f, + 0xff, + 0xbc, + 0x4b, + 0xff, + 0x2d, + 0x38, + 0xff, + 0x6c, + 0x45, + 0xff, + 0xd1, + 0x1a, + 0xff, + 0x29, + 0x2e, + 0xff, + 0x09, + 0x77, + 0xff, + 0x96, + 0x75, + 0xff, + 0xc0, + 0x71, + 0xff, + 0xf5, + 0x74, + 0xff, + 0xa5, + 0x6a, + 0xff, + 0x30, + 0x77, + 0xff, + 0xcf, + 0x69, + 0xff, + 0x15, + 0x57, + 0xff, + 0xd3, + 0xee, + 0x05, + 0xd7, + 0xd3, + 0x0d, + 0x50, + 0xc0, + 0x08, + 0xb7, + 0x98, + 0x01, + 0xd1, + 0x4a, + 0x04, + 0x5f, + 0xea, + 0x04, + 0xbe, + 0xb2, + 0xff, + 0xc2, + 0x29, + 0xfd, + 0x50, + 0xe6, + 0x01, + 0x52, + 0x88, + 0x03, + 0x3c, + 0x9b, + 0xfe, + 0xb0, + 0xed, + 0xfe, + 0x84, + 0xac, + 0x01, + 0x0f, + 0x2e, + 0x01, + 0xf6, + 0x22, + 0x00, + 0x28, + 0xf9, + 0xff, + 0x8e, + 0x4b, + 0x00, + 0x54, + 0x8d, + 0xff, + 0xb3, + 0x6d, + 0xff, + 0x5a, + 0xd9, + 0xff, + 0x7b, + 0xbb, + 0xff, + 0xf1, + 0xcd, + 0xff, + 0xbb, + 0xb7, + 0xff, + 0xb9, + 0x7c, + 0x00, + 0x29, + 0x4f, + 0x01, + 0x0b, + 0x05, + 0x01, + 0xf0, + 0xcd, + 0x00, + 0xcf, + 0x8e, + 0x00, + 0xc0, + 0x47, + 0x00, + 0x2a, + 0x17, + 0x00, + 0xa9, + 0x8d, + 0xff, + 0xaa, + 0x2e, + 0xff, + 0x92, + 0x2d, + 0xff, + 0xeb, + 0x40, + 0xff, + 0xf2, + 0x1e, + 0xff, + 0xd3, + 0x2f, + 0xff, + 0x28, + 0x8c, + 0xff, + 0xdf, + 0x62, + 0xff, + 0x79, + 0x52, + 0xff, + 0x7e, + 0x57, + 0xff, + 0xd1, + 0x21, + 0xff, + 0x88, + 0x2d, + 0xff, + 0xb8, + 0x1d, + 0xff, + 0x18, + 0x0f, + 0xff, + 0x3e, + 0x0d, + 0xff, + 0xb5, + 0x0a, + 0xff, + 0x89, + 0x03, + 0xff, + 0x37, + 0xfd, + 0xfe, + 0xaa, + 0x4b, + 0xff, + 0xb4, + 0x65, + 0xff, + 0xa2, + 0x34, + 0xff, + 0xc9, + 0x39, + 0xff, + 0x0d, + 0x3e, + 0xff, + 0x76, + 0x0c, + 0xff, + 0x70, + 0x16, + 0xff, + 0xd0, + 0x66, + 0xff, + 0xba, + 0x97, + 0xff, + 0x9b, + 0x97, + 0xff, + 0xc7, + 0x81, + 0xff, + 0x9a, + 0x87, + 0xff, + 0x90, + 0x77, + 0xff, + 0x20, + 0x50, + 0xff, + 0xf7, + 0x4d, + 0xff, + 0x92, + 0x65, + 0xff, + 0xc0, + 0x5b, + 0x05, + 0x5f, + 0x8a, + 0x0e, + 0x39, + 0x13, + 0x0b, + 0x12, + 0xb7, + 0x01, + 0x15, + 0xae, + 0x03, + 0x58, + 0x70, + 0x05, + 0x09, + 0xbd, + 0xff, + 0x85, + 0xbc, + 0xfc, + 0x74, + 0xb2, + 0x01, + 0x80, + 0x3d, + 0x04, + 0xe8, + 0x25, + 0xfe, + 0x3e, + 0xa8, + 0xfd, + 0x5a, + 0xde, + 0x01, + 0xce, + 0x63, + 0x01, + 0x94, + 0x3e, + 0x00, + 0x59, + 0xe9, + 0xff, + 0x7d, + 0xf9, + 0xff, + 0x86, + 0x79, + 0xff, + 0x30, + 0x38, + 0xff, + 0x9f, + 0xcb, + 0xff, + 0x20, + 0xa0, + 0xff, + 0xa5, + 0x90, + 0xff, + 0xe6, + 0x3c, + 0xff, + 0xe8, + 0x72, + 0xff, + 0xbf, + 0x24, + 0x00, + 0x38, + 0x46, + 0x00, + 0xe4, + 0xc7, + 0x00, + 0x5f, + 0x15, + 0x01, + 0xac, + 0xc7, + 0x00, + 0x17, + 0x7f, + 0x00, + 0x71, + 0x39, + 0x00, + 0x4a, + 0xb7, + 0xff, + 0x7a, + 0x59, + 0xff, + 0xce, + 0x52, + 0xff, + 0x74, + 0x52, + 0xff, + 0xae, + 0x47, + 0xff, + 0xbd, + 0x59, + 0xff, + 0xdd, + 0x62, + 0xff, + 0xfb, + 0x58, + 0xff, + 0x6f, + 0x75, + 0xff, + 0x2c, + 0x4d, + 0xff, + 0x42, + 0x09, + 0xff, + 0x0f, + 0xf7, + 0xfe, + 0xdd, + 0xff, + 0xfe, + 0xf1, + 0x0c, + 0xff, + 0x31, + 0xf9, + 0xfe, + 0x68, + 0xf6, + 0xfe, + 0x4a, + 0x0c, + 0xff, + 0xd0, + 0x47, + 0xff, + 0x6a, + 0x46, + 0xff, + 0x64, + 0x35, + 0xff, + 0xc7, + 0x39, + 0xff, + 0xbd, + 0xeb, + 0xfe, + 0x88, + 0xff, + 0xfe, + 0xb8, + 0x4d, + 0xff, + 0x32, + 0x77, + 0xff, + 0x58, + 0x9e, + 0xff, + 0x85, + 0x9f, + 0xff, + 0x0a, + 0xa5, + 0xff, + 0x86, + 0x92, + 0xff, + 0xa5, + 0x71, + 0xff, + 0xe2, + 0x5c, + 0xff, + 0xb9, + 0x5d, + 0xff, + 0x62, + 0x6e, + 0xff, + 0x39, + 0x74, + 0x06, + 0xfa, + 0x62, + 0x10, + 0xd1, + 0x2a, + 0x0b, + 0xfb, + 0x58, + 0x01, + 0xe5, + 0x67, + 0x04, + 0x97, + 0x48, + 0x05, + 0x3e, + 0x93, + 0xfe, + 0x6c, + 0xb5, + 0xfc, + 0x79, + 0x18, + 0x03, + 0x31, + 0x25, + 0x04, + 0x23, + 0xb1, + 0xfc, + 0xe8, + 0x8c, + 0xfd, + 0x3e, + 0x37, + 0x02, + 0x5c, + 0x62, + 0x01, + 0x1a, + 0x28, + 0x00, + 0x1e, + 0xc6, + 0xff, + 0x64, + 0xf4, + 0xff, + 0xdb, + 0x6a, + 0xff, + 0x54, + 0x28, + 0xff, + 0x0a, + 0xa5, + 0xff, + 0x91, + 0xac, + 0xff, + 0x5b, + 0x90, + 0xff, + 0x50, + 0x04, + 0xff, + 0xd2, + 0x52, + 0xff, + 0x93, + 0xb3, + 0xff, + 0x34, + 0xa8, + 0xff, + 0x6a, + 0xf8, + 0xff, + 0x8c, + 0x41, + 0x00, + 0x38, + 0xb6, + 0x00, + 0xd9, + 0xe3, + 0x00, + 0x7c, + 0x96, + 0x00, + 0xaa, + 0x15, + 0x00, + 0x26, + 0xe5, + 0xff, + 0x4c, + 0xf2, + 0xff, + 0x79, + 0x9a, + 0xff, + 0xd0, + 0x4f, + 0xff, + 0x5f, + 0x8a, + 0xff, + 0xc6, + 0x8e, + 0xff, + 0xe0, + 0x5c, + 0xff, + 0x48, + 0x7f, + 0xff, + 0xa0, + 0x2c, + 0xff, + 0x64, + 0xe7, + 0xfe, + 0x61, + 0x36, + 0xff, + 0x75, + 0x41, + 0xff, + 0xb4, + 0xfc, + 0xfe, + 0x8d, + 0xd9, + 0xfe, + 0x87, + 0x0b, + 0xff, + 0x86, + 0x0a, + 0xff, + 0x47, + 0x06, + 0xff, + 0x64, + 0x54, + 0xff, + 0x2c, + 0x45, + 0xff, + 0xf4, + 0x0a, + 0xff, + 0xf6, + 0x16, + 0xff, + 0x73, + 0x1e, + 0xff, + 0xf9, + 0x40, + 0xff, + 0x75, + 0x8d, + 0xff, + 0xf2, + 0xb8, + 0xff, + 0x6f, + 0xc0, + 0xff, + 0x62, + 0x8e, + 0xff, + 0x7c, + 0x6a, + 0xff, + 0x27, + 0x84, + 0xff, + 0x06, + 0x95, + 0xff, + 0x51, + 0x84, + 0xff, + 0xf6, + 0x6c, + 0xff, + 0x7c, + 0xb3, + 0x06, + 0xc2, + 0xb1, + 0x11, + 0x73, + 0x59, + 0x0c, + 0xb3, + 0x1f, + 0x01, + 0x65, + 0xca, + 0x04, + 0x78, + 0x7b, + 0x05, + 0x5b, + 0x6b, + 0xfd, + 0x33, + 0x93, + 0xfc, + 0x8a, + 0xeb, + 0x03, + 0x0e, + 0x71, + 0x04, + 0x3e, + 0xe1, + 0xfb, + 0x71, + 0xb6, + 0xfc, + 0x8e, + 0x45, + 0x02, + 0x33, + 0x7d, + 0x01, + 0x20, + 0x3e, + 0x00, + 0xeb, + 0x92, + 0xff, + 0x14, + 0xc7, + 0xff, + 0xdd, + 0x5d, + 0xff, + 0xfe, + 0xd4, + 0xfe, + 0x9e, + 0x8d, + 0xff, + 0x86, + 0xc1, + 0xff, + 0x6c, + 0x9e, + 0xff, + 0x36, + 0xce, + 0xfe, + 0x24, + 0x37, + 0xff, + 0xa6, + 0x6b, + 0xff, + 0x4f, + 0x27, + 0xff, + 0x2f, + 0x18, + 0x00, + 0xf1, + 0xc6, + 0xff, + 0xc4, + 0x89, + 0xff, + 0x2e, + 0x0f, + 0x00, + 0x3a, + 0x49, + 0x00, + 0x31, + 0x72, + 0x00, + 0x1c, + 0x55, + 0x00, + 0xd3, + 0x29, + 0x00, + 0x5c, + 0xe7, + 0xff, + 0x6f, + 0xf8, + 0xff, + 0x2b, + 0xdf, + 0xff, + 0x41, + 0x7e, + 0xff, + 0x23, + 0x9b, + 0xff, + 0x36, + 0x47, + 0xff, + 0xd8, + 0xe3, + 0xfe, + 0xbb, + 0x2e, + 0xff, + 0xaa, + 0x36, + 0xff, + 0xa0, + 0x2e, + 0xff, + 0x87, + 0x19, + 0xff, + 0x5b, + 0x02, + 0xff, + 0x76, + 0xff, + 0xfe, + 0x36, + 0xb4, + 0xfe, + 0x56, + 0x0b, + 0xff, + 0x48, + 0x42, + 0xff, + 0x2a, + 0x03, + 0xff, + 0x9f, + 0x28, + 0xff, + 0x88, + 0x2d, + 0xff, + 0x7a, + 0x38, + 0xff, + 0xe3, + 0x49, + 0xff, + 0x9c, + 0x89, + 0xff, + 0x5b, + 0xc3, + 0xff, + 0xa9, + 0x88, + 0xff, + 0xca, + 0x7a, + 0xff, + 0x97, + 0x80, + 0xff, + 0x01, + 0x8d, + 0xff, + 0x65, + 0x9a, + 0xff, + 0x3d, + 0x7b, + 0xff, + 0x51, + 0x83, + 0xff, + 0x39, + 0x0a, + 0x09, + 0x85, + 0x2c, + 0x14, + 0x8e, + 0xa0, + 0x0a, + 0x72, + 0xb2, + 0x00, + 0x3d, + 0x68, + 0x06, + 0x7d, + 0x3e, + 0x04, + 0xa3, + 0x9e, + 0xfb, + 0x45, + 0x56, + 0xfd, + 0x56, + 0xd0, + 0x05, + 0xda, + 0x28, + 0x03, + 0x06, + 0x5d, + 0xfa, + 0xfb, + 0x9f, + 0xfd, + 0x33, + 0x0f, + 0x02, + 0x14, + 0x3b, + 0x01, + 0x2b, + 0x1e, + 0x00, + 0xc0, + 0x7f, + 0xff, + 0x82, + 0x18, + 0x00, + 0xc3, + 0xcf, + 0xfe, + 0x09, + 0x72, + 0xfe, + 0x9d, + 0x81, + 0xff, + 0x54, + 0xe0, + 0xff, + 0x41, + 0x9c, + 0xff, + 0x81, + 0xb2, + 0xfe, + 0x82, + 0x35, + 0xff, + 0x49, + 0x14, + 0xff, + 0xd5, + 0x1a, + 0xff, + 0xd9, + 0x1d, + 0x00, + 0x8f, + 0x8f, + 0xff, + 0xc8, + 0x45, + 0xff, + 0xce, + 0x73, + 0xff, + 0xc5, + 0x61, + 0xff, + 0x52, + 0xc6, + 0xff, + 0x95, + 0x21, + 0x00, + 0xe6, + 0x43, + 0x00, + 0xd1, + 0x2d, + 0x00, + 0xfd, + 0x5e, + 0x00, + 0x55, + 0x7b, + 0x00, + 0xd5, + 0xc5, + 0xff, + 0x43, + 0x6a, + 0xff, + 0x47, + 0x53, + 0xff, + 0x5e, + 0x28, + 0xff, + 0xd5, + 0x2f, + 0xff, + 0xfa, + 0x14, + 0xff, + 0xa8, + 0x45, + 0xff, + 0x86, + 0x2e, + 0xff, + 0x84, + 0xd0, + 0xfe, + 0xa2, + 0xe3, + 0xfe, + 0x9f, + 0xfb, + 0xfe, + 0x45, + 0x00, + 0xff, + 0x8a, + 0x0f, + 0xff, + 0x17, + 0x40, + 0xff, + 0x8a, + 0x2f, + 0xff, + 0x72, + 0x0b, + 0xff, + 0x96, + 0x3d, + 0xff, + 0x26, + 0x78, + 0xff, + 0x98, + 0x98, + 0xff, + 0xc5, + 0x85, + 0xff, + 0x75, + 0x78, + 0xff, + 0x5e, + 0x89, + 0xff, + 0xbb, + 0x8b, + 0xff, + 0x23, + 0x84, + 0xff, + 0xb5, + 0x86, + 0xff, + 0xac, + 0x91, + 0xff, + 0xfb, + 0xa9, + 0xff, + 0x44, + 0xf7, + 0x09, + 0x79, + 0xcb, + 0x15, + 0xfa, + 0x0f, + 0x0b, + 0xf1, + 0xa6, + 0x00, + 0xba, + 0xd8, + 0x06, + 0x33, + 0x16, + 0x04, + 0x42, + 0xb7, + 0xfa, + 0x62, + 0x35, + 0xfd, + 0x43, + 0x01, + 0x07, + 0x0b, + 0x3d, + 0x03, + 0x7a, + 0x43, + 0xf9, + 0x32, + 0x9e, + 0xfd, + 0x4b, + 0x37, + 0x02, + 0x16, + 0xf3, + 0x00, + 0xdb, + 0x26, + 0x00, + 0xf9, + 0x7a, + 0xff, + 0xf5, + 0x20, + 0x00, + 0x6d, + 0x01, + 0xff, + 0x9e, + 0x1f, + 0xfe, + 0x81, + 0x27, + 0xff, + 0x71, + 0x1b, + 0x00, + 0x18, + 0x85, + 0xff, + 0xfc, + 0x6b, + 0xfe, + 0x25, + 0x90, + 0xff, + 0x7a, + 0x48, + 0xff, + 0xcf, + 0xbd, + 0xfe, + 0x13, + 0x03, + 0x00, + 0x37, + 0xa9, + 0xff, + 0x34, + 0x23, + 0xff, + 0x6d, + 0x6b, + 0xff, + 0x74, + 0x1d, + 0xff, + 0xcc, + 0xf3, + 0xfe, + 0x9d, + 0x63, + 0xff, + 0x7c, + 0xdb, + 0xff, + 0x84, + 0x23, + 0x00, + 0xfa, + 0xaa, + 0x00, + 0x87, + 0x9d, + 0x00, + 0xf5, + 0xde, + 0xff, + 0xf7, + 0xea, + 0xff, + 0xd4, + 0xb9, + 0xff, + 0x2a, + 0x50, + 0xff, + 0xd9, + 0x67, + 0xff, + 0x1c, + 0x34, + 0xff, + 0xb8, + 0x23, + 0xff, + 0x86, + 0xfc, + 0xfe, + 0xc8, + 0x13, + 0xff, + 0x0b, + 0x07, + 0xff, + 0xb8, + 0xa7, + 0xfe, + 0xa9, + 0x39, + 0xff, + 0x0d, + 0x89, + 0xff, + 0x76, + 0x55, + 0xff, + 0x96, + 0x23, + 0xff, + 0x2c, + 0x1a, + 0xff, + 0x1a, + 0x58, + 0xff, + 0x7a, + 0x42, + 0xff, + 0x39, + 0x61, + 0xff, + 0x0a, + 0xb2, + 0xff, + 0xeb, + 0xb5, + 0xff, + 0x06, + 0x86, + 0xff, + 0xc9, + 0x57, + 0xff, + 0x7e, + 0x71, + 0xff, + 0x0c, + 0xaa, + 0xff, + 0x7b, + 0xb9, + 0xff, + 0x72, + 0xa0, + 0xff, + 0xc3, + 0x71, + 0x0b, + 0x83, + 0x4c, + 0x17, + 0x6a, + 0x93, + 0x0a, + 0x3d, + 0x10, + 0x01, + 0x33, + 0xe3, + 0x07, + 0xfa, + 0x2b, + 0x03, + 0xa7, + 0x13, + 0xf9, + 0x34, + 0xc1, + 0xfd, + 0x1e, + 0x87, + 0x08, + 0xdd, + 0x60, + 0x02, + 0xc5, + 0x63, + 0xf8, + 0xde, + 0xdd, + 0xfd, + 0x12, + 0x0d, + 0x02, + 0xe5, + 0xd9, + 0x00, + 0xad, + 0xe3, + 0xff, + 0x19, + 0x5b, + 0xff, + 0xf3, + 0x36, + 0x00, + 0xa7, + 0x06, + 0xff, + 0x61, + 0xec, + 0xfd, + 0xb9, + 0xda, + 0xfe, + 0x5e, + 0x35, + 0x00, + 0xb6, + 0x4e, + 0xff, + 0xbf, + 0x1f, + 0xfe, + 0x71, + 0x94, + 0xff, + 0x6c, + 0x58, + 0xff, + 0x25, + 0xd1, + 0xfe, + 0xcb, + 0xc3, + 0xff, + 0x6b, + 0x96, + 0xff, + 0x39, + 0x57, + 0xff, + 0x76, + 0x26, + 0xff, + 0xb7, + 0xb4, + 0xfe, + 0x4b, + 0xbc, + 0xfe, + 0x73, + 0x27, + 0xff, + 0x2e, + 0x87, + 0xff, + 0x1b, + 0x64, + 0xff, + 0x1b, + 0xf2, + 0xff, + 0x55, + 0xa1, + 0x00, + 0x94, + 0x1e, + 0x00, + 0xfd, + 0xdf, + 0xff, + 0xf5, + 0xc6, + 0xff, + 0x1e, + 0xcf, + 0xff, + 0xf1, + 0xc8, + 0xff, + 0x09, + 0x12, + 0xff, + 0x77, + 0x08, + 0xff, + 0x03, + 0x31, + 0xff, + 0x97, + 0x08, + 0xff, + 0x83, + 0xe5, + 0xfe, + 0x0f, + 0xf6, + 0xfe, + 0x5d, + 0x71, + 0xff, + 0xd4, + 0x89, + 0xff, + 0x1b, + 0x65, + 0xff, + 0x22, + 0x54, + 0xff, + 0xe7, + 0x32, + 0xff, + 0x29, + 0x22, + 0xff, + 0x6e, + 0x28, + 0xff, + 0x03, + 0x72, + 0xff, + 0x1f, + 0xbe, + 0xff, + 0x7b, + 0x99, + 0xff, + 0xf8, + 0x6b, + 0xff, + 0x0d, + 0x72, + 0xff, + 0x57, + 0x7e, + 0xff, + 0xd3, + 0x9e, + 0xff, + 0xcb, + 0x94, + 0xff, + 0x04, + 0xa1, + 0xff, + 0x93, + 0x8d, + 0x0b, + 0x92, + 0xa9, + 0x18, + 0x35, + 0x17, + 0x0c, + 0x25, + 0xd2, + 0x00, + 0xa2, + 0xee, + 0x07, + 0xaa, + 0xcb, + 0x03, + 0x3c, + 0x76, + 0xf8, + 0xdf, + 0xfe, + 0xfc, + 0x0e, + 0x00, + 0x09, + 0x88, + 0x07, + 0x03, + 0x70, + 0x05, + 0xf8, + 0x8e, + 0x68, + 0xfd, + 0x25, + 0x09, + 0x02, + 0x8c, + 0xb4, + 0x00, + 0x79, + 0xb6, + 0xff, + 0x22, + 0x5c, + 0xff, + 0x6f, + 0x3c, + 0x00, + 0xc3, + 0x2e, + 0xff, + 0x04, + 0xfb, + 0xfd, + 0x0b, + 0x41, + 0xfe, + 0xb1, + 0x28, + 0x00, + 0xcf, + 0xe0, + 0xff, + 0x18, + 0xc5, + 0xfd, + 0xbb, + 0x1b, + 0xff, + 0x9d, + 0x71, + 0xff, + 0x0e, + 0xe3, + 0xfe, + 0xc7, + 0xce, + 0xff, + 0x1c, + 0x92, + 0xff, + 0x91, + 0x52, + 0xff, + 0x58, + 0x22, + 0xff, + 0x88, + 0x74, + 0xfe, + 0x23, + 0x9b, + 0xfe, + 0x95, + 0x1a, + 0xff, + 0x67, + 0x40, + 0xff, + 0x04, + 0x08, + 0xff, + 0x20, + 0x7e, + 0xff, + 0x1b, + 0x42, + 0x00, + 0x7f, + 0xc8, + 0xff, + 0x6d, + 0xac, + 0xff, + 0x52, + 0xca, + 0xff, + 0xa3, + 0xbc, + 0xff, + 0xec, + 0xe8, + 0xff, + 0xd8, + 0x6a, + 0xff, + 0x58, + 0x4a, + 0xff, + 0xd3, + 0x3e, + 0xff, + 0x09, + 0x27, + 0xff, + 0xa1, + 0x36, + 0xff, + 0x9e, + 0x22, + 0xff, + 0x2a, + 0x8d, + 0xff, + 0xe4, + 0xaf, + 0xff, + 0x72, + 0x78, + 0xff, + 0xbd, + 0x49, + 0xff, + 0x32, + 0x2b, + 0xff, + 0x67, + 0x30, + 0xff, + 0x7f, + 0x55, + 0xff, + 0x30, + 0x8a, + 0xff, + 0x10, + 0x97, + 0xff, + 0x81, + 0x9e, + 0xff, + 0xb5, + 0x78, + 0xff, + 0xc9, + 0x69, + 0xff, + 0x1c, + 0x73, + 0xff, + 0x0e, + 0x88, + 0xff, + 0x33, + 0xb6, + 0xff, + 0xae, + 0xa9, + 0xff, + 0x27, + 0x02, + 0x0b, + 0x87, + 0xd6, + 0x19, + 0xb9, + 0xde, + 0x0e, + 0xd1, + 0x45, + 0x00, + 0xbb, + 0xb1, + 0x06, + 0xee, + 0x70, + 0x05, + 0xf9, + 0x17, + 0xf9, + 0x17, + 0x30, + 0xfb, + 0xdb, + 0x42, + 0x08, + 0x51, + 0x5d, + 0x04, + 0x82, + 0x66, + 0xf8, + 0xf6, + 0xa6, + 0xfc, + 0x58, + 0x94, + 0x01, + 0x11, + 0xb4, + 0x00, + 0x11, + 0xc2, + 0xff, + 0xab, + 0x08, + 0xff, + 0x40, + 0x6e, + 0x00, + 0x57, + 0x50, + 0xff, + 0x71, + 0xe8, + 0xfd, + 0x22, + 0x0d, + 0xfe, + 0xaf, + 0xa9, + 0xff, + 0x16, + 0x4a, + 0x00, + 0x25, + 0x03, + 0xfe, + 0x44, + 0x91, + 0xfe, + 0x26, + 0x1f, + 0xff, + 0x22, + 0x05, + 0xff, + 0xed, + 0x03, + 0x00, + 0xc7, + 0x48, + 0xff, + 0x77, + 0x17, + 0xff, + 0xe6, + 0x50, + 0xff, + 0x18, + 0x86, + 0xfe, + 0x58, + 0x76, + 0xfe, + 0xb1, + 0xdf, + 0xfe, + 0xf6, + 0xda, + 0xfe, + 0xe0, + 0xf5, + 0xfe, + 0xdc, + 0x9f, + 0xff, + 0x42, + 0xf6, + 0xff, + 0x7d, + 0x59, + 0xff, + 0x19, + 0x3c, + 0xff, + 0x8b, + 0x50, + 0xff, + 0x49, + 0x2b, + 0xff, + 0x28, + 0xd0, + 0xff, + 0x28, + 0xd7, + 0xff, + 0xa9, + 0x6e, + 0xff, + 0xf1, + 0x6a, + 0xff, + 0xe1, + 0x7f, + 0xff, + 0x71, + 0x96, + 0xff, + 0x44, + 0x66, + 0xff, + 0xc5, + 0x9f, + 0xff, + 0x03, + 0xbb, + 0xff, + 0x9f, + 0x75, + 0xff, + 0x38, + 0x45, + 0xff, + 0x00, + 0x2b, + 0xff, + 0xa9, + 0x60, + 0xff, + 0x13, + 0x64, + 0xff, + 0xa1, + 0x68, + 0xff, + 0x62, + 0xac, + 0xff, + 0x19, + 0xb9, + 0xff, + 0x98, + 0x97, + 0xff, + 0x4e, + 0x5b, + 0xff, + 0x3b, + 0x4d, + 0xff, + 0x04, + 0x94, + 0xff, + 0x82, + 0x9f, + 0xff, + 0xb2, + 0x93, + 0xff, + 0x5f, + 0xff, + 0x09, + 0x9a, + 0x0d, + 0x1a, + 0x00, + 0xff, + 0x11, + 0x2d, + 0x03, + 0x01, + 0x9b, + 0x3b, + 0x05, + 0x3b, + 0x9c, + 0x06, + 0xb8, + 0xb7, + 0xfa, + 0xa6, + 0x4b, + 0xf9, + 0x3b, + 0x5e, + 0x06, + 0x0f, + 0x49, + 0x06, + 0x03, + 0x29, + 0xf9, + 0xdb, + 0xab, + 0xfb, + 0x22, + 0x4d, + 0x01, + 0x21, + 0x47, + 0x00, + 0x34, + 0x20, + 0x00, + 0x88, + 0xbc, + 0xfe, + 0x74, + 0x24, + 0x00, + 0x00, + 0xd5, + 0xff, + 0x26, + 0xdf, + 0xfd, + 0x01, + 0xe5, + 0xfd, + 0xc1, + 0x1e, + 0xff, + 0xa6, + 0x7a, + 0x00, + 0x3c, + 0x32, + 0xfe, + 0x27, + 0x39, + 0xfe, + 0x93, + 0x4c, + 0xff, + 0xb1, + 0xa1, + 0xfe, + 0x00, + 0xd2, + 0xff, + 0x4c, + 0x82, + 0xff, + 0x3a, + 0xbd, + 0xfe, + 0xcc, + 0x33, + 0xff, + 0xea, + 0xda, + 0xfe, + 0x65, + 0x2f, + 0xfe, + 0xe5, + 0x65, + 0xfe, + 0xa7, + 0x0c, + 0xff, + 0x58, + 0xfd, + 0xfe, + 0x82, + 0x5c, + 0xff, + 0x4b, + 0xe6, + 0xff, + 0x0b, + 0x28, + 0xff, + 0x32, + 0xd6, + 0xfe, + 0x03, + 0xd0, + 0xfe, + 0x90, + 0xa1, + 0xfe, + 0xed, + 0x69, + 0xff, + 0xcc, + 0xa8, + 0xff, + 0xaa, + 0x97, + 0xff, + 0xca, + 0xb3, + 0xff, + 0x67, + 0xd2, + 0xff, + 0x30, + 0xe3, + 0xff, + 0x89, + 0x81, + 0xff, + 0x0a, + 0xdb, + 0xff, + 0x03, + 0xbe, + 0xff, + 0x5d, + 0x67, + 0xff, + 0xc2, + 0x7e, + 0xff, + 0xd1, + 0x45, + 0xff, + 0x1d, + 0x5d, + 0xff, + 0xe2, + 0x3c, + 0xff, + 0xbb, + 0x75, + 0xff, + 0x33, + 0xcc, + 0xff, + 0x3b, + 0xc3, + 0xff, + 0x3d, + 0xa6, + 0xff, + 0xe7, + 0x4e, + 0xff, + 0x1a, + 0x6a, + 0xff, + 0xf2, + 0x80, + 0xff, + 0xa3, + 0x7a, + 0xff, + 0x04, + 0x97, + 0xff, + 0x5d, + 0xe7, + 0x0b, + 0xe5, + 0x8a, + 0x1b, + 0x9b, + 0x48, + 0x10, + 0x4d, + 0xd1, + 0x01, + 0xc4, + 0xf5, + 0x06, + 0x17, + 0x7d, + 0x05, + 0x6f, + 0x32, + 0xfa, + 0xe0, + 0x7e, + 0xf9, + 0x76, + 0xc5, + 0x06, + 0x4e, + 0x4d, + 0x05, + 0x78, + 0xe9, + 0xf8, + 0x6a, + 0x08, + 0xfd, + 0xf1, + 0x70, + 0x00, + 0xaa, + 0x0b, + 0x00, + 0x3e, + 0x63, + 0x00, + 0xf9, + 0x3d, + 0xfe, + 0x0b, + 0x33, + 0x00, + 0xbe, + 0x08, + 0x00, + 0xb4, + 0x49, + 0xfe, + 0x9c, + 0x74, + 0xfd, + 0xc7, + 0xe6, + 0xfe, + 0x47, + 0xaa, + 0x00, + 0xe8, + 0x20, + 0xfe, + 0x17, + 0x53, + 0xfe, + 0x18, + 0x1b, + 0xff, + 0xe2, + 0xa2, + 0xfe, + 0x3e, + 0xae, + 0xff, + 0xcd, + 0x68, + 0xff, + 0xd9, + 0xe3, + 0xfe, + 0xf6, + 0x00, + 0xff, + 0x7a, + 0x8d, + 0xfe, + 0xaf, + 0xff, + 0xfd, + 0xfd, + 0x70, + 0xfe, + 0xbb, + 0x59, + 0xff, + 0x52, + 0x14, + 0xff, + 0x2c, + 0xf0, + 0xfe, + 0xfb, + 0xe6, + 0xff, + 0xb2, + 0x0a, + 0xff, + 0xc4, + 0x3c, + 0xfe, + 0x29, + 0xcf, + 0xfe, + 0x5a, + 0x78, + 0xfe, + 0x4f, + 0xfc, + 0xfe, + 0x10, + 0x7b, + 0xff, + 0x32, + 0x92, + 0xff, + 0x57, + 0xf0, + 0xff, + 0x16, + 0xf0, + 0xff, + 0xb7, + 0xe0, + 0xff, + 0x54, + 0x96, + 0xff, + 0x4a, + 0xf1, + 0xff, + 0x8f, + 0xe3, + 0xff, + 0xe3, + 0xad, + 0xff, + 0x1b, + 0xc1, + 0xff, + 0xc5, + 0x25, + 0xff, + 0xcb, + 0x40, + 0xff, + 0x15, + 0x83, + 0xff, + 0x61, + 0x89, + 0xff, + 0x92, + 0xd0, + 0xff, + 0x86, + 0xba, + 0xff, + 0x77, + 0x90, + 0xff, + 0xd4, + 0x83, + 0xff, + 0xc5, + 0x5d, + 0xff, + 0x74, + 0x70, + 0xff, + 0x7a, + 0xa8, + 0xff, + 0x88, + 0x98, + 0xff, + 0xd5, + 0x1c, + 0x0c, + 0x4a, + 0x42, + 0x1c, + 0x2f, + 0x12, + 0x10, + 0xa4, + 0x51, + 0x02, + 0xd8, + 0x64, + 0x09, + 0xc5, + 0x55, + 0x05, + 0xcc, + 0x57, + 0xf9, + 0xe4, + 0xab, + 0xf9, + 0x91, + 0xec, + 0x05, + 0xfc, + 0x18, + 0x05, + 0xba, + 0x07, + 0xf9, + 0x48, + 0xd4, + 0xfd, + 0x6f, + 0x32, + 0x00, + 0xb8, + 0xe6, + 0xfe, + 0x5f, + 0xef, + 0x00, + 0xa3, + 0xdd, + 0xfd, + 0x1d, + 0xd3, + 0xff, + 0xb0, + 0x6e, + 0x00, + 0x12, + 0xbc, + 0xfe, + 0x1f, + 0x5a, + 0xfd, + 0x88, + 0xe0, + 0xfd, + 0xc6, + 0x0c, + 0x01, + 0x3e, + 0x9b, + 0xfe, + 0x90, + 0xec, + 0xfd, + 0x0d, + 0xbe, + 0xfe, + 0xfa, + 0xb1, + 0xfe, + 0xe0, + 0xb3, + 0xff, + 0x8a, + 0x13, + 0xff, + 0x4d, + 0x1f, + 0xff, + 0xf1, + 0xc7, + 0xfe, + 0xae, + 0x07, + 0xfe, + 0x56, + 0xe8, + 0xfd, + 0x6a, + 0xb7, + 0xfe, + 0xf3, + 0x5b, + 0xff, + 0xeb, + 0xb4, + 0xfe, + 0x23, + 0xeb, + 0xfe, + 0xb2, + 0x78, + 0xff, + 0x00, + 0xfa, + 0xfe, + 0x6d, + 0x56, + 0xfe, + 0x96, + 0x62, + 0xfe, + 0x1e, + 0x62, + 0xfe, + 0xd0, + 0xf5, + 0xfe, + 0xef, + 0x77, + 0xff, + 0x2b, + 0x7d, + 0xff, + 0x02, + 0xe3, + 0xff, + 0xc2, + 0xe6, + 0xff, + 0xd5, + 0xa0, + 0xff, + 0xa8, + 0x4a, + 0xff, + 0xd9, + 0xe7, + 0xff, + 0x19, + 0x5b, + 0x00, + 0xc6, + 0xd1, + 0xff, + 0xa4, + 0x9c, + 0xff, + 0x69, + 0x6f, + 0xff, + 0xae, + 0x66, + 0xff, + 0x77, + 0x74, + 0xff, + 0x1e, + 0xa3, + 0xff, + 0xff, + 0xc4, + 0xff, + 0xfa, + 0xbf, + 0xff, + 0x50, + 0x9e, + 0xff, + 0x46, + 0x5c, + 0xff, + 0x04, + 0x62, + 0xff, + 0x7d, + 0x7f, + 0xff, + 0xcb, + 0xab, + 0xff, + 0xfa, + 0xab, + 0xff, + 0xc8, + 0x06, + 0x0e, + 0x99, + 0xfb, + 0x1c, + 0x07, + 0x42, + 0x0d, + 0xbe, + 0x89, + 0x03, + 0xae, + 0xbb, + 0x0c, + 0xd9, + 0x25, + 0x05, + 0xc3, + 0x92, + 0xf7, + 0xe5, + 0x58, + 0xf9, + 0x6f, + 0xef, + 0x07, + 0x68, + 0x04, + 0x03, + 0x88, + 0x7e, + 0xf7, + 0x74, + 0xf8, + 0x00, + 0x42, + 0xf4, + 0xff, + 0x29, + 0x91, + 0xfd, + 0xbb, + 0xb1, + 0x00, + 0xa1, + 0x3b, + 0xfe, + 0x7d, + 0xc2, + 0xff, + 0xbd, + 0xdb, + 0xff, + 0x48, + 0x25, + 0x00, + 0xbd, + 0xc7, + 0xfc, + 0x44, + 0x1b, + 0xfd, + 0x68, + 0xd4, + 0x01, + 0xcb, + 0x79, + 0xfe, + 0xb4, + 0x01, + 0xfe, + 0xae, + 0x5c, + 0xfe, + 0x4a, + 0xac, + 0xfe, + 0x95, + 0xf2, + 0xff, + 0x6b, + 0xbd, + 0xfe, + 0x29, + 0x1a, + 0xff, + 0xed, + 0x94, + 0xfe, + 0x92, + 0xf5, + 0xfd, + 0x90, + 0xf8, + 0xfd, + 0x88, + 0x8e, + 0xfe, + 0x38, + 0x3e, + 0xff, + 0x77, + 0x9e, + 0xfe, + 0x9b, + 0xc3, + 0xfe, + 0x07, + 0xfc, + 0xfe, + 0x42, + 0xe2, + 0xfe, + 0x67, + 0xb6, + 0xfe, + 0x66, + 0x35, + 0xfe, + 0xea, + 0x4f, + 0xfe, + 0x62, + 0x17, + 0xff, + 0xea, + 0x8c, + 0xff, + 0x35, + 0xa9, + 0xff, + 0x6c, + 0xb3, + 0xff, + 0x61, + 0xbe, + 0xff, + 0xe4, + 0x5f, + 0xff, + 0x7c, + 0x1e, + 0xff, + 0x81, + 0xe7, + 0xff, + 0x3c, + 0x2c, + 0x00, + 0x01, + 0xec, + 0xff, + 0x21, + 0xbd, + 0xff, + 0x06, + 0x8b, + 0xff, + 0xb7, + 0x8a, + 0xff, + 0x38, + 0x9c, + 0xff, + 0x57, + 0xbb, + 0xff, + 0xdb, + 0xa9, + 0xff, + 0xed, + 0xc0, + 0xff, + 0xd6, + 0x9c, + 0xff, + 0xb1, + 0x65, + 0xff, + 0xf9, + 0x67, + 0xff, + 0xff, + 0x7d, + 0xff, + 0xa5, + 0xb1, + 0xff, + 0xa4, + 0xa3, + 0xff, + 0xbb, + 0xe8, + 0x0e, + 0x7a, + 0x70, + 0x1d, + 0xc6, + 0xa9, + 0x0a, + 0xba, + 0x16, + 0x04, + 0xaa, + 0x35, + 0x12, + 0x23, + 0xfd, + 0x04, + 0xdd, + 0x14, + 0xf4, + 0x93, + 0x1c, + 0xfb, + 0x2a, + 0xe4, + 0x09, + 0x4a, + 0xe7, + 0xff, + 0x4e, + 0x98, + 0xf5, + 0x89, + 0x20, + 0x04, + 0x18, + 0xf1, + 0x00, + 0xee, + 0xe6, + 0xfb, + 0x0c, + 0x3e, + 0x00, + 0x43, + 0x1e, + 0xfe, + 0x67, + 0x05, + 0x00, + 0xdd, + 0x58, + 0xff, + 0xd7, + 0xc9, + 0x00, + 0x82, + 0xa8, + 0xfd, + 0xe0, + 0xb1, + 0xfb, + 0xca, + 0xdf, + 0x01, + 0x8c, + 0x1a, + 0xff, + 0x9e, + 0xe3, + 0xfd, + 0x93, + 0x67, + 0xfe, + 0x02, + 0x84, + 0xfe, + 0x85, + 0xdd, + 0xff, + 0xc6, + 0x6b, + 0xfe, + 0xcf, + 0x07, + 0xff, + 0x50, + 0xa0, + 0xfe, + 0x68, + 0x4b, + 0xfe, + 0x09, + 0xca, + 0xfd, + 0xf3, + 0xa3, + 0xfd, + 0x5c, + 0x9c, + 0xff, + 0x0c, + 0x89, + 0xfe, + 0x11, + 0x3d, + 0xfe, + 0x5a, + 0x1c, + 0xff, + 0xa3, + 0x60, + 0xfe, + 0x7b, + 0xd9, + 0xfe, + 0x07, + 0xc2, + 0xfe, + 0xb7, + 0x31, + 0xfe, + 0x3b, + 0x1c, + 0xff, + 0x1d, + 0xb9, + 0xff, + 0x03, + 0xa7, + 0xff, + 0xc3, + 0x69, + 0xff, + 0x36, + 0xcd, + 0xff, + 0x79, + 0x6e, + 0xff, + 0x4b, + 0xd5, + 0xfe, + 0x87, + 0xe3, + 0xff, + 0x5c, + 0xe6, + 0xff, + 0xc2, + 0xbd, + 0xff, + 0x2d, + 0xce, + 0xff, + 0x6c, + 0x8c, + 0xff, + 0x79, + 0xcd, + 0xff, + 0x32, + 0x93, + 0xff, + 0x36, + 0xb1, + 0xff, + 0x4d, + 0xd0, + 0xff, + 0x91, + 0xb9, + 0xff, + 0x58, + 0xa4, + 0xff, + 0x19, + 0x69, + 0xff, + 0x64, + 0x72, + 0xff, + 0x37, + 0x6c, + 0xff, + 0x35, + 0xa2, + 0xff, + 0x03, + 0xc7, + 0xff, + 0x89, + 0xe7, + 0x0f, + 0xab, + 0x13, + 0x1f, + 0x69, + 0xb9, + 0x08, + 0x67, + 0x0f, + 0x02, + 0xaa, + 0x2b, + 0x16, + 0xb4, + 0xcf, + 0x06, + 0xb3, + 0x9b, + 0xf1, + 0xca, + 0x5d, + 0xfc, + 0xce, + 0x91, + 0x0b, + 0xd7, + 0xd8, + 0xfc, + 0xca, + 0x3b, + 0xf3, + 0x47, + 0x01, + 0x07, + 0x85, + 0xc3, + 0x02, + 0x20, + 0x37, + 0xfa, + 0x79, + 0x81, + 0xff, + 0x31, + 0x2c, + 0xfe, + 0x11, + 0x77, + 0x00, + 0xb0, + 0xa5, + 0xfe, + 0x4c, + 0x91, + 0x00, + 0x97, + 0x53, + 0xff, + 0x64, + 0xbb, + 0xfa, + 0xc7, + 0x0a, + 0x01, + 0x14, + 0x22, + 0x00, + 0x24, + 0xdc, + 0xfd, + 0x55, + 0x51, + 0xfe, + 0xea, + 0x95, + 0xfe, + 0x15, + 0xdc, + 0xff, + 0x69, + 0x28, + 0xfe, + 0x8e, + 0xb8, + 0xfe, + 0x99, + 0xb6, + 0xfe, + 0x96, + 0x45, + 0xfe, + 0xd3, + 0xe6, + 0xfd, + 0x3c, + 0x6a, + 0xfd, + 0xc7, + 0xf2, + 0xfe, + 0x0d, + 0x53, + 0xfe, + 0x99, + 0x5d, + 0xfe, + 0x70, + 0x36, + 0xff, + 0xd4, + 0x2a, + 0xfe, + 0xd9, + 0x99, + 0xfe, + 0xba, + 0x04, + 0xff, + 0x36, + 0x82, + 0xfe, + 0x35, + 0x3b, + 0xff, + 0xe8, + 0xc2, + 0xff, + 0xe3, + 0x8f, + 0xff, + 0xbf, + 0x47, + 0xff, + 0x0d, + 0xa4, + 0xff, + 0xdf, + 0x96, + 0xff, + 0xc0, + 0x11, + 0xff, + 0x7c, + 0xb8, + 0xff, + 0xac, + 0x9c, + 0xff, + 0xbc, + 0x77, + 0xff, + 0x42, + 0xd8, + 0xff, + 0x76, + 0xb1, + 0xff, + 0x84, + 0x8c, + 0xff, + 0xe6, + 0x75, + 0xff, + 0x4e, + 0xcb, + 0xff, + 0xee, + 0xd3, + 0xff, + 0x71, + 0xc5, + 0xff, + 0xe7, + 0xa8, + 0xff, + 0xb3, + 0x66, + 0xff, + 0x98, + 0x71, + 0xff, + 0x91, + 0x7b, + 0xff, + 0xc8, + 0xa3, + 0xff, + 0xeb, + 0xb5, + 0xff, + 0x6d, + 0xd4, + 0x10, + 0xd3, + 0xd9, + 0x21, + 0x00, + 0xf9, + 0x07, + 0xb2, + 0x58, + 0xfd, + 0x6e, + 0xcd, + 0x17, + 0x26, + 0x30, + 0x0b, + 0x47, + 0xad, + 0xf0, + 0xa7, + 0xd9, + 0xfb, + 0x33, + 0xda, + 0x0c, + 0x20, + 0x31, + 0xfb, + 0x2b, + 0x64, + 0xf0, + 0x7c, + 0xa1, + 0x08, + 0x0b, + 0x70, + 0x05, + 0xd4, + 0xe7, + 0xf8, + 0x16, + 0x55, + 0xfe, + 0x82, + 0x4e, + 0xfe, + 0x62, + 0x15, + 0x01, + 0x58, + 0x31, + 0xfe, + 0xba, + 0x39, + 0xff, + 0x23, + 0xfd, + 0x00, + 0x8d, + 0x14, + 0xfb, + 0xb2, + 0x4a, + 0xff, + 0x08, + 0xec, + 0x00, + 0x06, + 0x72, + 0xfe, + 0xaa, + 0xdc, + 0xfd, + 0x17, + 0x03, + 0xff, + 0x6e, + 0xfc, + 0xff, + 0x81, + 0x98, + 0xfd, + 0x45, + 0xb3, + 0xfe, + 0xcf, + 0x90, + 0xfe, + 0x0e, + 0xa2, + 0xfd, + 0xbe, + 0x78, + 0xfe, + 0x3f, + 0x94, + 0xfd, + 0x9b, + 0xa2, + 0xfd, + 0x41, + 0x4f, + 0xfe, + 0xd7, + 0x01, + 0xff, + 0x48, + 0xef, + 0xfe, + 0x8b, + 0x05, + 0xfe, + 0xf0, + 0x86, + 0xfe, + 0x89, + 0x09, + 0xff, + 0x25, + 0xe5, + 0xfe, + 0x34, + 0x42, + 0xff, + 0x44, + 0x9b, + 0xff, + 0xe8, + 0xa1, + 0xff, + 0xc6, + 0x2a, + 0xff, + 0xc8, + 0x91, + 0xff, + 0xc4, + 0xd6, + 0xff, + 0x7b, + 0x13, + 0xff, + 0x9d, + 0xa8, + 0xff, + 0xac, + 0x9e, + 0xff, + 0x37, + 0x3c, + 0xff, + 0xc2, + 0xbb, + 0xff, + 0x4d, + 0xae, + 0xff, + 0x96, + 0x61, + 0xff, + 0x1c, + 0x49, + 0xff, + 0x7c, + 0xc0, + 0xff, + 0x0d, + 0xc5, + 0xff, + 0x10, + 0xa7, + 0xff, + 0xb5, + 0xa7, + 0xff, + 0x22, + 0x6a, + 0xff, + 0x4f, + 0x86, + 0xff, + 0x73, + 0x91, + 0xff, + 0xab, + 0x97, + 0xff, + 0xec, + 0xc1, + 0xff, + 0x6d, + 0xc7, + 0x13, + 0x8c, + 0xe4, + 0x24, + 0xed, + 0x69, + 0x04, + 0x25, + 0x12, + 0xfa, + 0x30, + 0xa3, + 0x19, + 0x83, + 0x92, + 0x0c, + 0xc9, + 0xa7, + 0xf0, + 0x21, + 0x5d, + 0xfd, + 0x10, + 0x9c, + 0x0d, + 0x7e, + 0xa0, + 0xf7, + 0x4e, + 0xee, + 0xee, + 0xd3, + 0x95, + 0x0a, + 0xf0, + 0x74, + 0x06, + 0x19, + 0x22, + 0xf9, + 0xaa, + 0xa4, + 0xfc, + 0xa3, + 0x42, + 0xfe, + 0x29, + 0x26, + 0x02, + 0xed, + 0x50, + 0xfd, + 0x57, + 0x7f, + 0xfe, + 0xde, + 0x29, + 0x01, + 0x28, + 0x33, + 0xfc, + 0x37, + 0x73, + 0xfe, + 0xdd, + 0x43, + 0x00, + 0xde, + 0x91, + 0xff, + 0xe9, + 0xa3, + 0xfd, + 0x71, + 0x7d, + 0xff, + 0x1c, + 0x38, + 0x00, + 0x2b, + 0xde, + 0xfc, + 0x2f, + 0xac, + 0xfe, + 0x3f, + 0x26, + 0xfe, + 0xe0, + 0x4d, + 0xfd, + 0xa2, + 0x79, + 0xfe, + 0x92, + 0x7a, + 0xfd, + 0x5d, + 0x8a, + 0xfd, + 0xaa, + 0x1a, + 0xfe, + 0x4e, + 0x26, + 0xff, + 0x3a, + 0x13, + 0xff, + 0x04, + 0xd0, + 0xfd, + 0x40, + 0x74, + 0xfe, + 0x0d, + 0xe1, + 0xfe, + 0x82, + 0x0e, + 0xff, + 0x94, + 0x9b, + 0xff, + 0x73, + 0x64, + 0xff, + 0xd5, + 0x59, + 0xff, + 0x35, + 0x40, + 0xff, + 0x01, + 0xec, + 0xff, + 0xcd, + 0xb6, + 0xff, + 0xe7, + 0xe1, + 0xfe, + 0xc5, + 0xf3, + 0xff, + 0xec, + 0xb1, + 0xff, + 0x6b, + 0x19, + 0xff, + 0x8c, + 0x77, + 0xff, + 0xbd, + 0x7d, + 0xff, + 0x16, + 0x6d, + 0xff, + 0x04, + 0x4b, + 0xff, + 0xba, + 0x8b, + 0xff, + 0x3f, + 0x7a, + 0xff, + 0xf9, + 0x80, + 0xff, + 0x7b, + 0x93, + 0xff, + 0xfc, + 0x6b, + 0xff, + 0x39, + 0x8d, + 0xff, + 0x25, + 0xae, + 0xff, + 0x3c, + 0xbd, + 0xff, + 0x5b, + 0xca, + 0xff, + 0xc4, + 0x28, + 0x16, + 0x59, + 0xb9, + 0x27, + 0x36, + 0x7a, + 0x02, + 0x3a, + 0x95, + 0xf6, + 0x79, + 0xfd, + 0x18, + 0x4d, + 0xe6, + 0x0e, + 0x49, + 0x68, + 0xf2, + 0xbd, + 0xc1, + 0xfd, + 0x05, + 0x7e, + 0x0e, + 0x43, + 0x39, + 0xf5, + 0x1f, + 0xde, + 0xec, + 0x5c, + 0xab, + 0x0b, + 0x29, + 0x97, + 0x07, + 0x0c, + 0x24, + 0xfa, + 0xc5, + 0x0b, + 0xfb, + 0xe9, + 0xaa, + 0xfd, + 0xb4, + 0x5c, + 0x03, + 0x90, + 0xd2, + 0xfc, + 0x13, + 0xac, + 0xfd, + 0xa9, + 0xa6, + 0x00, + 0x00, + 0x8e, + 0xfd, + 0x47, + 0x5f, + 0xfe, + 0xb8, + 0xe8, + 0xfe, + 0x49, + 0xb7, + 0x00, + 0x7a, + 0x01, + 0xfe, + 0xdc, + 0x99, + 0xff, + 0x69, + 0xbb, + 0x00, + 0x60, + 0x3d, + 0xfc, + 0x15, + 0x53, + 0xfe, + 0x06, + 0x01, + 0xfe, + 0x3e, + 0xd4, + 0xfc, + 0xd9, + 0x09, + 0xfe, + 0x6e, + 0xab, + 0xfd, + 0xcf, + 0x1c, + 0xfe, + 0x28, + 0xd5, + 0xfd, + 0xdf, + 0xf2, + 0xfe, + 0xf1, + 0x82, + 0xff, + 0x65, + 0xaa, + 0xfd, + 0x4e, + 0x18, + 0xfe, + 0x81, + 0x9d, + 0xfe, + 0xc8, + 0x22, + 0xff, + 0xb3, + 0xfc, + 0xff, + 0xbc, + 0x3b, + 0xff, + 0xd3, + 0x39, + 0xff, + 0x71, + 0x5b, + 0xff, + 0x2c, + 0xff, + 0xff, + 0xc7, + 0xad, + 0xff, + 0x2d, + 0xe7, + 0xfe, + 0x2a, + 0x28, + 0x00, + 0x7f, + 0xc5, + 0xff, + 0xa8, + 0x0e, + 0xff, + 0x70, + 0x24, + 0xff, + 0x43, + 0x59, + 0xff, + 0x3e, + 0x87, + 0xff, + 0x72, + 0x30, + 0xff, + 0xee, + 0x75, + 0xff, + 0x31, + 0x56, + 0xff, + 0x12, + 0x45, + 0xff, + 0x80, + 0x65, + 0xff, + 0x7f, + 0x63, + 0xff, + 0xb2, + 0x91, + 0xff, + 0xb7, + 0xbc, + 0xff, + 0xb9, + 0xe9, + 0xff, + 0xee, + 0xe6, + 0xff, + 0xaf, + 0x82, + 0x16, + 0xe7, + 0xbc, + 0x2a, + 0x87, + 0x34, + 0x04, + 0x6a, + 0xcb, + 0xf1, + 0x08, + 0xb3, + 0x15, + 0x81, + 0x45, + 0x12, + 0x78, + 0x7c, + 0xf5, + 0x6d, + 0x4a, + 0xfd, + 0x1b, + 0x32, + 0x0f, + 0x8c, + 0x5a, + 0xf5, + 0x5a, + 0x6c, + 0xe9, + 0x48, + 0x0d, + 0x0b, + 0x90, + 0x9e, + 0x09, + 0x7b, + 0x40, + 0xfb, + 0xd0, + 0x58, + 0xfa, + 0x34, + 0x10, + 0xfc, + 0x62, + 0x49, + 0x04, + 0x77, + 0x46, + 0xfd, + 0x28, + 0x90, + 0xfc, + 0x74, + 0xd3, + 0xff, + 0x0a, + 0x3b, + 0xfe, + 0xff, + 0x4d, + 0xff, + 0x17, + 0x7b, + 0xfd, + 0x57, + 0x2e, + 0x01, + 0xe4, + 0x44, + 0xff, + 0xe9, + 0x37, + 0xff, + 0xcd, + 0x05, + 0x01, + 0x3b, + 0x1c, + 0xfc, + 0xa6, + 0x09, + 0xfe, + 0x68, + 0xb9, + 0xfd, + 0x32, + 0x20, + 0xfc, + 0xe5, + 0xc0, + 0xfd, + 0x5d, + 0xd4, + 0xfd, + 0x14, + 0x94, + 0xfe, + 0x84, + 0x1d, + 0xfe, + 0xb2, + 0xeb, + 0xfe, + 0x16, + 0x6d, + 0xff, + 0xee, + 0x51, + 0xfd, + 0x94, + 0xde, + 0xfd, + 0xce, + 0x94, + 0xfe, + 0x5e, + 0xe4, + 0xfe, + 0x7e, + 0x03, + 0x00, + 0x54, + 0x54, + 0xff, + 0x16, + 0x65, + 0xff, + 0x27, + 0x62, + 0xff, + 0xd3, + 0xbd, + 0xff, + 0xb5, + 0xd6, + 0xff, + 0x8e, + 0xfb, + 0xfe, + 0x9c, + 0x43, + 0x00, + 0x6a, + 0xd0, + 0xff, + 0xb8, + 0x06, + 0xff, + 0x4d, + 0x1a, + 0xff, + 0x9a, + 0xf4, + 0xfe, + 0x9d, + 0x82, + 0xff, + 0x07, + 0x3c, + 0xff, + 0x71, + 0x67, + 0xff, + 0xff, + 0x4c, + 0xff, + 0xed, + 0x15, + 0xff, + 0x08, + 0x4b, + 0xff, + 0x45, + 0x41, + 0xff, + 0xc3, + 0x85, + 0xff, + 0xd6, + 0xc8, + 0xff, + 0x8c, + 0xe6, + 0xff, + 0x4a, + 0xdd, + 0xff, + 0x09, + 0xa1, + 0x1a, + 0x38, + 0x93, + 0x2d, + 0x4b, + 0x8b, + 0xff, + 0x9d, + 0x6c, + 0xf0, + 0x27, + 0x12, + 0x16, + 0x3d, + 0xd0, + 0x0f, + 0xaf, + 0xe8, + 0xf6, + 0x58, + 0xc4, + 0x01, + 0x72, + 0x60, + 0x0f, + 0xbd, + 0x6e, + 0xf0, + 0x94, + 0xef, + 0xe9, + 0x8c, + 0x79, + 0x0c, + 0x3f, + 0x3e, + 0x08, + 0x7e, + 0xdc, + 0xfc, + 0xa1, + 0x59, + 0xf9, + 0xaa, + 0xc3, + 0xfb, + 0x5e, + 0xae, + 0x04, + 0x88, + 0xa5, + 0xfc, + 0x06, + 0x0e, + 0xfd, + 0xa2, + 0x39, + 0xfe, + 0xcd, + 0x80, + 0xfe, + 0xc8, + 0x1d, + 0x00, + 0x3f, + 0x0e, + 0xfd, + 0x85, + 0x76, + 0x01, + 0x99, + 0x03, + 0x00, + 0x70, + 0xcf, + 0xff, + 0xa7, + 0xd9, + 0xff, + 0x03, + 0x7c, + 0xfc, + 0x5c, + 0x66, + 0xfe, + 0x70, + 0x84, + 0xfc, + 0xd3, + 0x05, + 0xfc, + 0xf1, + 0x6f, + 0xfd, + 0xfa, + 0xb8, + 0xfd, + 0x56, + 0x2f, + 0xff, + 0x12, + 0xe0, + 0xfe, + 0x0b, + 0x34, + 0xff, + 0x76, + 0x90, + 0xfe, + 0x85, + 0xa7, + 0xfc, + 0xc1, + 0xf8, + 0xfd, + 0x5f, + 0xbd, + 0xfe, + 0x3b, + 0xc5, + 0xfe, + 0x5a, + 0xb1, + 0xff, + 0x19, + 0x73, + 0xff, + 0xf5, + 0xa8, + 0xff, + 0xfe, + 0x61, + 0xff, + 0x1e, + 0xbf, + 0xff, + 0xbc, + 0xa3, + 0xff, + 0x24, + 0x2c, + 0xff, + 0x8a, + 0x6f, + 0x00, + 0x44, + 0xad, + 0xff, + 0xcb, + 0x19, + 0xff, + 0x0c, + 0xed, + 0xfe, + 0xf8, + 0xbb, + 0xfe, + 0x31, + 0x52, + 0xff, + 0x42, + 0x4d, + 0xff, + 0xa3, + 0x86, + 0xff, + 0x12, + 0x33, + 0xff, + 0xe3, + 0x10, + 0xff, + 0x58, + 0x22, + 0xff, + 0x31, + 0x3a, + 0xff, + 0xdd, + 0x91, + 0xff, + 0xaf, + 0xa6, + 0xff, + 0xd7, + 0xc4, + 0xff, + 0xa4, + 0xd4, + 0xff, + 0x07, + 0x43, + 0x1b, + 0x3e, + 0x26, + 0x31, + 0x70, + 0x6c, + 0x00, + 0x4f, + 0x30, + 0xec, + 0xd2, + 0xc1, + 0x14, + 0x26, + 0x5c, + 0x0f, + 0x28, + 0xd6, + 0xf7, + 0x9b, + 0x2e, + 0x05, + 0x2c, + 0x17, + 0x10, + 0x54, + 0x8e, + 0xef, + 0x62, + 0xa1, + 0xe7, + 0x3c, + 0x1d, + 0x0c, + 0x42, + 0x3b, + 0x09, + 0x18, + 0xfa, + 0xfc, + 0x11, + 0x28, + 0xfa, + 0x46, + 0x87, + 0xfa, + 0x16, + 0x59, + 0x04, + 0x63, + 0x3c, + 0xfd, + 0xbc, + 0xdd, + 0xfc, + 0xf2, + 0xc0, + 0xfd, + 0x2d, + 0x66, + 0xfd, + 0xb4, + 0xf1, + 0x00, + 0x77, + 0x96, + 0xfd, + 0xd9, + 0x77, + 0x01, + 0x43, + 0xe5, + 0x00, + 0xd1, + 0xb4, + 0xff, + 0xa3, + 0x77, + 0xff, + 0x44, + 0xea, + 0xfc, + 0x45, + 0x74, + 0xfe, + 0x72, + 0xed, + 0xfb, + 0xfa, + 0xec, + 0xfb, + 0x6e, + 0xea, + 0xfc, + 0xa7, + 0x8d, + 0xfd, + 0xfd, + 0xe4, + 0xff, + 0x73, + 0xaa, + 0xff, + 0x52, + 0x87, + 0xff, + 0xc4, + 0x91, + 0xfd, + 0x6e, + 0xf2, + 0xfb, + 0x4e, + 0x15, + 0xfe, + 0x19, + 0x12, + 0xff, + 0x60, + 0x94, + 0xfe, + 0xf1, + 0x48, + 0xff, + 0x58, + 0xb0, + 0xff, + 0xe3, + 0xcb, + 0xff, + 0x54, + 0x85, + 0xff, + 0x21, + 0xa3, + 0xff, + 0x08, + 0x7a, + 0xff, + 0x8a, + 0x55, + 0xff, + 0xcb, + 0x96, + 0x00, + 0xfb, + 0xb8, + 0xff, + 0xd6, + 0x00, + 0xff, + 0x0a, + 0xd7, + 0xfe, + 0x9a, + 0x8d, + 0xfe, + 0x30, + 0x43, + 0xff, + 0x98, + 0x52, + 0xff, + 0x1d, + 0x90, + 0xff, + 0x7a, + 0x40, + 0xff, + 0x45, + 0x20, + 0xff, + 0x61, + 0x1e, + 0xff, + 0x39, + 0x10, + 0xff, + 0xe5, + 0x96, + 0xff, + 0x81, + 0x93, + 0xff, + 0x8e, + 0xac, + 0xff, + 0xc1, + 0xc0, + 0xff, + 0x88, + 0x7a, + 0x1f, + 0x53, + 0xc4, + 0x33, + 0xb8, + 0xa3, + 0xfb, + 0x81, + 0x8a, + 0xeb, + 0x01, + 0xa1, + 0x15, + 0x3f, + 0x85, + 0x0b, + 0xdf, + 0x81, + 0xf7, + 0x75, + 0x3b, + 0x0a, + 0x9f, + 0x4d, + 0x11, + 0xaf, + 0xdd, + 0xea, + 0xa2, + 0x16, + 0xe8, + 0xbc, + 0xa1, + 0x0d, + 0x07, + 0xd0, + 0x07, + 0x89, + 0x31, + 0xfd, + 0xd6, + 0xf4, + 0xf9, + 0xb1, + 0x34, + 0xfb, + 0xc1, + 0x0e, + 0x03, + 0x03, + 0xb7, + 0xfc, + 0xc8, + 0x1a, + 0xfe, + 0x9b, + 0x80, + 0xfc, + 0xd5, + 0xfa, + 0xfc, + 0x0b, + 0x76, + 0x00, + 0x0f, + 0xa2, + 0xfe, + 0x52, + 0xbd, + 0x02, + 0x81, + 0x49, + 0x00, + 0x7d, + 0x9a, + 0xff, + 0xcf, + 0x69, + 0xff, + 0x93, + 0x58, + 0xfd, + 0xcf, + 0xf7, + 0xfd, + 0xb4, + 0xb8, + 0xfb, + 0x3d, + 0xdc, + 0xfb, + 0x41, + 0x22, + 0xfc, + 0x40, + 0xf1, + 0xfd, + 0xb3, + 0x1c, + 0x00, + 0x34, + 0x52, + 0x00, + 0x84, + 0xe3, + 0xff, + 0x0a, + 0x36, + 0xfc, + 0x00, + 0x49, + 0xfb, + 0xce, + 0x94, + 0xfe, + 0x7b, + 0x3a, + 0xff, + 0x8c, + 0x43, + 0xfe, + 0xe0, + 0x2a, + 0xff, + 0x4d, + 0xd8, + 0xff, + 0x53, + 0xe3, + 0xff, + 0x3d, + 0x95, + 0xff, + 0xe2, + 0x6b, + 0xff, + 0x44, + 0x22, + 0xff, + 0xe5, + 0xa5, + 0xff, + 0xd8, + 0xbc, + 0x00, + 0x38, + 0x9e, + 0xff, + 0xd3, + 0xea, + 0xfe, + 0x9d, + 0x94, + 0xfe, + 0x16, + 0x93, + 0xfe, + 0xd1, + 0x34, + 0xff, + 0xf7, + 0x5c, + 0xff, + 0xfd, + 0x8a, + 0xff, + 0x2f, + 0x3c, + 0xff, + 0x59, + 0x45, + 0xff, + 0xbd, + 0xfd, + 0xfe, + 0x03, + 0x05, + 0xff, + 0x14, + 0x74, + 0xff, + 0x6a, + 0x86, + 0xff, + 0x27, + 0xb5, + 0xff, + 0x6d, + 0xa4, + 0xff, + 0x70, + 0x4d, + 0x20, + 0x20, + 0x33, + 0x37, + 0x65, + 0x53, + 0xfc, + 0x30, + 0x09, + 0xe8, + 0x3f, + 0xfc, + 0x14, + 0x1d, + 0x8c, + 0x0a, + 0x23, + 0xf9, + 0xf5, + 0x41, + 0xa2, + 0x0c, + 0x6e, + 0x3a, + 0x14, + 0x6c, + 0x75, + 0xea, + 0x82, + 0x44, + 0xe5, + 0x8d, + 0xde, + 0x0d, + 0x74, + 0x6e, + 0x08, + 0x7c, + 0x38, + 0xfc, + 0xb0, + 0x1a, + 0xfb, + 0x6a, + 0x28, + 0xfb, + 0xb6, + 0x9d, + 0x01, + 0x8d, + 0x74, + 0xfc, + 0xb6, + 0x03, + 0xff, + 0x81, + 0x65, + 0xfc, + 0xdf, + 0xbb, + 0xfb, + 0xc6, + 0x42, + 0x00, + 0x7f, + 0x18, + 0xff, + 0xdc, + 0x90, + 0x04, + 0xd3, + 0x24, + 0x00, + 0x70, + 0x37, + 0xfe, + 0x69, + 0xe6, + 0x00, + 0x9d, + 0x66, + 0xfd, + 0xd3, + 0x3f, + 0xfd, + 0xfc, + 0x6b, + 0xfc, + 0x19, + 0x60, + 0xfb, + 0x88, + 0x9a, + 0xfb, + 0xcd, + 0x11, + 0xfe, + 0x9a, + 0x03, + 0x00, + 0xb6, + 0xbf, + 0x00, + 0x25, + 0x42, + 0x00, + 0x54, + 0x82, + 0xfb, + 0xe9, + 0x90, + 0xfa, + 0x86, + 0xf4, + 0xfe, + 0xb6, + 0x84, + 0xff, + 0xa6, + 0xdd, + 0xfd, + 0x3f, + 0x46, + 0xff, + 0x71, + 0xda, + 0xff, + 0xcb, + 0xec, + 0xff, + 0xf5, + 0xcf, + 0xff, + 0x2a, + 0xf6, + 0xfe, + 0x66, + 0x02, + 0xff, + 0xab, + 0xb8, + 0xff, + 0xcd, + 0xc8, + 0x00, + 0xde, + 0xd2, + 0xff, + 0x40, + 0xd2, + 0xfe, + 0x98, + 0x7a, + 0xfe, + 0xd5, + 0x82, + 0xfe, + 0xbe, + 0x38, + 0xff, + 0x03, + 0x54, + 0xff, + 0xd4, + 0x97, + 0xff, + 0x81, + 0x64, + 0xff, + 0x19, + 0x2c, + 0xff, + 0xa5, + 0xed, + 0xfe, + 0x7f, + 0x05, + 0xff, + 0x53, + 0x51, + 0xff, + 0x7e, + 0x76, + 0xff, + 0x72, + 0xcd, + 0xff, + 0x88, + 0xa0, + 0xff, + 0x60, + 0x6f, + 0x21, + 0xb2, + 0x21, + 0x3a, + 0x44, + 0xd3, + 0xfc, + 0xed, + 0x5c, + 0xe5, + 0xed, + 0x2a, + 0x14, + 0x02, + 0xc6, + 0x09, + 0x35, + 0xcd, + 0xf3, + 0x26, + 0x86, + 0x0d, + 0x01, + 0xb6, + 0x17, + 0xbc, + 0x91, + 0xea, + 0x96, + 0xc6, + 0xe2, + 0xa1, + 0x12, + 0x0e, + 0xd4, + 0x65, + 0x08, + 0x80, + 0x7e, + 0xfb, + 0x09, + 0x1a, + 0xfc, + 0x2b, + 0x39, + 0xfb, + 0x48, + 0x47, + 0x00, + 0xe6, + 0xbc, + 0xfb, + 0x8a, + 0x02, + 0x00, + 0xa9, + 0x49, + 0xfc, + 0xc6, + 0xf5, + 0xfa, + 0xa8, + 0x04, + 0x00, + 0x58, + 0xa6, + 0xfe, + 0x50, + 0xb4, + 0x06, + 0x61, + 0x6d, + 0x00, + 0x41, + 0x69, + 0xfc, + 0xfa, + 0x66, + 0x02, + 0x44, + 0xd6, + 0xfd, + 0xc1, + 0x48, + 0xfc, + 0x72, + 0x37, + 0xfd, + 0x8c, + 0x48, + 0xfb, + 0xad, + 0x9b, + 0xfa, + 0xa9, + 0x1f, + 0xfe, + 0x99, + 0xb7, + 0xff, + 0x81, + 0x8e, + 0x00, + 0x34, + 0x08, + 0x01, + 0xc5, + 0x1e, + 0xfb, + 0x69, + 0xcd, + 0xf9, + 0xf7, + 0x72, + 0xff, + 0xe8, + 0xc1, + 0xff, + 0x2c, + 0x95, + 0xfd, + 0x44, + 0x72, + 0xff, + 0x50, + 0xa5, + 0xff, + 0x62, + 0xd0, + 0xff, + 0xaa, + 0x27, + 0x00, + 0xe1, + 0x96, + 0xfe, + 0x6a, + 0xb7, + 0xfe, + 0x4e, + 0xb7, + 0xff, + 0x39, + 0xd1, + 0x00, + 0xe1, + 0x00, + 0x00, + 0xc6, + 0xda, + 0xfe, + 0xaf, + 0x6b, + 0xfe, + 0xed, + 0x65, + 0xfe, + 0x11, + 0x42, + 0xff, + 0x70, + 0x3a, + 0xff, + 0xc7, + 0xa8, + 0xff, + 0xaf, + 0x90, + 0xff, + 0x1c, + 0xfd, + 0xfe, + 0x59, + 0xf0, + 0xfe, + 0x56, + 0xee, + 0xfe, + 0x92, + 0x30, + 0xff, + 0xa2, + 0x8c, + 0xff, + 0x5f, + 0xc6, + 0xff, + 0xcf, + 0xab, + 0xff, + 0x28, + 0x18, + 0x24, + 0x4e, + 0x21, + 0x3c, + 0x7c, + 0xf1, + 0xfa, + 0x9a, + 0x04, + 0xe5, + 0x8f, + 0xd8, + 0x13, + 0xe0, + 0x0d, + 0x08, + 0x1d, + 0xae, + 0xf1, + 0xa1, + 0xd3, + 0x0d, + 0x62, + 0x07, + 0x1b, + 0x87, + 0x8b, + 0xe9, + 0x68, + 0x83, + 0xe2, + 0xab, + 0xae, + 0x0e, + 0xd0, + 0x48, + 0x06, + 0xb4, + 0x19, + 0xfc, + 0x19, + 0x9f, + 0xfc, + 0x0d, + 0x34, + 0xfb, + 0xaf, + 0x2f, + 0xff, + 0x2d, + 0xfd, + 0xfa, + 0x27, + 0x06, + 0x01, + 0x8f, + 0x9b, + 0xfb, + 0x80, + 0x72, + 0xfb, + 0xeb, + 0x6d, + 0xff, + 0xd7, + 0xbb, + 0xfd, + 0xf0, + 0xb4, + 0x08, + 0x60, + 0xcc, + 0x00, + 0x94, + 0x63, + 0xfb, + 0xa6, + 0x0a, + 0x03, + 0x7c, + 0xe9, + 0xfe, + 0x8a, + 0xa1, + 0xfb, + 0x3c, + 0x63, + 0xfd, + 0xf5, + 0xb2, + 0xfb, + 0x7a, + 0x54, + 0xf9, + 0xea, + 0xe4, + 0xfd, + 0x22, + 0x41, + 0xff, + 0xef, + 0x1e, + 0x00, + 0x5b, + 0x04, + 0x02, + 0xc1, + 0x06, + 0xfb, + 0xb5, + 0x42, + 0xf9, + 0x9e, + 0xe5, + 0xff, + 0xc9, + 0x19, + 0x00, + 0xf9, + 0x5e, + 0xfd, + 0xce, + 0x55, + 0xff, + 0xfe, + 0x8e, + 0xff, + 0xcb, + 0x84, + 0xff, + 0xab, + 0x57, + 0x00, + 0xfc, + 0x90, + 0xfe, + 0x2e, + 0x1e, + 0xfe, + 0x30, + 0xd7, + 0xff, + 0x1b, + 0xf8, + 0x00, + 0x50, + 0xe1, + 0xff, + 0xd6, + 0x0e, + 0xff, + 0x8a, + 0x59, + 0xfe, + 0x52, + 0x51, + 0xfe, + 0x77, + 0x54, + 0xff, + 0xb9, + 0x21, + 0xff, + 0xf7, + 0xa2, + 0xff, + 0x37, + 0xa4, + 0xff, + 0x86, + 0xf7, + 0xfe, + 0xeb, + 0xe5, + 0xfe, + 0x7f, + 0xce, + 0xfe, + 0x25, + 0x21, + 0xff, + 0xfa, + 0xa6, + 0xff, + 0xc8, + 0xc0, + 0xff, + 0x60, + 0xb8, + 0xff, + 0xf3, + 0xf7, + 0x25, + 0xad, + 0xe0, + 0x3d, + 0x6f, + 0xe9, + 0xf9, + 0xd7, + 0xf7, + 0xe4, + 0x39, + 0xb8, + 0x13, + 0x89, + 0x0a, + 0x06, + 0x8d, + 0xa4, + 0xef, + 0xc3, + 0x62, + 0x0d, + 0xd2, + 0xfc, + 0x1c, + 0x9c, + 0x34, + 0xea, + 0xeb, + 0xd8, + 0xe2, + 0xfa, + 0x6d, + 0x0e, + 0xa2, + 0xfc, + 0x03, + 0x97, + 0xba, + 0xfc, + 0xdc, + 0xcf, + 0xfd, + 0x84, + 0x2b, + 0xfa, + 0x93, + 0x3e, + 0xfe, + 0x9a, + 0x0a, + 0xfb, + 0x08, + 0x30, + 0x01, + 0x2c, + 0x54, + 0xfb, + 0xfb, + 0x19, + 0xfc, + 0x5e, + 0xe6, + 0xfe, + 0x7a, + 0x96, + 0xfc, + 0xb5, + 0x92, + 0x09, + 0x0d, + 0xda, + 0x01, + 0x64, + 0x37, + 0xfb, + 0x4e, + 0xe0, + 0x02, + 0x0c, + 0x50, + 0x00, + 0xee, + 0xb3, + 0xfb, + 0x02, + 0xa1, + 0xfc, + 0xc2, + 0x2f, + 0xfc, + 0xad, + 0x36, + 0xf8, + 0xbc, + 0x17, + 0xfd, + 0x57, + 0xf7, + 0xfe, + 0x47, + 0x33, + 0xff, + 0xbc, + 0x29, + 0x03, + 0x2e, + 0xe0, + 0xfb, + 0x30, + 0x9b, + 0xf8, + 0xc1, + 0x11, + 0x00, + 0x46, + 0xa2, + 0x00, + 0x38, + 0x0c, + 0xfd, + 0x28, + 0xe7, + 0xfe, + 0x83, + 0xc5, + 0xff, + 0x19, + 0x13, + 0xff, + 0xe3, + 0x1f, + 0x00, + 0xf4, + 0xdd, + 0xfe, + 0x70, + 0xac, + 0xfd, + 0x42, + 0xdb, + 0xff, + 0x23, + 0x16, + 0x01, + 0x57, + 0xc8, + 0xff, + 0x53, + 0x37, + 0xff, + 0x69, + 0x56, + 0xfe, + 0xd1, + 0x4e, + 0xfe, + 0xef, + 0x45, + 0xff, + 0x9f, + 0x26, + 0xff, + 0x7e, + 0x84, + 0xff, + 0xe8, + 0x91, + 0xff, + 0xcd, + 0x25, + 0xff, + 0x2c, + 0xcf, + 0xfe, + 0x5c, + 0xc3, + 0xfe, + 0x29, + 0x20, + 0xff, + 0x9f, + 0xa3, + 0xff, + 0x6b, + 0xd4, + 0xff, + 0x75, + 0xaf, + 0xff, + 0xa7, + 0x67, + 0x27, + 0x70, + 0x99, + 0x3f, + 0x85, + 0x4f, + 0xf9, + 0xb3, + 0x7f, + 0xe5, + 0x89, + 0x2f, + 0x14, + 0x54, + 0x29, + 0x03, + 0x33, + 0x14, + 0xee, + 0xc8, + 0xf9, + 0x0c, + 0x32, + 0x12, + 0x1d, + 0x57, + 0x6f, + 0xec, + 0xfa, + 0xf0, + 0xe3, + 0xa1, + 0x19, + 0x0d, + 0x07, + 0x09, + 0x02, + 0x4f, + 0x6c, + 0xfd, + 0xac, + 0x72, + 0xff, + 0xc9, + 0xc7, + 0xf8, + 0x3f, + 0x5b, + 0xfd, + 0xdf, + 0xec, + 0xfb, + 0xef, + 0x37, + 0x01, + 0x0a, + 0x17, + 0xfb, + 0xb0, + 0xcd, + 0xfc, + 0x99, + 0xe6, + 0xfe, + 0x05, + 0x3a, + 0xfb, + 0x5e, + 0x49, + 0x09, + 0xce, + 0x5c, + 0x03, + 0x2a, + 0x76, + 0xfc, + 0x30, + 0x41, + 0x02, + 0x57, + 0x1c, + 0x01, + 0x22, + 0xfb, + 0xfc, + 0x30, + 0x13, + 0xfb, + 0x8b, + 0xfc, + 0xfb, + 0xd2, + 0x42, + 0xf8, + 0x7d, + 0xfa, + 0xfb, + 0x48, + 0x62, + 0xfe, + 0x8c, + 0x68, + 0xfe, + 0x17, + 0x50, + 0x04, + 0xc0, + 0x6d, + 0xfd, + 0x6d, + 0x8a, + 0xf8, + 0x21, + 0x93, + 0xff, + 0x8c, + 0xb5, + 0x00, + 0x68, + 0x7e, + 0xfd, + 0x0c, + 0x63, + 0xfe, + 0xdd, + 0xad, + 0xff, + 0x98, + 0xa8, + 0xfe, + 0xb1, + 0xb2, + 0xff, + 0x82, + 0xa2, + 0xff, + 0x11, + 0x68, + 0xfd, + 0xa3, + 0x8a, + 0xff, + 0xca, + 0x5d, + 0x01, + 0xc3, + 0xc9, + 0xff, + 0x7c, + 0x45, + 0xff, + 0x63, + 0x78, + 0xfe, + 0xec, + 0x4d, + 0xfe, + 0xc6, + 0x16, + 0xff, + 0xd6, + 0x46, + 0xff, + 0x35, + 0x62, + 0xff, + 0xb0, + 0x64, + 0xff, + 0xf6, + 0x6f, + 0xff, + 0x24, + 0xd3, + 0xfe, + 0x3c, + 0xc4, + 0xfe, + 0x93, + 0x38, + 0xff, + 0xae, + 0x99, + 0xff, + 0xea, + 0xd2, + 0xff, + 0x6e, + 0xb5, + 0xff, + 0x34, + 0xc4, + 0x26, + 0x16, + 0x96, + 0x40, + 0x41, + 0xb2, + 0xfc, + 0xa4, + 0x7e, + 0xe5, + 0x24, + 0x26, + 0x12, + 0x3d, + 0x3e, + 0x03, + 0xcd, + 0x1d, + 0xec, + 0x64, + 0xa3, + 0x09, + 0x6e, + 0xf5, + 0x1d, + 0xf9, + 0x14, + 0xf0, + 0xb0, + 0xc0, + 0xe4, + 0xf4, + 0xb5, + 0x0a, + 0xd2, + 0x71, + 0x00, + 0x27, + 0x6c, + 0xfe, + 0xe5, + 0x75, + 0x00, + 0xb8, + 0xc6, + 0xf7, + 0x08, + 0xb4, + 0xfc, + 0x0a, + 0x8a, + 0xfc, + 0xed, + 0xbf, + 0x01, + 0xc2, + 0xa2, + 0xfa, + 0x38, + 0xe5, + 0xfc, + 0x0b, + 0xfa, + 0xff, + 0xf4, + 0x86, + 0xf9, + 0x9f, + 0x41, + 0x07, + 0x02, + 0xa3, + 0x05, + 0xbe, + 0x00, + 0xff, + 0x83, + 0xe7, + 0x00, + 0x3f, + 0x29, + 0x01, + 0x38, + 0xc1, + 0xfe, + 0xd8, + 0x28, + 0xf9, + 0x9b, + 0xd5, + 0xfb, + 0x8e, + 0x0f, + 0xf9, + 0x37, + 0x2e, + 0xfa, + 0x08, + 0x4c, + 0xfe, + 0xc5, + 0x95, + 0xfd, + 0x74, + 0x3a, + 0x04, + 0xdf, + 0x63, + 0x00, + 0xc1, + 0x1a, + 0xf9, + 0x10, + 0x7a, + 0xfd, + 0x6d, + 0xac, + 0x00, + 0xe8, + 0x00, + 0xff, + 0x7a, + 0x8e, + 0xfd, + 0xc3, + 0xc8, + 0xfe, + 0x7a, + 0xb1, + 0xfe, + 0xf8, + 0x61, + 0xff, + 0xba, + 0x34, + 0x00, + 0x2a, + 0x58, + 0xfd, + 0xc5, + 0x0f, + 0xff, + 0x8d, + 0x97, + 0x01, + 0x39, + 0xd4, + 0xff, + 0xb2, + 0x59, + 0xff, + 0x82, + 0xac, + 0xfe, + 0xec, + 0x4b, + 0xfe, + 0x0b, + 0xc9, + 0xfe, + 0xb0, + 0x37, + 0xff, + 0xdb, + 0x65, + 0xff, + 0xaa, + 0x38, + 0xff, + 0xb5, + 0xb0, + 0xff, + 0x2c, + 0xea, + 0xfe, + 0x63, + 0xbb, + 0xfe, + 0x7f, + 0x6b, + 0xff, + 0x3b, + 0x74, + 0xff, + 0xe8, + 0xc8, + 0xff, + 0x29, + 0xcc, + 0xff, + 0x79, + 0xd9, + 0x24, + 0xb8, + 0x8a, + 0x40, + 0x84, + 0xb8, + 0x02, + 0x8a, + 0x5d, + 0xe6, + 0xeb, + 0xec, + 0x0d, + 0x30, + 0xf8, + 0x04, + 0xa3, + 0x1f, + 0xeb, + 0xa2, + 0x7f, + 0x03, + 0x96, + 0xc9, + 0x1e, + 0x9c, + 0x7a, + 0xf5, + 0x6f, + 0xe7, + 0xe4, + 0x7e, + 0x1a, + 0x08, + 0x89, + 0xa0, + 0xff, + 0xef, + 0x5e, + 0xfe, + 0x73, + 0xad, + 0x01, + 0xe3, + 0xb4, + 0xf7, + 0x18, + 0xb8, + 0xfb, + 0x79, + 0x85, + 0xfd, + 0x63, + 0x0a, + 0x02, + 0x8e, + 0x3b, + 0xfa, + 0x70, + 0x1b, + 0xfd, + 0xf3, + 0xd3, + 0x00, + 0x19, + 0xbd, + 0xf8, + 0x65, + 0x8c, + 0x04, + 0x8c, + 0xd3, + 0x06, + 0xfa, + 0x82, + 0x02, + 0x58, + 0xfd, + 0xff, + 0x5b, + 0x92, + 0xff, + 0xfc, + 0x8c, + 0x00, + 0x91, + 0x01, + 0xf9, + 0x45, + 0xdc, + 0xfa, + 0xa8, + 0xe0, + 0xf9, + 0x8f, + 0x89, + 0xf9, + 0x64, + 0xd2, + 0xfd, + 0xe5, + 0x0c, + 0xfd, + 0xca, + 0x75, + 0x03, + 0x43, + 0x7e, + 0x02, + 0x43, + 0xda, + 0xfa, + 0xd6, + 0xd0, + 0xfb, + 0x30, + 0x9d, + 0xff, + 0x28, + 0x39, + 0x00, + 0xce, + 0x5a, + 0xfd, + 0xb7, + 0xf5, + 0xfd, + 0x1b, + 0xdc, + 0xfe, + 0x63, + 0xd6, + 0xfe, + 0x15, + 0x51, + 0x00, + 0xae, + 0x1a, + 0xfe, + 0x9f, + 0x75, + 0xfe, + 0x03, + 0x33, + 0x01, + 0x68, + 0x54, + 0x00, + 0xad, + 0x6c, + 0xff, + 0x68, + 0xd9, + 0xfe, + 0x75, + 0x62, + 0xfe, + 0x23, + 0x56, + 0xfe, + 0x26, + 0x1b, + 0xff, + 0xb8, + 0x7c, + 0xff, + 0x51, + 0x3f, + 0xff, + 0x09, + 0xc0, + 0xff, + 0xa5, + 0x10, + 0xff, + 0xbe, + 0xd1, + 0xfe, + 0x7e, + 0x60, + 0xff, + 0x68, + 0x86, + 0xff, + 0x53, + 0xbe, + 0xff, + 0xbb, + 0xcc, + 0xff, + 0x5c, + 0xf1, + 0x22, + 0xb6, + 0x63, + 0x40, + 0x2f, + 0x84, + 0x07, + 0x63, + 0x56, + 0xe8, + 0xb8, + 0x89, + 0x0b, + 0x5f, + 0x35, + 0x04, + 0x05, + 0x94, + 0xeb, + 0xf6, + 0x83, + 0xfe, + 0xc3, + 0x2b, + 0x1c, + 0x47, + 0x8e, + 0xfc, + 0x98, + 0x2b, + 0xe5, + 0x14, + 0xfd, + 0x04, + 0x98, + 0x71, + 0x00, + 0xd0, + 0x7b, + 0xfc, + 0x6a, + 0x75, + 0x03, + 0x5c, + 0xb6, + 0xf8, + 0xdc, + 0x69, + 0xfa, + 0x26, + 0x85, + 0xfe, + 0x05, + 0x06, + 0x02, + 0x36, + 0x58, + 0xfa, + 0x05, + 0xf8, + 0xfc, + 0xad, + 0xdc, + 0x01, + 0x91, + 0xb0, + 0xf8, + 0x02, + 0x6e, + 0x02, + 0x57, + 0x7d, + 0x06, + 0xd5, + 0x0f, + 0x04, + 0x33, + 0x21, + 0x01, + 0x9a, + 0xbc, + 0xfd, + 0x5c, + 0x74, + 0x01, + 0xc1, + 0x74, + 0xfa, + 0x2e, + 0x9e, + 0xf9, + 0x0a, + 0xda, + 0xfa, + 0xf9, + 0x91, + 0xf9, + 0x93, + 0xb3, + 0xfd, + 0x2d, + 0xb5, + 0xfc, + 0x40, + 0x60, + 0x01, + 0x75, + 0x68, + 0x03, + 0x07, + 0xc7, + 0xfd, + 0x0c, + 0xce, + 0xfb, + 0x0b, + 0xce, + 0xfc, + 0x17, + 0x47, + 0x00, + 0xd3, + 0xfc, + 0xfe, + 0x6e, + 0x60, + 0xfd, + 0x1d, + 0x6f, + 0xfe, + 0xef, + 0x64, + 0xfe, + 0x13, + 0x52, + 0x00, + 0x5c, + 0xee, + 0xfe, + 0xec, + 0x17, + 0xfe, + 0x6a, + 0x87, + 0x00, + 0x79, + 0x9c, + 0x00, + 0x30, + 0x09, + 0x00, + 0xa4, + 0xbd, + 0xfe, + 0xed, + 0x3c, + 0xfe, + 0x2f, + 0x61, + 0xfe, + 0x91, + 0xc9, + 0xfe, + 0x7e, + 0xba, + 0xff, + 0x12, + 0x65, + 0xff, + 0x3a, + 0x9b, + 0xff, + 0xc7, + 0x53, + 0xff, + 0x75, + 0xcd, + 0xfe, + 0x7d, + 0x60, + 0xff, + 0x31, + 0x98, + 0xff, + 0xc2, + 0xbf, + 0xff, + 0x2e, + 0xea, + 0xff, + 0xc5, + 0xda, + 0x20, + 0x3f, + 0xbb, + 0x40, + 0x6e, + 0xd5, + 0x0a, + 0x10, + 0xbc, + 0xe9, + 0xcc, + 0x0d, + 0x0d, + 0x38, + 0x05, + 0x01, + 0xe8, + 0x86, + 0xea, + 0x72, + 0xdf, + 0xfd, + 0x14, + 0xf0, + 0x15, + 0x8b, + 0x7a, + 0x02, + 0x4a, + 0x3b, + 0xe8, + 0x9c, + 0x5c, + 0x00, + 0x05, + 0xaa, + 0x01, + 0xfe, + 0xe9, + 0xfa, + 0xb0, + 0xed, + 0x04, + 0xa6, + 0x06, + 0xfa, + 0x59, + 0xd8, + 0xf9, + 0x05, + 0xc8, + 0xfe, + 0x8c, + 0x2d, + 0x01, + 0xf5, + 0x56, + 0xfc, + 0x17, + 0x88, + 0xfb, + 0x18, + 0x0c, + 0x03, + 0x90, + 0x60, + 0xfa, + 0x4c, + 0x63, + 0xff, + 0xcf, + 0x29, + 0x05, + 0x74, + 0x0c, + 0x03, + 0x8b, + 0x17, + 0x04, + 0xc1, + 0xc1, + 0xfd, + 0x13, + 0xf7, + 0xff, + 0x13, + 0x99, + 0xfd, + 0x99, + 0xde, + 0xf8, + 0x15, + 0x05, + 0xfb, + 0x21, + 0x3b, + 0xfb, + 0x7a, + 0x25, + 0xfd, + 0x79, + 0x6f, + 0xfb, + 0x99, + 0x93, + 0xff, + 0x7e, + 0x3e, + 0x04, + 0x2d, + 0x86, + 0xff, + 0x87, + 0x48, + 0xfc, + 0xfe, + 0x6b, + 0xfb, + 0xfc, + 0xfb, + 0xfe, + 0x9b, + 0x6a, + 0x00, + 0xaa, + 0xb5, + 0xfd, + 0xe2, + 0xe0, + 0xfd, + 0x2e, + 0x58, + 0xfe, + 0x5f, + 0xbf, + 0xff, + 0x4a, + 0x6f, + 0xff, + 0xf3, + 0x5f, + 0xfe, + 0xb5, + 0xd1, + 0xff, + 0x44, + 0x98, + 0x00, + 0xa5, + 0x6e, + 0x00, + 0x87, + 0xd9, + 0xfe, + 0x03, + 0x11, + 0xfe, + 0x38, + 0x71, + 0xfe, + 0x7d, + 0xd7, + 0xfe, + 0x34, + 0xd0, + 0xff, + 0x02, + 0xa0, + 0xff, + 0xbe, + 0x73, + 0xff, + 0x80, + 0x5f, + 0xff, + 0xd7, + 0xfb, + 0xfe, + 0x2c, + 0x40, + 0xff, + 0x52, + 0xae, + 0xff, + 0x5a, + 0xdd, + 0xff, + 0x00, + 0xdd, + 0xff, + 0xc8, + 0xde, + 0x21, + 0x5c, + 0xe2, + 0x40, + 0xe0, + 0x86, + 0x08, + 0x23, + 0xc2, + 0xec, + 0x5c, + 0x4a, + 0x11, + 0x18, + 0x42, + 0xfb, + 0xd5, + 0x89, + 0xe8, + 0x2a, + 0x6b, + 0x00, + 0x4b, + 0x52, + 0x10, + 0xd5, + 0x2c, + 0x03, + 0x15, + 0xab, + 0xed, + 0x15, + 0x4f, + 0xfd, + 0x0c, + 0x1b, + 0x00, + 0x10, + 0xcf, + 0xfc, + 0x3b, + 0xfc, + 0x04, + 0x41, + 0x47, + 0xfa, + 0xd1, + 0x0b, + 0xfb, + 0x5e, + 0xdc, + 0xfd, + 0x5c, + 0x7a, + 0x00, + 0x96, + 0xa8, + 0xfe, + 0x94, + 0xbe, + 0xfa, + 0xc8, + 0x40, + 0x03, + 0x90, + 0x6c, + 0xfc, + 0x05, + 0x45, + 0xfc, + 0xbf, + 0x9d, + 0x02, + 0x66, + 0xf0, + 0x02, + 0x4b, + 0x63, + 0x05, + 0x8b, + 0x8f, + 0xff, + 0x4c, + 0x69, + 0xff, + 0xab, + 0x46, + 0xfe, + 0x13, + 0x99, + 0xfa, + 0xdb, + 0x68, + 0xfb, + 0x57, + 0x21, + 0xfb, + 0x78, + 0xed, + 0xfc, + 0xe2, + 0x3c, + 0xfb, + 0x64, + 0x8d, + 0xfe, + 0x2b, + 0xdd, + 0x02, + 0x46, + 0x1f, + 0x00, + 0xad, + 0x31, + 0xfe, + 0x52, + 0x16, + 0xfb, + 0x17, + 0x25, + 0xfd, + 0x3b, + 0x9c, + 0x00, + 0x84, + 0xf7, + 0xfe, + 0x13, + 0xe2, + 0xfd, + 0xde, + 0xb9, + 0xfd, + 0xb5, + 0x72, + 0xff, + 0x88, + 0x7a, + 0xff, + 0xf0, + 0xa8, + 0xfe, + 0x03, + 0xc9, + 0xff, + 0x26, + 0x20, + 0x00, + 0xe0, + 0x56, + 0x00, + 0xf1, + 0x12, + 0xff, + 0xb2, + 0x11, + 0xfe, + 0x9d, + 0xaf, + 0xfe, + 0x80, + 0x0c, + 0xff, + 0xc6, + 0xce, + 0xff, + 0xf6, + 0xcc, + 0xff, + 0x4e, + 0x5f, + 0xff, + 0xe4, + 0x56, + 0xff, + 0x72, + 0x11, + 0xff, + 0x32, + 0x4e, + 0xff, + 0x4f, + 0xb7, + 0xff, + 0x3c, + 0xb8, + 0xff, + 0xbe, + 0xf8, + 0xff, + 0x96, + 0x95, + 0x22, + 0x64, + 0x54, + 0x40, + 0xaa, + 0x02, + 0x07, + 0x77, + 0xf6, + 0xef, + 0x4e, + 0xfe, + 0x13, + 0xbd, + 0xe1, + 0xf6, + 0x7b, + 0x07, + 0xe7, + 0x39, + 0x8e, + 0x01, + 0x26, + 0x75, + 0x0b, + 0xdc, + 0x84, + 0x03, + 0x1d, + 0xc7, + 0xf2, + 0xa7, + 0x6f, + 0xfa, + 0x54, + 0xa9, + 0xfe, + 0x9d, + 0xe4, + 0xff, + 0x79, + 0x58, + 0x04, + 0x28, + 0xd0, + 0xf9, + 0x76, + 0xf6, + 0xfc, + 0xc4, + 0xe1, + 0xfc, + 0x28, + 0x5a, + 0xff, + 0x96, + 0xd9, + 0x01, + 0xbd, + 0x28, + 0xfa, + 0x6e, + 0xf5, + 0x00, + 0x63, + 0x9f, + 0xfe, + 0x0e, + 0xd4, + 0xfa, + 0xcf, + 0x70, + 0xff, + 0xa6, + 0xcc, + 0x02, + 0x57, + 0x44, + 0x06, + 0xc9, + 0x81, + 0x01, + 0x14, + 0x31, + 0x00, + 0x61, + 0xc7, + 0xfe, + 0x98, + 0xf1, + 0xfb, + 0x2e, + 0x59, + 0xfb, + 0x16, + 0xdd, + 0xfa, + 0xe2, + 0xac, + 0xfd, + 0x37, + 0x49, + 0xfb, + 0xa6, + 0xbd, + 0xfc, + 0x85, + 0x0b, + 0x01, + 0x5d, + 0xad, + 0x00, + 0x28, + 0xbd, + 0xff, + 0x56, + 0x76, + 0xfb, + 0xe0, + 0x2f, + 0xfc, + 0xa4, + 0xcd, + 0xff, + 0xb1, + 0xcc, + 0xff, + 0xac, + 0x73, + 0xfe, + 0xb0, + 0x62, + 0xfd, + 0xba, + 0x10, + 0xff, + 0x4a, + 0x0d, + 0xff, + 0x3b, + 0x08, + 0xff, + 0x58, + 0xfb, + 0xff, + 0x92, + 0xa5, + 0xff, + 0x01, + 0xe9, + 0xff, + 0xe5, + 0x2e, + 0xff, + 0x13, + 0x99, + 0xfe, + 0xdc, + 0xdd, + 0xfe, + 0x4d, + 0x49, + 0xff, + 0xc1, + 0xca, + 0xff, + 0xbb, + 0xc0, + 0xff, + 0x94, + 0x91, + 0xff, + 0x20, + 0x39, + 0xff, + 0x63, + 0x35, + 0xff, + 0xfd, + 0x6b, + 0xff, + 0x6b, + 0x85, + 0xff, + 0xd0, + 0x9f, + 0xff, + 0x46, + 0xfa, + 0xff, + 0x4d, + 0xc8, + 0x1f, + 0x22, + 0x31, + 0x3f, + 0x87, + 0x92, + 0x0b, + 0x89, + 0xc0, + 0xf0, + 0xb1, + 0xce, + 0x13, + 0x0e, + 0x29, + 0xf8, + 0xb2, + 0x04, + 0xe5, + 0x5a, + 0x88, + 0xff, + 0x43, + 0x72, + 0x07, + 0x07, + 0x11, + 0x05, + 0xb1, + 0x48, + 0xf7, + 0xa7, + 0x7d, + 0xf7, + 0xee, + 0x9f, + 0xfe, + 0xb4, + 0x97, + 0x01, + 0x05, + 0x65, + 0x04, + 0x1e, + 0xd1, + 0xf9, + 0xfd, + 0x53, + 0xfd, + 0x4b, + 0x2a, + 0xfe, + 0xf5, + 0x7c, + 0xfd, + 0xac, + 0x1e, + 0x03, + 0xdf, + 0xf3, + 0xfa, + 0x4c, + 0x98, + 0xfd, + 0x48, + 0x8d, + 0xff, + 0x47, + 0x36, + 0xfc, + 0xc4, + 0xd7, + 0xfd, + 0x3f, + 0x3e, + 0x00, + 0x57, + 0x55, + 0x06, + 0x8a, + 0xb7, + 0x04, + 0x8a, + 0x4a, + 0x02, + 0x6e, + 0xd8, + 0xfd, + 0xaa, + 0xc2, + 0xfb, + 0x98, + 0x4e, + 0xfe, + 0x81, + 0x30, + 0xfa, + 0x8a, + 0x7b, + 0xfc, + 0xa3, + 0xb3, + 0xfc, + 0x48, + 0xc1, + 0xfb, + 0x79, + 0x20, + 0xff, + 0x15, + 0x35, + 0xff, + 0x01, + 0x15, + 0x01, + 0x58, + 0x98, + 0xfd, + 0x3d, + 0xd9, + 0xfb, + 0x70, + 0x6a, + 0xfe, + 0x99, + 0x07, + 0xff, + 0x7c, + 0x29, + 0x00, + 0x7c, + 0xb9, + 0xfd, + 0x3a, + 0xdb, + 0xfd, + 0x32, + 0xe2, + 0xfe, + 0xa2, + 0x0d, + 0xff, + 0xb0, + 0x5e, + 0x00, + 0x37, + 0x47, + 0xff, + 0xdf, + 0x74, + 0xff, + 0x75, + 0x56, + 0xff, + 0xdd, + 0x13, + 0xff, + 0x74, + 0x60, + 0xff, + 0xe8, + 0x37, + 0xff, + 0x2a, + 0xcd, + 0xff, + 0x1f, + 0xb8, + 0xff, + 0xc8, + 0xc9, + 0xff, + 0xf2, + 0x73, + 0xff, + 0xae, + 0x17, + 0xff, + 0x8b, + 0x71, + 0xff, + 0xdf, + 0x63, + 0xff, + 0x4f, + 0x8e, + 0xff, + 0x4b, + 0xf9, + 0xff, + 0xbb, + 0x10, + 0x1d, + 0x98, + 0x9b, + 0x3d, + 0x5f, + 0xc5, + 0x0f, + 0x2e, + 0xcc, + 0xf1, + 0x3e, + 0xfe, + 0x12, + 0xd8, + 0x1f, + 0xfa, + 0xe3, + 0x52, + 0xe4, + 0x7e, + 0xd0, + 0xfc, + 0xf7, + 0x53, + 0x03, + 0x71, + 0x84, + 0x06, + 0x90, + 0xff, + 0xfb, + 0x7b, + 0x03, + 0xf5, + 0xb1, + 0x8b, + 0xfe, + 0x0c, + 0xb4, + 0x03, + 0xdd, + 0xb6, + 0x03, + 0x76, + 0x7f, + 0xfa, + 0x78, + 0x09, + 0xfe, + 0x37, + 0x78, + 0xfe, + 0x69, + 0x21, + 0xfc, + 0xa3, + 0xf3, + 0x02, + 0xfa, + 0x95, + 0xfb, + 0xf9, + 0xa5, + 0xfb, + 0xa1, + 0x9c, + 0xff, + 0xa3, + 0x66, + 0xfe, + 0x84, + 0x0b, + 0xfe, + 0xdb, + 0xdd, + 0xfd, + 0x7a, + 0x49, + 0x06, + 0xe4, + 0x8a, + 0x05, + 0xd1, + 0xf9, + 0x02, + 0xd5, + 0x78, + 0x00, + 0xe1, + 0xf8, + 0xfa, + 0xe6, + 0xe8, + 0xfe, + 0x91, + 0x7e, + 0xfb, + 0x4e, + 0x41, + 0xfb, + 0xd6, + 0x00, + 0xfe, + 0x53, + 0x5e, + 0xfb, + 0x09, + 0xfc, + 0xfd, + 0xe6, + 0x64, + 0xfd, + 0xdf, + 0x1d, + 0x00, + 0xe5, + 0x96, + 0x00, + 0xf9, + 0x9d, + 0xfc, + 0xfb, + 0x9a, + 0xfd, + 0x42, + 0x92, + 0xfd, + 0xe3, + 0x71, + 0x00, + 0xea, + 0x75, + 0xff, + 0xb4, + 0xc8, + 0xfc, + 0xf9, + 0x85, + 0xfe, + 0xaa, + 0xf0, + 0xfe, + 0x14, + 0x59, + 0x00, + 0x06, + 0xa6, + 0xff, + 0xd0, + 0xff, + 0xfe, + 0x00, + 0x7c, + 0xff, + 0x19, + 0x69, + 0xff, + 0x09, + 0xed, + 0xff, + 0x30, + 0x33, + 0xff, + 0x7d, + 0xa3, + 0xff, + 0x09, + 0x18, + 0x00, + 0xa0, + 0xd7, + 0xff, + 0x1d, + 0xaa, + 0xff, + 0xf7, + 0x13, + 0xff, + 0xf4, + 0x39, + 0xff, + 0xc6, + 0x7b, + 0xff, + 0x16, + 0x8e, + 0xff, + 0x60, + 0xdb, + 0xff, + 0x2f, + 0x0d, + 0x1f, + 0x55, + 0xf7, + 0x3b, + 0x34, + 0x80, + 0x0b, + 0x84, + 0x62, + 0xf6, + 0xa7, + 0xb1, + 0x13, + 0x54, + 0xf9, + 0xf5, + 0x02, + 0xaf, + 0xe7, + 0x3e, + 0xa0, + 0xfa, + 0x67, + 0xe3, + 0xfe, + 0xfe, + 0xf4, + 0x08, + 0x33, + 0x45, + 0xfe, + 0xed, + 0x49, + 0xf4, + 0x1c, + 0xf7, + 0xfd, + 0x7c, + 0x96, + 0x06, + 0x25, + 0x6e, + 0x03, + 0x2a, + 0x64, + 0xf9, + 0x6b, + 0x1a, + 0xff, + 0x38, + 0x40, + 0xfd, + 0x40, + 0x5e, + 0xfc, + 0x55, + 0xb4, + 0x01, + 0x78, + 0x9a, + 0xfa, + 0x79, + 0x79, + 0xfd, + 0x59, + 0xb1, + 0xfe, + 0x25, + 0xa3, + 0xfe, + 0x3c, + 0x13, + 0x01, + 0xae, + 0x31, + 0xfe, + 0x92, + 0x28, + 0x03, + 0x4b, + 0x02, + 0x04, + 0x82, + 0xd9, + 0x04, + 0xbb, + 0xb8, + 0x02, + 0x39, + 0x7a, + 0xfa, + 0x65, + 0xc4, + 0xfd, + 0x79, + 0xd3, + 0xfd, + 0x80, + 0xe5, + 0xfb, + 0xd9, + 0xaf, + 0xfc, + 0x63, + 0x2a, + 0xfc, + 0xee, + 0xef, + 0xfd, + 0xf9, + 0x12, + 0xfc, + 0x46, + 0x7b, + 0xfe, + 0x20, + 0xd9, + 0x00, + 0x86, + 0x89, + 0xfe, + 0xf1, + 0x24, + 0xfe, + 0xbb, + 0xbf, + 0xfc, + 0xd4, + 0xfb, + 0xfe, + 0xf9, + 0x2c, + 0x00, + 0x84, + 0xe4, + 0xfd, + 0x5a, + 0xac, + 0xfd, + 0xdc, + 0x91, + 0xfe, + 0xf9, + 0x27, + 0x00, + 0xc4, + 0xd3, + 0xff, + 0xa1, + 0x6a, + 0xff, + 0x4f, + 0x7c, + 0xff, + 0x11, + 0x69, + 0xff, + 0x87, + 0xfb, + 0xff, + 0xdd, + 0x93, + 0xff, + 0x6e, + 0xb6, + 0xff, + 0x30, + 0x3c, + 0x00, + 0xca, + 0xf2, + 0xff, + 0x10, + 0x70, + 0xff, + 0xa2, + 0x2d, + 0xff, + 0x87, + 0x39, + 0xff, + 0x57, + 0x63, + 0xff, + 0xf7, + 0x8a, + 0xff, + 0xeb, + 0xbe, + 0xff, + 0x5b, + 0x76, + 0x1c, + 0xda, + 0x4f, + 0x39, + 0x59, + 0x94, + 0x0e, + 0xbf, + 0xc7, + 0xf8, + 0xdb, + 0x6a, + 0x11, + 0x5f, + 0x21, + 0xf7, + 0x1b, + 0x42, + 0xeb, + 0x8d, + 0x7b, + 0xf6, + 0xb3, + 0x1f, + 0xf9, + 0x35, + 0x28, + 0x0d, + 0x33, + 0xf2, + 0x01, + 0x3e, + 0x83, + 0xf1, + 0x07, + 0xb4, + 0xfe, + 0x1c, + 0xa1, + 0x08, + 0xd2, + 0x6f, + 0x02, + 0x1e, + 0x7f, + 0xf9, + 0x88, + 0x14, + 0xff, + 0xa1, + 0x68, + 0xfb, + 0xc4, + 0xc0, + 0xfc, + 0xc9, + 0x85, + 0x02, + 0xc0, + 0x8d, + 0xf8, + 0xab, + 0x54, + 0xfe, + 0xe1, + 0x62, + 0x01, + 0x2a, + 0x33, + 0xfd, + 0x84, + 0x27, + 0x02, + 0xd7, + 0xd9, + 0x00, + 0x40, + 0x1c, + 0x00, + 0xa0, + 0xf4, + 0x01, + 0x64, + 0xe4, + 0x04, + 0xc2, + 0x25, + 0x03, + 0x60, + 0x4c, + 0xfd, + 0x66, + 0xeb, + 0xfd, + 0x8d, + 0x41, + 0xfd, + 0x8b, + 0x99, + 0xfd, + 0xd5, + 0xd3, + 0xfc, + 0x87, + 0x61, + 0xfb, + 0x4b, + 0x8f, + 0xfe, + 0xa3, + 0xa6, + 0xfc, + 0x10, + 0x6b, + 0xfc, + 0xb8, + 0xe0, + 0xfe, + 0x5b, + 0x7c, + 0xff, + 0x68, + 0x31, + 0x00, + 0x4b, + 0x59, + 0xfd, + 0x76, + 0x22, + 0xfd, + 0xe2, + 0x3f, + 0xff, + 0x8d, + 0x58, + 0xff, + 0x57, + 0x6e, + 0xfe, + 0x9d, + 0xa9, + 0xfd, + 0x9f, + 0x3a, + 0xff, + 0x3c, + 0x21, + 0x00, + 0x0a, + 0x58, + 0x00, + 0x07, + 0xd2, + 0xff, + 0x45, + 0xd5, + 0xfe, + 0xfc, + 0xd4, + 0xff, + 0xa7, + 0x47, + 0x00, + 0x52, + 0xd8, + 0xff, + 0x02, + 0x24, + 0x00, + 0x77, + 0xfe, + 0xff, + 0xa4, + 0x5c, + 0xff, + 0xd9, + 0x62, + 0xff, + 0xcc, + 0x2d, + 0xff, + 0x85, + 0x21, + 0xff, + 0xed, + 0x90, + 0xff, + 0x81, + 0xd8, + 0xff, + 0x4f, + 0xfd, + 0x1c, + 0x4d, + 0x27, + 0x37, + 0x90, + 0x85, + 0x0c, + 0x3c, + 0x39, + 0xfc, + 0xf9, + 0xa6, + 0x0f, + 0xac, + 0x77, + 0xf4, + 0xdd, + 0x61, + 0xf1, + 0xd9, + 0x03, + 0xf5, + 0x77, + 0xc3, + 0xf2, + 0x2b, + 0x42, + 0x10, + 0x5e, + 0xe8, + 0x05, + 0x72, + 0x1f, + 0xf0, + 0x3b, + 0x69, + 0xfe, + 0x4d, + 0x70, + 0x0a, + 0xbd, + 0x17, + 0x01, + 0xe0, + 0x92, + 0xf8, + 0xcf, + 0x16, + 0xff, + 0xc5, + 0x78, + 0xfa, + 0xd9, + 0x36, + 0xfe, + 0xfd, + 0xf1, + 0x01, + 0xe5, + 0x4d, + 0xf7, + 0xfa, + 0x9f, + 0x00, + 0x1f, + 0x20, + 0x03, + 0x31, + 0x41, + 0xfc, + 0x17, + 0x8e, + 0x01, + 0x06, + 0x55, + 0x03, + 0xe1, + 0x35, + 0x00, + 0x9c, + 0x31, + 0xff, + 0xbb, + 0x2a, + 0x03, + 0xfb, + 0x6e, + 0x02, + 0x67, + 0x0c, + 0x00, + 0xee, + 0xed, + 0xff, + 0x25, + 0x15, + 0xfc, + 0xeb, + 0x6c, + 0xfe, + 0xef, + 0x3c, + 0xfe, + 0xfd, + 0x9e, + 0xfa, + 0xf5, + 0x61, + 0xfe, + 0x8e, + 0x46, + 0xfe, + 0xb7, + 0xd6, + 0xfb, + 0x06, + 0x0b, + 0xfc, + 0x30, + 0x92, + 0xfe, + 0xa1, + 0x5e, + 0x01, + 0xd0, + 0x2e, + 0xff, + 0x4e, + 0x84, + 0xfd, + 0xdd, + 0x77, + 0xfd, + 0x45, + 0xf2, + 0xfe, + 0x02, + 0xf9, + 0xff, + 0x5e, + 0xbe, + 0xfd, + 0xff, + 0x56, + 0xfe, + 0x44, + 0x2c, + 0x00, + 0x83, + 0xa8, + 0x00, + 0x96, + 0x2c, + 0x00, + 0x55, + 0x01, + 0xff, + 0x46, + 0x8e, + 0xff, + 0x65, + 0x44, + 0x00, + 0x0d, + 0x46, + 0x00, + 0xd8, + 0x15, + 0x00, + 0x3d, + 0xc4, + 0xff, + 0x63, + 0xb7, + 0xff, + 0x08, + 0x46, + 0xff, + 0x6e, + 0xf8, + 0xfe, + 0x3a, + 0x3c, + 0xff, + 0xa2, + 0x78, + 0xff, + 0x55, + 0x09, + 0x00, + 0x01, + 0x43, + 0x1f, + 0x0f, + 0x66, + 0x37, + 0xc6, + 0x54, + 0x06, + 0xd1, + 0x82, + 0xfb, + 0x2c, + 0x18, + 0x13, + 0x65, + 0xe7, + 0xf1, + 0xdb, + 0x5e, + 0xf1, + 0x4e, + 0x84, + 0xf7, + 0xb2, + 0x35, + 0xf2, + 0x21, + 0x9e, + 0x0f, + 0x9b, + 0x73, + 0x06, + 0xd9, + 0xf6, + 0xf1, + 0x3d, + 0x85, + 0xfe, + 0x94, + 0x7d, + 0x09, + 0xf7, + 0xc7, + 0x00, + 0xa1, + 0x38, + 0xf7, + 0x60, + 0xf5, + 0xfe, + 0x23, + 0x95, + 0xfb, + 0xcc, + 0x8e, + 0xfe, + 0xdb, + 0x2c, + 0x02, + 0xb1, + 0xba, + 0xf7, + 0xc0, + 0xbb, + 0x00, + 0x6d, + 0x9c, + 0x03, + 0xdc, + 0x72, + 0xfd, + 0x87, + 0xe3, + 0x01, + 0x22, + 0xd3, + 0x02, + 0x75, + 0x30, + 0x00, + 0xbd, + 0xc4, + 0xfe, + 0x3b, + 0x98, + 0x01, + 0x9d, + 0xc7, + 0x01, + 0xd6, + 0x3c, + 0x00, + 0x3d, + 0x54, + 0x01, + 0x17, + 0x27, + 0xfe, + 0xb5, + 0x64, + 0xfd, + 0x85, + 0xd4, + 0xfe, + 0x8f, + 0xc9, + 0xfc, + 0x0c, + 0xec, + 0xfc, + 0xa8, + 0x71, + 0xfe, + 0x1a, + 0xad, + 0xfc, + 0x79, + 0x7b, + 0xfa, + 0xe0, + 0x46, + 0xfd, + 0xa5, + 0xb8, + 0x00, + 0xad, + 0x58, + 0x00, + 0xc8, + 0x3e, + 0xff, + 0x31, + 0xb0, + 0xfd, + 0x74, + 0xac, + 0xfd, + 0x98, + 0x74, + 0xff, + 0x67, + 0x26, + 0xff, + 0x2d, + 0x9f, + 0xfe, + 0xe2, + 0xc0, + 0xff, + 0xfc, + 0x60, + 0x00, + 0x1d, + 0x0a, + 0x00, + 0xa5, + 0xb7, + 0xff, + 0x29, + 0xa6, + 0xff, + 0x8d, + 0xd0, + 0xff, + 0x4c, + 0x24, + 0x00, + 0xf0, + 0x72, + 0x00, + 0x10, + 0xfa, + 0xff, + 0xb0, + 0x8b, + 0xff, + 0x82, + 0x38, + 0xff, + 0xe1, + 0xd7, + 0xfe, + 0x21, + 0x81, + 0xff, + 0x19, + 0xa1, + 0xff, + 0x95, + 0xc2, + 0xff, + 0x6e, + 0x0f, + 0x1f, + 0x23, + 0x76, + 0x37, + 0xcd, + 0x10, + 0x02, + 0x7e, + 0x5c, + 0xf8, + 0x8c, + 0x09, + 0x1a, + 0xef, + 0xd2, + 0xf0, + 0x79, + 0x67, + 0xeb, + 0xb4, + 0xeb, + 0xfd, + 0x9b, + 0xb9, + 0xf3, + 0x61, + 0x46, + 0x0b, + 0xea, + 0x02, + 0x08, + 0xb4, + 0x5d, + 0xf3, + 0x9d, + 0x82, + 0xfc, + 0x31, + 0x8a, + 0x08, + 0x8e, + 0xd2, + 0x02, + 0xbd, + 0x67, + 0xf5, + 0x86, + 0x69, + 0xfd, + 0x72, + 0x89, + 0xfe, + 0x56, + 0xa2, + 0xfe, + 0xf1, + 0x35, + 0x02, + 0x13, + 0x89, + 0xf8, + 0x52, + 0x61, + 0xff, + 0xbc, + 0xd6, + 0x03, + 0x68, + 0x2c, + 0xff, + 0xd7, + 0x94, + 0x01, + 0x33, + 0x6c, + 0x01, + 0x7e, + 0xaa, + 0x00, + 0xda, + 0xfb, + 0xfe, + 0x76, + 0xfe, + 0xff, + 0x8c, + 0x64, + 0x01, + 0x10, + 0x00, + 0x00, + 0x85, + 0x07, + 0x01, + 0x3f, + 0x89, + 0x00, + 0x3d, + 0xec, + 0xfd, + 0x4d, + 0xc9, + 0xfd, + 0x04, + 0x16, + 0xff, + 0x58, + 0x3f, + 0xfd, + 0x80, + 0x3f, + 0xfc, + 0x52, + 0x68, + 0xfd, + 0xfb, + 0x49, + 0xfb, + 0xfa, + 0x63, + 0xfb, + 0x10, + 0x3f, + 0xff, + 0xb9, + 0xc9, + 0x00, + 0x24, + 0x71, + 0x00, + 0x5a, + 0x3f, + 0xff, + 0x2b, + 0x8d, + 0xfd, + 0x8f, + 0x91, + 0xfd, + 0x76, + 0xaa, + 0xff, + 0x59, + 0x2d, + 0x00, + 0x9c, + 0x25, + 0xff, + 0x42, + 0x9c, + 0xff, + 0xa2, + 0xed, + 0xff, + 0x31, + 0xba, + 0xff, + 0x30, + 0xe4, + 0xff, + 0xa0, + 0xc9, + 0xff, + 0x68, + 0xa8, + 0xff, + 0x60, + 0x5c, + 0x00, + 0xc2, + 0x7e, + 0x00, + 0x0b, + 0x5d, + 0xff, + 0x93, + 0x14, + 0xff, + 0x26, + 0x22, + 0xff, + 0xdd, + 0x2f, + 0xff, + 0x74, + 0x89, + 0xff, + 0x9b, + 0xc1, + 0xff, + 0x08, + 0xa3, + 0x1e, + 0x92, + 0x03, + 0x35, + 0x96, + 0x85, + 0xfd, + 0xc2, + 0xd5, + 0xf8, + 0xa2, + 0xb4, + 0x20, + 0x87, + 0xf6, + 0xef, + 0x34, + 0xe2, + 0xe5, + 0xf9, + 0x4d, + 0x02, + 0x64, + 0xe5, + 0xf8, + 0xb4, + 0x92, + 0x07, + 0xbb, + 0x9b, + 0x04, + 0xca, + 0xbb, + 0xf5, + 0xa1, + 0x35, + 0xfd, + 0x68, + 0x60, + 0x06, + 0x84, + 0xf9, + 0x03, + 0x43, + 0x82, + 0xf5, + 0xee, + 0xcf, + 0xfc, + 0x71, + 0xce, + 0x00, + 0x41, + 0x2f, + 0xfe, + 0xf0, + 0x42, + 0x01, + 0xdb, + 0x34, + 0xfa, + 0x6e, + 0xe3, + 0xff, + 0x57, + 0xab, + 0x02, + 0xce, + 0xe1, + 0xfe, + 0x96, + 0x6e, + 0x02, + 0xfa, + 0x52, + 0x01, + 0xba, + 0x33, + 0x00, + 0xed, + 0x3d, + 0xff, + 0xdf, + 0x1f, + 0x00, + 0x56, + 0x25, + 0x00, + 0x9a, + 0x43, + 0xff, + 0xd0, + 0x50, + 0x02, + 0x26, + 0x84, + 0x00, + 0x29, + 0x6d, + 0xfe, + 0x57, + 0x6b, + 0xff, + 0x1a, + 0x9b, + 0xfe, + 0xaf, + 0xe4, + 0xfd, + 0x3f, + 0xb5, + 0xfc, + 0xaa, + 0x45, + 0xfc, + 0xe3, + 0x20, + 0xfc, + 0x17, + 0x59, + 0xfb, + 0x43, + 0xc8, + 0xfd, + 0x25, + 0x87, + 0x00, + 0xeb, + 0xf2, + 0x00, + 0x20, + 0x49, + 0x00, + 0xff, + 0x39, + 0xfe, + 0x86, + 0x7e, + 0xfd, + 0x70, + 0x09, + 0xff, + 0x86, + 0x41, + 0x00, + 0xda, + 0xb8, + 0xff, + 0x21, + 0xe1, + 0xfe, + 0x89, + 0x99, + 0xff, + 0x4f, + 0xc8, + 0xff, + 0xad, + 0xa6, + 0xff, + 0x84, + 0x17, + 0x00, + 0xd9, + 0x7f, + 0xff, + 0x06, + 0x35, + 0x00, + 0x64, + 0xc1, + 0x00, + 0x61, + 0x6c, + 0xff, + 0x16, + 0x1a, + 0xff, + 0xe1, + 0x1f, + 0xff, + 0xc0, + 0x1f, + 0xff, + 0x3e, + 0x40, + 0xff, + 0x06, + 0xb5, + 0xff, + 0x5a, + 0xcf, + 0x1e, + 0x4e, + 0xe1, + 0x31, + 0x2a, + 0x18, + 0xf9, + 0x22, + 0x8f, + 0xfb, + 0x42, + 0x6a, + 0x24, + 0x4d, + 0x58, + 0xed, + 0x24, + 0x1f, + 0xe4, + 0x80, + 0x91, + 0x06, + 0x3e, + 0x7c, + 0xfb, + 0xc2, + 0xb7, + 0x02, + 0x12, + 0x6c, + 0x03, + 0xd4, + 0xf7, + 0xf8, + 0x39, + 0xaf, + 0xfb, + 0x58, + 0xfe, + 0x04, + 0xb7, + 0x53, + 0x05, + 0xf0, + 0x90, + 0xf6, + 0x43, + 0x00, + 0xfd, + 0x31, + 0xa4, + 0x01, + 0x79, + 0x4c, + 0xfe, + 0x81, + 0xc3, + 0xff, + 0x39, + 0xc2, + 0xfb, + 0x35, + 0xde, + 0x00, + 0x05, + 0xd4, + 0x00, + 0x70, + 0xa0, + 0xfe, + 0x4c, + 0xc5, + 0x02, + 0xc5, + 0x6f, + 0x01, + 0x74, + 0xed, + 0xff, + 0xd3, + 0x04, + 0xff, + 0x26, + 0x8e, + 0x00, + 0x6d, + 0x2f, + 0x00, + 0xb8, + 0x15, + 0xff, + 0x95, + 0xe4, + 0x01, + 0xc0, + 0x6c, + 0x00, + 0xf6, + 0xf4, + 0xfe, + 0x73, + 0x2f, + 0x00, + 0x3e, + 0x00, + 0xff, + 0xa3, + 0x80, + 0xfd, + 0x9e, + 0x66, + 0xfd, + 0x7c, + 0xad, + 0xfc, + 0xf5, + 0x39, + 0xfb, + 0x03, + 0x07, + 0xfc, + 0xe2, + 0x4a, + 0xfe, + 0xc0, + 0x8b, + 0xff, + 0x97, + 0xa1, + 0x00, + 0x59, + 0xaf, + 0x00, + 0xc5, + 0xfe, + 0xfe, + 0x41, + 0x5b, + 0xfe, + 0xd8, + 0x06, + 0xff, + 0x90, + 0x4e, + 0xff, + 0x7b, + 0x80, + 0xff, + 0x5a, + 0x49, + 0xff, + 0x2d, + 0x1b, + 0xff, + 0xe5, + 0x5f, + 0xff, + 0x89, + 0xa8, + 0xff, + 0x99, + 0xd7, + 0xff, + 0x35, + 0xa9, + 0xff, + 0xd6, + 0x6b, + 0x00, + 0x3a, + 0x51, + 0x00, + 0x72, + 0x5f, + 0xff, + 0x8a, + 0x85, + 0xff, + 0x2e, + 0x14, + 0xff, + 0x26, + 0x10, + 0xff, + 0x11, + 0x44, + 0xff, + 0x6a, + 0x78, + 0xff, + 0xf6, + 0xa8, + 0x1c, + 0x3c, + 0x20, + 0x2f, + 0x77, + 0xe2, + 0xf9, + 0xe6, + 0xeb, + 0xfa, + 0x5c, + 0xca, + 0x22, + 0x6a, + 0x3c, + 0xf0, + 0xdc, + 0xfa, + 0xe6, + 0x56, + 0x27, + 0x07, + 0x4a, + 0xd0, + 0xf9, + 0x55, + 0x8e, + 0x00, + 0x67, + 0x16, + 0x04, + 0x28, + 0x40, + 0xfa, + 0xf2, + 0xa8, + 0xfb, + 0x89, + 0x85, + 0x03, + 0x81, + 0x10, + 0x06, + 0xaf, + 0x87, + 0xf8, + 0xa4, + 0xa6, + 0xfc, + 0xa0, + 0x17, + 0x02, + 0x9f, + 0x35, + 0xfe, + 0x16, + 0x6b, + 0xff, + 0x77, + 0x61, + 0xfc, + 0x87, + 0x3d, + 0x00, + 0xe8, + 0x17, + 0x01, + 0xd1, + 0x22, + 0xff, + 0x4b, + 0xb8, + 0x01, + 0xb2, + 0xf6, + 0x00, + 0xf7, + 0x8b, + 0x00, + 0x52, + 0xec, + 0xfe, + 0x5d, + 0x70, + 0x00, + 0x56, + 0x86, + 0x01, + 0x83, + 0x37, + 0xff, + 0x84, + 0x43, + 0x00, + 0x75, + 0x3d, + 0x00, + 0x0e, + 0xa5, + 0xff, + 0xdf, + 0x07, + 0x00, + 0x40, + 0x86, + 0xff, + 0xbf, + 0x0a, + 0xfe, + 0x48, + 0x39, + 0xfd, + 0x3f, + 0x81, + 0xfd, + 0x45, + 0xa4, + 0xfb, + 0xbe, + 0xf5, + 0xfb, + 0x3b, + 0x21, + 0xff, + 0x4b, + 0xa6, + 0xff, + 0xa1, + 0xb9, + 0xff, + 0xac, + 0x1d, + 0x00, + 0x43, + 0x67, + 0xff, + 0x28, + 0x29, + 0xff, + 0xfd, + 0x58, + 0xff, + 0x28, + 0xdc, + 0xfe, + 0xc2, + 0xa6, + 0xfe, + 0xd8, + 0x44, + 0xff, + 0x2d, + 0x66, + 0xff, + 0xe2, + 0x06, + 0xff, + 0xe4, + 0x63, + 0xff, + 0x8f, + 0xd3, + 0xff, + 0x3d, + 0xab, + 0xff, + 0x97, + 0x50, + 0x00, + 0x1d, + 0x3b, + 0x00, + 0xaa, + 0x5e, + 0xff, + 0x4b, + 0x82, + 0xff, + 0x00, + 0x44, + 0xff, + 0x75, + 0x13, + 0xff, + 0xd6, + 0x2e, + 0xff, + 0xb2, + 0x89, + 0xff, + 0x47, + 0x36, + 0x1a, + 0xab, + 0xbe, + 0x2b, + 0x2d, + 0x6c, + 0xfb, + 0xfd, + 0x1a, + 0xfb, + 0x01, + 0x87, + 0x20, + 0x34, + 0xf9, + 0xf3, + 0xa1, + 0xb9, + 0xe8, + 0xae, + 0x84, + 0x05, + 0x41, + 0x34, + 0xfb, + 0x89, + 0x12, + 0xff, + 0xa2, + 0x29, + 0x02, + 0x5a, + 0x72, + 0xfc, + 0x28, + 0xda, + 0xfc, + 0x34, + 0x10, + 0x02, + 0xf0, + 0xef, + 0x05, + 0x9f, + 0xa4, + 0xfa, + 0xf3, + 0xac, + 0xfc, + 0x13, + 0x2f, + 0x01, + 0x64, + 0x13, + 0xff, + 0x04, + 0xac, + 0xff, + 0x37, + 0xb2, + 0xfb, + 0x7b, + 0xe1, + 0xff, + 0xbf, + 0xc2, + 0x01, + 0xee, + 0x97, + 0xff, + 0x0c, + 0xba, + 0x00, + 0xa4, + 0x49, + 0x00, + 0xc8, + 0xbd, + 0x00, + 0xbd, + 0x9a, + 0xff, + 0xbf, + 0x10, + 0x01, + 0x1b, + 0x79, + 0x01, + 0x09, + 0x4c, + 0xff, + 0x52, + 0xe9, + 0xff, + 0x5e, + 0x7a, + 0xff, + 0xf6, + 0xd1, + 0xff, + 0xb8, + 0x0e, + 0x00, + 0xf2, + 0x41, + 0xff, + 0xb4, + 0xd4, + 0xfe, + 0xe2, + 0xe8, + 0xfd, + 0x05, + 0xae, + 0xfd, + 0x84, + 0x9c, + 0xfc, + 0x16, + 0xa5, + 0xfc, + 0x46, + 0x27, + 0xff, + 0x2b, + 0xfe, + 0xff, + 0x1d, + 0x63, + 0xff, + 0x00, + 0x3b, + 0xff, + 0xc4, + 0x38, + 0xff, + 0x97, + 0x5e, + 0xff, + 0xc0, + 0x71, + 0xff, + 0xd7, + 0xfd, + 0xfe, + 0xdc, + 0x88, + 0xfe, + 0xc5, + 0xc6, + 0xfe, + 0xb6, + 0x63, + 0xff, + 0xdf, + 0x34, + 0xff, + 0xa6, + 0x0e, + 0xff, + 0xde, + 0x9f, + 0xff, + 0xd0, + 0xac, + 0xff, + 0x3e, + 0x1f, + 0x00, + 0x88, + 0x30, + 0x00, + 0x0d, + 0x6b, + 0xff, + 0x41, + 0x63, + 0xff, + 0xf2, + 0x4f, + 0xff, + 0xfd, + 0x33, + 0xff, + 0xa3, + 0x3c, + 0xff, + 0xbe, + 0x8e, + 0xff, + 0x78, + 0xa3, + 0x17, + 0xad, + 0xf4, + 0x24, + 0x26, + 0x2f, + 0x02, + 0x2f, + 0x49, + 0x02, + 0x4e, + 0x38, + 0x0d, + 0x69, + 0xc1, + 0xf3, + 0x23, + 0x20, + 0xfa, + 0x9b, + 0x2f, + 0xfe, + 0x3e, + 0x61, + 0xf9, + 0xd5, + 0x0e, + 0x06, + 0xb4, + 0x56, + 0x00, + 0x89, + 0x04, + 0xfa, + 0x03, + 0x94, + 0xff, + 0x52, + 0x1a, + 0x06, + 0x0a, + 0xf9, + 0x00, + 0x48, + 0xed, + 0xfa, + 0xf0, + 0x12, + 0xff, + 0x1d, + 0x44, + 0xfd, + 0xdd, + 0x9a, + 0x00, + 0xef, + 0x52, + 0xff, + 0x43, + 0x20, + 0xfb, + 0x9d, + 0x43, + 0x01, + 0xb0, + 0xe0, + 0xff, + 0xb0, + 0x3f, + 0xfe, + 0xc2, + 0xd4, + 0x00, + 0x30, + 0x10, + 0x01, + 0x8c, + 0x45, + 0x01, + 0xd5, + 0x60, + 0x02, + 0x12, + 0xfe, + 0x01, + 0x4d, + 0x30, + 0xfe, + 0x96, + 0x38, + 0xfe, + 0xa4, + 0x8c, + 0xff, + 0x42, + 0x47, + 0xfe, + 0xc5, + 0x75, + 0xff, + 0x9e, + 0x23, + 0x01, + 0x38, + 0x68, + 0x01, + 0xff, + 0xbf, + 0x00, + 0xb0, + 0x13, + 0x00, + 0x6c, + 0xbe, + 0x00, + 0x08, + 0x40, + 0x00, + 0xb3, + 0x55, + 0xff, + 0xc6, + 0xf7, + 0xfe, + 0x2e, + 0xc2, + 0xfd, + 0x92, + 0x3e, + 0xfe, + 0x6f, + 0x0a, + 0xff, + 0x1f, + 0x28, + 0xfe, + 0x58, + 0x54, + 0xfe, + 0x43, + 0x65, + 0xff, + 0xe0, + 0x6e, + 0xff, + 0x5d, + 0xe4, + 0xfe, + 0x51, + 0xe1, + 0xfe, + 0x02, + 0xcd, + 0xfe, + 0x4c, + 0x86, + 0xfe, + 0xb2, + 0xa3, + 0xfe, + 0xf8, + 0xb0, + 0xfe, + 0x7f, + 0xec, + 0xfe, + 0x13, + 0xac, + 0xff, + 0x98, + 0x9a, + 0xff, + 0x7b, + 0x14, + 0xff, + 0xe1, + 0x25, + 0xff, + 0x4d, + 0x44, + 0xff, + 0x80, + 0x86, + 0xff, + 0x4a, + 0x95, + 0xff, + 0x60, + 0xa6, + 0xff, + 0xdd, + 0x10, + 0x11, + 0xfa, + 0x00, + 0x22, + 0x11, + 0x9d, + 0x08, + 0xcc, + 0x6d, + 0xfe, + 0x93, + 0xaf, + 0x0d, + 0x23, + 0x39, + 0xfa, + 0x55, + 0x02, + 0xf6, + 0x6e, + 0x48, + 0x00, + 0x7e, + 0x8f, + 0xfa, + 0x20, + 0x5b, + 0x02, + 0x97, + 0xfe, + 0x01, + 0x26, + 0x19, + 0xfb, + 0x35, + 0x18, + 0xff, + 0x76, + 0x7b, + 0x04, + 0xaa, + 0x80, + 0x02, + 0x74, + 0xc2, + 0xfb, + 0x37, + 0x37, + 0xfe, + 0xe9, + 0x4b, + 0xfe, + 0xfd, + 0x8e, + 0xff, + 0x22, + 0xfd, + 0xff, + 0xf3, + 0x45, + 0xfb, + 0x8e, + 0x7f, + 0x00, + 0xbd, + 0x79, + 0x00, + 0x05, + 0x91, + 0xfd, + 0xe8, + 0x05, + 0x01, + 0xa6, + 0x5d, + 0x01, + 0x59, + 0xf9, + 0x00, + 0x18, + 0xc4, + 0x01, + 0xd3, + 0x72, + 0x01, + 0x47, + 0xd4, + 0xfe, + 0xe3, + 0xec, + 0xfe, + 0x9f, + 0xac, + 0xff, + 0x1c, + 0x09, + 0xfe, + 0xd7, + 0x91, + 0xff, + 0x2a, + 0x32, + 0x01, + 0xa8, + 0x28, + 0x01, + 0xad, + 0x36, + 0x01, + 0xdd, + 0x72, + 0x00, + 0xbe, + 0x2f, + 0x00, + 0x6c, + 0xf9, + 0xff, + 0xc4, + 0x58, + 0xff, + 0x53, + 0xec, + 0xfe, + 0x0c, + 0x30, + 0xfe, + 0x5f, + 0x8d, + 0xfe, + 0x03, + 0x12, + 0xff, + 0x9b, + 0x8b, + 0xfe, + 0x63, + 0x80, + 0xfe, + 0xfa, + 0xcc, + 0xfe, + 0xcc, + 0x32, + 0xff, + 0x01, + 0xec, + 0xfe, + 0xf5, + 0x86, + 0xfe, + 0x07, + 0x8f, + 0xfe, + 0xaa, + 0x82, + 0xfe, + 0xc3, + 0xd6, + 0xfe, + 0xa2, + 0xd4, + 0xfe, + 0xd6, + 0xd0, + 0xfe, + 0x00, + 0x46, + 0xff, + 0x0f, + 0x85, + 0xff, + 0xdb, + 0x3c, + 0xff, + 0xa0, + 0xf0, + 0xfe, + 0xce, + 0x19, + 0xff, + 0x5b, + 0x54, + 0xff, + 0xdf, + 0x78, + 0xff, + 0x43, + 0x8f, + 0xff, + 0x51, + 0xcd, + 0x0e, + 0xc7, + 0x99, + 0x1e, + 0xe8, + 0x62, + 0x09, + 0x9f, + 0x64, + 0xff, + 0x46, + 0x39, + 0x0d, + 0xa2, + 0xe4, + 0xfb, + 0xb0, + 0x00, + 0xf6, + 0x1a, + 0xee, + 0x00, + 0x9c, + 0xd7, + 0xfb, + 0x4c, + 0xb4, + 0x00, + 0xa7, + 0x08, + 0x02, + 0x8c, + 0x35, + 0xfc, + 0xb2, + 0x7b, + 0xff, + 0x81, + 0xf2, + 0x03, + 0x31, + 0x11, + 0x02, + 0x4d, + 0xf0, + 0xfc, + 0xdc, + 0x68, + 0xfe, + 0x1f, + 0x9a, + 0xfe, + 0x72, + 0x6e, + 0xff, + 0xb3, + 0x95, + 0xff, + 0xae, + 0x5e, + 0xfc, + 0xee, + 0x41, + 0x00, + 0x3d, + 0x05, + 0x00, + 0xae, + 0x14, + 0xfe, + 0x7b, + 0x14, + 0x01, + 0xaa, + 0x44, + 0x01, + 0x83, + 0x22, + 0x01, + 0x9b, + 0x76, + 0x01, + 0x8f, + 0x88, + 0x00, + 0x8d, + 0x47, + 0xff, + 0xf6, + 0x02, + 0x00, + 0x48, + 0xc8, + 0xff, + 0x37, + 0x1e, + 0xfe, + 0xda, + 0xcd, + 0xff, + 0xb3, + 0x5b, + 0x01, + 0x01, + 0x72, + 0x01, + 0x0b, + 0x66, + 0x01, + 0xb2, + 0x7b, + 0x00, + 0x72, + 0x10, + 0x00, + 0x92, + 0x70, + 0xff, + 0xa0, + 0xf1, + 0xfe, + 0x4b, + 0x06, + 0xff, + 0x88, + 0x96, + 0xfe, + 0xf7, + 0x29, + 0xff, + 0x6f, + 0x39, + 0xff, + 0x1f, + 0x60, + 0xfe, + 0x3c, + 0xd6, + 0xfe, + 0x40, + 0xe5, + 0xfe, + 0xeb, + 0xc0, + 0xfe, + 0xfe, + 0x00, + 0xff, + 0x18, + 0x93, + 0xfe, + 0x14, + 0x3c, + 0xfe, + 0x7c, + 0x95, + 0xfe, + 0xd4, + 0xdc, + 0xfe, + 0x47, + 0xd5, + 0xfe, + 0xa8, + 0x0c, + 0xff, + 0xae, + 0x3c, + 0xff, + 0xc7, + 0x39, + 0xff, + 0xee, + 0x2c, + 0xff, + 0x35, + 0x0c, + 0xff, + 0x9d, + 0xee, + 0xfe, + 0x8a, + 0x3d, + 0xff, + 0xcf, + 0x6d, + 0xff, + 0x6c, + 0x5f, + 0xff, + 0xcf, + 0x5b, + 0x0d, + 0x3e, + 0xe5, + 0x1a, + 0x84, + 0x0b, + 0x09, + 0x00, + 0x21, + 0x02, + 0x31, + 0xc2, + 0x0b, + 0xba, + 0x83, + 0xfb, + 0xfb, + 0xa7, + 0xf8, + 0xbf, + 0xb9, + 0x00, + 0xbe, + 0xcc, + 0xfb, + 0x92, + 0x17, + 0x01, + 0x75, + 0x8c, + 0x01, + 0x96, + 0xbd, + 0xfc, + 0x92, + 0xfa, + 0xff, + 0xd0, + 0x90, + 0x03, + 0xe5, + 0xbb, + 0x01, + 0x56, + 0x79, + 0xfd, + 0x4b, + 0xd4, + 0xfe, + 0x5b, + 0xeb, + 0xfe, + 0x20, + 0x47, + 0xff, + 0xb9, + 0x4c, + 0xff, + 0xf6, + 0x25, + 0xfd, + 0xaf, + 0x15, + 0x00, + 0xcb, + 0xe6, + 0xff, + 0x35, + 0xad, + 0xfe, + 0x4c, + 0xc8, + 0x00, + 0x59, + 0x2b, + 0x01, + 0x0f, + 0x41, + 0x01, + 0xde, + 0xf4, + 0x00, + 0x43, + 0x28, + 0x00, + 0x99, + 0x0d, + 0x00, + 0x36, + 0xa0, + 0x00, + 0xcf, + 0xdd, + 0xff, + 0x32, + 0xc3, + 0xfe, + 0xc1, + 0xeb, + 0xff, + 0xb1, + 0x63, + 0x01, + 0x73, + 0xaf, + 0x01, + 0xc1, + 0xee, + 0x00, + 0x65, + 0x4d, + 0x00, + 0x5e, + 0xfb, + 0xff, + 0xf1, + 0x15, + 0xff, + 0x2a, + 0xbb, + 0xfe, + 0xc2, + 0xe2, + 0xfe, + 0x54, + 0x1a, + 0xff, + 0xf2, + 0x8f, + 0xff, + 0xa1, + 0x00, + 0xff, + 0x7b, + 0x64, + 0xfe, + 0x37, + 0xe8, + 0xfe, + 0x5d, + 0x13, + 0xff, + 0x45, + 0xe6, + 0xfe, + 0xb0, + 0xc9, + 0xfe, + 0x79, + 0x6e, + 0xfe, + 0x6f, + 0x62, + 0xfe, + 0x7d, + 0xa0, + 0xfe, + 0x83, + 0x97, + 0xfe, + 0xdd, + 0xd3, + 0xfe, + 0x73, + 0x2e, + 0xff, + 0xd6, + 0x33, + 0xff, + 0x9e, + 0x30, + 0xff, + 0x93, + 0x01, + 0xff, + 0x85, + 0xf5, + 0xfe, + 0x94, + 0x04, + 0xff, + 0xb3, + 0x1b, + 0xff, + 0xdc, + 0x47, + 0xff, + 0x69, + 0x6f, + 0xff, + 0xf7, + 0x38, + 0x0a, + 0xf1, + 0xec, + 0x16, + 0xc6, + 0x75, + 0x0b, + 0xbf, + 0xa6, + 0x03, + 0xf6, + 0x76, + 0x09, + 0xdf, + 0x84, + 0xfd, + 0xcb, + 0xb4, + 0xfa, + 0x63, + 0x27, + 0x00, + 0xfe, + 0xa1, + 0xfb, + 0xa9, + 0x32, + 0x01, + 0x83, + 0x26, + 0x02, + 0xc8, + 0xe6, + 0xfc, + 0x48, + 0xb8, + 0xff, + 0x7a, + 0x3d, + 0x03, + 0x92, + 0xe3, + 0x01, + 0xe1, + 0x0a, + 0xfe, + 0xf1, + 0x3e, + 0xff, + 0xb0, + 0x1a, + 0xff, + 0x88, + 0xc1, + 0xfe, + 0x18, + 0xbd, + 0xff, + 0xdf, + 0xc9, + 0xfd, + 0xc3, + 0xb0, + 0xff, + 0x71, + 0x01, + 0x00, + 0x99, + 0xf3, + 0xfe, + 0xbc, + 0x9d, + 0x00, + 0x25, + 0xf4, + 0x00, + 0x66, + 0x2b, + 0x01, + 0x78, + 0xb4, + 0x00, + 0x4c, + 0x7c, + 0x00, + 0x29, + 0xef, + 0x00, + 0x73, + 0xef, + 0x00, + 0x20, + 0x4e, + 0x00, + 0xf7, + 0x1c, + 0xff, + 0xbd, + 0xe0, + 0xff, + 0xfc, + 0x4b, + 0x01, + 0xbd, + 0x31, + 0x01, + 0x81, + 0x9d, + 0x00, + 0x88, + 0x11, + 0x00, + 0x67, + 0xea, + 0xff, + 0x35, + 0x84, + 0xff, + 0xe9, + 0x7b, + 0xfe, + 0x90, + 0x80, + 0xfe, + 0xd4, + 0x6f, + 0xff, + 0xa6, + 0xb6, + 0xff, + 0x3c, + 0xd8, + 0xfe, + 0x8b, + 0x65, + 0xfe, + 0xe4, + 0x03, + 0xff, + 0xcf, + 0x3a, + 0xff, + 0xcb, + 0x41, + 0xff, + 0x46, + 0xac, + 0xfe, + 0xeb, + 0x2e, + 0xfe, + 0x36, + 0xad, + 0xfe, + 0x83, + 0x84, + 0xfe, + 0x1b, + 0x6e, + 0xfe, + 0xc3, + 0xc9, + 0xfe, + 0x23, + 0x02, + 0xff, + 0xd7, + 0x49, + 0xff, + 0x24, + 0x27, + 0xff, + 0x86, + 0xf4, + 0xfe, + 0xf6, + 0xf2, + 0xfe, + 0x15, + 0x00, + 0xff, + 0x4a, + 0x1e, + 0xff, + 0x31, + 0x24, + 0xff, + 0x24, + 0x77, + 0xff, + 0x8f, + 0xf5, + 0x09, + 0xb1, + 0x67, + 0x13, + 0xf7, + 0x19, + 0x0a, + 0x04, + 0xee, + 0x06, + 0x14, + 0xfa, + 0x06, + 0x5c, + 0x2f, + 0xfd, + 0x97, + 0x7c, + 0xfe, + 0x06, + 0x1d, + 0xfe, + 0xf7, + 0x17, + 0xfc, + 0x6f, + 0xc5, + 0x02, + 0x3c, + 0x3d, + 0x01, + 0x47, + 0x37, + 0xfd, + 0xa5, + 0xc6, + 0xff, + 0x01, + 0x39, + 0x03, + 0x99, + 0x75, + 0x01, + 0x81, + 0x0b, + 0xff, + 0x02, + 0x5b, + 0xff, + 0x56, + 0x25, + 0xfe, + 0xd9, + 0xd7, + 0xff, + 0xb3, + 0xe8, + 0xff, + 0xfa, + 0xeb, + 0xfd, + 0x36, + 0xb1, + 0xff, + 0xff, + 0xd2, + 0xff, + 0xb3, + 0x5e, + 0xff, + 0x47, + 0x91, + 0x00, + 0x7e, + 0x3b, + 0x01, + 0xce, + 0xc8, + 0x00, + 0x50, + 0xa9, + 0x00, + 0xb5, + 0x9e, + 0x01, + 0x76, + 0xad, + 0x01, + 0xa7, + 0x1f, + 0x01, + 0x17, + 0xe2, + 0xff, + 0x5a, + 0x15, + 0xff, + 0x96, + 0x4f, + 0x00, + 0x76, + 0xc9, + 0x00, + 0x62, + 0x78, + 0x00, + 0xc9, + 0x72, + 0x00, + 0x5e, + 0x22, + 0x00, + 0xdd, + 0x1b, + 0x00, + 0xa9, + 0x41, + 0xff, + 0x1a, + 0x33, + 0xfe, + 0x6e, + 0xbd, + 0xfe, + 0x16, + 0x93, + 0xff, + 0x78, + 0x5c, + 0xff, + 0xbe, + 0x9a, + 0xfe, + 0xd5, + 0xc8, + 0xfe, + 0xaa, + 0x3b, + 0xff, + 0xb1, + 0x63, + 0xff, + 0x09, + 0x4a, + 0xff, + 0xc5, + 0x72, + 0xfe, + 0xb3, + 0x5d, + 0xfe, + 0xe3, + 0xbb, + 0xfe, + 0x2d, + 0x78, + 0xfe, + 0x0a, + 0x59, + 0xfe, + 0x79, + 0x9f, + 0xfe, + 0xdd, + 0x06, + 0xff, + 0xb3, + 0x4c, + 0xff, + 0x7c, + 0x42, + 0xff, + 0xfb, + 0xe8, + 0xfe, + 0xd6, + 0xdd, + 0xfe, + 0x0d, + 0x1f, + 0xff, + 0x5c, + 0x26, + 0xff, + 0x4e, + 0x38, + 0xff, + 0x5c, + 0x6e, + 0xff, + 0x06, + 0xa8, + 0x08, + 0x49, + 0x37, + 0x11, + 0xaf, + 0x31, + 0x0a, + 0x94, + 0xfc, + 0x06, + 0x6d, + 0xcf, + 0x05, + 0x1d, + 0x4d, + 0xfe, + 0xdb, + 0x7c, + 0xff, + 0x11, + 0x43, + 0xfe, + 0xec, + 0xbb, + 0xfc, + 0x9a, + 0x4f, + 0x02, + 0x28, + 0x29, + 0x01, + 0x93, + 0xf9, + 0xfd, + 0x0b, + 0xe2, + 0xff, + 0x41, + 0x8f, + 0x02, + 0x35, + 0x55, + 0x01, + 0x6a, + 0xc1, + 0xff, + 0x61, + 0x35, + 0xff, + 0xc5, + 0x16, + 0xfe, + 0x55, + 0x74, + 0x00, + 0x0b, + 0x12, + 0x00, + 0x8a, + 0xc7, + 0xfd, + 0x0f, + 0x94, + 0xff, + 0x38, + 0x11, + 0x00, + 0xcb, + 0xb4, + 0xff, + 0xd2, + 0xbe, + 0x00, + 0x94, + 0x42, + 0x01, + 0x00, + 0xe5, + 0x00, + 0x7f, + 0x66, + 0x01, + 0x89, + 0x68, + 0x02, + 0x66, + 0xc1, + 0x01, + 0xa3, + 0x74, + 0x00, + 0x34, + 0x4e, + 0xff, + 0xbe, + 0x41, + 0xff, + 0xf6, + 0x2c, + 0x00, + 0x0a, + 0x5b, + 0x00, + 0x8c, + 0x74, + 0x00, + 0x98, + 0x33, + 0x00, + 0x42, + 0xfb, + 0xff, + 0x2b, + 0x0a, + 0x00, + 0xb3, + 0xe4, + 0xfe, + 0x72, + 0x4c, + 0xfe, + 0xd4, + 0xef, + 0xfe, + 0x19, + 0x48, + 0xff, + 0x90, + 0xfc, + 0xfe, + 0x44, + 0xae, + 0xfe, + 0x18, + 0x1e, + 0xff, + 0x3a, + 0x64, + 0xff, + 0x8d, + 0x60, + 0xff, + 0x72, + 0xff, + 0xfe, + 0xaf, + 0x6f, + 0xfe, + 0x76, + 0xa4, + 0xfe, + 0x86, + 0xaf, + 0xfe, + 0xf8, + 0x5e, + 0xfe, + 0x19, + 0x40, + 0xfe, + 0x3b, + 0x95, + 0xfe, + 0xea, + 0x22, + 0xff, + 0x7d, + 0x4b, + 0xff, + 0x6f, + 0x2b, + 0xff, + 0x1d, + 0xec, + 0xfe, + 0x5d, + 0xe7, + 0xfe, + 0x35, + 0x20, + 0xff, + 0xc0, + 0x42, + 0xff, + 0x67, + 0x44, + 0xff, + 0x3a, + 0x54, + 0xff, + 0x1c, + 0x4d, + 0x07, + 0xf6, + 0x70, + 0x0f, + 0xeb, + 0x2f, + 0x0a, + 0xdb, + 0xcf, + 0x06, + 0x99, + 0x76, + 0x05, + 0x50, + 0xe2, + 0xfe, + 0x9f, + 0x47, + 0x00, + 0x59, + 0x3e, + 0xff, + 0x83, + 0x9e, + 0xfc, + 0xaf, + 0xcc, + 0x01, + 0xe7, + 0xc4, + 0x01, + 0x6f, + 0xb7, + 0xfe, + 0x15, + 0xa6, + 0xff, + 0xda, + 0xbe, + 0x01, + 0x0e, + 0xb8, + 0x01, + 0x4b, + 0x6e, + 0x00, + 0x27, + 0x1b, + 0xff, + 0x7b, + 0x4f, + 0xfe, + 0x5f, + 0xb5, + 0x00, + 0x0f, + 0x15, + 0x00, + 0x02, + 0xf1, + 0xfd, + 0x8b, + 0xf4, + 0xff, + 0x0a, + 0x43, + 0x00, + 0xc0, + 0x02, + 0x00, + 0xa9, + 0x9c, + 0x01, + 0x1c, + 0xa6, + 0x01, + 0x92, + 0x10, + 0x01, + 0x77, + 0xe8, + 0x01, + 0x7b, + 0x54, + 0x02, + 0x59, + 0x10, + 0x01, + 0x94, + 0xd6, + 0xff, + 0x40, + 0x34, + 0xff, + 0x4d, + 0x4e, + 0xff, + 0xd2, + 0x49, + 0x00, + 0x53, + 0x9a, + 0x00, + 0xd4, + 0xfa, + 0xff, + 0x95, + 0xc4, + 0xff, + 0x03, + 0x30, + 0x00, + 0xec, + 0xeb, + 0xff, + 0x81, + 0xa8, + 0xfe, + 0x20, + 0x67, + 0xfe, + 0xfb, + 0x26, + 0xff, + 0x20, + 0x12, + 0xff, + 0x6b, + 0xc3, + 0xfe, + 0x6c, + 0xfd, + 0xfe, + 0x1b, + 0x4d, + 0xff, + 0x67, + 0x7d, + 0xff, + 0x64, + 0x3c, + 0xff, + 0xac, + 0xb9, + 0xfe, + 0x38, + 0xc6, + 0xfe, + 0x4c, + 0xeb, + 0xfe, + 0x31, + 0xa0, + 0xfe, + 0x3c, + 0x5b, + 0xfe, + 0x86, + 0x60, + 0xfe, + 0x68, + 0xca, + 0xfe, + 0x46, + 0x11, + 0xff, + 0xa4, + 0x33, + 0xff, + 0x4b, + 0x35, + 0xff, + 0xdf, + 0xfd, + 0xfe, + 0x3f, + 0x18, + 0xff, + 0xfd, + 0x30, + 0xff, + 0x5b, + 0x49, + 0xff, + 0x90, + 0x5a, + 0xff, + 0x5c, + 0x59, + 0xff, + 0xed, + 0xfd, + 0x06, + 0xa3, + 0xeb, + 0x0d, + 0xb8, + 0xec, + 0x08, + 0x67, + 0xf0, + 0x06, + 0x91, + 0x6b, + 0x05, + 0x4d, + 0x25, + 0xff, + 0x6e, + 0x74, + 0x00, + 0x24, + 0x21, + 0xff, + 0xc8, + 0x87, + 0xfd, + 0x35, + 0x1e, + 0x02, + 0x79, + 0x56, + 0x01, + 0x00, + 0xac, + 0xfe, + 0x2b, + 0xb3, + 0xff, + 0x99, + 0xdc, + 0x01, + 0xf4, + 0xcf, + 0x01, + 0xc4, + 0x54, + 0x00, + 0xe2, + 0xe2, + 0xfe, + 0x2f, + 0xa4, + 0xfe, + 0x51, + 0x16, + 0x01, + 0xc4, + 0xee, + 0xff, + 0xea, + 0x2c, + 0xfe, + 0x5d, + 0x7b, + 0x00, + 0x4f, + 0xde, + 0x00, + 0xd8, + 0xfd, + 0x00, + 0xfe, + 0x1b, + 0x02, + 0x77, + 0x1c, + 0x01, + 0x35, + 0xc2, + 0x00, + 0x14, + 0xf5, + 0x01, + 0xea, + 0x81, + 0x01, + 0x75, + 0xfb, + 0xff, + 0x1d, + 0x91, + 0xff, + 0x4d, + 0x9f, + 0xff, + 0xd0, + 0x9e, + 0xff, + 0xb8, + 0xef, + 0xff, + 0x35, + 0xf9, + 0xff, + 0xd5, + 0xb9, + 0xff, + 0xf9, + 0xf9, + 0xff, + 0x39, + 0x04, + 0x00, + 0x9d, + 0x1e, + 0xff, + 0xe4, + 0x70, + 0xfe, + 0x94, + 0xe6, + 0xfe, + 0x97, + 0x18, + 0xff, + 0xb8, + 0x94, + 0xfe, + 0xca, + 0xbc, + 0xfe, + 0xdb, + 0x24, + 0xff, + 0xdc, + 0x4d, + 0xff, + 0x1a, + 0x5e, + 0xff, + 0xc9, + 0xfb, + 0xfe, + 0x5d, + 0xb5, + 0xfe, + 0x93, + 0xfe, + 0xfe, + 0xae, + 0x01, + 0xff, + 0x36, + 0x8d, + 0xfe, + 0x48, + 0x5f, + 0xfe, + 0xa5, + 0x75, + 0xfe, + 0x44, + 0xae, + 0xfe, + 0x40, + 0x0a, + 0xff, + 0xfb, + 0x37, + 0xff, + 0x46, + 0x1f, + 0xff, + 0xe6, + 0x1c, + 0xff, + 0xfd, + 0x33, + 0xff, + 0x46, + 0x30, + 0xff, + 0xf8, + 0x48, + 0xff, + 0x16, + 0x5e, + 0xff, + 0x9e, + 0x62, + 0xff, + 0x0d, + 0x54, + 0x07, + 0xc2, + 0x70, + 0x0d, + 0x5c, + 0xbc, + 0x07, + 0x47, + 0x10, + 0x06, + 0x30, + 0xaa, + 0x04, + 0xe4, + 0x94, + 0xff, + 0x67, + 0xf6, + 0x00, + 0x42, + 0x47, + 0xff, + 0x78, + 0x3e, + 0xfe, + 0x17, + 0xf7, + 0x01, + 0xc1, + 0x0c, + 0x01, + 0x55, + 0x0f, + 0xff, + 0xb7, + 0x44, + 0x00, + 0x82, + 0x00, + 0x02, + 0x4f, + 0x0f, + 0x01, + 0x7a, + 0x12, + 0x00, + 0xd8, + 0xa9, + 0xff, + 0xea, + 0x4e, + 0xff, + 0xe0, + 0xd9, + 0x00, + 0x0e, + 0x1c, + 0x00, + 0x84, + 0x91, + 0xff, + 0x8f, + 0x81, + 0x01, + 0x1e, + 0x6c, + 0x01, + 0xb2, + 0x34, + 0x01, + 0x0a, + 0x31, + 0x01, + 0x66, + 0x61, + 0x00, + 0xd2, + 0xd9, + 0x00, + 0x46, + 0x5a, + 0x01, + 0x84, + 0xbc, + 0x00, + 0x73, + 0x0e, + 0x00, + 0x46, + 0xb0, + 0xff, + 0xcd, + 0x74, + 0xff, + 0xcf, + 0x77, + 0xff, + 0xfb, + 0xec, + 0xff, + 0xfb, + 0xdf, + 0xff, + 0x6e, + 0x90, + 0xff, + 0x9b, + 0xd0, + 0xff, + 0xe9, + 0x78, + 0xff, + 0xa1, + 0xd4, + 0xfe, + 0x06, + 0xdc, + 0xfe, + 0x99, + 0xe8, + 0xfe, + 0x16, + 0xab, + 0xfe, + 0x05, + 0xa4, + 0xfe, + 0x5c, + 0xf3, + 0xfe, + 0x70, + 0x2d, + 0xff, + 0xb9, + 0x4a, + 0xff, + 0xd8, + 0x4b, + 0xff, + 0xdf, + 0xfb, + 0xfe, + 0x0e, + 0xf0, + 0xfe, + 0xa1, + 0x37, + 0xff, + 0xec, + 0xd1, + 0xfe, + 0x30, + 0x67, + 0xfe, + 0x50, + 0x8a, + 0xfe, + 0x7b, + 0x91, + 0xfe, + 0xc0, + 0xcc, + 0xfe, + 0x32, + 0x22, + 0xff, + 0x2d, + 0x37, + 0xff, + 0x24, + 0x36, + 0xff, + 0xb6, + 0x47, + 0xff, + 0xb7, + 0x4a, + 0xff, + 0x43, + 0x27, + 0xff, + 0xfc, + 0x4c, + 0xff, + 0xea, + 0x6e, + 0xff, + 0xf6, + 0x5a, + 0xff, + 0xba, + 0x19, + 0x06, + 0x34, + 0x46, + 0x0c, + 0x0f, + 0xa6, + 0x07, + 0xe4, + 0xb6, + 0x05, + 0xfc, + 0x2c, + 0x05, + 0x5b, + 0x01, + 0x00, + 0x72, + 0xb6, + 0x00, + 0x5a, + 0xcc, + 0xff, + 0x74, + 0x88, + 0xfe, + 0x66, + 0x0d, + 0x02, + 0xe3, + 0x54, + 0x01, + 0x21, + 0x38, + 0xff, + 0x56, + 0x18, + 0x00, + 0xfc, + 0xd6, + 0x01, + 0x96, + 0x53, + 0x01, + 0xe9, + 0x4e, + 0x00, + 0x9e, + 0x2a, + 0x00, + 0x73, + 0xe1, + 0xff, + 0x58, + 0x8c, + 0x01, + 0xdd, + 0x51, + 0x01, + 0xed, + 0x2b, + 0x00, + 0x0e, + 0x38, + 0x01, + 0xcf, + 0x18, + 0x01, + 0x99, + 0x99, + 0x00, + 0x37, + 0x38, + 0x00, + 0x91, + 0x2d, + 0x00, + 0xed, + 0xe7, + 0x00, + 0x1a, + 0x0d, + 0x01, + 0x12, + 0xaf, + 0x00, + 0x20, + 0xcd, + 0xff, + 0x00, + 0x73, + 0xff, + 0x3c, + 0x8f, + 0xff, + 0x1e, + 0x70, + 0xff, + 0x33, + 0xd3, + 0xff, + 0xdf, + 0xa4, + 0xff, + 0x62, + 0x5f, + 0xff, + 0x79, + 0x9a, + 0xff, + 0x9e, + 0x1c, + 0xff, + 0x03, + 0xf0, + 0xfe, + 0x8b, + 0x07, + 0xff, + 0x1d, + 0xad, + 0xfe, + 0x35, + 0x89, + 0xfe, + 0x26, + 0xb6, + 0xfe, + 0xbe, + 0x18, + 0xff, + 0x25, + 0x4b, + 0xff, + 0x2b, + 0x60, + 0xff, + 0xdc, + 0x4c, + 0xff, + 0x65, + 0x08, + 0xff, + 0x75, + 0x0d, + 0xff, + 0xee, + 0x04, + 0xff, + 0xff, + 0xb3, + 0xfe, + 0xe1, + 0x99, + 0xfe, + 0x4d, + 0xaf, + 0xfe, + 0xad, + 0xab, + 0xfe, + 0x97, + 0xea, + 0xfe, + 0x57, + 0x33, + 0xff, + 0x37, + 0x48, + 0xff, + 0x7c, + 0x50, + 0xff, + 0x54, + 0x3f, + 0xff, + 0x93, + 0x44, + 0xff, + 0x62, + 0x3d, + 0xff, + 0xb9, + 0x4a, + 0xff, + 0xc9, + 0x6d, + 0xff, + 0xf6, + 0x66, + 0xff, + 0x72, + 0xf5, + 0x05, + 0xd8, + 0x76, + 0x0b, + 0x02, + 0x0c, + 0x07, + 0xbf, + 0x97, + 0x05, + 0x55, + 0xd8, + 0x04, + 0x93, + 0x28, + 0x00, + 0x64, + 0xb7, + 0x00, + 0xc1, + 0xfb, + 0xff, + 0xaa, + 0x86, + 0xff, + 0xe0, + 0x2e, + 0x02, + 0x27, + 0xe3, + 0x00, + 0x5d, + 0x3a, + 0xff, + 0x08, + 0xbe, + 0x00, + 0x0d, + 0x26, + 0x02, + 0x6a, + 0xef, + 0x00, + 0xa2, + 0x28, + 0x01, + 0x40, + 0xd9, + 0x01, + 0xbd, + 0xc6, + 0x00, + 0xbc, + 0x9a, + 0x01, + 0x67, + 0x13, + 0x01, + 0xd2, + 0xca, + 0xff, + 0x15, + 0x94, + 0x00, + 0xed, + 0x8b, + 0x00, + 0x70, + 0xd7, + 0xff, + 0x9a, + 0x0b, + 0x00, + 0x62, + 0xe0, + 0x00, + 0xdc, + 0xa9, + 0x00, + 0xa0, + 0x59, + 0x00, + 0x22, + 0x6f, + 0x00, + 0x42, + 0xb7, + 0xff, + 0xff, + 0x7c, + 0xff, + 0x37, + 0x77, + 0xff, + 0xf2, + 0x63, + 0xff, + 0x3d, + 0xa5, + 0xff, + 0xfe, + 0x63, + 0xff, + 0x4a, + 0x4e, + 0xff, + 0x88, + 0x43, + 0xff, + 0xb2, + 0xfd, + 0xfe, + 0xda, + 0x1d, + 0xff, + 0x13, + 0xdf, + 0xfe, + 0x33, + 0x81, + 0xfe, + 0x6b, + 0xb4, + 0xfe, + 0x8e, + 0x0c, + 0xff, + 0xf2, + 0x42, + 0xff, + 0x22, + 0x5c, + 0xff, + 0xa4, + 0x75, + 0xff, + 0xa3, + 0x35, + 0xff, + 0xf8, + 0xe1, + 0xfe, + 0x7d, + 0xf6, + 0xfe, + 0xcc, + 0xfd, + 0xfe, + 0x82, + 0xd5, + 0xfe, + 0xb1, + 0xc9, + 0xfe, + 0xd5, + 0xd0, + 0xfe, + 0x04, + 0xe1, + 0xfe, + 0x8c, + 0x15, + 0xff, + 0x22, + 0x37, + 0xff, + 0x78, + 0x45, + 0xff, + 0x9d, + 0x4a, + 0xff, + 0x9e, + 0x4c, + 0xff, + 0x1d, + 0x55, + 0xff, + 0x5e, + 0x46, + 0xff, + 0x1c, + 0x58, + 0xff, + 0xa8, + 0x6f, + 0xff, + 0x56, + 0x77, + 0xff, + 0xec, + 0x5a, + 0x06, + 0xb6, + 0x12, + 0x0b, + 0x85, + 0x87, + 0x06, + 0x26, + 0x45, + 0x05, + 0x2d, + 0xa1, + 0x03, + 0x28, + 0x36, + 0x00, + 0x66, + 0xa6, + 0x01, + 0x35, + 0x69, + 0x00, + 0x7d, + 0x86, + 0xff, + 0xc6, + 0xc7, + 0x01, + 0x89, + 0x5e, + 0x01, + 0x04, + 0xe3, + 0xff, + 0x1c, + 0xf3, + 0x00, + 0xa1, + 0xc8, + 0x02, + 0xd3, + 0x67, + 0x02, + 0x98, + 0x5a, + 0x02, + 0xa4, + 0xad, + 0x01, + 0xf7, + 0x21, + 0x00, + 0x40, + 0xa2, + 0x00, + 0xf9, + 0x31, + 0x00, + 0x4b, + 0x6d, + 0xff, + 0xb7, + 0x54, + 0x00, + 0xcd, + 0x67, + 0x00, + 0x74, + 0xc7, + 0xff, + 0x33, + 0x15, + 0x00, + 0xa9, + 0x7e, + 0x00, + 0xfe, + 0x6d, + 0x00, + 0xc4, + 0x5a, + 0x00, + 0x71, + 0xe2, + 0xff, + 0xed, + 0x71, + 0xff, + 0xed, + 0x64, + 0xff, + 0x75, + 0x5c, + 0xff, + 0xf4, + 0x75, + 0xff, + 0x0f, + 0x52, + 0xff, + 0x13, + 0x16, + 0xff, + 0x5d, + 0x21, + 0xff, + 0xe6, + 0x10, + 0xff, + 0x4e, + 0x16, + 0xff, + 0x7f, + 0x11, + 0xff, + 0xf3, + 0xa5, + 0xfe, + 0x02, + 0xb4, + 0xfe, + 0xb8, + 0x16, + 0xff, + 0x3e, + 0x1e, + 0xff, + 0xb0, + 0x4b, + 0xff, + 0x71, + 0x70, + 0xff, + 0x1f, + 0x28, + 0xff, + 0xc3, + 0xdd, + 0xfe, + 0xba, + 0xf3, + 0xfe, + 0xa8, + 0x18, + 0xff, + 0x6a, + 0xfd, + 0xfe, + 0xb8, + 0xf9, + 0xfe, + 0x40, + 0xf5, + 0xfe, + 0xfb, + 0xe0, + 0xfe, + 0x57, + 0xfc, + 0xfe, + 0xb5, + 0x15, + 0xff, + 0x8d, + 0x35, + 0xff, + 0x29, + 0x48, + 0xff, + 0x1d, + 0x49, + 0xff, + 0x7f, + 0x6c, + 0xff, + 0x9c, + 0x4d, + 0xff, + 0xcb, + 0x3e, + 0xff, + 0xe1, + 0x77, + 0xff, + 0x56, + 0x6d, + 0xff, + 0xa0, + 0x58, + 0xff, + 0xdb, + 0xf2, + 0x05, + 0xe4, + 0x18, + 0x0a, + 0x28, + 0x39, + 0x06, + 0x79, + 0xda, + 0x05, + 0xe1, + 0x0e, + 0x04, + 0xad, + 0x27, + 0x00, + 0x40, + 0x02, + 0x01, + 0x87, + 0x9a, + 0x00, + 0x13, + 0x08, + 0x01, + 0x33, + 0x21, + 0x02, + 0x31, + 0xfe, + 0x00, + 0x55, + 0x37, + 0x01, + 0x4d, + 0xf1, + 0x02, + 0xc0, + 0x89, + 0x03, + 0x8c, + 0x04, + 0x02, + 0x52, + 0x7e, + 0x01, + 0x3a, + 0x9e, + 0x00, + 0x5b, + 0x2b, + 0xff, + 0x93, + 0x18, + 0x00, + 0xa8, + 0x05, + 0x00, + 0x7e, + 0xb7, + 0xff, + 0x43, + 0x72, + 0x00, + 0x9d, + 0xd4, + 0xff, + 0xb4, + 0xa2, + 0xff, + 0xa9, + 0x3e, + 0x00, + 0x35, + 0x6b, + 0x00, + 0x13, + 0x41, + 0x00, + 0x62, + 0xce, + 0xff, + 0xbb, + 0x9c, + 0xff, + 0x12, + 0x67, + 0xff, + 0x8e, + 0x47, + 0xff, + 0x4a, + 0x7f, + 0xff, + 0xcc, + 0x42, + 0xff, + 0x49, + 0xfe, + 0xfe, + 0x3f, + 0x05, + 0xff, + 0xe3, + 0x14, + 0xff, + 0x9b, + 0x20, + 0xff, + 0xe5, + 0x21, + 0xff, + 0xb6, + 0x26, + 0xff, + 0x1e, + 0xe0, + 0xfe, + 0xb1, + 0xd6, + 0xfe, + 0x9f, + 0x14, + 0xff, + 0x37, + 0x2b, + 0xff, + 0x77, + 0x4a, + 0xff, + 0xd8, + 0x29, + 0xff, + 0x71, + 0x0c, + 0xff, + 0x59, + 0x0e, + 0xff, + 0xe9, + 0x0a, + 0xff, + 0x15, + 0x28, + 0xff, + 0xb0, + 0x29, + 0xff, + 0x70, + 0x0e, + 0xff, + 0x7d, + 0xfb, + 0xfe, + 0x26, + 0xfc, + 0xfe, + 0xd4, + 0x01, + 0xff, + 0x90, + 0x18, + 0xff, + 0x82, + 0x45, + 0xff, + 0x30, + 0x5b, + 0xff, + 0x82, + 0x5a, + 0xff, + 0xf1, + 0x5e, + 0xff, + 0x49, + 0x65, + 0xff, + 0x4e, + 0x59, + 0xff, + 0xd1, + 0x55, + 0xff, + 0xfc, + 0x5b, + 0xff, + 0xc1, + 0x4d, + 0xff, + 0x32, + 0xa1, + 0x05, + 0x40, + 0x43, + 0x0a, + 0x3e, + 0xe1, + 0x06, + 0xcf, + 0x68, + 0x05, + 0xe5, + 0xe0, + 0x02, + 0xcc, + 0x08, + 0x00, + 0x44, + 0x32, + 0x02, + 0x00, + 0x8a, + 0x01, + 0x17, + 0x75, + 0x01, + 0x56, + 0x72, + 0x03, + 0x23, + 0x02, + 0x03, + 0xbb, + 0x17, + 0x02, + 0x25, + 0x34, + 0x02, + 0x2a, + 0x70, + 0x02, + 0x3b, + 0xb0, + 0x00, + 0xbf, + 0x04, + 0x00, + 0xfb, + 0x06, + 0x00, + 0x0b, + 0x5c, + 0xff, + 0x9b, + 0x4f, + 0x00, + 0x1c, + 0xeb, + 0xff, + 0x93, + 0x6c, + 0xff, + 0x2e, + 0x2f, + 0x00, + 0xfe, + 0xf1, + 0xff, + 0xa8, + 0xe0, + 0xff, + 0x6b, + 0x17, + 0x00, + 0xf8, + 0x28, + 0x00, + 0x4e, + 0xb4, + 0xff, + 0xa0, + 0x5c, + 0xff, + 0x75, + 0xaa, + 0xff, + 0x51, + 0x51, + 0xff, + 0x8a, + 0x50, + 0xff, + 0xbc, + 0x6b, + 0xff, + 0x0c, + 0xea, + 0xfe, + 0x76, + 0xfa, + 0xfe, + 0x70, + 0x1b, + 0xff, + 0x7f, + 0x2f, + 0xff, + 0x41, + 0x4a, + 0xff, + 0x5c, + 0x45, + 0xff, + 0x8e, + 0x2c, + 0xff, + 0x58, + 0xcd, + 0xfe, + 0x2a, + 0xe3, + 0xfe, + 0xcf, + 0x0c, + 0xff, + 0xf0, + 0x1a, + 0xff, + 0x2c, + 0x42, + 0xff, + 0xc0, + 0x1f, + 0xff, + 0x62, + 0x31, + 0xff, + 0x56, + 0x2d, + 0xff, + 0x66, + 0x18, + 0xff, + 0x93, + 0x3c, + 0xff, + 0x1d, + 0x2d, + 0xff, + 0xb4, + 0x14, + 0xff, + 0x2e, + 0x02, + 0xff, + 0xcd, + 0x03, + 0xff, + 0xe8, + 0x1a, + 0xff, + 0x46, + 0x2d, + 0xff, + 0x32, + 0x52, + 0xff, + 0xde, + 0x5e, + 0xff, + 0xe8, + 0x64, + 0xff, + 0xb8, + 0x79, + 0xff, + 0xec, + 0x4f, + 0xff, + 0xcc, + 0x38, + 0xff, + 0x0f, + 0x60, + 0xff, + 0xf6, + 0x4b, + 0xff, + 0xfb, + 0x38, + 0xff, + 0x6b, + 0xc7, + 0x05, + 0xe5, + 0x32, + 0x0a, + 0xe9, + 0xcf, + 0x06, + 0x94, + 0x72, + 0x05, + 0x50, + 0xb1, + 0x02, + 0x76, + 0x16, + 0x00, + 0x33, + 0x19, + 0x03, + 0x04, + 0x3e, + 0x04, + 0xf4, + 0x1a, + 0x04, + 0xe3, + 0x20, + 0x03, + 0x15, + 0xc3, + 0x01, + 0x8b, + 0x43, + 0x01, + 0x37, + 0x86, + 0x00, + 0xb8, + 0x11, + 0x01, + 0x78, + 0x36, + 0x00, + 0xbf, + 0xaa, + 0xff, + 0xa2, + 0x4d, + 0x00, + 0x2e, + 0x6a, + 0xff, + 0x37, + 0x80, + 0xff, + 0x6c, + 0xe7, + 0xff, + 0xca, + 0xd6, + 0xff, + 0xaa, + 0x0a, + 0x00, + 0x53, + 0xef, + 0xff, + 0x45, + 0xb8, + 0xff, + 0x6c, + 0x96, + 0xff, + 0x66, + 0xd3, + 0xff, + 0x49, + 0x85, + 0xff, + 0xe5, + 0x1f, + 0xff, + 0x33, + 0x75, + 0xff, + 0xae, + 0x5a, + 0xff, + 0x74, + 0x3e, + 0xff, + 0xac, + 0x4c, + 0xff, + 0xc6, + 0x00, + 0xff, + 0x10, + 0xec, + 0xfe, + 0xe3, + 0x30, + 0xff, + 0x05, + 0x73, + 0xff, + 0x63, + 0x62, + 0xff, + 0x6b, + 0x26, + 0xff, + 0x82, + 0xd9, + 0xfe, + 0x26, + 0xbe, + 0xfe, + 0x6f, + 0xf4, + 0xfe, + 0x8e, + 0x0a, + 0xff, + 0x30, + 0x2d, + 0xff, + 0xcb, + 0x3e, + 0xff, + 0xfd, + 0x3b, + 0xff, + 0xee, + 0x3d, + 0xff, + 0xb9, + 0x1f, + 0xff, + 0xe6, + 0x33, + 0xff, + 0xc8, + 0x31, + 0xff, + 0x20, + 0x21, + 0xff, + 0xb2, + 0x21, + 0xff, + 0x65, + 0x05, + 0xff, + 0x7e, + 0x0f, + 0xff, + 0x21, + 0x1f, + 0xff, + 0x18, + 0x3f, + 0xff, + 0x08, + 0x65, + 0xff, + 0xc6, + 0x62, + 0xff, + 0x08, + 0x69, + 0xff, + 0xb3, + 0x55, + 0xff, + 0x23, + 0x3a, + 0xff, + 0xfb, + 0x47, + 0xff, + 0xe1, + 0x43, + 0xff, + 0x24, + 0x44, + 0xff, + 0x57, + 0x5c, + 0xff, + 0xd5, + 0x9b, + 0x05, + 0x59, + 0xe4, + 0x09, + 0x4c, + 0xb8, + 0x06, + 0xb2, + 0xbb, + 0x05, + 0x51, + 0x40, + 0x04, + 0x77, + 0x97, + 0x02, + 0x46, + 0x44, + 0x04, + 0x7d, + 0x55, + 0x04, + 0x92, + 0x45, + 0x04, + 0xe5, + 0x21, + 0x02, + 0x20, + 0x2c, + 0xff, + 0xc5, + 0x67, + 0xff, + 0xaf, + 0xaa, + 0x00, + 0x19, + 0x4f, + 0x01, + 0xfd, + 0xc8, + 0xff, + 0x95, + 0x39, + 0xff, + 0xea, + 0xd6, + 0xff, + 0xfa, + 0x6c, + 0xff, + 0x1b, + 0xb0, + 0xff, + 0x00, + 0xc2, + 0xff, + 0x1b, + 0xcd, + 0xff, + 0xcb, + 0xe3, + 0xff, + 0x60, + 0x7e, + 0xff, + 0xf5, + 0x7f, + 0xff, + 0x1f, + 0x91, + 0xff, + 0xef, + 0x5f, + 0xff, + 0x9d, + 0xff, + 0xfe, + 0x42, + 0x27, + 0xff, + 0x60, + 0x65, + 0xff, + 0x2a, + 0x3d, + 0xff, + 0x0c, + 0x6e, + 0xff, + 0x3d, + 0x33, + 0xff, + 0x24, + 0xe2, + 0xfe, + 0xa8, + 0x2f, + 0xff, + 0x07, + 0x4f, + 0xff, + 0x81, + 0x47, + 0xff, + 0xf4, + 0x25, + 0xff, + 0xdc, + 0xf1, + 0xfe, + 0x13, + 0xc2, + 0xfe, + 0x1d, + 0xb5, + 0xfe, + 0x38, + 0x0e, + 0xff, + 0x85, + 0x30, + 0xff, + 0x37, + 0x17, + 0xff, + 0x39, + 0x30, + 0xff, + 0x67, + 0x45, + 0xff, + 0x79, + 0x36, + 0xff, + 0xd3, + 0x22, + 0xff, + 0x86, + 0x2d, + 0xff, + 0x4f, + 0x28, + 0xff, + 0xa9, + 0x12, + 0xff, + 0xdf, + 0x18, + 0xff, + 0x83, + 0x13, + 0xff, + 0x2c, + 0x08, + 0xff, + 0xd6, + 0x31, + 0xff, + 0xa8, + 0x59, + 0xff, + 0xc1, + 0x55, + 0xff, + 0xbc, + 0x58, + 0xff, + 0x41, + 0x51, + 0xff, + 0xc3, + 0x3d, + 0xff, + 0x8c, + 0x30, + 0xff, + 0x5c, + 0x40, + 0xff, + 0xeb, + 0x56, + 0xff, + 0x5a, + 0x47, + 0xff, + 0xd4, + 0x4b, + 0xff, + 0xbd, + 0xc3, + 0x04, + 0x90, + 0x5f, + 0x0a, + 0x39, + 0x77, + 0x09, + 0x05, + 0x92, + 0x07, + 0x17, + 0x3e, + 0x05, + 0x3f, + 0xff, + 0x02, + 0xf0, + 0xeb, + 0x03, + 0xdc, + 0xd3, + 0x03, + 0x82, + 0x02, + 0x02, + 0x09, + 0x0b, + 0x00, + 0x9c, + 0xe5, + 0xff, + 0x3f, + 0x31, + 0x00, + 0x00, + 0xe9, + 0xff, + 0x7c, + 0xb8, + 0x00, + 0x4b, + 0xcd, + 0xff, + 0xcb, + 0x7a, + 0xff, + 0xa8, + 0x2c, + 0x00, + 0x9d, + 0x3b, + 0xff, + 0x39, + 0x99, + 0xff, + 0x37, + 0x13, + 0x00, + 0x47, + 0x8b, + 0xff, + 0x6d, + 0x9d, + 0xff, + 0x03, + 0xc5, + 0xff, + 0xd2, + 0x91, + 0xff, + 0x1d, + 0x2a, + 0xff, + 0x8b, + 0x0f, + 0xff, + 0xa2, + 0x18, + 0xff, + 0xb0, + 0x4f, + 0xff, + 0xa5, + 0x97, + 0xff, + 0x30, + 0x73, + 0xff, + 0xa4, + 0x6b, + 0xff, + 0xd2, + 0x4c, + 0xff, + 0xdd, + 0x1a, + 0xff, + 0x2f, + 0x4b, + 0xff, + 0x00, + 0x4e, + 0xff, + 0xcc, + 0x22, + 0xff, + 0xc6, + 0x0a, + 0xff, + 0x06, + 0x06, + 0xff, + 0xd6, + 0xf7, + 0xfe, + 0xcb, + 0xe9, + 0xfe, + 0xdb, + 0x27, + 0xff, + 0x53, + 0x36, + 0xff, + 0xc7, + 0x25, + 0xff, + 0xef, + 0x48, + 0xff, + 0x59, + 0x56, + 0xff, + 0x0d, + 0x4a, + 0xff, + 0x37, + 0x2e, + 0xff, + 0xfc, + 0x36, + 0xff, + 0x3a, + 0x34, + 0xff, + 0xa4, + 0x11, + 0xff, + 0x44, + 0x1a, + 0xff, + 0x37, + 0x36, + 0xff, + 0x81, + 0x49, + 0xff, + 0x4b, + 0x3f, + 0xff, + 0x1d, + 0x4d, + 0xff, + 0xbf, + 0x6a, + 0xff, + 0x9c, + 0x52, + 0xff, + 0x91, + 0x34, + 0xff, + 0x64, + 0x3d, + 0xff, + 0x15, + 0x5b, + 0xff, + 0xb9, + 0x5c, + 0xff, + 0xbe, + 0x47, + 0xff, + 0x65, + 0x52, + 0xff, + 0xe9, + 0x5a, + 0xff, + 0x86, + 0xd5, + 0x04, + 0x66, + 0xc6, + 0x0d, + 0x58, + 0xb8, + 0x0d, + 0x5c, + 0x5c, + 0x06, + 0x51, + 0x91, + 0x02, + 0x3b, + 0x40, + 0x02, + 0x2b, + 0x56, + 0x03, + 0x39, + 0x03, + 0x02, + 0x15, + 0xad, + 0x00, + 0x95, + 0xa6, + 0x01, + 0x9e, + 0x13, + 0x00, + 0xd4, + 0xee, + 0xfe, + 0x9a, + 0xb1, + 0xff, + 0x58, + 0xb2, + 0x00, + 0x4a, + 0xe1, + 0x00, + 0xba, + 0x2b, + 0xff, + 0x34, + 0x44, + 0xff, + 0x94, + 0xfa, + 0xff, + 0x50, + 0x5a, + 0xff, + 0xd9, + 0x63, + 0xff, + 0xa6, + 0xc6, + 0xff, + 0xad, + 0xe1, + 0xff, + 0x33, + 0x8d, + 0xff, + 0xed, + 0x3f, + 0xff, + 0xa5, + 0x0b, + 0xff, + 0x56, + 0xff, + 0xfe, + 0x66, + 0x4f, + 0xff, + 0xa3, + 0x73, + 0xff, + 0x93, + 0x8a, + 0xff, + 0x4e, + 0x8c, + 0xff, + 0xe4, + 0x65, + 0xff, + 0x5b, + 0x3e, + 0xff, + 0x7e, + 0x30, + 0xff, + 0xc6, + 0x35, + 0xff, + 0x69, + 0x23, + 0xff, + 0x49, + 0x26, + 0xff, + 0xfb, + 0x38, + 0xff, + 0x9e, + 0x19, + 0xff, + 0x51, + 0xfb, + 0xfe, + 0x60, + 0x12, + 0xff, + 0xff, + 0x0d, + 0xff, + 0xf3, + 0x20, + 0xff, + 0xcc, + 0x5d, + 0xff, + 0x63, + 0x51, + 0xff, + 0x07, + 0x3e, + 0xff, + 0xf5, + 0x4c, + 0xff, + 0x02, + 0x43, + 0xff, + 0x66, + 0x2a, + 0xff, + 0x32, + 0x21, + 0xff, + 0x71, + 0x1d, + 0xff, + 0xd2, + 0x37, + 0xff, + 0x94, + 0x58, + 0xff, + 0xc1, + 0x40, + 0xff, + 0x5a, + 0x41, + 0xff, + 0x9f, + 0x55, + 0xff, + 0x24, + 0x45, + 0xff, + 0x9f, + 0x46, + 0xff, + 0xe6, + 0x51, + 0xff, + 0x43, + 0x4f, + 0xff, + 0x9c, + 0x5b, + 0xff, + 0xef, + 0x61, + 0xff, + 0x45, + 0x4b, + 0xff, + 0x4b, + 0x43, + 0xff, + 0x25, + 0x3d, + 0xff, + 0x4e, + 0x0a, + 0x06, + 0x6f, + 0x12, + 0x0f, + 0x00, + 0x96, + 0x0c, + 0x3b, + 0xbf, + 0x05, + 0xbc, + 0x35, + 0x03, + 0x12, + 0x66, + 0x00, + 0xf2, + 0x4c, + 0x01, + 0x83, + 0xa2, + 0x03, + 0xeb, + 0x61, + 0x02, + 0x88, + 0xf8, + 0xff, + 0x76, + 0x3c, + 0xff, + 0x09, + 0xa3, + 0x00, + 0xcb, + 0x33, + 0x00, + 0xd2, + 0xe7, + 0xff, + 0xd2, + 0x96, + 0x00, + 0x94, + 0xbc, + 0xff, + 0x58, + 0x82, + 0xff, + 0xa6, + 0x50, + 0xff, + 0xf9, + 0x1d, + 0xff, + 0x97, + 0x70, + 0xff, + 0x83, + 0xb1, + 0xff, + 0xed, + 0xd8, + 0xff, + 0x28, + 0x7b, + 0xff, + 0x9a, + 0x62, + 0xff, + 0xd2, + 0x0e, + 0xff, + 0xee, + 0xf9, + 0xfe, + 0xf2, + 0x80, + 0xff, + 0xb3, + 0x68, + 0xff, + 0xbf, + 0x5e, + 0xff, + 0x69, + 0x66, + 0xff, + 0x8c, + 0x56, + 0xff, + 0x74, + 0x55, + 0xff, + 0x4a, + 0x2a, + 0xff, + 0x31, + 0x1a, + 0xff, + 0xfa, + 0x28, + 0xff, + 0xf9, + 0x57, + 0xff, + 0x78, + 0x53, + 0xff, + 0x4c, + 0x1e, + 0xff, + 0xb7, + 0x13, + 0xff, + 0xd5, + 0x06, + 0xff, + 0x28, + 0xf9, + 0xfe, + 0x86, + 0x22, + 0xff, + 0xa0, + 0x5e, + 0xff, + 0x0c, + 0x51, + 0xff, + 0x28, + 0x3c, + 0xff, + 0xc2, + 0x3e, + 0xff, + 0x1d, + 0x37, + 0xff, + 0x00, + 0x3d, + 0xff, + 0xa3, + 0x2d, + 0xff, + 0x4f, + 0x28, + 0xff, + 0xcb, + 0x36, + 0xff, + 0x3b, + 0x4c, + 0xff, + 0xf7, + 0x4d, + 0xff, + 0xc0, + 0x32, + 0xff, + 0x40, + 0x43, + 0xff, + 0xc6, + 0x49, + 0xff, + 0x11, + 0x49, + 0xff, + 0xcf, + 0x60, + 0xff, + 0x4b, + 0x5e, + 0xff, + 0x41, + 0x59, + 0xff, + 0xb4, + 0x4e, + 0xff, + 0xfa, + 0x3e, + 0xff, + 0x54, + 0x40, + 0xff, + 0x19, + 0x3b, + 0xff, + 0x6e, + 0xed, + 0x04, + 0x46, + 0x49, + 0x0c, + 0xf5, + 0xa2, + 0x0b, + 0x6b, + 0xff, + 0x06, + 0xd0, + 0x3d, + 0x03, + 0x73, + 0x95, + 0x00, + 0x78, + 0x53, + 0x02, + 0xb0, + 0xb3, + 0x03, + 0x4f, + 0x3c, + 0x02, + 0xfd, + 0x98, + 0x00, + 0x54, + 0xe9, + 0xff, + 0x2b, + 0xd0, + 0x00, + 0x20, + 0x00, + 0x01, + 0xa7, + 0x8a, + 0x00, + 0x2f, + 0x1c, + 0x00, + 0x36, + 0xea, + 0xff, + 0x6c, + 0xfc, + 0xff, + 0x46, + 0x35, + 0xff, + 0x4e, + 0x23, + 0xff, + 0xa1, + 0x5f, + 0xff, + 0x42, + 0x38, + 0xff, + 0xbc, + 0x92, + 0xff, + 0x51, + 0xe6, + 0xff, + 0x04, + 0xa5, + 0xff, + 0x17, + 0x06, + 0xff, + 0xbb, + 0x5d, + 0xff, + 0x18, + 0xa7, + 0xff, + 0xe7, + 0x3b, + 0xff, + 0x5d, + 0x46, + 0xff, + 0x27, + 0x35, + 0xff, + 0x2c, + 0x3c, + 0xff, + 0xaf, + 0x3f, + 0xff, + 0xbc, + 0x2c, + 0xff, + 0x46, + 0x4a, + 0xff, + 0x67, + 0x2c, + 0xff, + 0x18, + 0x53, + 0xff, + 0xf0, + 0x7b, + 0xff, + 0x0d, + 0x5b, + 0xff, + 0xec, + 0x2a, + 0xff, + 0x86, + 0x05, + 0xff, + 0xa1, + 0x17, + 0xff, + 0x7a, + 0x08, + 0xff, + 0xd5, + 0x1d, + 0xff, + 0x0d, + 0x6d, + 0xff, + 0xd0, + 0x59, + 0xff, + 0x53, + 0x10, + 0xff, + 0x82, + 0x27, + 0xff, + 0xfe, + 0x65, + 0xff, + 0x1d, + 0x46, + 0xff, + 0xdb, + 0x20, + 0xff, + 0xa9, + 0x41, + 0xff, + 0x05, + 0x5d, + 0xff, + 0x1f, + 0x2d, + 0xff, + 0x6c, + 0x1b, + 0xff, + 0x91, + 0x60, + 0xff, + 0x65, + 0x55, + 0xff, + 0x64, + 0x30, + 0xff, + 0xf0, + 0x64, + 0xff, + 0x48, + 0x87, + 0xff, + 0x9e, + 0x53, + 0xff, + 0xde, + 0x27, + 0xff, + 0xff, + 0x4e, + 0xff, + 0x41, + 0x57, + 0xff, + 0x18, + 0x25, + 0xff, + 0x45, + 0xad, + 0x04, + 0x89, + 0xc6, + 0x0b, + 0x6c, + 0x3c, + 0x0a, + 0xb2, + 0x96, + 0x04, + 0xd5, + 0xcc, + 0x02, + 0x00, + 0x5f, + 0x02, + 0x4a, + 0xba, + 0x02, + 0x4b, + 0xcb, + 0x02, + 0x05, + 0x57, + 0x02, + 0xc1, + 0xf2, + 0x01, + 0xc1, + 0xb8, + 0x00, + 0x4b, + 0x7d, + 0x00, + 0x71, + 0x8b, + 0x01, + 0xfb, + 0xc0, + 0x01, + 0x83, + 0xa9, + 0x00, + 0xde, + 0x0f, + 0x00, + 0x29, + 0x1c, + 0x00, + 0xc4, + 0xc0, + 0xff, + 0x90, + 0x4f, + 0xff, + 0x52, + 0xfd, + 0xfe, + 0xd0, + 0x5d, + 0xff, + 0xe5, + 0x98, + 0xff, + 0x2c, + 0x61, + 0xff, + 0x1c, + 0xab, + 0xff, + 0x4d, + 0xb7, + 0xff, + 0x30, + 0xa8, + 0xff, + 0x1c, + 0xa4, + 0xff, + 0x28, + 0x91, + 0xff, + 0xb1, + 0x76, + 0xff, + 0x8e, + 0x0f, + 0xff, + 0x5b, + 0xff, + 0xfe, + 0xeb, + 0x16, + 0xff, + 0x03, + 0x32, + 0xff, + 0x6d, + 0x4d, + 0xff, + 0xd7, + 0x35, + 0xff, + 0xb0, + 0x73, + 0xff, + 0x2c, + 0x93, + 0xff, + 0x31, + 0x73, + 0xff, + 0x1d, + 0x69, + 0xff, + 0x5c, + 0x45, + 0xff, + 0x78, + 0x32, + 0xff, + 0x6a, + 0x19, + 0xff, + 0x6b, + 0x1c, + 0xff, + 0xe2, + 0x46, + 0xff, + 0x5e, + 0x4d, + 0xff, + 0x06, + 0x39, + 0xff, + 0x82, + 0x23, + 0xff, + 0xa5, + 0x47, + 0xff, + 0x97, + 0x59, + 0xff, + 0xba, + 0x44, + 0xff, + 0x4b, + 0x59, + 0xff, + 0xf6, + 0x51, + 0xff, + 0xfa, + 0x3c, + 0xff, + 0xd8, + 0x32, + 0xff, + 0x00, + 0x37, + 0xff, + 0x46, + 0x5d, + 0xff, + 0x7a, + 0x62, + 0xff, + 0x33, + 0x66, + 0xff, + 0xe4, + 0x74, + 0xff, + 0x73, + 0x58, + 0xff, + 0xce, + 0x3b, + 0xff, + 0x4c, + 0x4a, + 0xff, + 0xa2, + 0x59, + 0xff, + 0x9a, + 0x2f, + 0xff, + 0xa6, + 0x38, + 0x04, + 0x84, + 0xfc, + 0x0a, + 0x10, + 0x5d, + 0x09, + 0x2a, + 0x79, + 0x03, + 0x34, + 0xe3, + 0x02, + 0x3b, + 0x4d, + 0x03, + 0xe5, + 0xd3, + 0x01, + 0x62, + 0x5d, + 0x01, + 0x03, + 0xa8, + 0x02, + 0x70, + 0x99, + 0x02, + 0x12, + 0x17, + 0x01, + 0x57, + 0x68, + 0x01, + 0xdf, + 0xdc, + 0x01, + 0x3a, + 0x6b, + 0x01, + 0xc3, + 0x7b, + 0x01, + 0x46, + 0x73, + 0x01, + 0xdd, + 0x8a, + 0x00, + 0xae, + 0xa7, + 0xff, + 0x38, + 0xed, + 0xff, + 0xe3, + 0xbd, + 0xff, + 0x99, + 0xf1, + 0xfe, + 0x38, + 0x22, + 0xff, + 0x23, + 0xa9, + 0xff, + 0x44, + 0xb7, + 0xff, + 0x14, + 0x59, + 0xff, + 0x07, + 0xb5, + 0xff, + 0x71, + 0x55, + 0x00, + 0x15, + 0xc5, + 0xff, + 0x23, + 0x6e, + 0xff, + 0xc3, + 0x7f, + 0xff, + 0x47, + 0x15, + 0xff, + 0xb9, + 0xe0, + 0xfe, + 0x21, + 0xf4, + 0xfe, + 0xa8, + 0x1e, + 0xff, + 0xbe, + 0x50, + 0xff, + 0x16, + 0x6e, + 0xff, + 0x0f, + 0x71, + 0xff, + 0x3b, + 0x84, + 0xff, + 0x29, + 0x9f, + 0xff, + 0x1f, + 0x6c, + 0xff, + 0x52, + 0x6d, + 0xff, + 0xee, + 0x6f, + 0xff, + 0xb5, + 0x2b, + 0xff, + 0x0a, + 0x2d, + 0xff, + 0x70, + 0x36, + 0xff, + 0xca, + 0x2b, + 0xff, + 0x46, + 0x33, + 0xff, + 0x65, + 0x51, + 0xff, + 0x58, + 0x3d, + 0xff, + 0x1e, + 0x36, + 0xff, + 0xe2, + 0x7e, + 0xff, + 0x51, + 0x58, + 0xff, + 0xd1, + 0x40, + 0xff, + 0x41, + 0x51, + 0xff, + 0xe2, + 0x31, + 0xff, + 0x89, + 0x60, + 0xff, + 0x48, + 0x73, + 0xff, + 0x2d, + 0x6b, + 0xff, + 0x71, + 0x6a, + 0xff, + 0x1d, + 0x55, + 0xff, + 0xf4, + 0x48, + 0xff, + 0x16, + 0x48, + 0xff, + 0x27, + 0x63, + 0xff, + 0x23, + 0x43, + 0xff, + 0xd1, + 0xcf, + 0x03, + 0x24, + 0x0e, + 0x0a, + 0x3c, + 0xc3, + 0x08, + 0xdc, + 0xa6, + 0x03, + 0x18, + 0x64, + 0x03, + 0xf6, + 0x63, + 0x03, + 0x49, + 0x0d, + 0x01, + 0xdb, + 0x88, + 0x00, + 0x29, + 0x8a, + 0x02, + 0xb6, + 0x6f, + 0x02, + 0x92, + 0x8f, + 0x00, + 0xdf, + 0x22, + 0x01, + 0x3d, + 0x3c, + 0x02, + 0xfa, + 0x3f, + 0x02, + 0x39, + 0xbf, + 0x01, + 0xa3, + 0x24, + 0x01, + 0x07, + 0x1f, + 0x01, + 0xa1, + 0xf3, + 0x00, + 0x2e, + 0x57, + 0x00, + 0x38, + 0xbf, + 0xff, + 0x03, + 0xb0, + 0xff, + 0xf7, + 0x8a, + 0xff, + 0xb8, + 0x2d, + 0xff, + 0xe7, + 0x5c, + 0xff, + 0x2c, + 0x9b, + 0xff, + 0x59, + 0xc7, + 0xff, + 0x5b, + 0xcd, + 0xff, + 0xf5, + 0xe6, + 0xff, + 0x0c, + 0x12, + 0x00, + 0x6a, + 0x8f, + 0xff, + 0xb4, + 0x2a, + 0xff, + 0x0c, + 0x3a, + 0xff, + 0xad, + 0xfc, + 0xfe, + 0xd9, + 0xc3, + 0xfe, + 0xb2, + 0x08, + 0xff, + 0x4b, + 0x66, + 0xff, + 0x90, + 0x64, + 0xff, + 0x52, + 0x51, + 0xff, + 0xef, + 0x6e, + 0xff, + 0x8f, + 0x80, + 0xff, + 0xc9, + 0x97, + 0xff, + 0x2f, + 0x98, + 0xff, + 0x4a, + 0x7c, + 0xff, + 0xbb, + 0x61, + 0xff, + 0xbc, + 0x2a, + 0xff, + 0x29, + 0x1a, + 0xff, + 0x5d, + 0x14, + 0xff, + 0x73, + 0x28, + 0xff, + 0xdd, + 0x47, + 0xff, + 0xb8, + 0x38, + 0xff, + 0x25, + 0x5c, + 0xff, + 0x57, + 0x53, + 0xff, + 0x32, + 0x40, + 0xff, + 0x65, + 0x4c, + 0xff, + 0x7f, + 0x46, + 0xff, + 0x2b, + 0x7b, + 0xff, + 0xe1, + 0x77, + 0xff, + 0x15, + 0x62, + 0xff, + 0x0d, + 0x5f, + 0xff, + 0xe0, + 0x43, + 0xff, + 0x9f, + 0x4b, + 0xff, + 0xd0, + 0x47, + 0xff, + 0x96, + 0x4f, + 0xff, + 0xa1, + 0x4c, + 0xff, + 0x33, + 0xf5, + 0x03, + 0x92, + 0x2c, + 0x0a, + 0x86, + 0xa1, + 0x08, + 0xe2, + 0x8b, + 0x03, + 0x8c, + 0x62, + 0x03, + 0xf1, + 0x5a, + 0x03, + 0x18, + 0xba, + 0x00, + 0xf2, + 0x21, + 0x00, + 0x18, + 0xab, + 0x02, + 0xc9, + 0x78, + 0x02, + 0xfa, + 0xd4, + 0xff, + 0xa0, + 0x3a, + 0x00, + 0x2f, + 0xec, + 0x01, + 0x5e, + 0x35, + 0x02, + 0xfc, + 0x9f, + 0x01, + 0x70, + 0xb2, + 0x01, + 0x46, + 0x9e, + 0x01, + 0xd6, + 0x86, + 0x00, + 0xa5, + 0x96, + 0x00, + 0x4e, + 0x07, + 0x01, + 0xeb, + 0x55, + 0x00, + 0x6c, + 0x78, + 0xff, + 0x2c, + 0xad, + 0xff, + 0x43, + 0x14, + 0x00, + 0x7e, + 0x61, + 0xff, + 0x02, + 0x56, + 0xff, + 0x9a, + 0x12, + 0x00, + 0x14, + 0x17, + 0x00, + 0x62, + 0xb5, + 0xff, + 0x45, + 0x96, + 0xff, + 0x94, + 0xac, + 0xff, + 0x50, + 0x62, + 0xff, + 0x4a, + 0x19, + 0xff, + 0x60, + 0x1f, + 0xff, + 0x35, + 0x02, + 0xff, + 0xbf, + 0x1e, + 0xff, + 0x3c, + 0x60, + 0xff, + 0xc6, + 0x4b, + 0xff, + 0x9d, + 0x30, + 0xff, + 0xa1, + 0x50, + 0xff, + 0x7c, + 0x97, + 0xff, + 0x56, + 0xa6, + 0xff, + 0xfc, + 0xa2, + 0xff, + 0x42, + 0xb5, + 0xff, + 0xf0, + 0x66, + 0xff, + 0x0a, + 0x3c, + 0xff, + 0x0f, + 0x32, + 0xff, + 0x5b, + 0xee, + 0xfe, + 0x2e, + 0x19, + 0xff, + 0x97, + 0x63, + 0xff, + 0x49, + 0x51, + 0xff, + 0xff, + 0x3a, + 0xff, + 0x63, + 0x3e, + 0xff, + 0x44, + 0x37, + 0xff, + 0x34, + 0x5d, + 0xff, + 0x9d, + 0x97, + 0xff, + 0xff, + 0x8b, + 0xff, + 0x66, + 0x7c, + 0xff, + 0x2c, + 0x55, + 0xff, + 0x5a, + 0x34, + 0xff, + 0x3d, + 0x50, + 0xff, + 0x3a, + 0x4a, + 0xff, + 0xd6, + 0x3e, + 0xff, + 0x7b, + 0x53, + 0xff, + 0xd4, + 0xf4, + 0x03, + 0xda, + 0x1f, + 0x0a, + 0xec, + 0x97, + 0x08, + 0xc9, + 0xfc, + 0x03, + 0x3a, + 0x29, + 0x04, + 0x6e, + 0x42, + 0x03, + 0x27, + 0xb8, + 0xff, + 0xa1, + 0xd2, + 0xff, + 0xe3, + 0x56, + 0x03, + 0x70, + 0x91, + 0x02, + 0x5e, + 0x25, + 0xff, + 0xe0, + 0xd4, + 0xff, + 0x43, + 0x9d, + 0x01, + 0x23, + 0x97, + 0x01, + 0xa0, + 0x00, + 0x01, + 0x47, + 0x3f, + 0x01, + 0x86, + 0x9f, + 0x01, + 0x8a, + 0xd1, + 0x00, + 0x89, + 0x8c, + 0x00, + 0xa3, + 0xcf, + 0x00, + 0xbe, + 0xbd, + 0x00, + 0xab, + 0x6f, + 0x00, + 0x1f, + 0x07, + 0x00, + 0xbc, + 0x0d, + 0x00, + 0x3f, + 0x1c, + 0x00, + 0x96, + 0xfc, + 0xff, + 0x53, + 0xcc, + 0xff, + 0x45, + 0xc2, + 0xff, + 0x79, + 0xe0, + 0xff, + 0xfb, + 0xad, + 0xff, + 0x59, + 0x54, + 0xff, + 0x49, + 0x49, + 0xff, + 0x92, + 0x79, + 0xff, + 0x63, + 0x50, + 0xff, + 0x8d, + 0x26, + 0xff, + 0x1a, + 0x5c, + 0xff, + 0xc8, + 0x49, + 0xff, + 0x99, + 0x18, + 0xff, + 0x14, + 0x21, + 0xff, + 0x6b, + 0x32, + 0xff, + 0xd4, + 0x51, + 0xff, + 0x6b, + 0x71, + 0xff, + 0x96, + 0x9d, + 0xff, + 0x0b, + 0xbb, + 0xff, + 0x5e, + 0x9a, + 0xff, + 0xfa, + 0x79, + 0xff, + 0x0b, + 0x4e, + 0xff, + 0x8b, + 0x0b, + 0xff, + 0x94, + 0x0d, + 0xff, + 0x35, + 0x47, + 0xff, + 0xc7, + 0x43, + 0xff, + 0x79, + 0x1b, + 0xff, + 0x7d, + 0x25, + 0xff, + 0x02, + 0x3e, + 0xff, + 0xcf, + 0x5b, + 0xff, + 0xc3, + 0x89, + 0xff, + 0xf6, + 0xa7, + 0xff, + 0x22, + 0x7a, + 0xff, + 0x00, + 0x43, + 0xff, + 0x39, + 0x58, + 0xff, + 0xc3, + 0x3d, + 0xff, + 0x0f, + 0x33, + 0xff, + 0xda, + 0x59, + 0xff, + 0x6d, + 0x4a, + 0xff, + 0x95, + 0xeb, + 0x03, + 0x15, + 0x9c, + 0x0a, + 0x44, + 0x64, + 0x09, + 0x44, + 0xee, + 0x03, + 0xb6, + 0xdf, + 0x03, + 0x66, + 0x75, + 0x03, + 0x14, + 0xc1, + 0xff, + 0x65, + 0x7d, + 0xff, + 0x1d, + 0x21, + 0x03, + 0xb0, + 0xbb, + 0x02, + 0x9f, + 0x10, + 0xff, + 0xa3, + 0x6f, + 0xff, + 0x3f, + 0x4b, + 0x01, + 0x7e, + 0x55, + 0x01, + 0x64, + 0xd9, + 0x00, + 0x20, + 0xbd, + 0x00, + 0x0e, + 0xec, + 0x00, + 0x55, + 0x6b, + 0x00, + 0xaf, + 0x13, + 0x00, + 0x54, + 0x9a, + 0x00, + 0x54, + 0x0d, + 0x01, + 0x4a, + 0x7f, + 0x00, + 0x8e, + 0xfd, + 0xff, + 0xdd, + 0x97, + 0x00, + 0x33, + 0xb1, + 0x00, + 0xbf, + 0x39, + 0x00, + 0x1d, + 0x57, + 0x00, + 0xa7, + 0x5d, + 0x00, + 0x18, + 0xd1, + 0xff, + 0xbe, + 0x5f, + 0xff, + 0x71, + 0x49, + 0xff, + 0x57, + 0x3c, + 0xff, + 0x4e, + 0x37, + 0xff, + 0x3f, + 0x3a, + 0xff, + 0xa2, + 0x5e, + 0xff, + 0xf4, + 0xa0, + 0xff, + 0xf0, + 0x88, + 0xff, + 0x6c, + 0x27, + 0xff, + 0x10, + 0x08, + 0xff, + 0x45, + 0x16, + 0xff, + 0x3a, + 0x35, + 0xff, + 0x64, + 0x5b, + 0xff, + 0xcc, + 0x66, + 0xff, + 0xfd, + 0x8b, + 0xff, + 0x5c, + 0x9b, + 0xff, + 0x90, + 0x6e, + 0xff, + 0xa2, + 0x46, + 0xff, + 0x9f, + 0x41, + 0xff, + 0x43, + 0x49, + 0xff, + 0x32, + 0x4e, + 0xff, + 0x2a, + 0x35, + 0xff, + 0x64, + 0xf9, + 0xfe, + 0x68, + 0x07, + 0xff, + 0x4d, + 0x34, + 0xff, + 0x27, + 0x53, + 0xff, + 0xc1, + 0x95, + 0xff, + 0x3e, + 0x9c, + 0xff, + 0xeb, + 0x57, + 0xff, + 0x4c, + 0x48, + 0xff, + 0xee, + 0x58, + 0xff, + 0x4f, + 0x33, + 0xff, + 0x77, + 0x42, + 0xff, + 0xaf, + 0x65, + 0xff, + 0xf2, + 0x5b, + 0xff, + 0xc7, + 0x9c, + 0x04, + 0xdf, + 0x90, + 0x0b, + 0x15, + 0x5a, + 0x09, + 0x3a, + 0xf2, + 0x03, + 0x38, + 0x59, + 0x04, + 0x6a, + 0x20, + 0x03, + 0x20, + 0x06, + 0xff, + 0x75, + 0xaa, + 0xff, + 0x69, + 0xaf, + 0x03, + 0x01, + 0x64, + 0x02, + 0x35, + 0x98, + 0xfe, + 0x99, + 0x76, + 0xff, + 0x9f, + 0x53, + 0x01, + 0x23, + 0x39, + 0x01, + 0x17, + 0x61, + 0x00, + 0x06, + 0x93, + 0x00, + 0x7e, + 0x2f, + 0x01, + 0xc9, + 0x00, + 0x00, + 0x36, + 0x26, + 0xff, + 0x5c, + 0xe1, + 0xff, + 0x0b, + 0xbb, + 0x00, + 0x7d, + 0x87, + 0x00, + 0x93, + 0x0a, + 0x00, + 0xc4, + 0x8c, + 0x00, + 0xea, + 0xd6, + 0x00, + 0xb2, + 0xcd, + 0x00, + 0xfc, + 0xe2, + 0x00, + 0xbd, + 0x9f, + 0x00, + 0xb2, + 0x6f, + 0x00, + 0xe1, + 0xff, + 0xff, + 0xec, + 0x29, + 0xff, + 0x91, + 0xd7, + 0xfe, + 0xe6, + 0x20, + 0xff, + 0x1a, + 0x53, + 0xff, + 0xe8, + 0x38, + 0xff, + 0x4b, + 0x7a, + 0xff, + 0x10, + 0xc7, + 0xff, + 0x51, + 0x88, + 0xff, + 0x54, + 0x49, + 0xff, + 0xf3, + 0x0d, + 0xff, + 0x7e, + 0x0b, + 0xff, + 0xc5, + 0x64, + 0xff, + 0x4e, + 0x8e, + 0xff, + 0x97, + 0x7b, + 0xff, + 0x87, + 0x51, + 0xff, + 0xce, + 0x43, + 0xff, + 0x52, + 0x27, + 0xff, + 0xe3, + 0x2f, + 0xff, + 0x3a, + 0x7e, + 0xff, + 0xca, + 0x7b, + 0xff, + 0x8e, + 0x45, + 0xff, + 0x0f, + 0x13, + 0xff, + 0x27, + 0x09, + 0xff, + 0x23, + 0x28, + 0xff, + 0x7b, + 0x5e, + 0xff, + 0x16, + 0x8f, + 0xff, + 0x8d, + 0x63, + 0xff, + 0x7c, + 0x55, + 0xff, + 0x32, + 0x5c, + 0xff, + 0x59, + 0x2c, + 0xff, + 0x44, + 0x45, + 0xff, + 0xc7, + 0x66, + 0xff, + 0xf9, + 0x69, + 0xff, + 0x91, + 0x8a, + 0xff, + 0xfd, + 0x57, + 0x05, + 0x96, + 0xd0, + 0x0c, + 0x55, + 0x99, + 0x09, + 0xc8, + 0x95, + 0x03, + 0xcc, + 0x5c, + 0x04, + 0x6b, + 0x0d, + 0x03, + 0x03, + 0xca, + 0xfe, + 0xed, + 0xbf, + 0xff, + 0x15, + 0xb9, + 0x03, + 0x41, + 0x03, + 0x02, + 0x3b, + 0x60, + 0xfe, + 0x59, + 0x99, + 0xff, + 0x0b, + 0x48, + 0x01, + 0x16, + 0xee, + 0x00, + 0x1d, + 0x32, + 0x00, + 0x7a, + 0x62, + 0x00, + 0xa8, + 0x19, + 0x01, + 0x17, + 0x37, + 0x00, + 0xe8, + 0xfd, + 0xfe, + 0xec, + 0x1f, + 0xff, + 0x07, + 0xd7, + 0xff, + 0x30, + 0x16, + 0x00, + 0xf5, + 0xd3, + 0xff, + 0xa6, + 0x15, + 0x00, + 0xcd, + 0xe2, + 0x00, + 0x69, + 0x1b, + 0x01, + 0x85, + 0xeb, + 0x00, + 0x18, + 0x07, + 0x01, + 0x1b, + 0xea, + 0x00, + 0xa3, + 0x57, + 0x00, + 0xba, + 0xa8, + 0xff, + 0x9a, + 0x26, + 0xff, + 0x06, + 0x01, + 0xff, + 0x11, + 0x07, + 0xff, + 0xce, + 0x27, + 0xff, + 0x5d, + 0x85, + 0xff, + 0x45, + 0x9e, + 0xff, + 0x2e, + 0x6b, + 0xff, + 0xf6, + 0x7d, + 0xff, + 0x4c, + 0x56, + 0xff, + 0x25, + 0x29, + 0xff, + 0x23, + 0x6e, + 0xff, + 0xef, + 0x90, + 0xff, + 0x23, + 0x89, + 0xff, + 0x41, + 0x50, + 0xff, + 0x0a, + 0xf4, + 0xfe, + 0x10, + 0xea, + 0xfe, + 0xd9, + 0x24, + 0xff, + 0x65, + 0x48, + 0xff, + 0xeb, + 0x64, + 0xff, + 0xb4, + 0x66, + 0xff, + 0x76, + 0x36, + 0xff, + 0x69, + 0x3d, + 0xff, + 0x41, + 0x4d, + 0xff, + 0x18, + 0x4d, + 0xff, + 0xe7, + 0x4e, + 0xff, + 0x2b, + 0x4d, + 0xff, + 0xcb, + 0x5e, + 0xff, + 0x64, + 0x32, + 0xff, + 0xd6, + 0x20, + 0xff, + 0x0d, + 0x58, + 0xff, + 0x34, + 0x68, + 0xff, + 0x6d, + 0x82, + 0xff, + 0xd9, + 0xb5, + 0xff, + 0x20, + 0xb5, + 0x05, + 0x0a, + 0xc2, + 0x0d, + 0x64, + 0x53, + 0x0a, + 0xfd, + 0x83, + 0x03, + 0x56, + 0x2f, + 0x04, + 0x5b, + 0x2f, + 0x03, + 0x52, + 0x9a, + 0xfe, + 0xde, + 0x80, + 0xff, + 0xa1, + 0x0a, + 0x04, + 0x8a, + 0xea, + 0x01, + 0x6c, + 0xcb, + 0xfd, + 0x69, + 0x90, + 0xff, + 0x7a, + 0x69, + 0x01, + 0x97, + 0xd8, + 0x00, + 0x7b, + 0xff, + 0xff, + 0xb7, + 0xfb, + 0xff, + 0x8c, + 0xec, + 0x00, + 0x67, + 0x91, + 0x00, + 0x87, + 0x26, + 0xff, + 0x83, + 0xbb, + 0xfe, + 0x85, + 0x73, + 0xff, + 0xa1, + 0x97, + 0xff, + 0xe6, + 0x2b, + 0xff, + 0xbc, + 0x97, + 0xff, + 0x2f, + 0x59, + 0x00, + 0x56, + 0xde, + 0x00, + 0x1a, + 0x23, + 0x01, + 0x7b, + 0x0d, + 0x01, + 0x84, + 0xff, + 0x00, + 0x6f, + 0xc5, + 0x00, + 0xbc, + 0x04, + 0x00, + 0xca, + 0x84, + 0xff, + 0x60, + 0x68, + 0xff, + 0x6d, + 0x32, + 0xff, + 0xcf, + 0x1a, + 0xff, + 0x88, + 0x52, + 0xff, + 0x09, + 0x87, + 0xff, + 0x13, + 0x77, + 0xff, + 0x23, + 0x52, + 0xff, + 0xb9, + 0x26, + 0xff, + 0x70, + 0x5c, + 0xff, + 0x26, + 0xcd, + 0xff, + 0x55, + 0xcb, + 0xff, + 0x74, + 0x8c, + 0xff, + 0x27, + 0x22, + 0xff, + 0x06, + 0xe9, + 0xfe, + 0x16, + 0xff, + 0xfe, + 0x31, + 0xf2, + 0xfe, + 0x60, + 0x04, + 0xff, + 0xdc, + 0x38, + 0xff, + 0x53, + 0x49, + 0xff, + 0x59, + 0x4d, + 0xff, + 0x46, + 0x6f, + 0xff, + 0x2e, + 0x6e, + 0xff, + 0xa1, + 0x2c, + 0xff, + 0xc0, + 0x3e, + 0xff, + 0x87, + 0x6a, + 0xff, + 0xb1, + 0x2f, + 0xff, + 0x16, + 0x20, + 0xff, + 0x5c, + 0x36, + 0xff, + 0xc8, + 0x3f, + 0xff, + 0xf6, + 0x78, + 0xff, + 0x86, + 0x95, + 0xff, + 0x90, + 0xb7, + 0xff, + 0x7a, + 0x4e, + 0x06, + 0xf2, + 0x28, + 0x0f, + 0x3b, + 0xfb, + 0x0a, + 0x3c, + 0xf2, + 0x02, + 0x5d, + 0xf4, + 0x03, + 0x35, + 0x80, + 0x03, + 0x6c, + 0x84, + 0xfe, + 0xec, + 0x4b, + 0xff, + 0xd4, + 0x2f, + 0x04, + 0xa8, + 0xd8, + 0x01, + 0x9b, + 0x7a, + 0xfd, + 0xae, + 0x8e, + 0xff, + 0xda, + 0x5d, + 0x01, + 0xe0, + 0x97, + 0x00, + 0x4e, + 0xfc, + 0xff, + 0x88, + 0xe2, + 0xff, + 0x62, + 0x9f, + 0x00, + 0xcb, + 0xa4, + 0x00, + 0xa2, + 0x59, + 0xff, + 0xa8, + 0xbd, + 0xfe, + 0xdc, + 0x40, + 0xff, + 0xb8, + 0x4c, + 0xff, + 0x9e, + 0x12, + 0xff, + 0xb9, + 0x1f, + 0xff, + 0xeb, + 0x97, + 0xff, + 0x7a, + 0x86, + 0x00, + 0x87, + 0xf9, + 0x00, + 0xf0, + 0xd1, + 0x00, + 0x82, + 0xda, + 0x00, + 0x86, + 0xf2, + 0x00, + 0x4b, + 0x38, + 0x00, + 0xcc, + 0xb3, + 0xff, + 0xf0, + 0xd0, + 0xff, + 0xcf, + 0x80, + 0xff, + 0xb4, + 0x5b, + 0xff, + 0x47, + 0xa0, + 0xff, + 0x2c, + 0x95, + 0xff, + 0xcf, + 0x3c, + 0xff, + 0x38, + 0x33, + 0xff, + 0xb6, + 0x32, + 0xff, + 0xb9, + 0x46, + 0xff, + 0x3e, + 0xc2, + 0xff, + 0x6d, + 0xfb, + 0xff, + 0x21, + 0xdd, + 0xff, + 0x7a, + 0x4d, + 0xff, + 0xab, + 0xd4, + 0xfe, + 0x1f, + 0xe0, + 0xfe, + 0x35, + 0xeb, + 0xfe, + 0x88, + 0x13, + 0xff, + 0x4b, + 0x23, + 0xff, + 0xfa, + 0x26, + 0xff, + 0x46, + 0x5c, + 0xff, + 0x9f, + 0x5b, + 0xff, + 0x64, + 0x1c, + 0xff, + 0x1c, + 0x38, + 0xff, + 0x9a, + 0x8d, + 0xff, + 0x90, + 0x58, + 0xff, + 0x98, + 0x23, + 0xff, + 0x2f, + 0x42, + 0xff, + 0x5b, + 0x3d, + 0xff, + 0xb5, + 0x49, + 0xff, + 0x48, + 0x78, + 0xff, + 0x92, + 0xa4, + 0xff, + 0x86, + 0xb5, + 0xff, + 0x2f, + 0x63, + 0x07, + 0x05, + 0xd4, + 0x10, + 0xac, + 0x17, + 0x0b, + 0x09, + 0x50, + 0x02, + 0xab, + 0x02, + 0x04, + 0xc6, + 0x73, + 0x03, + 0x62, + 0x0a, + 0xfe, + 0x8f, + 0x8c, + 0xff, + 0x1e, + 0x99, + 0x04, + 0x8c, + 0x2f, + 0x01, + 0x16, + 0x13, + 0xfd, + 0x3a, + 0xd5, + 0xff, + 0xa2, + 0x78, + 0x01, + 0x53, + 0x58, + 0x00, + 0x77, + 0x80, + 0xff, + 0x5c, + 0xc2, + 0xff, + 0x72, + 0x9e, + 0x00, + 0xd6, + 0x8b, + 0x00, + 0xaf, + 0x6e, + 0xff, + 0xb5, + 0xba, + 0xfe, + 0xb5, + 0x1f, + 0xff, + 0x7f, + 0x37, + 0xff, + 0xd0, + 0xf7, + 0xfe, + 0xde, + 0xed, + 0xfe, + 0xa0, + 0x51, + 0xff, + 0xd7, + 0x17, + 0x00, + 0x90, + 0x95, + 0x00, + 0x45, + 0x8e, + 0x00, + 0x12, + 0x68, + 0x00, + 0x0c, + 0x9f, + 0x00, + 0xca, + 0x3b, + 0x00, + 0x82, + 0xc1, + 0xff, + 0x68, + 0xdb, + 0xff, + 0x61, + 0xaa, + 0xff, + 0xd5, + 0xb8, + 0xff, + 0x81, + 0xfb, + 0xff, + 0xcd, + 0xc0, + 0xff, + 0xcf, + 0x4b, + 0xff, + 0x53, + 0x36, + 0xff, + 0x69, + 0x35, + 0xff, + 0x6a, + 0x2e, + 0xff, + 0xb4, + 0x9e, + 0xff, + 0xd1, + 0xea, + 0xff, + 0x6c, + 0xca, + 0xff, + 0x6f, + 0x74, + 0xff, + 0xc3, + 0x1d, + 0xff, + 0x4f, + 0xdf, + 0xfe, + 0xf6, + 0xc9, + 0xfe, + 0x42, + 0x0a, + 0xff, + 0x59, + 0x42, + 0xff, + 0xf6, + 0x66, + 0xff, + 0x02, + 0x38, + 0xff, + 0x11, + 0xd2, + 0xfe, + 0x67, + 0x0a, + 0xff, + 0xfb, + 0x54, + 0xff, + 0xfd, + 0x4c, + 0xff, + 0xd2, + 0x68, + 0xff, + 0xe9, + 0x6f, + 0xff, + 0xb4, + 0x53, + 0xff, + 0xb0, + 0x47, + 0xff, + 0x16, + 0x4f, + 0xff, + 0x83, + 0x7a, + 0xff, + 0xb1, + 0x9c, + 0xff, + 0x5b, + 0x8c, + 0xff, + 0xeb, + 0xa7, + 0x07, + 0xe2, + 0x5b, + 0x12, + 0x9a, + 0x3d, + 0x0c, + 0x71, + 0xa6, + 0x01, + 0x8e, + 0xd4, + 0x03, + 0xa7, + 0xc3, + 0x03, + 0xb0, + 0xc1, + 0xfd, + 0xa6, + 0x7f, + 0xff, + 0x78, + 0xe4, + 0x04, + 0x94, + 0x0f, + 0x01, + 0xb0, + 0xa7, + 0xfc, + 0xbc, + 0xe8, + 0xff, + 0x68, + 0x9c, + 0x01, + 0x1b, + 0x3c, + 0x00, + 0xb0, + 0x42, + 0xff, + 0x42, + 0x77, + 0xff, + 0x61, + 0x7b, + 0x00, + 0x1d, + 0x6f, + 0x00, + 0xe6, + 0x8a, + 0xff, + 0xaa, + 0xf1, + 0xfe, + 0x42, + 0x27, + 0xff, + 0x26, + 0xfe, + 0xfe, + 0x2c, + 0xce, + 0xfe, + 0x0c, + 0x0b, + 0xff, + 0xda, + 0x51, + 0xff, + 0xef, + 0xcf, + 0xff, + 0xc3, + 0x2e, + 0x00, + 0x6c, + 0x78, + 0x00, + 0x46, + 0x1e, + 0x00, + 0x5d, + 0x23, + 0x00, + 0xd3, + 0x0a, + 0x00, + 0xb6, + 0x50, + 0xff, + 0x53, + 0xc2, + 0xff, + 0xc8, + 0xff, + 0xff, + 0x44, + 0xd2, + 0xff, + 0xbd, + 0x05, + 0x00, + 0xe0, + 0xfe, + 0xff, + 0xff, + 0xb8, + 0xff, + 0x33, + 0x6c, + 0xff, + 0xf6, + 0x54, + 0xff, + 0x6f, + 0x38, + 0xff, + 0x6e, + 0x7d, + 0xff, + 0xd2, + 0xd9, + 0xff, + 0x5a, + 0xad, + 0xff, + 0x67, + 0x62, + 0xff, + 0x46, + 0x22, + 0xff, + 0x53, + 0x0c, + 0xff, + 0xd2, + 0x11, + 0xff, + 0x4f, + 0x35, + 0xff, + 0x6c, + 0x60, + 0xff, + 0x8c, + 0x33, + 0xff, + 0xf6, + 0xf4, + 0xfe, + 0x4f, + 0x0f, + 0xff, + 0x1d, + 0x1f, + 0xff, + 0xed, + 0xf6, + 0xfe, + 0xd5, + 0x2a, + 0xff, + 0xb2, + 0x92, + 0xff, + 0x20, + 0xa1, + 0xff, + 0x38, + 0x74, + 0xff, + 0xdf, + 0x53, + 0xff, + 0xaf, + 0x59, + 0xff, + 0x28, + 0x6e, + 0xff, + 0x27, + 0x72, + 0xff, + 0xb0, + 0x92, + 0xff, + 0x80, + 0x92, + 0x07, + 0x66, + 0x99, + 0x13, + 0xd0, + 0xf9, + 0x0d, + 0x8d, + 0x39, + 0x01, + 0x04, + 0x67, + 0x03, + 0x93, + 0x40, + 0x04, + 0x52, + 0x57, + 0xfd, + 0x21, + 0x2f, + 0xff, + 0x73, + 0x72, + 0x05, + 0x2b, + 0x2c, + 0x01, + 0xc7, + 0xf5, + 0xfb, + 0x32, + 0xdb, + 0xff, + 0x2b, + 0xe9, + 0x01, + 0xde, + 0x2e, + 0x00, + 0x51, + 0x15, + 0xff, + 0x3b, + 0x06, + 0xff, + 0x31, + 0x4b, + 0x00, + 0x8b, + 0x60, + 0x00, + 0xef, + 0x81, + 0xff, + 0xbd, + 0xfd, + 0xfe, + 0x58, + 0x36, + 0xff, + 0x1b, + 0x06, + 0xff, + 0x1f, + 0x99, + 0xfe, + 0x85, + 0xf8, + 0xfe, + 0xde, + 0x62, + 0xff, + 0x34, + 0xe2, + 0xff, + 0x9e, + 0xbf, + 0xff, + 0x88, + 0x37, + 0x00, + 0xd4, + 0x72, + 0x00, + 0x23, + 0x9c, + 0xff, + 0x8f, + 0x8c, + 0xff, + 0xbe, + 0x29, + 0xff, + 0x85, + 0x3d, + 0xff, + 0xb0, + 0xc3, + 0xff, + 0x39, + 0xcc, + 0xff, + 0xbb, + 0x1d, + 0x00, + 0xb1, + 0x10, + 0x00, + 0xfe, + 0xd2, + 0xff, + 0xf1, + 0xbc, + 0xff, + 0x1e, + 0x7f, + 0xff, + 0x1d, + 0x56, + 0xff, + 0xf5, + 0xa6, + 0xff, + 0xda, + 0xdd, + 0xff, + 0xf3, + 0x75, + 0xff, + 0x43, + 0x2d, + 0xff, + 0x7f, + 0x39, + 0xff, + 0x02, + 0x1a, + 0xff, + 0x33, + 0x14, + 0xff, + 0x0b, + 0x8d, + 0xff, + 0x18, + 0x78, + 0xff, + 0x53, + 0xe8, + 0xfe, + 0x37, + 0x08, + 0xff, + 0x21, + 0x2d, + 0xff, + 0xef, + 0xf4, + 0xfe, + 0x26, + 0xfc, + 0xfe, + 0xe3, + 0x45, + 0xff, + 0xe1, + 0x99, + 0xff, + 0x55, + 0xaf, + 0xff, + 0x4d, + 0x73, + 0xff, + 0x44, + 0x51, + 0xff, + 0x80, + 0x4a, + 0xff, + 0x73, + 0x46, + 0xff, + 0x38, + 0x83, + 0xff, + 0x11, + 0xc2, + 0xff, + 0x36, + 0xab, + 0x07, + 0x07, + 0xe4, + 0x14, + 0x7e, + 0xad, + 0x0f, + 0xea, + 0xd5, + 0x00, + 0xfc, + 0xc9, + 0x02, + 0x15, + 0xc4, + 0x04, + 0xd3, + 0xdd, + 0xfc, + 0xba, + 0xa5, + 0xfe, + 0x2f, + 0x1a, + 0x06, + 0x72, + 0x4d, + 0x01, + 0x5b, + 0x41, + 0xfb, + 0x5d, + 0xd0, + 0xff, + 0x38, + 0x18, + 0x02, + 0x79, + 0x13, + 0x00, + 0x1f, + 0x18, + 0xff, + 0x12, + 0xa1, + 0xfe, + 0xd7, + 0xd7, + 0xff, + 0xb0, + 0x54, + 0x00, + 0xa1, + 0x8a, + 0xff, + 0xbb, + 0xf2, + 0xfe, + 0x8b, + 0x23, + 0xff, + 0x62, + 0xfd, + 0xfe, + 0x2c, + 0x85, + 0xfe, + 0xbd, + 0xec, + 0xfe, + 0x3d, + 0x4b, + 0xff, + 0xc2, + 0x11, + 0x00, + 0x2c, + 0xbc, + 0xff, + 0xf3, + 0xa9, + 0xff, + 0xbf, + 0x8e, + 0x00, + 0xf0, + 0xbb, + 0xff, + 0x2a, + 0x12, + 0xff, + 0xff, + 0xf7, + 0xfe, + 0xdd, + 0xf3, + 0xfe, + 0x73, + 0x24, + 0xff, + 0xf7, + 0x7d, + 0xff, + 0x01, + 0x0b, + 0x00, + 0xae, + 0x13, + 0x00, + 0x78, + 0xf1, + 0xff, + 0xb6, + 0x94, + 0xff, + 0x22, + 0x71, + 0xff, + 0x0b, + 0xad, + 0xff, + 0x48, + 0xcd, + 0xff, + 0xb0, + 0xc3, + 0xff, + 0xb1, + 0x7e, + 0xff, + 0x6f, + 0x60, + 0xff, + 0x46, + 0x2d, + 0xff, + 0xdd, + 0xf9, + 0xfe, + 0x2c, + 0x3a, + 0xff, + 0xe3, + 0x5c, + 0xff, + 0x27, + 0x2d, + 0xff, + 0x3d, + 0x52, + 0xff, + 0x4f, + 0x4d, + 0xff, + 0x33, + 0xe7, + 0xfe, + 0x97, + 0xeb, + 0xfe, + 0x5b, + 0x2f, + 0xff, + 0x3a, + 0x78, + 0xff, + 0x20, + 0xac, + 0xff, + 0x5b, + 0xae, + 0xff, + 0x2d, + 0x6b, + 0xff, + 0x6f, + 0x23, + 0xff, + 0x1f, + 0x1d, + 0xff, + 0x9b, + 0x54, + 0xff, + 0x82, + 0xb8, + 0xff, + 0x8b, + 0xaa, + 0xff, + 0xd4, + 0x3b, + 0x07, + 0xfb, + 0x93, + 0x15, + 0x81, + 0x39, + 0x12, + 0x50, + 0x1b, + 0x01, + 0xb1, + 0x7c, + 0x01, + 0x82, + 0x8d, + 0x05, + 0xa2, + 0x0f, + 0xfd, + 0x0e, + 0x82, + 0xfd, + 0xea, + 0x73, + 0x06, + 0x96, + 0x1f, + 0x02, + 0x63, + 0xa8, + 0xfa, + 0xfc, + 0x7c, + 0xff, + 0xae, + 0x87, + 0x02, + 0x7f, + 0xf2, + 0xff, + 0x8a, + 0x00, + 0xff, + 0x88, + 0x91, + 0xfe, + 0xca, + 0x74, + 0xff, + 0x72, + 0xf8, + 0xff, + 0xf0, + 0x96, + 0xff, + 0x85, + 0x12, + 0xff, + 0x5e, + 0x0c, + 0xff, + 0xf4, + 0x23, + 0xff, + 0x82, + 0x5a, + 0xfe, + 0xa5, + 0xbd, + 0xfe, + 0xdd, + 0x3b, + 0xff, + 0xde, + 0x39, + 0x00, + 0x28, + 0x47, + 0x00, + 0x5f, + 0x35, + 0xff, + 0x3f, + 0x04, + 0x00, + 0xc3, + 0x17, + 0x00, + 0x20, + 0x3d, + 0xff, + 0xfa, + 0xb1, + 0xfe, + 0x7c, + 0xc2, + 0xfe, + 0xf9, + 0xc4, + 0xfe, + 0x11, + 0xe4, + 0xfe, + 0xae, + 0x17, + 0x00, + 0x99, + 0x0f, + 0x00, + 0x41, + 0x8d, + 0xff, + 0x55, + 0x97, + 0xff, + 0x96, + 0x7e, + 0xff, + 0x39, + 0x77, + 0xff, + 0x3a, + 0xba, + 0xff, + 0x91, + 0xff, + 0xff, + 0xba, + 0x97, + 0xff, + 0x92, + 0x81, + 0xff, + 0xc5, + 0x90, + 0xff, + 0x13, + 0x34, + 0xff, + 0xfd, + 0xd0, + 0xfe, + 0xee, + 0xec, + 0xfe, + 0x6e, + 0x91, + 0xff, + 0x13, + 0x82, + 0xff, + 0xe0, + 0x14, + 0xff, + 0xf2, + 0x0a, + 0xff, + 0x00, + 0x38, + 0xff, + 0x7c, + 0x58, + 0xff, + 0x89, + 0x83, + 0xff, + 0x8c, + 0xd3, + 0xff, + 0x6e, + 0xba, + 0xff, + 0xe6, + 0x51, + 0xff, + 0x15, + 0x01, + 0xff, + 0xfa, + 0x22, + 0xff, + 0xd5, + 0x86, + 0xff, + 0x06, + 0x8b, + 0xff, + 0x3f, + 0x93, + 0xff, + 0xdc, + 0xd0, + 0x09, + 0x1e, + 0xbf, + 0x18, + 0x60, + 0x3e, + 0x10, + 0x55, + 0x6b, + 0xff, + 0x7b, + 0x16, + 0x03, + 0x6c, + 0x92, + 0x04, + 0x2f, + 0x56, + 0xfb, + 0xf6, + 0xfc, + 0xfe, + 0x4c, + 0x3b, + 0x07, + 0x45, + 0xe4, + 0xff, + 0x57, + 0xc0, + 0xfa, + 0x38, + 0xdf, + 0x00, + 0x00, + 0xde, + 0x01, + 0xf9, + 0xb9, + 0xff, + 0xc1, + 0xa6, + 0xfe, + 0x5c, + 0x98, + 0xfe, + 0xe3, + 0x8d, + 0xff, + 0xa1, + 0x34, + 0xff, + 0x6c, + 0x69, + 0xff, + 0xda, + 0x21, + 0xff, + 0xf1, + 0x47, + 0xff, + 0xf8, + 0xec, + 0xfe, + 0x9d, + 0x24, + 0xfe, + 0xb1, + 0xaf, + 0xfe, + 0x7b, + 0x2a, + 0xff, + 0xe3, + 0x8a, + 0x00, + 0x6c, + 0x48, + 0x00, + 0xbb, + 0x65, + 0xff, + 0x0b, + 0xa2, + 0xff, + 0x36, + 0xa7, + 0xff, + 0x10, + 0x80, + 0xff, + 0xb5, + 0x76, + 0xfe, + 0xa4, + 0x8f, + 0xfe, + 0xe7, + 0xa6, + 0xfe, + 0x01, + 0x94, + 0xfe, + 0x26, + 0xe2, + 0xff, + 0x2e, + 0x09, + 0x00, + 0x5a, + 0x54, + 0xff, + 0x6a, + 0x39, + 0xff, + 0xb2, + 0x60, + 0xff, + 0xfa, + 0x36, + 0xff, + 0x3f, + 0x7b, + 0xff, + 0xde, + 0xf0, + 0xff, + 0x1b, + 0xb2, + 0xff, + 0x95, + 0xd4, + 0xff, + 0x46, + 0xa8, + 0xff, + 0xb5, + 0xc8, + 0xfe, + 0xd0, + 0xda, + 0xfe, + 0x52, + 0x84, + 0xff, + 0xec, + 0x81, + 0xff, + 0x32, + 0x34, + 0xff, + 0xa8, + 0x19, + 0xff, + 0xa3, + 0x2d, + 0xff, + 0xcb, + 0x61, + 0xff, + 0x47, + 0x86, + 0xff, + 0xde, + 0xb5, + 0xff, + 0x8b, + 0xca, + 0xff, + 0xee, + 0x89, + 0xff, + 0xca, + 0x3f, + 0xff, + 0x9d, + 0x40, + 0xff, + 0xbc, + 0x4f, + 0xff, + 0x74, + 0x49, + 0xff, + 0x8a, + 0x6c, + 0xff, + 0x23, + 0x9b, + 0xff, + 0x34, + 0xab, + 0x0b, + 0x09, + 0xec, + 0x1a, + 0xbd, + 0x1f, + 0x0f, + 0xfc, + 0xf6, + 0xfe, + 0xc4, + 0x42, + 0x04, + 0x07, + 0x82, + 0x03, + 0x1b, + 0x7c, + 0xfa, + 0xf8, + 0xf5, + 0xff, + 0xbc, + 0x30, + 0x07, + 0xc9, + 0xbc, + 0xfe, + 0x7d, + 0x10, + 0xfb, + 0xcc, + 0x9b, + 0x01, + 0x09, + 0x8c, + 0x01, + 0xd6, + 0x94, + 0xff, + 0x6f, + 0x5a, + 0xfe, + 0xe2, + 0xa2, + 0xfe, + 0xf3, + 0xc7, + 0xff, + 0x62, + 0x70, + 0xfe, + 0xd1, + 0x14, + 0xff, + 0x3b, + 0x6b, + 0xff, + 0x5f, + 0x53, + 0xff, + 0x9e, + 0xfe, + 0xfe, + 0xde, + 0x0c, + 0xfe, + 0x3e, + 0x73, + 0xfe, + 0x7a, + 0x51, + 0xff, + 0x1a, + 0x9d, + 0x00, + 0xb8, + 0x1e, + 0x00, + 0x1a, + 0xc8, + 0xff, + 0xdf, + 0xd1, + 0xff, + 0x65, + 0x09, + 0xff, + 0x05, + 0x40, + 0xff, + 0x96, + 0xa8, + 0xfe, + 0x89, + 0x76, + 0xfe, + 0x2c, + 0x8d, + 0xfe, + 0x25, + 0x6f, + 0xfe, + 0xf9, + 0x97, + 0xff, + 0xe6, + 0x02, + 0x00, + 0x0a, + 0x50, + 0xff, + 0xa7, + 0xee, + 0xfe, + 0x6e, + 0x1c, + 0xff, + 0x74, + 0x05, + 0xff, + 0xf4, + 0x1c, + 0xff, + 0x53, + 0xcf, + 0xff, + 0xcc, + 0xe2, + 0xff, + 0x32, + 0x9e, + 0xff, + 0x69, + 0x4a, + 0xff, + 0x2b, + 0xf6, + 0xfe, + 0xde, + 0x55, + 0xff, + 0x64, + 0xb9, + 0xff, + 0x62, + 0x91, + 0xff, + 0x68, + 0x57, + 0xff, + 0xe5, + 0x32, + 0xff, + 0x4d, + 0x30, + 0xff, + 0xb6, + 0x54, + 0xff, + 0x26, + 0x98, + 0xff, + 0x6e, + 0xb3, + 0xff, + 0xe7, + 0xa9, + 0xff, + 0x50, + 0xac, + 0xff, + 0xc7, + 0x7d, + 0xff, + 0x24, + 0x4e, + 0xff, + 0x4f, + 0x3b, + 0xff, + 0x66, + 0x4c, + 0xff, + 0xbb, + 0x7e, + 0xff, + 0xdf, + 0xa0, + 0xff, + 0xcd, + 0xa8, + 0x0c, + 0x67, + 0x5a, + 0x1c, + 0xab, + 0x1c, + 0x0f, + 0x61, + 0x34, + 0xff, + 0xf8, + 0xe3, + 0x04, + 0x10, + 0xf7, + 0x02, + 0xd2, + 0x33, + 0xfa, + 0x2b, + 0xe5, + 0xff, + 0xf1, + 0xf2, + 0x06, + 0x7e, + 0x9b, + 0xfe, + 0x44, + 0x21, + 0xfb, + 0x33, + 0xd7, + 0x01, + 0xa5, + 0x6b, + 0x01, + 0x95, + 0xcc, + 0xff, + 0xf0, + 0x20, + 0xfe, + 0x5e, + 0x3d, + 0xfe, + 0x3a, + 0x34, + 0x00, + 0xc8, + 0x05, + 0xfe, + 0xe0, + 0x8b, + 0xfe, + 0x7d, + 0x7d, + 0xff, + 0x0c, + 0x61, + 0xff, + 0x5b, + 0x3c, + 0xff, + 0x14, + 0x2a, + 0xfe, + 0xce, + 0x45, + 0xfe, + 0x64, + 0x19, + 0xff, + 0xb5, + 0xd0, + 0x00, + 0x47, + 0x27, + 0x00, + 0x34, + 0xba, + 0xff, + 0x88, + 0x43, + 0x00, + 0xe4, + 0xd2, + 0xfe, + 0xff, + 0xc8, + 0xfe, + 0xbf, + 0xc0, + 0xfe, + 0xcc, + 0x6b, + 0xfe, + 0xf4, + 0x6f, + 0xfe, + 0x02, + 0x77, + 0xfe, + 0x2f, + 0x61, + 0xff, + 0x64, + 0xc2, + 0xff, + 0xdb, + 0x68, + 0xff, + 0x86, + 0xe2, + 0xfe, + 0x2a, + 0xd5, + 0xfe, + 0x7a, + 0xcb, + 0xfe, + 0x8f, + 0xf9, + 0xfe, + 0xf9, + 0xc2, + 0xff, + 0x68, + 0x6b, + 0xff, + 0x85, + 0x05, + 0xff, + 0x3f, + 0x56, + 0xff, + 0x15, + 0x4b, + 0xff, + 0x56, + 0x81, + 0xff, + 0xa0, + 0xe5, + 0xff, + 0x4b, + 0xe8, + 0xff, + 0x6a, + 0xa4, + 0xff, + 0x7c, + 0x5c, + 0xff, + 0x6e, + 0x4c, + 0xff, + 0x46, + 0x3f, + 0xff, + 0xa3, + 0x5e, + 0xff, + 0xc6, + 0x96, + 0xff, + 0x20, + 0xbc, + 0xff, + 0x9b, + 0xde, + 0xff, + 0x27, + 0xa2, + 0xff, + 0x35, + 0x51, + 0xff, + 0x32, + 0x3e, + 0xff, + 0xce, + 0x64, + 0xff, + 0x49, + 0xab, + 0xff, + 0x3c, + 0xac, + 0xff, + 0x26, + 0x08, + 0x0d, + 0xf6, + 0x46, + 0x1d, + 0x81, + 0xbc, + 0x0f, + 0x53, + 0xce, + 0xff, + 0xa3, + 0x60, + 0x05, + 0x1b, + 0xe4, + 0x02, + 0x6d, + 0x2c, + 0xfa, + 0x59, + 0x08, + 0xff, + 0xf0, + 0x99, + 0x06, + 0x0e, + 0x17, + 0xff, + 0x16, + 0xda, + 0xfa, + 0x24, + 0x07, + 0x02, + 0xf7, + 0x4b, + 0x01, + 0x68, + 0xd9, + 0xff, + 0xb9, + 0x77, + 0xfe, + 0x9c, + 0x8b, + 0xfd, + 0x6c, + 0x49, + 0x00, + 0x5d, + 0x2a, + 0xfe, + 0x68, + 0xf3, + 0xfd, + 0xe6, + 0x0d, + 0xff, + 0x4e, + 0x83, + 0xff, + 0x1b, + 0xab, + 0xff, + 0x9d, + 0x2b, + 0xfe, + 0x12, + 0x58, + 0xfe, + 0x24, + 0xa7, + 0xfe, + 0x21, + 0xd0, + 0x00, + 0x1e, + 0xbd, + 0x00, + 0x21, + 0x37, + 0xff, + 0x95, + 0x4e, + 0x00, + 0x86, + 0x38, + 0xff, + 0xee, + 0x84, + 0xfe, + 0x8a, + 0x90, + 0xfe, + 0x8f, + 0x2c, + 0xfe, + 0x6e, + 0x69, + 0xfe, + 0xc7, + 0x8c, + 0xfe, + 0x64, + 0x32, + 0xff, + 0xa0, + 0x55, + 0xff, + 0xed, + 0x6b, + 0xff, + 0x1a, + 0x37, + 0xff, + 0xe6, + 0x4f, + 0xfe, + 0xf9, + 0xa9, + 0xfe, + 0x41, + 0x46, + 0xff, + 0xe8, + 0x27, + 0xff, + 0x8d, + 0xc8, + 0xfe, + 0xe5, + 0xc5, + 0xfe, + 0xb4, + 0x74, + 0xff, + 0xcc, + 0x53, + 0xff, + 0x24, + 0x40, + 0xff, + 0x35, + 0x25, + 0x00, + 0xdb, + 0x6c, + 0x00, + 0xf6, + 0x01, + 0x00, + 0x28, + 0x64, + 0xff, + 0xaf, + 0x35, + 0xff, + 0xc4, + 0x3e, + 0xff, + 0xbc, + 0x45, + 0xff, + 0x21, + 0xa0, + 0xff, + 0x7b, + 0xcb, + 0xff, + 0x0f, + 0xd1, + 0xff, + 0x17, + 0x94, + 0xff, + 0xb1, + 0x52, + 0xff, + 0x93, + 0x5f, + 0xff, + 0x8c, + 0x8e, + 0xff, + 0x2f, + 0xb1, + 0xff, + 0xfa, + 0x99, + 0xff, + 0x4c, + 0x08, + 0x0d, + 0x89, + 0xf2, + 0x1d, + 0x7d, + 0x79, + 0x10, + 0x2a, + 0x47, + 0x00, + 0xbc, + 0x6c, + 0x06, + 0xe9, + 0x60, + 0x03, + 0x54, + 0xb0, + 0xf9, + 0x5f, + 0xe0, + 0xfd, + 0x9d, + 0x70, + 0x06, + 0x1c, + 0xb2, + 0xff, + 0x3b, + 0x1e, + 0xfa, + 0x9d, + 0x56, + 0x02, + 0xff, + 0x75, + 0x01, + 0x66, + 0x50, + 0xff, + 0xc8, + 0x1e, + 0xff, + 0x75, + 0x39, + 0xfd, + 0xd8, + 0xe3, + 0xff, + 0x87, + 0x51, + 0xfe, + 0x70, + 0xc3, + 0xfd, + 0x31, + 0x64, + 0xfe, + 0xe5, + 0x2b, + 0xff, + 0x71, + 0x6c, + 0x00, + 0xbb, + 0x26, + 0xfe, + 0x05, + 0x53, + 0xfe, + 0xec, + 0xa8, + 0xfe, + 0xd8, + 0x53, + 0x00, + 0xa0, + 0x43, + 0x01, + 0xbb, + 0x38, + 0xff, + 0x0e, + 0xbc, + 0xff, + 0x18, + 0x9c, + 0xff, + 0x05, + 0xcb, + 0xfe, + 0x57, + 0x24, + 0xfe, + 0x65, + 0xe8, + 0xfd, + 0x6f, + 0x81, + 0xfe, + 0x15, + 0x7d, + 0xfe, + 0x17, + 0xdd, + 0xfe, + 0x5e, + 0x21, + 0xff, + 0x2f, + 0x46, + 0xff, + 0x2b, + 0x38, + 0xff, + 0xf5, + 0x73, + 0xfe, + 0x95, + 0x6d, + 0xfe, + 0x07, + 0x07, + 0xff, + 0xa5, + 0xc7, + 0xfe, + 0xeb, + 0x86, + 0xfe, + 0xe4, + 0xe4, + 0xfe, + 0x81, + 0x34, + 0xff, + 0x47, + 0x16, + 0xff, + 0x73, + 0x3b, + 0xff, + 0x26, + 0x4c, + 0x00, + 0x79, + 0xad, + 0x00, + 0x57, + 0x2c, + 0x00, + 0x43, + 0x7e, + 0xff, + 0x82, + 0x1d, + 0xff, + 0x44, + 0x36, + 0xff, + 0xd7, + 0x58, + 0xff, + 0x8c, + 0xcb, + 0xff, + 0xf7, + 0xcf, + 0xff, + 0x82, + 0x9e, + 0xff, + 0xcc, + 0x8d, + 0xff, + 0x28, + 0x5f, + 0xff, + 0x51, + 0x6e, + 0xff, + 0x92, + 0x87, + 0xff, + 0x23, + 0xaa, + 0xff, + 0x6e, + 0xa7, + 0xff, + 0x06, + 0xd6, + 0x0e, + 0xa1, + 0x45, + 0x1f, + 0xbf, + 0x11, + 0x0e, + 0x9a, + 0x88, + 0x00, + 0x62, + 0x9d, + 0x09, + 0x98, + 0xf5, + 0x02, + 0x0d, + 0xe4, + 0xf7, + 0x22, + 0x18, + 0xfe, + 0xd8, + 0x02, + 0x07, + 0x81, + 0x8e, + 0xfe, + 0xc2, + 0xd9, + 0xf9, + 0x27, + 0x3e, + 0x03, + 0x1a, + 0x2b, + 0x01, + 0x10, + 0x1c, + 0xff, + 0xa0, + 0x0c, + 0xff, + 0x0b, + 0x9a, + 0xfd, + 0xe4, + 0xbe, + 0xff, + 0xbb, + 0xa0, + 0xfd, + 0x53, + 0x2d, + 0xfe, + 0xe1, + 0xf2, + 0xfd, + 0x95, + 0x92, + 0xfe, + 0x95, + 0xd0, + 0x00, + 0xd1, + 0x74, + 0xfe, + 0x83, + 0x4e, + 0xfe, + 0x6c, + 0xd2, + 0xfe, + 0xc5, + 0x62, + 0x00, + 0xca, + 0xe7, + 0x00, + 0xa2, + 0x99, + 0xff, + 0xd5, + 0xb1, + 0xff, + 0x13, + 0x4b, + 0xff, + 0x20, + 0x0e, + 0xff, + 0xd1, + 0xf4, + 0xfd, + 0x9f, + 0xe2, + 0xfd, + 0x53, + 0x89, + 0xfe, + 0xc8, + 0x51, + 0xfe, + 0xd3, + 0x9b, + 0xfe, + 0x94, + 0xfc, + 0xfe, + 0x7e, + 0x1a, + 0xff, + 0x9f, + 0xef, + 0xfe, + 0xce, + 0xd6, + 0xfe, + 0xe7, + 0x2f, + 0xfe, + 0xe3, + 0x54, + 0xfe, + 0x29, + 0xf4, + 0xfe, + 0x5e, + 0xc8, + 0xfe, + 0xb6, + 0xc6, + 0xfe, + 0xc4, + 0xcc, + 0xfe, + 0x4d, + 0x1e, + 0xff, + 0xc3, + 0x96, + 0xff, + 0x42, + 0x45, + 0x00, + 0x47, + 0x8a, + 0x00, + 0x90, + 0x11, + 0x00, + 0x77, + 0x93, + 0xff, + 0x9e, + 0x30, + 0xff, + 0x4a, + 0x41, + 0xff, + 0x86, + 0x7b, + 0xff, + 0x9b, + 0xca, + 0xff, + 0xe1, + 0xea, + 0xff, + 0x01, + 0xa4, + 0xff, + 0x88, + 0x6f, + 0xff, + 0xb6, + 0x6c, + 0xff, + 0xf8, + 0x74, + 0xff, + 0xab, + 0x81, + 0xff, + 0xa4, + 0x99, + 0xff, + 0x42, + 0xad, + 0xff, + 0x4d, + 0xc2, + 0x0f, + 0x6a, + 0x18, + 0x20, + 0x11, + 0x48, + 0x0c, + 0x44, + 0xe8, + 0x00, + 0x61, + 0xc7, + 0x0d, + 0xa2, + 0xda, + 0x02, + 0x06, + 0x1c, + 0xf5, + 0x53, + 0xf4, + 0xfe, + 0x09, + 0x34, + 0x08, + 0xd0, + 0x09, + 0xfd, + 0xe9, + 0xec, + 0xf8, + 0x9a, + 0x60, + 0x04, + 0x02, + 0x88, + 0x01, + 0x84, + 0xa4, + 0xfe, + 0xa7, + 0xe3, + 0xfe, + 0xc5, + 0xd9, + 0xfd, + 0x27, + 0x19, + 0x00, + 0x03, + 0x27, + 0xfd, + 0x26, + 0x29, + 0xfe, + 0x34, + 0xf7, + 0xfd, + 0x38, + 0xa6, + 0xfd, + 0x47, + 0xd0, + 0x00, + 0xf0, + 0x60, + 0xff, + 0xd0, + 0x54, + 0xfe, + 0xa0, + 0x8b, + 0xfe, + 0xbb, + 0xd5, + 0x00, + 0x66, + 0x9d, + 0x00, + 0x58, + 0xb2, + 0xff, + 0xe0, + 0x4c, + 0x00, + 0x8b, + 0x99, + 0xfe, + 0x37, + 0x13, + 0xff, + 0x1c, + 0x85, + 0xfe, + 0x06, + 0xbf, + 0xfd, + 0x17, + 0x3b, + 0xfe, + 0xd2, + 0x56, + 0xfe, + 0xbc, + 0xbd, + 0xfe, + 0x6b, + 0x5e, + 0xfe, + 0x32, + 0xfd, + 0xfe, + 0xf2, + 0xfb, + 0xfe, + 0x62, + 0x6e, + 0xfe, + 0xbf, + 0x27, + 0xfe, + 0xaf, + 0x28, + 0xfe, + 0xf2, + 0x2c, + 0xff, + 0x1e, + 0xf7, + 0xfe, + 0x4f, + 0x6d, + 0xfe, + 0xde, + 0xcf, + 0xfe, + 0xa4, + 0x55, + 0xff, + 0x82, + 0xd5, + 0xff, + 0x9b, + 0x24, + 0x00, + 0x78, + 0x36, + 0x00, + 0xc4, + 0x05, + 0x00, + 0x39, + 0x95, + 0xff, + 0xef, + 0x40, + 0xff, + 0x14, + 0x43, + 0xff, + 0xd0, + 0x95, + 0xff, + 0x6f, + 0xe5, + 0xff, + 0xd3, + 0xce, + 0xff, + 0xb2, + 0xae, + 0xff, + 0xc8, + 0x82, + 0xff, + 0x58, + 0x74, + 0xff, + 0x47, + 0x74, + 0xff, + 0xb6, + 0x69, + 0xff, + 0x42, + 0xa0, + 0xff, + 0xd1, + 0xae, + 0xff, + 0xb8, + 0x92, + 0x0f, + 0x9c, + 0x23, + 0x20, + 0x4f, + 0xc8, + 0x0b, + 0xdd, + 0x7a, + 0x01, + 0x31, + 0xa6, + 0x11, + 0x72, + 0x5e, + 0x03, + 0x2f, + 0x09, + 0xf2, + 0x9f, + 0x33, + 0x00, + 0x0b, + 0x43, + 0x0a, + 0x7e, + 0xc8, + 0xfa, + 0x38, + 0xe0, + 0xf6, + 0x18, + 0x0e, + 0x06, + 0x9c, + 0xa1, + 0x02, + 0x26, + 0xbe, + 0xfd, + 0xdc, + 0x84, + 0xfe, + 0x89, + 0xdd, + 0xfd, + 0x5d, + 0xd5, + 0x00, + 0xd5, + 0x0a, + 0xfd, + 0x95, + 0xb4, + 0xfd, + 0xc2, + 0x3e, + 0xfe, + 0x20, + 0xad, + 0xfc, + 0x02, + 0x37, + 0x00, + 0x07, + 0x47, + 0x00, + 0x87, + 0xe3, + 0xfe, + 0xe0, + 0xfb, + 0xfd, + 0x3e, + 0x01, + 0x01, + 0x2b, + 0xe3, + 0x00, + 0xdc, + 0x52, + 0xff, + 0x34, + 0x0a, + 0x01, + 0x5b, + 0x6d, + 0xfe, + 0xf2, + 0xa8, + 0xfe, + 0xd7, + 0x1b, + 0xff, + 0xab, + 0xa2, + 0xfd, + 0x58, + 0xef, + 0xfd, + 0x01, + 0x6e, + 0xfe, + 0x33, + 0xe7, + 0xfe, + 0xa3, + 0xa2, + 0xfd, + 0xc4, + 0xbd, + 0xfe, + 0x99, + 0x46, + 0xff, + 0x61, + 0xae, + 0xfd, + 0xc1, + 0x08, + 0xfe, + 0xe7, + 0x69, + 0xfe, + 0x80, + 0x33, + 0xff, + 0x8f, + 0x0f, + 0xff, + 0xff, + 0x5b, + 0xfe, + 0xfc, + 0xf7, + 0xfe, + 0x1c, + 0x50, + 0xff, + 0x8b, + 0xd5, + 0xff, + 0x15, + 0x52, + 0x00, + 0x5d, + 0x1f, + 0x00, + 0x8c, + 0xb4, + 0xff, + 0x08, + 0x66, + 0xff, + 0xbb, + 0x83, + 0xff, + 0x02, + 0x5e, + 0xff, + 0xb3, + 0x6c, + 0xff, + 0xe2, + 0xdc, + 0xff, + 0xec, + 0xd1, + 0xff, + 0x45, + 0xbe, + 0xff, + 0x67, + 0x84, + 0xff, + 0x55, + 0x66, + 0xff, + 0xca, + 0x7d, + 0xff, + 0x88, + 0x7d, + 0xff, + 0xba, + 0x93, + 0xff, + 0x93, + 0x98, + 0xff, + 0x60, + 0x57, + 0x10, + 0x8b, + 0x0f, + 0x22, + 0x68, + 0x44, + 0x0b, + 0x84, + 0x9a, + 0xfe, + 0x98, + 0x22, + 0x13, + 0xad, + 0xab, + 0x06, + 0x68, + 0xe7, + 0xf0, + 0xb3, + 0x15, + 0xff, + 0x3f, + 0x59, + 0x0b, + 0x15, + 0xb1, + 0xf9, + 0x1b, + 0x42, + 0xf5, + 0xca, + 0x2a, + 0x07, + 0x4c, + 0x48, + 0x03, + 0xe8, + 0xcd, + 0xfc, + 0xc1, + 0x24, + 0xfe, + 0x1c, + 0x28, + 0xfe, + 0x44, + 0x4f, + 0x01, + 0x1a, + 0x88, + 0xfc, + 0x7b, + 0x46, + 0xfd, + 0xb9, + 0xd5, + 0xfe, + 0x36, + 0x3a, + 0xfc, + 0x1d, + 0x0e, + 0xff, + 0x8e, + 0x3c, + 0x00, + 0xd9, + 0xf7, + 0xff, + 0x95, + 0xfd, + 0xfd, + 0x03, + 0x76, + 0x00, + 0xcf, + 0x6b, + 0x01, + 0x9e, + 0x3c, + 0xff, + 0x06, + 0x0e, + 0x01, + 0x0e, + 0xbd, + 0xfe, + 0x74, + 0x53, + 0xfe, + 0x62, + 0x37, + 0xff, + 0x36, + 0x99, + 0xfd, + 0x78, + 0xa4, + 0xfd, + 0x78, + 0x57, + 0xfe, + 0x2a, + 0xfa, + 0xfe, + 0x93, + 0x76, + 0xfd, + 0x72, + 0x09, + 0xfe, + 0x3f, + 0x19, + 0xff, + 0xb2, + 0x88, + 0xfd, + 0xca, + 0xcb, + 0xfd, + 0x83, + 0x9f, + 0xfe, + 0xc1, + 0x16, + 0xff, + 0xbc, + 0x02, + 0xff, + 0x9b, + 0xa1, + 0xfe, + 0x7a, + 0x04, + 0xff, + 0x58, + 0x25, + 0xff, + 0x38, + 0xed, + 0xff, + 0xf7, + 0xa0, + 0x00, + 0xd8, + 0xf5, + 0xff, + 0x05, + 0x52, + 0xff, + 0xd8, + 0x50, + 0xff, + 0x06, + 0x9d, + 0xff, + 0xe0, + 0x5a, + 0xff, + 0x28, + 0x52, + 0xff, + 0x9c, + 0xd8, + 0xff, + 0xf2, + 0xbd, + 0xff, + 0x10, + 0x9a, + 0xff, + 0x5e, + 0x74, + 0xff, + 0xeb, + 0x5c, + 0xff, + 0x53, + 0x82, + 0xff, + 0xfb, + 0x8c, + 0xff, + 0xe8, + 0x83, + 0xff, + 0xcb, + 0x7f, + 0xff, + 0x90, + 0xf2, + 0x11, + 0xf9, + 0xcb, + 0x24, + 0xfb, + 0x46, + 0x0a, + 0x7e, + 0xe3, + 0xfa, + 0xe7, + 0x3b, + 0x13, + 0x3d, + 0x2b, + 0x0a, + 0xcd, + 0x94, + 0xf1, + 0x88, + 0x91, + 0xfd, + 0xf9, + 0x84, + 0x0b, + 0x81, + 0x07, + 0xf9, + 0x37, + 0x3e, + 0xf4, + 0x4b, + 0xfd, + 0x07, + 0xff, + 0xbb, + 0x03, + 0xba, + 0x2c, + 0xfc, + 0x49, + 0x62, + 0xfd, + 0x86, + 0xaf, + 0xfe, + 0xbf, + 0xed, + 0x01, + 0xd6, + 0xe0, + 0xfb, + 0xf5, + 0xe6, + 0xfc, + 0xe3, + 0x2e, + 0xff, + 0xd4, + 0x72, + 0xfc, + 0x35, + 0x23, + 0xfe, + 0x46, + 0x75, + 0xff, + 0x21, + 0xcc, + 0x00, + 0x83, + 0xaf, + 0xfe, + 0xd3, + 0xf5, + 0xff, + 0xc6, + 0x8c, + 0x01, + 0xa6, + 0xce, + 0xff, + 0x02, + 0xc3, + 0x00, + 0x1e, + 0xfa, + 0xfe, + 0x99, + 0x99, + 0xfe, + 0xa4, + 0xf0, + 0xfe, + 0x96, + 0x7d, + 0xfd, + 0xc2, + 0x79, + 0xfd, + 0x0f, + 0x29, + 0xfe, + 0x63, + 0xf2, + 0xfe, + 0x1c, + 0xa7, + 0xfd, + 0xd7, + 0x55, + 0xfd, + 0xc5, + 0x7a, + 0xfe, + 0xb8, + 0xe5, + 0xfd, + 0x5d, + 0xc0, + 0xfd, + 0x80, + 0xab, + 0xfe, + 0x71, + 0x14, + 0xff, + 0x06, + 0xd3, + 0xfe, + 0xbd, + 0xbf, + 0xfe, + 0x99, + 0x28, + 0xff, + 0x2c, + 0x4b, + 0xff, + 0xef, + 0xf6, + 0xff, + 0x49, + 0xb1, + 0x00, + 0x56, + 0xe9, + 0xff, + 0xfc, + 0x3a, + 0xff, + 0xac, + 0x3a, + 0xff, + 0x10, + 0x76, + 0xff, + 0x4d, + 0x71, + 0xff, + 0x68, + 0x66, + 0xff, + 0x3f, + 0xce, + 0xff, + 0x6d, + 0xa0, + 0xff, + 0x6b, + 0x65, + 0xff, + 0x78, + 0x5d, + 0xff, + 0x25, + 0x6a, + 0xff, + 0x41, + 0x7c, + 0xff, + 0xe7, + 0x78, + 0xff, + 0x05, + 0x8a, + 0xff, + 0x78, + 0x83, + 0xff, + 0xee, + 0x66, + 0x14, + 0xe4, + 0xa6, + 0x27, + 0x1f, + 0xfb, + 0x07, + 0x0c, + 0xac, + 0xf7, + 0xf4, + 0x43, + 0x13, + 0x6c, + 0xe1, + 0x0b, + 0xe0, + 0x48, + 0xf3, + 0x3f, + 0x7e, + 0xfd, + 0x62, + 0x82, + 0x0a, + 0xf0, + 0x11, + 0xf8, + 0x49, + 0x43, + 0xf4, + 0xc5, + 0x81, + 0x08, + 0xad, + 0xe3, + 0x03, + 0x8a, + 0xc9, + 0xfb, + 0xf1, + 0x5d, + 0xfc, + 0x32, + 0x51, + 0xff, + 0xd1, + 0x4b, + 0x02, + 0x50, + 0x27, + 0xfb, + 0x28, + 0xcb, + 0xfc, + 0x8a, + 0x17, + 0xff, + 0xd1, + 0xe0, + 0xfc, + 0xc4, + 0xa1, + 0xfd, + 0xda, + 0x5e, + 0xfe, + 0x00, + 0x1f, + 0x01, + 0xa3, + 0xa7, + 0xff, + 0xe9, + 0xcc, + 0xff, + 0x73, + 0x2b, + 0x01, + 0xf4, + 0xb3, + 0x00, + 0xb1, + 0xa6, + 0x00, + 0x3b, + 0xfe, + 0xfe, + 0x79, + 0x42, + 0xff, + 0xca, + 0x67, + 0xfe, + 0xa2, + 0x2c, + 0xfd, + 0xff, + 0x84, + 0xfd, + 0xf4, + 0x07, + 0xfe, + 0x24, + 0xb5, + 0xfe, + 0xf1, + 0xac, + 0xfd, + 0xc1, + 0xf9, + 0xfc, + 0x57, + 0xd7, + 0xfd, + 0x9c, + 0x35, + 0xfe, + 0x8c, + 0xf1, + 0xfd, + 0xac, + 0xb7, + 0xfe, + 0x33, + 0x08, + 0xff, + 0xce, + 0x66, + 0xfe, + 0xa3, + 0xc0, + 0xfe, + 0x2a, + 0x70, + 0xff, + 0xe9, + 0x76, + 0xff, + 0x85, + 0xf4, + 0xff, + 0x87, + 0xae, + 0x00, + 0xc8, + 0xea, + 0xff, + 0xbf, + 0x40, + 0xff, + 0x49, + 0x22, + 0xff, + 0xc7, + 0x3a, + 0xff, + 0xed, + 0x8a, + 0xff, + 0xfc, + 0x9d, + 0xff, + 0x4f, + 0xc0, + 0xff, + 0x61, + 0x6b, + 0xff, + 0x5c, + 0x49, + 0xff, + 0x47, + 0x4d, + 0xff, + 0xca, + 0x4e, + 0xff, + 0x01, + 0x5f, + 0xff, + 0x2f, + 0x65, + 0xff, + 0xf8, + 0x92, + 0xff, + 0x27, + 0x7d, + 0xff, + 0x86, + 0x28, + 0x15, + 0x02, + 0x8b, + 0x2a, + 0x81, + 0xe2, + 0x08, + 0xdc, + 0x93, + 0xf3, + 0x34, + 0x18, + 0x11, + 0x06, + 0xb8, + 0x0e, + 0x1f, + 0x19, + 0xf6, + 0x39, + 0xcf, + 0xfc, + 0x02, + 0x2e, + 0x09, + 0xc0, + 0x72, + 0xf8, + 0x25, + 0x9e, + 0xf3, + 0x0a, + 0x1e, + 0x08, + 0x95, + 0xc1, + 0x04, + 0xaa, + 0x9b, + 0xfb, + 0x10, + 0x86, + 0xfb, + 0x9f, + 0x44, + 0xff, + 0x2a, + 0xe8, + 0x02, + 0xd6, + 0xee, + 0xfa, + 0xde, + 0x6c, + 0xfc, + 0x0c, + 0x11, + 0xff, + 0xe4, + 0x36, + 0xfd, + 0xc1, + 0xc6, + 0xfd, + 0xb4, + 0x1f, + 0xfd, + 0x65, + 0xd2, + 0x00, + 0x73, + 0xb9, + 0x00, + 0x4f, + 0xf8, + 0xff, + 0xc4, + 0xba, + 0x00, + 0x6e, + 0x39, + 0x01, + 0xbf, + 0x36, + 0x01, + 0x2b, + 0x0d, + 0xff, + 0x90, + 0xb8, + 0xff, + 0xd9, + 0x19, + 0xfe, + 0x0d, + 0xc7, + 0xfc, + 0xde, + 0x96, + 0xfd, + 0x64, + 0xc4, + 0xfd, + 0xa7, + 0x87, + 0xfe, + 0xf2, + 0x92, + 0xfd, + 0xbd, + 0xcf, + 0xfc, + 0xcb, + 0x67, + 0xfd, + 0x6b, + 0x4f, + 0xfe, + 0xbd, + 0x7e, + 0xfe, + 0x77, + 0xcd, + 0xfe, + 0x49, + 0xc4, + 0xfe, + 0x77, + 0xf4, + 0xfd, + 0x3a, + 0xc6, + 0xfe, + 0xc7, + 0xc3, + 0xff, + 0x7b, + 0x96, + 0xff, + 0xa8, + 0xdb, + 0xff, + 0xe4, + 0x97, + 0x00, + 0x66, + 0x10, + 0x00, + 0xec, + 0x5e, + 0xff, + 0x3b, + 0x0e, + 0xff, + 0x43, + 0x03, + 0xff, + 0x68, + 0x84, + 0xff, + 0xe9, + 0xc8, + 0xff, + 0x27, + 0xd7, + 0xff, + 0xda, + 0x53, + 0xff, + 0x0b, + 0x23, + 0xff, + 0x3b, + 0x25, + 0xff, + 0x13, + 0x30, + 0xff, + 0x9b, + 0x5e, + 0xff, + 0x42, + 0x4d, + 0xff, + 0x84, + 0x8c, + 0xff, + 0x18, + 0x7b, + 0xff, + 0xdc, + 0xd8, + 0x17, + 0x1d, + 0x5c, + 0x2d, + 0xb1, + 0x04, + 0x07, + 0xbe, + 0x13, + 0xf1, + 0xc8, + 0xb0, + 0x0f, + 0x48, + 0x09, + 0x0f, + 0xd8, + 0x70, + 0xf8, + 0x1c, + 0xfd, + 0xfd, + 0x74, + 0x15, + 0x08, + 0x6f, + 0x85, + 0xf6, + 0xa4, + 0xa7, + 0xf4, + 0x4b, + 0x88, + 0x08, + 0xf8, + 0xd5, + 0x03, + 0x9a, + 0x24, + 0xfc, + 0xcd, + 0x8e, + 0xfa, + 0x74, + 0x70, + 0xff, + 0x16, + 0x0d, + 0x03, + 0x49, + 0x69, + 0xfa, + 0xb8, + 0xce, + 0xfc, + 0x97, + 0x6d, + 0xfe, + 0x0c, + 0xb7, + 0xfd, + 0xf6, + 0xfb, + 0xfd, + 0x5d, + 0x71, + 0xfc, + 0xdc, + 0x50, + 0x00, + 0xe3, + 0xd9, + 0x00, + 0xb9, + 0xf2, + 0x00, + 0x72, + 0x4e, + 0x00, + 0xda, + 0x62, + 0x01, + 0xf9, + 0xfd, + 0x01, + 0x92, + 0x37, + 0xff, + 0xed, + 0xde, + 0xff, + 0xf4, + 0xb0, + 0xfd, + 0x22, + 0xb8, + 0xfc, + 0x7a, + 0x77, + 0xfd, + 0x65, + 0x5c, + 0xfd, + 0x3e, + 0x5d, + 0xfe, + 0x18, + 0x4b, + 0xfd, + 0xf8, + 0xb2, + 0xfc, + 0x5d, + 0x47, + 0xfd, + 0xe5, + 0x57, + 0xfe, + 0xad, + 0x19, + 0xff, + 0xbc, + 0xf9, + 0xfe, + 0x39, + 0x43, + 0xfe, + 0xdd, + 0xa8, + 0xfd, + 0x3a, + 0xd3, + 0xfe, + 0x38, + 0xf6, + 0xff, + 0x05, + 0xaa, + 0xff, + 0x7b, + 0xce, + 0xff, + 0x94, + 0x7a, + 0x00, + 0x1d, + 0x1a, + 0x00, + 0x98, + 0x88, + 0xff, + 0x23, + 0xe9, + 0xfe, + 0x69, + 0xe0, + 0xfe, + 0xe9, + 0x82, + 0xff, + 0x69, + 0xdf, + 0xff, + 0x45, + 0xee, + 0xff, + 0xc6, + 0x49, + 0xff, + 0x23, + 0x04, + 0xff, + 0xd7, + 0xe9, + 0xfe, + 0xa9, + 0x09, + 0xff, + 0x02, + 0x56, + 0xff, + 0x8e, + 0x5d, + 0xff, + 0x68, + 0x7f, + 0xff, + 0x51, + 0x69, + 0xff, + 0x65, + 0x8c, + 0x18, + 0x03, + 0x1b, + 0x30, + 0xda, + 0x66, + 0x08, + 0x02, + 0xba, + 0xed, + 0xe6, + 0xca, + 0x0c, + 0x2f, + 0x0f, + 0x10, + 0xc1, + 0x7a, + 0xfa, + 0xbf, + 0x19, + 0xff, + 0xa5, + 0x9b, + 0x07, + 0x09, + 0x36, + 0xf5, + 0xfc, + 0xd6, + 0xf4, + 0xf7, + 0xd9, + 0x08, + 0xb3, + 0x04, + 0x03, + 0x64, + 0x81, + 0xfc, + 0x8b, + 0x7e, + 0xfa, + 0xa5, + 0x76, + 0xfe, + 0x0c, + 0x24, + 0x03, + 0xfe, + 0x82, + 0xfa, + 0x3c, + 0xc1, + 0xfc, + 0xd5, + 0x0b, + 0xfe, + 0x73, + 0xd3, + 0xfd, + 0x3e, + 0x93, + 0xfe, + 0x96, + 0x12, + 0xfc, + 0x7e, + 0x8f, + 0xff, + 0x4a, + 0x71, + 0x00, + 0x5a, + 0xc0, + 0x01, + 0x21, + 0x80, + 0x00, + 0x63, + 0x1c, + 0x01, + 0x66, + 0xf8, + 0x02, + 0x11, + 0x7f, + 0xff, + 0xc3, + 0xb8, + 0xff, + 0xff, + 0xae, + 0xfd, + 0x72, + 0xb2, + 0xfc, + 0xe3, + 0x51, + 0xfd, + 0x06, + 0xd1, + 0xfc, + 0x19, + 0x14, + 0xfe, + 0xb6, + 0xdf, + 0xfc, + 0x40, + 0xb1, + 0xfc, + 0x8f, + 0x86, + 0xfd, + 0x00, + 0x42, + 0xfe, + 0x82, + 0x84, + 0xff, + 0x71, + 0x3a, + 0xff, + 0xd3, + 0xe5, + 0xfd, + 0xc9, + 0x71, + 0xfd, + 0x25, + 0xdc, + 0xfe, + 0x8a, + 0xdf, + 0xff, + 0x95, + 0x9b, + 0xff, + 0x97, + 0xd4, + 0xff, + 0x44, + 0x6f, + 0x00, + 0x8b, + 0x34, + 0x00, + 0xfd, + 0x93, + 0xff, + 0x91, + 0xba, + 0xfe, + 0x7c, + 0xca, + 0xfe, + 0x24, + 0x9f, + 0xff, + 0x2f, + 0xf4, + 0xff, + 0x77, + 0xed, + 0xff, + 0xaa, + 0x3a, + 0xff, + 0x11, + 0xec, + 0xfe, + 0x08, + 0xd5, + 0xfe, + 0xda, + 0xda, + 0xfe, + 0x24, + 0x35, + 0xff, + 0xd6, + 0x74, + 0xff, + 0x30, + 0x8d, + 0xff, + 0x97, + 0x5f, + 0xff, + 0x66, + 0x37, + 0x18, + 0x9b, + 0xf3, + 0x32, + 0x71, + 0x6b, + 0x0b, + 0x3f, + 0x1f, + 0xea, + 0x4e, + 0xdf, + 0x09, + 0x54, + 0x9a, + 0x10, + 0xc5, + 0x86, + 0xfb, + 0xbe, + 0xd9, + 0x00, + 0xf6, + 0xbc, + 0x07, + 0x11, + 0x5e, + 0xf4, + 0xaf, + 0x29, + 0xf4, + 0x42, + 0x85, + 0x09, + 0x01, + 0x76, + 0x02, + 0xff, + 0x08, + 0xfc, + 0x2a, + 0xba, + 0xfb, + 0x44, + 0xcf, + 0xfc, + 0x17, + 0xd3, + 0x02, + 0xe8, + 0x1a, + 0xfb, + 0x96, + 0x82, + 0xfc, + 0x09, + 0x0f, + 0xfe, + 0x2b, + 0x70, + 0xfd, + 0x5f, + 0xb3, + 0xff, + 0xa9, + 0xc5, + 0xfb, + 0xeb, + 0xec, + 0xfe, + 0x88, + 0x07, + 0x00, + 0x83, + 0xa6, + 0x01, + 0x61, + 0x68, + 0x01, + 0xf7, + 0xbf, + 0x00, + 0xe7, + 0x10, + 0x04, + 0x98, + 0xdf, + 0xff, + 0xac, + 0x2b, + 0xff, + 0x6b, + 0x37, + 0xfe, + 0x2f, + 0x7c, + 0xfc, + 0x4e, + 0x3a, + 0xfd, + 0xc8, + 0x65, + 0xfc, + 0x81, + 0xa2, + 0xfd, + 0x31, + 0x6a, + 0xfc, + 0x52, + 0x86, + 0xfc, + 0xbb, + 0x23, + 0xfe, + 0x83, + 0x63, + 0xfe, + 0x56, + 0xad, + 0xff, + 0xe4, + 0x52, + 0xff, + 0x70, + 0xb9, + 0xfd, + 0xf3, + 0x86, + 0xfd, + 0xca, + 0xda, + 0xfe, + 0xa1, + 0x90, + 0xff, + 0x74, + 0x57, + 0xff, + 0xe3, + 0xc8, + 0xff, + 0x16, + 0xb2, + 0x00, + 0x43, + 0x53, + 0x00, + 0xd8, + 0x71, + 0xff, + 0xc3, + 0x97, + 0xfe, + 0x5d, + 0xa2, + 0xfe, + 0xc1, + 0xdf, + 0xff, + 0x45, + 0x12, + 0x00, + 0x26, + 0xd6, + 0xff, + 0x8d, + 0x25, + 0xff, + 0xeb, + 0xd5, + 0xfe, + 0xf9, + 0xd5, + 0xfe, + 0x38, + 0xa8, + 0xfe, + 0x6b, + 0x30, + 0xff, + 0xd0, + 0x70, + 0xff, + 0x8d, + 0xaa, + 0xff, + 0x3d, + 0x77, + 0xff, + 0x31, + 0xa7, + 0x1c, + 0x92, + 0x3d, + 0x36, + 0x70, + 0x85, + 0x05, + 0x04, + 0xf2, + 0xe8, + 0x48, + 0x9d, + 0x0c, + 0x9a, + 0x3e, + 0x0c, + 0x0d, + 0x21, + 0xfb, + 0x6e, + 0x48, + 0x05, + 0x7d, + 0x88, + 0x06, + 0x82, + 0x5a, + 0xf1, + 0x8d, + 0x75, + 0xf6, + 0x0f, + 0xbc, + 0x0a, + 0xcc, + 0xdd, + 0xff, + 0xee, + 0x15, + 0xfc, + 0x7f, + 0x6d, + 0xfc, + 0xc2, + 0x40, + 0xfc, + 0xf1, + 0xb7, + 0x01, + 0x55, + 0xfc, + 0xfa, + 0xf7, + 0x37, + 0xfd, + 0x7b, + 0x77, + 0xfd, + 0xab, + 0xdc, + 0xfd, + 0x57, + 0x1e, + 0x00, + 0x97, + 0xac, + 0xfb, + 0xaf, + 0xd6, + 0xfe, + 0x07, + 0x7f, + 0xff, + 0x56, + 0xa7, + 0x01, + 0x61, + 0x64, + 0x01, + 0x0e, + 0x6f, + 0x01, + 0x04, + 0x06, + 0x05, + 0x55, + 0xb3, + 0xff, + 0x16, + 0x8e, + 0xfe, + 0xd1, + 0x72, + 0xfe, + 0xf9, + 0x7d, + 0xfc, + 0x63, + 0x9b, + 0xfc, + 0x6f, + 0x89, + 0xfc, + 0x7c, + 0x1e, + 0xfd, + 0x1e, + 0xb5, + 0xfb, + 0xd0, + 0x99, + 0xfc, + 0x81, + 0x88, + 0xfe, + 0x55, + 0x35, + 0xff, + 0xfa, + 0xe2, + 0xff, + 0xde, + 0xb7, + 0xfe, + 0xb4, + 0x8a, + 0xfd, + 0x76, + 0x29, + 0xfe, + 0x45, + 0xe2, + 0xfe, + 0x2c, + 0xfa, + 0xfe, + 0x7e, + 0x09, + 0xff, + 0x05, + 0xc7, + 0xff, + 0x0d, + 0x0e, + 0x01, + 0x49, + 0x64, + 0x00, + 0x71, + 0x1c, + 0xff, + 0x1b, + 0x61, + 0xfe, + 0xb6, + 0xbf, + 0xfe, + 0xf8, + 0x14, + 0x00, + 0x94, + 0x21, + 0x00, + 0xd7, + 0xb2, + 0xff, + 0xf2, + 0xfa, + 0xfe, + 0x05, + 0xd2, + 0xfe, + 0xb1, + 0xa6, + 0xfe, + 0x13, + 0x92, + 0xfe, + 0xc5, + 0x44, + 0xff, + 0xc4, + 0x82, + 0xff, + 0x53, + 0xbf, + 0xff, + 0x67, + 0x76, + 0xff, + 0xd1, + 0x3a, + 0x1f, + 0x32, + 0x52, + 0x39, + 0xe6, + 0x9f, + 0x02, + 0x9f, + 0x8e, + 0xe7, + 0xf9, + 0x32, + 0x0e, + 0xb8, + 0x4d, + 0x08, + 0xfe, + 0xca, + 0xfa, + 0x86, + 0xc2, + 0x08, + 0x5f, + 0x74, + 0x05, + 0xab, + 0x99, + 0xf0, + 0x60, + 0x3e, + 0xf7, + 0x63, + 0x1a, + 0x0b, + 0x97, + 0x81, + 0xfe, + 0x9e, + 0xb9, + 0xfb, + 0xb5, + 0xca, + 0xfd, + 0x20, + 0xa9, + 0xfa, + 0x46, + 0x00, + 0x01, + 0x2f, + 0x87, + 0xfb, + 0xfc, + 0xf2, + 0xfc, + 0x08, + 0xfd, + 0xfd, + 0xed, + 0xc2, + 0xfd, + 0xda, + 0x68, + 0x00, + 0xe2, + 0x2a, + 0xfc, + 0x7c, + 0x6c, + 0xfe, + 0x12, + 0x23, + 0xff, + 0x28, + 0x82, + 0x01, + 0x7d, + 0x47, + 0x01, + 0x96, + 0xd1, + 0x01, + 0x83, + 0x6d, + 0x06, + 0x56, + 0xad, + 0xff, + 0xc2, + 0x8c, + 0xfd, + 0x85, + 0xe7, + 0xfe, + 0xa4, + 0x60, + 0xfc, + 0xb7, + 0xf9, + 0xfb, + 0x45, + 0xd8, + 0xfc, + 0x64, + 0xed, + 0xfc, + 0x08, + 0x0a, + 0xfb, + 0x0e, + 0x73, + 0xfc, + 0x94, + 0xd9, + 0xfe, + 0xf8, + 0x18, + 0x00, + 0x19, + 0x26, + 0x00, + 0x03, + 0x04, + 0xfe, + 0x7a, + 0x8e, + 0xfd, + 0x35, + 0xba, + 0xfe, + 0xd8, + 0xd5, + 0xfe, + 0xda, + 0x6a, + 0xfe, + 0x27, + 0xc3, + 0xfe, + 0x94, + 0xc0, + 0xff, + 0xc6, + 0x25, + 0x01, + 0x56, + 0x87, + 0x00, + 0x9d, + 0xd4, + 0xfe, + 0xc1, + 0x56, + 0xfe, + 0x29, + 0xf3, + 0xfe, + 0xad, + 0x07, + 0x00, + 0x72, + 0x1a, + 0x00, + 0xd8, + 0xa0, + 0xff, + 0x48, + 0xf3, + 0xfe, + 0xf7, + 0xc1, + 0xfe, + 0x2a, + 0x73, + 0xfe, + 0x56, + 0x7e, + 0xfe, + 0x35, + 0x61, + 0xff, + 0xee, + 0xa4, + 0xff, + 0x2e, + 0xce, + 0xff, + 0xe3, + 0x86, + 0xff, + 0x78, + 0x3a, + 0x22, + 0xb6, + 0xc2, + 0x3b, + 0x03, + 0x3a, + 0xff, + 0x6f, + 0x91, + 0xe7, + 0xf8, + 0xb4, + 0x0f, + 0xf7, + 0xed, + 0x03, + 0xce, + 0x92, + 0xfa, + 0x8f, + 0x7e, + 0x0b, + 0xe8, + 0x85, + 0x04, + 0x05, + 0x8c, + 0xf0, + 0x3f, + 0x61, + 0xf8, + 0x56, + 0xb0, + 0x0a, + 0x57, + 0x41, + 0xfd, + 0x3f, + 0x27, + 0xfc, + 0x20, + 0x5f, + 0xfe, + 0xc5, + 0x5c, + 0xf9, + 0x7a, + 0x7b, + 0x00, + 0xf2, + 0x05, + 0xfc, + 0x21, + 0x11, + 0xfd, + 0x8d, + 0x3d, + 0xfe, + 0xd0, + 0xe4, + 0xfd, + 0xb5, + 0x84, + 0x00, + 0xc8, + 0xcf, + 0xfc, + 0x9a, + 0x47, + 0xfe, + 0x82, + 0xa3, + 0xfe, + 0x1b, + 0xca, + 0x01, + 0x87, + 0xf0, + 0x00, + 0x10, + 0xec, + 0x01, + 0x1d, + 0xcf, + 0x07, + 0x83, + 0xc6, + 0xff, + 0xce, + 0xa6, + 0xfc, + 0xa0, + 0xf4, + 0xfe, + 0x3d, + 0x72, + 0xfc, + 0x7f, + 0xa1, + 0xfb, + 0x67, + 0x33, + 0xfd, + 0x8e, + 0x1d, + 0xfd, + 0x5b, + 0x7d, + 0xfa, + 0x56, + 0x58, + 0xfc, + 0x45, + 0x02, + 0xff, + 0xb8, + 0x7c, + 0x00, + 0x82, + 0xc1, + 0x00, + 0x74, + 0xce, + 0xfd, + 0x0c, + 0x54, + 0xfd, + 0xc4, + 0xfc, + 0xfe, + 0x41, + 0xe0, + 0xfe, + 0x80, + 0x45, + 0xfe, + 0x9f, + 0x7c, + 0xfe, + 0x47, + 0x8d, + 0xff, + 0x10, + 0x27, + 0x01, + 0xd8, + 0x9a, + 0x00, + 0x8f, + 0xbb, + 0xfe, + 0x80, + 0x62, + 0xfe, + 0x13, + 0x3b, + 0xff, + 0x9e, + 0xdc, + 0xff, + 0x21, + 0xf3, + 0xff, + 0xc1, + 0xbb, + 0xff, + 0xd9, + 0xe8, + 0xfe, + 0x18, + 0xab, + 0xfe, + 0x20, + 0x5d, + 0xfe, + 0xb4, + 0x72, + 0xfe, + 0xc1, + 0x74, + 0xff, + 0xdf, + 0xd6, + 0xff, + 0xca, + 0xe6, + 0xff, + 0xde, + 0x95, + 0xff, + 0x19, + 0x3e, + 0x23, + 0xaa, + 0xcc, + 0x3d, + 0xd6, + 0x30, + 0xff, + 0xe0, + 0xfc, + 0xe6, + 0x14, + 0xab, + 0x0f, + 0x06, + 0xf3, + 0x00, + 0x4a, + 0x6b, + 0xf9, + 0xb2, + 0xed, + 0x0c, + 0x3a, + 0x6c, + 0x04, + 0xfb, + 0x6f, + 0xf1, + 0x81, + 0x75, + 0xf8, + 0xf7, + 0x97, + 0x09, + 0x2f, + 0xcb, + 0xfc, + 0xfa, + 0x35, + 0xfc, + 0xdb, + 0xf5, + 0xfe, + 0xe7, + 0x05, + 0xf8, + 0x39, + 0xca, + 0xff, + 0x56, + 0xf8, + 0xfc, + 0xe6, + 0x05, + 0xfd, + 0x51, + 0x0a, + 0xfe, + 0xa6, + 0xfd, + 0xfd, + 0xcf, + 0xd4, + 0x00, + 0xe6, + 0x02, + 0xfd, + 0x12, + 0x7b, + 0xfe, + 0x1d, + 0x2a, + 0xfe, + 0x2b, + 0xd1, + 0x01, + 0xfc, + 0x4b, + 0x01, + 0x39, + 0xaa, + 0x00, + 0x1d, + 0x4f, + 0x08, + 0xa4, + 0xe6, + 0x00, + 0x66, + 0xd9, + 0xfb, + 0xb3, + 0x54, + 0xfe, + 0xee, + 0xb1, + 0xfc, + 0x8d, + 0xf3, + 0xfb, + 0x09, + 0x05, + 0xfd, + 0x69, + 0x99, + 0xfd, + 0x3d, + 0x8d, + 0xfa, + 0x5a, + 0xb7, + 0xfb, + 0xec, + 0xa7, + 0xfe, + 0x55, + 0x33, + 0x00, + 0x08, + 0xdb, + 0x01, + 0x0b, + 0x46, + 0xfe, + 0xf7, + 0x6f, + 0xfc, + 0x05, + 0xed, + 0xfe, + 0xde, + 0x38, + 0xff, + 0xbc, + 0x4a, + 0xfe, + 0xe3, + 0x1d, + 0xfe, + 0xbe, + 0x35, + 0xff, + 0xc5, + 0xe8, + 0x00, + 0xcf, + 0xb0, + 0x00, + 0x37, + 0xe6, + 0xfe, + 0x73, + 0x49, + 0xfe, + 0x65, + 0x4c, + 0xff, + 0x56, + 0xaa, + 0xff, + 0x91, + 0xca, + 0xff, + 0xe9, + 0xd7, + 0xff, + 0xae, + 0xd1, + 0xfe, + 0x86, + 0x92, + 0xfe, + 0x86, + 0x5f, + 0xfe, + 0x4c, + 0x66, + 0xfe, + 0x2a, + 0x6f, + 0xff, + 0x31, + 0x05, + 0x00, + 0xcd, + 0xf7, + 0xff, + 0xfe, + 0x96, + 0xff, + 0x57, + 0x87, + 0x21, + 0x8b, + 0x67, + 0x3f, + 0x8d, + 0xe4, + 0x03, + 0xc8, + 0x7e, + 0xe5, + 0x69, + 0xfd, + 0x0d, + 0xb0, + 0x41, + 0x00, + 0xf5, + 0xca, + 0xf6, + 0x7a, + 0x36, + 0x0d, + 0xe1, + 0x73, + 0x05, + 0xd9, + 0x19, + 0xf3, + 0xe3, + 0xba, + 0xf7, + 0xf7, + 0x11, + 0x08, + 0xe9, + 0x39, + 0xfd, + 0xfd, + 0x91, + 0xfb, + 0x40, + 0x1c, + 0x00, + 0xfa, + 0xf6, + 0xf6, + 0x20, + 0xc2, + 0xfe, + 0xea, + 0x7d, + 0xfe, + 0x7c, + 0x98, + 0xfc, + 0x18, + 0xc3, + 0xfd, + 0x28, + 0xf5, + 0xfd, + 0xc4, + 0x6c, + 0x01, + 0xf2, + 0xe2, + 0xfc, + 0xd9, + 0xee, + 0xfe, + 0xff, + 0x68, + 0xfe, + 0x82, + 0x06, + 0x01, + 0x4a, + 0x85, + 0x02, + 0x1a, + 0x6d, + 0xfe, + 0xfa, + 0x14, + 0x07, + 0x40, + 0x76, + 0x03, + 0xd5, + 0xaf, + 0xfb, + 0x88, + 0x75, + 0xfd, + 0x88, + 0xff, + 0xfc, + 0x7a, + 0xbc, + 0xfc, + 0xd8, + 0xcf, + 0xfc, + 0x8e, + 0x3e, + 0xfe, + 0xa6, + 0x29, + 0xfb, + 0x6d, + 0x65, + 0xfa, + 0xa9, + 0x3d, + 0xfe, + 0xf0, + 0x89, + 0xff, + 0x04, + 0x7c, + 0x02, + 0xec, + 0xae, + 0xff, + 0x92, + 0xab, + 0xfb, + 0xf8, + 0x83, + 0xfe, + 0x48, + 0x81, + 0xff, + 0x15, + 0x6a, + 0xfe, + 0xa9, + 0xec, + 0xfd, + 0xc3, + 0xd9, + 0xfe, + 0x18, + 0x85, + 0x00, + 0x4a, + 0x87, + 0x00, + 0x62, + 0x8b, + 0xff, + 0x72, + 0x3d, + 0xfe, + 0xcc, + 0xcd, + 0xfe, + 0x40, + 0xa6, + 0xff, + 0xa7, + 0xae, + 0xff, + 0xac, + 0xfd, + 0xff, + 0x33, + 0xe7, + 0xfe, + 0x3c, + 0x75, + 0xfe, + 0x19, + 0x6d, + 0xfe, + 0xce, + 0x5f, + 0xfe, + 0xf5, + 0x70, + 0xff, + 0x2e, + 0x07, + 0x00, + 0xfb, + 0x0a, + 0x00, + 0x46, + 0xbb, + 0xff, + 0x38, + 0x59, + 0x20, + 0xd5, + 0x0b, + 0x40, + 0x00, + 0xdf, + 0x07, + 0x4f, + 0x02, + 0xe6, + 0x72, + 0xf5, + 0x0b, + 0xbd, + 0x07, + 0xff, + 0x99, + 0xec, + 0xf4, + 0x5c, + 0x72, + 0x0c, + 0x1c, + 0x53, + 0x06, + 0x63, + 0xe8, + 0xf4, + 0x75, + 0x6e, + 0xf7, + 0x9a, + 0xa3, + 0x06, + 0xc5, + 0x14, + 0xfd, + 0x8d, + 0x5e, + 0xfb, + 0x1d, + 0x4b, + 0x01, + 0x18, + 0x80, + 0xf6, + 0xd8, + 0xdc, + 0xfd, + 0x96, + 0x97, + 0xff, + 0x79, + 0x5d, + 0xfc, + 0xe5, + 0x53, + 0xfd, + 0x9c, + 0x0b, + 0xfe, + 0xde, + 0x0c, + 0x02, + 0x70, + 0x96, + 0xfc, + 0xa2, + 0xad, + 0xff, + 0xee, + 0x86, + 0xff, + 0xbb, + 0x71, + 0xff, + 0x96, + 0x3e, + 0x03, + 0x72, + 0x4c, + 0xfd, + 0x4e, + 0x4c, + 0x04, + 0xb6, + 0x42, + 0x05, + 0xbe, + 0x3f, + 0xfd, + 0xc0, + 0x1b, + 0xfd, + 0xd4, + 0x99, + 0xfc, + 0x7a, + 0xc4, + 0xfd, + 0x70, + 0x92, + 0xfd, + 0xf3, + 0x01, + 0xfe, + 0x8d, + 0x99, + 0xfb, + 0xd6, + 0xec, + 0xf9, + 0xb2, + 0xd8, + 0xfd, + 0x59, + 0x5c, + 0xfe, + 0xf4, + 0xe5, + 0x01, + 0x59, + 0xe5, + 0x01, + 0xa2, + 0x3a, + 0xfc, + 0xd8, + 0x5e, + 0xfd, + 0x3f, + 0x2e, + 0xff, + 0x42, + 0xd2, + 0xfe, + 0x3f, + 0x21, + 0xfe, + 0x9c, + 0x86, + 0xfe, + 0x4b, + 0x23, + 0x00, + 0x82, + 0x23, + 0x00, + 0xcb, + 0x1c, + 0x00, + 0x40, + 0x86, + 0xfe, + 0x7f, + 0x00, + 0xfe, + 0x29, + 0x72, + 0xff, + 0x55, + 0xc3, + 0xff, + 0x62, + 0x31, + 0x00, + 0x64, + 0x2d, + 0xff, + 0xd7, + 0x57, + 0xfe, + 0x7e, + 0x6e, + 0xfe, + 0x31, + 0x83, + 0xfe, + 0xd4, + 0x77, + 0xff, + 0x67, + 0xe8, + 0xff, + 0xf3, + 0x17, + 0x00, + 0x08, + 0xfb, + 0xff, + 0xe1, + 0x0f, + 0x21, + 0xcb, + 0xe5, + 0x3f, + 0xa7, + 0x7a, + 0x08, + 0x81, + 0x1d, + 0xe9, + 0xfe, + 0x8e, + 0x0a, + 0x1f, + 0x02, + 0xfc, + 0xbf, + 0x93, + 0xf4, + 0x62, + 0xd3, + 0x0a, + 0x30, + 0xdf, + 0x06, + 0xb7, + 0x4f, + 0xf6, + 0x9b, + 0x5f, + 0xf7, + 0xd8, + 0x26, + 0x06, + 0x25, + 0x8a, + 0xfb, + 0x77, + 0x3f, + 0xfc, + 0x64, + 0x81, + 0x02, + 0x7a, + 0xf6, + 0xf5, + 0x1c, + 0xa0, + 0xfd, + 0xb6, + 0xc0, + 0xff, + 0x15, + 0x92, + 0xfc, + 0x71, + 0xac, + 0xfc, + 0xa4, + 0x71, + 0xfe, + 0x34, + 0x8c, + 0x02, + 0x40, + 0x2b, + 0xfc, + 0x64, + 0x48, + 0x01, + 0xa5, + 0xbf, + 0xff, + 0x96, + 0x8c, + 0xfd, + 0xca, + 0xf4, + 0x03, + 0x15, + 0xe5, + 0xfc, + 0xe3, + 0x37, + 0x01, + 0xb6, + 0xbc, + 0x05, + 0xfa, + 0xf0, + 0xff, + 0x8a, + 0x2e, + 0xfd, + 0xa8, + 0x44, + 0xfc, + 0x46, + 0x3d, + 0xff, + 0x9a, + 0xa3, + 0xfd, + 0xf6, + 0x37, + 0xfd, + 0xee, + 0xb2, + 0xfc, + 0xf9, + 0x15, + 0xfa, + 0xa0, + 0xcf, + 0xfc, + 0xa2, + 0x19, + 0xfd, + 0x36, + 0x24, + 0x01, + 0x25, + 0xcd, + 0x03, + 0xaa, + 0x9b, + 0xfd, + 0xb5, + 0x57, + 0xfc, + 0x12, + 0x47, + 0xfe, + 0x9a, + 0x0c, + 0xff, + 0xf3, + 0xb0, + 0xfe, + 0xc7, + 0x74, + 0xfe, + 0x75, + 0xad, + 0xff, + 0xa5, + 0xb2, + 0xff, + 0x04, + 0x65, + 0x00, + 0x8d, + 0xda, + 0xfe, + 0xdc, + 0x4f, + 0xfd, + 0xb7, + 0x0f, + 0xff, + 0x0b, + 0xef, + 0xff, + 0x0b, + 0x6a, + 0x00, + 0xd7, + 0x7e, + 0xff, + 0x0c, + 0x65, + 0xfe, + 0x16, + 0x6c, + 0xfe, + 0xc2, + 0xa4, + 0xfe, + 0xd5, + 0x81, + 0xff, + 0x4f, + 0xcc, + 0xff, + 0x99, + 0x1f, + 0x00, + 0x62, + 0x26, + 0x00, + 0xbd, + 0xfc, + 0x20, + 0x0c, + 0x3a, + 0x3f, + 0x81, + 0x2e, + 0x0a, + 0xf6, + 0x2d, + 0xec, + 0x2a, + 0xd9, + 0x08, + 0x92, + 0xc6, + 0xf9, + 0xad, + 0x68, + 0xf3, + 0xa4, + 0xb4, + 0x08, + 0x25, + 0xcd, + 0x07, + 0x40, + 0x27, + 0xf7, + 0x24, + 0x37, + 0xf7, + 0xca, + 0xdf, + 0x05, + 0x82, + 0xff, + 0xf9, + 0x1e, + 0x6d, + 0xfd, + 0x18, + 0xf1, + 0x03, + 0x1a, + 0x4d, + 0xf5, + 0xd7, + 0x4c, + 0xfd, + 0xa1, + 0x81, + 0xff, + 0xf1, + 0xb9, + 0xfc, + 0x65, + 0x8b, + 0xfc, + 0xda, + 0x2d, + 0xfe, + 0x17, + 0x71, + 0x03, + 0xf8, + 0x56, + 0xfc, + 0x99, + 0x07, + 0x01, + 0xd5, + 0x1e, + 0x00, + 0xa5, + 0x43, + 0xfc, + 0x6e, + 0x8d, + 0x03, + 0x2e, + 0xbb, + 0xfd, + 0xbe, + 0xd1, + 0xfe, + 0xa7, + 0x7b, + 0x04, + 0xc9, + 0x71, + 0x02, + 0x2d, + 0xd7, + 0xfe, + 0xb2, + 0x3b, + 0xfc, + 0x46, + 0x23, + 0xff, + 0xbb, + 0xab, + 0xfd, + 0x7e, + 0x59, + 0xfd, + 0xe4, + 0x77, + 0xfd, + 0x11, + 0xc9, + 0xf9, + 0x8b, + 0xe6, + 0xfb, + 0x30, + 0xc1, + 0xfc, + 0x55, + 0xb3, + 0xff, + 0x85, + 0x36, + 0x04, + 0x67, + 0xf5, + 0xff, + 0xad, + 0x3f, + 0xfc, + 0xf0, + 0xd1, + 0xfc, + 0x81, + 0xb4, + 0xfe, + 0x6c, + 0x4b, + 0xff, + 0x00, + 0xad, + 0xfe, + 0x56, + 0x5d, + 0xff, + 0x9e, + 0x24, + 0xff, + 0x0d, + 0x1d, + 0x00, + 0x44, + 0x3c, + 0xff, + 0x22, + 0xf4, + 0xfc, + 0xaf, + 0x9a, + 0xfe, + 0xe7, + 0x12, + 0x00, + 0x2c, + 0x78, + 0x00, + 0x04, + 0xd9, + 0xff, + 0x17, + 0xa2, + 0xfe, + 0xfe, + 0x7a, + 0xfe, + 0xe6, + 0xb7, + 0xfe, + 0x17, + 0x72, + 0xff, + 0x69, + 0xc0, + 0xff, + 0x9d, + 0x04, + 0x00, + 0x47, + 0x1e, + 0x00, + 0x1d, + 0x98, + 0x1f, + 0x2c, + 0x76, + 0x3e, + 0x43, + 0x7c, + 0x0d, + 0x90, + 0xb7, + 0xee, + 0x8d, + 0x1b, + 0x08, + 0x42, + 0x4b, + 0xf8, + 0x46, + 0x32, + 0xf1, + 0x28, + 0x39, + 0x07, + 0x47, + 0x12, + 0x08, + 0xb0, + 0x48, + 0xf8, + 0xec, + 0x51, + 0xf7, + 0xa0, + 0x5d, + 0x05, + 0x7e, + 0xfa, + 0xf9, + 0x5d, + 0xf8, + 0xfd, + 0xfe, + 0xcb, + 0x05, + 0x0d, + 0x0d, + 0xf5, + 0xa6, + 0x45, + 0xfc, + 0x19, + 0xe2, + 0xff, + 0x29, + 0x86, + 0xfc, + 0xa4, + 0x33, + 0xfd, + 0xc8, + 0x31, + 0xfe, + 0x0a, + 0x9b, + 0x03, + 0xa0, + 0x5a, + 0xfc, + 0x3a, + 0x12, + 0x00, + 0xea, + 0x3c, + 0x01, + 0x44, + 0x2d, + 0xfb, + 0x77, + 0xc0, + 0x02, + 0x8c, + 0x20, + 0x00, + 0x5f, + 0x18, + 0xfd, + 0x5e, + 0x18, + 0x02, + 0x94, + 0xbe, + 0x04, + 0x4f, + 0x15, + 0x01, + 0x0c, + 0xc6, + 0xfb, + 0x47, + 0x1d, + 0xff, + 0x50, + 0xd1, + 0xfe, + 0xd9, + 0xfb, + 0xfc, + 0xcc, + 0x4b, + 0xfd, + 0x88, + 0x9d, + 0xfa, + 0xbe, + 0xb5, + 0xfb, + 0x42, + 0x70, + 0xfc, + 0x97, + 0x32, + 0xfe, + 0x14, + 0x24, + 0x03, + 0x4c, + 0x53, + 0x02, + 0x7a, + 0xb1, + 0xfd, + 0x4c, + 0xb5, + 0xfb, + 0x8f, + 0xb9, + 0xfd, + 0xd2, + 0x68, + 0xff, + 0xbe, + 0x3a, + 0xff, + 0x7b, + 0x57, + 0xff, + 0xc7, + 0xd2, + 0xfe, + 0x8f, + 0x60, + 0xff, + 0x31, + 0x4d, + 0xff, + 0x3c, + 0x79, + 0xfd, + 0x3b, + 0x2a, + 0xfe, + 0xda, + 0x13, + 0x00, + 0xae, + 0x92, + 0x00, + 0x78, + 0x0a, + 0x00, + 0xb6, + 0x32, + 0xff, + 0x71, + 0xad, + 0xfe, + 0xb3, + 0xce, + 0xfe, + 0x6a, + 0x5b, + 0xff, + 0xbb, + 0xb3, + 0xff, + 0x2a, + 0xe4, + 0xff, + 0xa9, + 0xfc, + 0xff, + 0xbd, + 0x87, + 0x1f, + 0x6e, + 0x73, + 0x3d, + 0xed, + 0x3d, + 0x0e, + 0xa9, + 0xfc, + 0xf1, + 0x5b, + 0x3f, + 0x08, + 0x10, + 0xfb, + 0xf5, + 0xd3, + 0x6a, + 0xef, + 0xd0, + 0x09, + 0x06, + 0xcc, + 0xa6, + 0x07, + 0xf8, + 0x92, + 0xf8, + 0xc8, + 0x97, + 0xf8, + 0x40, + 0xe4, + 0x04, + 0x90, + 0xa8, + 0xf9, + 0x49, + 0xd3, + 0xff, + 0x0f, + 0x2c, + 0x06, + 0x76, + 0xdb, + 0xf4, + 0x43, + 0x0f, + 0xfc, + 0x0f, + 0x3e, + 0xff, + 0x7d, + 0x61, + 0xfd, + 0x24, + 0x6a, + 0xfe, + 0x16, + 0xe4, + 0xfc, + 0xcd, + 0xc5, + 0x02, + 0xf5, + 0x52, + 0xfd, + 0x1f, + 0xcb, + 0xfe, + 0x8b, + 0x44, + 0x01, + 0xfc, + 0x7b, + 0xfc, + 0xc1, + 0x71, + 0x01, + 0x84, + 0x00, + 0x01, + 0xf4, + 0xea, + 0xfe, + 0x0e, + 0xc8, + 0xff, + 0x71, + 0x19, + 0x03, + 0xe6, + 0x4e, + 0x03, + 0xcd, + 0x5d, + 0xfd, + 0x72, + 0xf8, + 0xfe, + 0xb0, + 0x93, + 0xfe, + 0x6a, + 0x1a, + 0xfd, + 0x39, + 0xe4, + 0xfd, + 0x9d, + 0xf7, + 0xfa, + 0x81, + 0xd5, + 0xfb, + 0x54, + 0x7b, + 0xfc, + 0xe1, + 0x5f, + 0xfd, + 0x66, + 0x27, + 0x01, + 0xc7, + 0xd4, + 0x02, + 0xef, + 0x67, + 0x00, + 0xa9, + 0xb5, + 0xfb, + 0x1d, + 0x86, + 0xfc, + 0x40, + 0xd7, + 0xfe, + 0x2d, + 0x4d, + 0xff, + 0xfc, + 0xef, + 0xff, + 0xac, + 0x96, + 0xfe, + 0xa7, + 0x8d, + 0xfe, + 0xba, + 0x00, + 0xff, + 0x18, + 0x31, + 0xfe, + 0xb3, + 0x55, + 0xfe, + 0x43, + 0xac, + 0xff, + 0x85, + 0xab, + 0x00, + 0xae, + 0x45, + 0x00, + 0xb1, + 0xba, + 0xff, + 0x97, + 0xff, + 0xfe, + 0x49, + 0xb6, + 0xfe, + 0xe6, + 0x3f, + 0xff, + 0x9c, + 0xa0, + 0xff, + 0x66, + 0xce, + 0xff, + 0x0b, + 0xce, + 0xff, + 0xf3, + 0x04, + 0x20, + 0xc8, + 0x0b, + 0x3c, + 0x3d, + 0xe2, + 0x0d, + 0x42, + 0x81, + 0xf5, + 0x5a, + 0x4f, + 0x08, + 0x90, + 0xe4, + 0xf3, + 0xc6, + 0x10, + 0xee, + 0xa6, + 0x26, + 0x04, + 0x01, + 0x12, + 0x07, + 0xb0, + 0x21, + 0xf9, + 0x32, + 0x2d, + 0xfa, + 0xd0, + 0x5d, + 0x04, + 0xd2, + 0xa3, + 0xf9, + 0x93, + 0xce, + 0x01, + 0x80, + 0xe3, + 0x05, + 0x15, + 0x81, + 0xf4, + 0x70, + 0xdd, + 0xfb, + 0xd2, + 0x15, + 0x00, + 0x49, + 0xc3, + 0xfd, + 0x2b, + 0x81, + 0xfd, + 0xac, + 0xb4, + 0xfc, + 0xf7, + 0x7a, + 0x01, + 0xc4, + 0x6d, + 0xfd, + 0xbd, + 0x15, + 0xff, + 0xa3, + 0x18, + 0x01, + 0xf8, + 0x6f, + 0xfd, + 0x49, + 0xe0, + 0x00, + 0x5b, + 0x26, + 0x02, + 0x75, + 0x39, + 0x01, + 0xbf, + 0x20, + 0xfd, + 0x4d, + 0x2c, + 0x00, + 0xd9, + 0x8a, + 0x05, + 0xcd, + 0xce, + 0xfe, + 0x17, + 0x2b, + 0xfe, + 0x81, + 0x0c, + 0xff, + 0x16, + 0xc5, + 0xfd, + 0x11, + 0x49, + 0xfe, + 0xf3, + 0x12, + 0xfb, + 0x5b, + 0x1d, + 0xfc, + 0xb1, + 0xeb, + 0xfc, + 0x6a, + 0xf0, + 0xfc, + 0x78, + 0x41, + 0xff, + 0xb2, + 0xac, + 0x01, + 0x36, + 0x77, + 0x02, + 0x7c, + 0x5e, + 0xfd, + 0x75, + 0xcd, + 0xfb, + 0x87, + 0x81, + 0xfd, + 0x61, + 0xe0, + 0xfe, + 0x02, + 0x9d, + 0x00, + 0x31, + 0x9c, + 0xfe, + 0x14, + 0xdb, + 0xfd, + 0x00, + 0xa1, + 0xfe, + 0xc1, + 0xc4, + 0xfe, + 0x6e, + 0xc6, + 0xfe, + 0xe1, + 0x51, + 0xff, + 0x00, + 0xaa, + 0x00, + 0xb7, + 0x93, + 0x00, + 0x1e, + 0x33, + 0x00, + 0xac, + 0x31, + 0xff, + 0x32, + 0x79, + 0xfe, + 0xb6, + 0x2e, + 0xff, + 0x58, + 0x89, + 0xff, + 0xf1, + 0xa5, + 0xff, + 0x82, + 0xb2, + 0xff, + 0x58, + 0xbe, + 0x20, + 0x72, + 0x66, + 0x3a, + 0xbf, + 0xb8, + 0x0c, + 0x49, + 0x1c, + 0xf9, + 0x24, + 0xcd, + 0x08, + 0xe4, + 0xb5, + 0xf1, + 0xf0, + 0x25, + 0xed, + 0xd7, + 0x1a, + 0x02, + 0xab, + 0xe4, + 0x05, + 0x58, + 0x0f, + 0xfb, + 0x19, + 0xfd, + 0xfb, + 0xb9, + 0x83, + 0x02, + 0x2d, + 0xf9, + 0xfa, + 0xfe, + 0x15, + 0x04, + 0x11, + 0x50, + 0x03, + 0x9e, + 0xb4, + 0xf5, + 0xf0, + 0x97, + 0xfd, + 0x53, + 0x59, + 0xfe, + 0x3e, + 0xbf, + 0xfd, + 0xff, + 0xb9, + 0xfd, + 0x57, + 0x38, + 0xfb, + 0x7a, + 0x6c, + 0x00, + 0xf9, + 0x00, + 0xff, + 0xd8, + 0x54, + 0xff, + 0x58, + 0xc0, + 0xff, + 0x03, + 0x72, + 0xff, + 0x90, + 0x6b, + 0x02, + 0x02, + 0x81, + 0x00, + 0x6d, + 0x15, + 0x02, + 0xad, + 0xd1, + 0xfe, + 0x81, + 0x14, + 0xfd, + 0x44, + 0x7f, + 0x03, + 0x7b, + 0x95, + 0x00, + 0xbf, + 0x53, + 0xff, + 0xc5, + 0x8c, + 0xff, + 0x09, + 0xf5, + 0xfd, + 0x67, + 0xa9, + 0xfe, + 0xc0, + 0xec, + 0xfb, + 0xad, + 0x60, + 0xfc, + 0x4c, + 0xe2, + 0xfc, + 0x92, + 0x18, + 0xfd, + 0x81, + 0x68, + 0xfe, + 0x65, + 0x82, + 0xff, + 0xb5, + 0xa5, + 0x02, + 0x0d, + 0xdc, + 0xff, + 0x96, + 0x56, + 0xfc, + 0xc9, + 0x3e, + 0xfc, + 0x55, + 0xe2, + 0xfd, + 0x32, + 0xab, + 0x00, + 0x34, + 0x33, + 0xff, + 0xf0, + 0xba, + 0xfd, + 0xfb, + 0x26, + 0xfe, + 0x67, + 0xdf, + 0xfe, + 0x14, + 0x69, + 0xff, + 0x8e, + 0x77, + 0xff, + 0x39, + 0x6e, + 0x00, + 0x3d, + 0xe0, + 0x00, + 0xb8, + 0x76, + 0x00, + 0x39, + 0x51, + 0xff, + 0xaf, + 0x6f, + 0xfe, + 0x4d, + 0xe2, + 0xfe, + 0x7d, + 0x79, + 0xff, + 0x15, + 0x98, + 0xff, + 0x14, + 0xb8, + 0xff, + 0x99, + 0x81, + 0x1f, + 0xaf, + 0x14, + 0x39, + 0xf8, + 0x9b, + 0x0d, + 0xeb, + 0xf7, + 0xfa, + 0x9f, + 0xb2, + 0x09, + 0xe0, + 0x00, + 0xf1, + 0x4c, + 0x44, + 0xeb, + 0xc5, + 0x87, + 0xff, + 0x9c, + 0x9d, + 0x05, + 0xa3, + 0xc7, + 0xfd, + 0x07, + 0x8a, + 0xfc, + 0xa6, + 0xb1, + 0x01, + 0x15, + 0xe5, + 0xfb, + 0xbd, + 0x9f, + 0x04, + 0xdb, + 0x8d, + 0x03, + 0xed, + 0x66, + 0xf6, + 0x3a, + 0x54, + 0xfd, + 0x22, + 0xb8, + 0xfd, + 0xa5, + 0x3f, + 0xfd, + 0xd7, + 0xf2, + 0xfc, + 0x19, + 0xe6, + 0xfa, + 0xde, + 0xe1, + 0x00, + 0xcf, + 0xea, + 0xfe, + 0x0c, + 0x39, + 0xff, + 0xd4, + 0x73, + 0x01, + 0x6c, + 0xda, + 0xff, + 0xb8, + 0x90, + 0x01, + 0x36, + 0xee, + 0x00, + 0xc5, + 0xf1, + 0x02, + 0x7d, + 0x2d, + 0x00, + 0x8f, + 0x12, + 0xfb, + 0x48, + 0x25, + 0x00, + 0x8e, + 0x77, + 0x01, + 0x76, + 0xe5, + 0x00, + 0xa2, + 0x44, + 0x00, + 0xc5, + 0x6d, + 0xfe, + 0xc6, + 0x3a, + 0xff, + 0xcc, + 0xcc, + 0xfc, + 0x8c, + 0x8a, + 0xfc, + 0x65, + 0xd7, + 0xfc, + 0x9d, + 0x4e, + 0xfd, + 0x52, + 0x57, + 0xfe, + 0xf7, + 0xa7, + 0xfd, + 0x85, + 0x12, + 0x01, + 0x28, + 0x41, + 0x01, + 0xc2, + 0x30, + 0xfe, + 0xf3, + 0x1f, + 0xfc, + 0x83, + 0x76, + 0xfc, + 0x39, + 0xe4, + 0xff, + 0xc9, + 0xd6, + 0xff, + 0xa5, + 0x84, + 0xfe, + 0x19, + 0xcc, + 0xfd, + 0x92, + 0x55, + 0xfe, + 0xfa, + 0xd0, + 0xff, + 0x7e, + 0x07, + 0x00, + 0x44, + 0x76, + 0x00, + 0x7e, + 0xb3, + 0x00, + 0x5b, + 0x6e, + 0x00, + 0x7f, + 0x75, + 0xff, + 0xa4, + 0x8f, + 0xfe, + 0xac, + 0x9b, + 0xfe, + 0x24, + 0x50, + 0xff, + 0x87, + 0xb1, + 0xff, + 0xec, + 0xbf, + 0xff, + 0xfe, + 0xad, + 0x1d, + 0x4c, + 0xa8, + 0x37, + 0xf9, + 0xa7, + 0x0e, + 0x64, + 0x68, + 0xfc, + 0xc8, + 0xfb, + 0x0a, + 0x70, + 0x2e, + 0xf0, + 0xcd, + 0x2e, + 0xea, + 0x0a, + 0xba, + 0xfd, + 0xfa, + 0xf6, + 0x03, + 0xcf, + 0xd1, + 0x01, + 0x64, + 0x8d, + 0xfd, + 0x4e, + 0xbb, + 0xfe, + 0x23, + 0xf9, + 0xfd, + 0x07, + 0x43, + 0x06, + 0xbe, + 0x12, + 0x02, + 0x61, + 0x0e, + 0xf7, + 0x52, + 0x20, + 0xfe, + 0xa0, + 0x86, + 0xfb, + 0x9a, + 0x61, + 0xfc, + 0x1c, + 0x99, + 0xfe, + 0x7b, + 0x8a, + 0xfa, + 0xc4, + 0x9d, + 0xff, + 0x26, + 0x69, + 0x00, + 0x2e, + 0xa5, + 0x00, + 0xd9, + 0xc8, + 0x00, + 0xed, + 0x2a, + 0xff, + 0x42, + 0x39, + 0x02, + 0xcc, + 0x7d, + 0x02, + 0xb3, + 0xf8, + 0x01, + 0xff, + 0xdd, + 0xff, + 0x5b, + 0xc5, + 0xfc, + 0x58, + 0xbd, + 0xfd, + 0x0c, + 0xf1, + 0xfe, + 0xf1, + 0x1d, + 0x02, + 0xfb, + 0xc7, + 0x01, + 0xee, + 0x85, + 0xff, + 0xd6, + 0x1f, + 0x00, + 0x9a, + 0xec, + 0xfc, + 0x91, + 0x05, + 0xfd, + 0x1b, + 0x33, + 0xfd, + 0x37, + 0xfc, + 0xfc, + 0x25, + 0xe6, + 0xfe, + 0x6c, + 0xd2, + 0xfc, + 0x6e, + 0xd2, + 0xfe, + 0xd0, + 0xb9, + 0x00, + 0x54, + 0xd2, + 0xff, + 0x15, + 0xba, + 0xfd, + 0xed, + 0xc0, + 0xfb, + 0x09, + 0xac, + 0xfe, + 0x9a, + 0xc6, + 0xff, + 0xbf, + 0xaf, + 0xff, + 0x4d, + 0x3b, + 0xfe, + 0x0c, + 0x6c, + 0xfd, + 0x62, + 0xbe, + 0xff, + 0xb9, + 0x78, + 0x00, + 0xf5, + 0xec, + 0x00, + 0x39, + 0x7e, + 0x00, + 0xe4, + 0xe9, + 0xff, + 0x10, + 0x7b, + 0xff, + 0xf6, + 0xd5, + 0xfe, + 0x71, + 0xdb, + 0xfe, + 0x60, + 0x02, + 0xff, + 0xf4, + 0x96, + 0xff, + 0xb9, + 0xeb, + 0xff, + 0x45, + 0xcb, + 0x1c, + 0x5e, + 0xb2, + 0x35, + 0x4b, + 0xd7, + 0x0d, + 0xb7, + 0x75, + 0xfe, + 0x1a, + 0x05, + 0x0c, + 0xee, + 0x96, + 0xee, + 0xf8, + 0x74, + 0xea, + 0x22, + 0xcb, + 0xfc, + 0x28, + 0x4e, + 0x02, + 0x85, + 0xb0, + 0x04, + 0x0b, + 0xbc, + 0xfe, + 0x69, + 0x19, + 0xfd, + 0xfe, + 0x60, + 0xfe, + 0xc6, + 0x37, + 0x07, + 0xfc, + 0xe2, + 0x01, + 0x3a, + 0xd0, + 0xf6, + 0x47, + 0x80, + 0xfd, + 0x20, + 0x2f, + 0xfa, + 0xb6, + 0x95, + 0xfd, + 0x10, + 0x12, + 0xff, + 0xf7, + 0xeb, + 0xf8, + 0x5b, + 0x97, + 0x01, + 0x16, + 0x9f, + 0x01, + 0xf0, + 0x97, + 0xfe, + 0x59, + 0x19, + 0x01, + 0x15, + 0x84, + 0x00, + 0x56, + 0x7c, + 0x01, + 0xd5, + 0x7e, + 0x02, + 0x1d, + 0x75, + 0x02, + 0x86, + 0x36, + 0xff, + 0xa7, + 0xd3, + 0xfd, + 0x89, + 0xce, + 0xfd, + 0x33, + 0xdf, + 0xfb, + 0xdc, + 0x49, + 0x01, + 0x1d, + 0x3b, + 0x03, + 0x30, + 0xca, + 0x00, + 0x7e, + 0xc2, + 0x01, + 0x0a, + 0x00, + 0xfd, + 0x83, + 0xaf, + 0xfc, + 0xe2, + 0x35, + 0xfe, + 0xc9, + 0xd8, + 0xfc, + 0xf1, + 0xd0, + 0xfe, + 0x29, + 0xf7, + 0xfc, + 0x45, + 0x4c, + 0xfd, + 0x9c, + 0xed, + 0xfe, + 0x82, + 0xdc, + 0xff, + 0x46, + 0xaf, + 0xff, + 0xf3, + 0x9a, + 0xfc, + 0x47, + 0x39, + 0xfe, + 0x95, + 0x33, + 0xff, + 0xed, + 0x93, + 0xff, + 0x96, + 0x36, + 0xff, + 0x3a, + 0x5e, + 0xfd, + 0xe3, + 0x28, + 0xff, + 0x02, + 0x86, + 0x00, + 0xb0, + 0xf1, + 0x00, + 0x58, + 0x79, + 0x00, + 0xd8, + 0xb2, + 0xff, + 0xa0, + 0x50, + 0xff, + 0xd4, + 0xdd, + 0xfe, + 0xef, + 0x2d, + 0xff, + 0x2b, + 0x09, + 0xff, + 0xb7, + 0x6d, + 0xff, + 0x23, + 0x11, + 0x00, + 0x3a, + 0x83, + 0x1b, + 0x02, + 0x8c, + 0x32, + 0x7a, + 0xcf, + 0x0d, + 0x8e, + 0xf3, + 0x01, + 0x43, + 0x9b, + 0x0a, + 0xb9, + 0x59, + 0xed, + 0x8a, + 0xe3, + 0xee, + 0x2c, + 0x01, + 0xfa, + 0xad, + 0xf9, + 0xfd, + 0x4a, + 0x13, + 0x0b, + 0xff, + 0x60, + 0x00, + 0x96, + 0xac, + 0xf7, + 0x50, + 0x08, + 0x00, + 0xc4, + 0x8b, + 0x09, + 0x7f, + 0xa6, + 0xff, + 0x20, + 0xde, + 0xf6, + 0x9d, + 0xd3, + 0xfd, + 0x15, + 0x78, + 0xf9, + 0x18, + 0x3a, + 0xfe, + 0x35, + 0x82, + 0xff, + 0x13, + 0xce, + 0xf9, + 0x5f, + 0xf3, + 0x01, + 0x7c, + 0xa9, + 0x00, + 0x55, + 0x4f, + 0xfe, + 0x6c, + 0x1a, + 0x02, + 0x64, + 0xed, + 0x00, + 0x0c, + 0xca, + 0xff, + 0xfc, + 0xd1, + 0x02, + 0x2a, + 0xfc, + 0x03, + 0xa4, + 0x7e, + 0xfe, + 0x92, + 0x87, + 0xfd, + 0xed, + 0xbc, + 0xfe, + 0x81, + 0x64, + 0xfb, + 0xc2, + 0xc8, + 0xfe, + 0xbd, + 0x1f, + 0x03, + 0x20, + 0x61, + 0x02, + 0x65, + 0xff, + 0x02, + 0xe7, + 0x80, + 0xfe, + 0xd2, + 0xe8, + 0xfb, + 0xcb, + 0xa1, + 0xfe, + 0x89, + 0xfb, + 0xfd, + 0xe5, + 0xa2, + 0xfd, + 0x0f, + 0x2a, + 0xfd, + 0xc5, + 0x50, + 0xfd, + 0x7e, + 0x5d, + 0xfd, + 0x47, + 0x8a, + 0xfe, + 0x1a, + 0x2b, + 0x00, + 0xed, + 0xc4, + 0xfe, + 0x58, + 0x4d, + 0xff, + 0x50, + 0xbf, + 0xfe, + 0x1e, + 0x40, + 0xfe, + 0x03, + 0x42, + 0xff, + 0x27, + 0xc1, + 0xfe, + 0xb4, + 0xec, + 0xfe, + 0xa0, + 0x8c, + 0xff, + 0x85, + 0x64, + 0x00, + 0x94, + 0xab, + 0x00, + 0xab, + 0x30, + 0x00, + 0xa3, + 0x19, + 0xff, + 0x6a, + 0x90, + 0xfe, + 0xc7, + 0x29, + 0xff, + 0x94, + 0x81, + 0xff, + 0x49, + 0xa4, + 0xff, + 0xbd, + 0xd0, + 0xff, + 0x9c, + 0x4e, + 0x1b, + 0x56, + 0xca, + 0x31, + 0x25, + 0xb8, + 0x0c, + 0x77, + 0x50, + 0x00, + 0xc1, + 0x8f, + 0x08, + 0x28, + 0x4e, + 0xef, + 0xa7, + 0x3d, + 0xf3, + 0xc9, + 0x66, + 0xf8, + 0x79, + 0xeb, + 0xfb, + 0xd9, + 0xbc, + 0x0d, + 0x86, + 0x7e, + 0x00, + 0xdf, + 0x8c, + 0xf6, + 0xe5, + 0x8a, + 0x00, + 0x64, + 0xbb, + 0x08, + 0xf3, + 0x1c, + 0xff, + 0xbb, + 0xe2, + 0xf7, + 0x52, + 0xac, + 0xfd, + 0x07, + 0x99, + 0xf8, + 0x57, + 0x13, + 0x00, + 0x85, + 0x04, + 0x01, + 0x9d, + 0xef, + 0xf8, + 0xae, + 0xd3, + 0x01, + 0x54, + 0x97, + 0x00, + 0x63, + 0x98, + 0xfe, + 0x26, + 0x70, + 0x02, + 0xcc, + 0x14, + 0x00, + 0xff, + 0xd0, + 0xff, + 0xcc, + 0x4d, + 0x03, + 0xae, + 0x01, + 0x04, + 0xff, + 0xb7, + 0xfe, + 0xd2, + 0x6b, + 0xfd, + 0x2f, + 0x6d, + 0xfe, + 0xad, + 0xb3, + 0xfb, + 0x6d, + 0x71, + 0xfe, + 0x63, + 0x64, + 0x02, + 0x6d, + 0x70, + 0x02, + 0xf7, + 0x72, + 0x03, + 0xba, + 0x32, + 0x00, + 0x9a, + 0x74, + 0xfc, + 0x4e, + 0x2b, + 0xfe, + 0xf7, + 0x49, + 0xff, + 0xd1, + 0x4b, + 0xfd, + 0xad, + 0xfa, + 0xfb, + 0x1f, + 0xd7, + 0xfd, + 0x59, + 0x81, + 0xfd, + 0xfa, + 0x9a, + 0xfd, + 0x53, + 0x52, + 0xff, + 0xb5, + 0xc2, + 0xff, + 0xd1, + 0x12, + 0x01, + 0x0b, + 0x6b, + 0xff, + 0xee, + 0x67, + 0xfd, + 0x01, + 0x0b, + 0xfe, + 0xad, + 0x70, + 0xff, + 0x44, + 0x9f, + 0xff, + 0xdb, + 0xcb, + 0xfe, + 0xd5, + 0xdb, + 0xff, + 0xcf, + 0x8b, + 0x00, + 0x54, + 0x45, + 0x00, + 0xc9, + 0x43, + 0xff, + 0x94, + 0x86, + 0xfe, + 0xda, + 0x04, + 0xff, + 0x9f, + 0xc0, + 0xff, + 0x52, + 0x0b, + 0x00, + 0xa8, + 0xb9, + 0xff, + 0x72, + 0x8f, + 0x1d, + 0xfc, + 0xdb, + 0x31, + 0xbd, + 0x91, + 0x06, + 0x65, + 0x01, + 0xfe, + 0xd3, + 0x07, + 0x0a, + 0xda, + 0xa0, + 0xee, + 0x53, + 0x24, + 0xf6, + 0x52, + 0x99, + 0xfb, + 0xbc, + 0x5e, + 0xf9, + 0x09, + 0x85, + 0x0c, + 0xd1, + 0x45, + 0x02, + 0x0c, + 0xdd, + 0xf5, + 0x55, + 0xe2, + 0xff, + 0x0e, + 0xa0, + 0x08, + 0xa6, + 0x58, + 0xfe, + 0x9c, + 0x04, + 0xf8, + 0x56, + 0x1f, + 0xfe, + 0x9f, + 0x84, + 0xfa, + 0x0d, + 0x57, + 0x00, + 0x8c, + 0xeb, + 0xff, + 0x6f, + 0xec, + 0xf9, + 0x0d, + 0x12, + 0x02, + 0xf9, + 0xcc, + 0x00, + 0xa5, + 0xf4, + 0xfd, + 0x8d, + 0x05, + 0x01, + 0x9e, + 0x16, + 0x01, + 0xb1, + 0x04, + 0x01, + 0xdf, + 0xaa, + 0x02, + 0x21, + 0xee, + 0x02, + 0xd0, + 0x19, + 0xff, + 0x71, + 0xc3, + 0xfd, + 0xb6, + 0xc2, + 0xfd, + 0x4a, + 0x58, + 0xfc, + 0xb2, + 0x0e, + 0xff, + 0x8b, + 0x57, + 0x01, + 0xb8, + 0x12, + 0x02, + 0xbe, + 0xb0, + 0x03, + 0xfc, + 0x80, + 0x00, + 0xc2, + 0xc3, + 0xfd, + 0x98, + 0x29, + 0xfe, + 0x5b, + 0xb2, + 0xfe, + 0x0b, + 0x68, + 0xfe, + 0xd5, + 0xd1, + 0xfb, + 0x00, + 0xd5, + 0xfc, + 0x29, + 0x3c, + 0xfe, + 0xb0, + 0xb7, + 0xfd, + 0x74, + 0xc4, + 0xfe, + 0xd1, + 0x13, + 0x00, + 0x7d, + 0x2f, + 0x01, + 0x45, + 0xf2, + 0xff, + 0xb5, + 0x16, + 0xfe, + 0x0e, + 0x63, + 0xfd, + 0x75, + 0x8c, + 0xfe, + 0x0c, + 0xe5, + 0xff, + 0x92, + 0x1e, + 0xff, + 0x59, + 0x6f, + 0xff, + 0x38, + 0x3b, + 0x00, + 0x84, + 0xdd, + 0xff, + 0x15, + 0x48, + 0xff, + 0x1a, + 0xe8, + 0xfe, + 0xec, + 0xf2, + 0xfe, + 0x3b, + 0xce, + 0xff, + 0x81, + 0x3b, + 0x00, + 0xe2, + 0xc7, + 0xff, + 0x1f, + 0x95, + 0x1e, + 0xf6, + 0xd9, + 0x2f, + 0x9d, + 0x0f, + 0x01, + 0x92, + 0x86, + 0xfe, + 0xe3, + 0x6f, + 0x0d, + 0x68, + 0x2b, + 0xee, + 0x0d, + 0x2a, + 0xf6, + 0xbc, + 0x82, + 0xfd, + 0x8a, + 0x12, + 0xfb, + 0xc0, + 0x83, + 0x0a, + 0xe3, + 0x86, + 0xff, + 0xf8, + 0xb2, + 0xf7, + 0x39, + 0xc6, + 0x00, + 0xbb, + 0x51, + 0x07, + 0x19, + 0x07, + 0xfe, + 0xe8, + 0x45, + 0xf8, + 0x87, + 0xd8, + 0xff, + 0x2f, + 0xa3, + 0xfb, + 0x0f, + 0xbf, + 0xff, + 0x2b, + 0x80, + 0xff, + 0xf5, + 0x4e, + 0xfa, + 0x5f, + 0xfa, + 0x02, + 0x7d, + 0x44, + 0x00, + 0xcc, + 0x01, + 0xfd, + 0x56, + 0x23, + 0x01, + 0x75, + 0x65, + 0x01, + 0x65, + 0x74, + 0x01, + 0xc0, + 0x99, + 0x02, + 0xf0, + 0x67, + 0x02, + 0x9e, + 0xc6, + 0xfe, + 0x5a, + 0xf8, + 0xfd, + 0xd6, + 0xef, + 0xfd, + 0xe8, + 0xbf, + 0xfc, + 0x6b, + 0xe0, + 0xff, + 0x1e, + 0xe6, + 0x00, + 0x3b, + 0x26, + 0x01, + 0x35, + 0x45, + 0x03, + 0x97, + 0xc1, + 0x00, + 0x79, + 0xd8, + 0xfe, + 0x86, + 0xf3, + 0xfe, + 0x99, + 0x3e, + 0xfe, + 0xb6, + 0x2a, + 0xfe, + 0x70, + 0x19, + 0xfd, + 0xa0, + 0xf8, + 0xfc, + 0x18, + 0xc5, + 0xfd, + 0x7f, + 0x39, + 0xfe, + 0xc6, + 0xae, + 0xfe, + 0xa7, + 0xb1, + 0xff, + 0x49, + 0xe8, + 0x00, + 0x02, + 0x0c, + 0x00, + 0xfe, + 0xa8, + 0xfe, + 0xf3, + 0xdd, + 0xfd, + 0xe9, + 0xef, + 0xfd, + 0x9c, + 0x0d, + 0xff, + 0x7a, + 0x9a, + 0xff, + 0xb1, + 0x67, + 0xff, + 0x83, + 0xba, + 0xff, + 0x7e, + 0xc8, + 0xff, + 0x63, + 0x1a, + 0xff, + 0x32, + 0x1a, + 0xff, + 0xbe, + 0x45, + 0xff, + 0xf0, + 0xbc, + 0xff, + 0x5d, + 0x07, + 0x00, + 0x38, + 0xf4, + 0xff, + 0xc9, + 0xbe, + 0x1b, + 0x59, + 0xa4, + 0x2d, + 0x15, + 0xb4, + 0x00, + 0xdd, + 0x3b, + 0xfd, + 0xdb, + 0xd0, + 0x11, + 0x32, + 0x64, + 0xef, + 0x6b, + 0x39, + 0xf3, + 0x30, + 0x2f, + 0x02, + 0xf9, + 0xc8, + 0xfa, + 0x55, + 0xf9, + 0x05, + 0xc6, + 0xc8, + 0x00, + 0x6c, + 0x27, + 0xf9, + 0x12, + 0xd1, + 0xff, + 0x92, + 0x6f, + 0x06, + 0xa2, + 0x90, + 0xff, + 0x57, + 0xd9, + 0xf8, + 0xfd, + 0x0e, + 0x00, + 0xab, + 0xbe, + 0xfc, + 0xd5, + 0x0d, + 0xff, + 0x0f, + 0xc0, + 0xff, + 0xca, + 0x07, + 0xfb, + 0x32, + 0x28, + 0x02, + 0xaa, + 0xcf, + 0xff, + 0xe2, + 0xa0, + 0xfd, + 0x04, + 0x33, + 0x01, + 0xa8, + 0xba, + 0x00, + 0xca, + 0x7a, + 0x01, + 0xac, + 0x25, + 0x03, + 0x36, + 0x46, + 0x02, + 0x31, + 0x19, + 0xfe, + 0x5f, + 0x1f, + 0xfe, + 0x43, + 0x9f, + 0xfe, + 0x02, + 0x29, + 0xfd, + 0x75, + 0xd7, + 0xff, + 0x0d, + 0x5a, + 0x01, + 0xc5, + 0xc9, + 0x00, + 0x52, + 0x7f, + 0x01, + 0xa0, + 0x27, + 0x01, + 0x1a, + 0xe0, + 0xff, + 0xa1, + 0x61, + 0xff, + 0x4e, + 0x01, + 0xff, + 0x01, + 0xd7, + 0xfd, + 0xd4, + 0x7c, + 0xfd, + 0x3b, + 0x19, + 0xfe, + 0x4b, + 0x98, + 0xfd, + 0x33, + 0x0c, + 0xfe, + 0x49, + 0xf9, + 0xfe, + 0x84, + 0x32, + 0xff, + 0xb2, + 0x19, + 0x00, + 0x94, + 0x0b, + 0x00, + 0xd8, + 0x2d, + 0xff, + 0x63, + 0x4f, + 0xfe, + 0xcc, + 0x03, + 0xfe, + 0x31, + 0x65, + 0xfe, + 0x2f, + 0x20, + 0xff, + 0x2c, + 0xc0, + 0xff, + 0xe0, + 0x92, + 0xff, + 0xca, + 0x76, + 0xff, + 0xdb, + 0x2d, + 0xff, + 0xe9, + 0x24, + 0xff, + 0x1b, + 0x75, + 0xff, + 0xa7, + 0xb1, + 0xff, + 0x98, + 0xd0, + 0xff, + 0xa6, + 0xd7, + 0xff, + 0xea, + 0x3b, + 0x19, + 0x1f, + 0xb4, + 0x29, + 0xc5, + 0x79, + 0x01, + 0x03, + 0xf7, + 0xfe, + 0xca, + 0xe0, + 0x10, + 0xc0, + 0x18, + 0xf1, + 0xab, + 0x2e, + 0xf6, + 0xad, + 0xd1, + 0x01, + 0xd7, + 0x89, + 0xf8, + 0xe7, + 0xd6, + 0x05, + 0xd4, + 0x93, + 0x01, + 0xd6, + 0xc0, + 0xf8, + 0x3b, + 0xac, + 0xff, + 0xc7, + 0x3a, + 0x06, + 0xba, + 0xac, + 0x00, + 0x28, + 0xc6, + 0xf9, + 0x61, + 0x90, + 0xff, + 0xc9, + 0x5c, + 0xfd, + 0x64, + 0x33, + 0xff, + 0x81, + 0x1c, + 0x00, + 0xe1, + 0x21, + 0xfb, + 0x62, + 0x0f, + 0x01, + 0x5c, + 0x25, + 0x00, + 0x0f, + 0x1d, + 0xfe, + 0x29, + 0xdd, + 0x00, + 0x82, + 0x87, + 0x00, + 0x79, + 0xa0, + 0x01, + 0x6a, + 0x01, + 0x03, + 0xe8, + 0xf7, + 0x01, + 0x5a, + 0x3a, + 0xfe, + 0xf3, + 0xdd, + 0xfd, + 0xf1, + 0x24, + 0xff, + 0x58, + 0x20, + 0xfe, + 0xb4, + 0x6b, + 0xff, + 0xb4, + 0x2f, + 0x01, + 0x62, + 0x38, + 0x01, + 0x1d, + 0xc1, + 0x00, + 0xe0, + 0x5a, + 0x00, + 0x24, + 0xa4, + 0x00, + 0x4d, + 0x03, + 0x00, + 0xbf, + 0x2f, + 0xff, + 0x4a, + 0x9e, + 0xfe, + 0x0c, + 0x71, + 0xfd, + 0x29, + 0x41, + 0xfe, + 0xdb, + 0x95, + 0xfe, + 0xce, + 0xae, + 0xfd, + 0x5f, + 0xb5, + 0xfe, + 0x0d, + 0x76, + 0xff, + 0x2f, + 0x72, + 0xff, + 0x20, + 0x86, + 0xff, + 0x5f, + 0x38, + 0xff, + 0xaa, + 0xa4, + 0xfe, + 0x0f, + 0x51, + 0xfe, + 0xf8, + 0x6e, + 0xfe, + 0x84, + 0xa4, + 0xfe, + 0xee, + 0x50, + 0xff, + 0x3a, + 0xed, + 0xff, + 0x5f, + 0x5c, + 0xff, + 0xb5, + 0xf6, + 0xfe, + 0x58, + 0x61, + 0xff, + 0xbb, + 0x5b, + 0xff, + 0x7b, + 0x99, + 0xff, + 0x16, + 0xc0, + 0xff, + 0xf2, + 0xa3, + 0xff, + 0xbe, + 0x2a, + 0x17, + 0xf9, + 0x39, + 0x25, + 0x16, + 0x91, + 0x04, + 0x39, + 0x87, + 0x02, + 0xc2, + 0xaf, + 0x08, + 0x43, + 0xab, + 0xf0, + 0xca, + 0xb2, + 0xfb, + 0xd1, + 0xf9, + 0x02, + 0x5a, + 0xad, + 0xfc, + 0x28, + 0x9c, + 0x01, + 0xd7, + 0xc0, + 0xfc, + 0x44, + 0x4d, + 0xfc, + 0x0f, + 0xbe, + 0x00, + 0xc6, + 0x73, + 0x05, + 0xfc, + 0x56, + 0xfe, + 0xcb, + 0x22, + 0xfb, + 0x9b, + 0xfc, + 0x01, + 0x3a, + 0xcf, + 0xfb, + 0xb6, + 0x53, + 0xff, + 0x3f, + 0x5e, + 0x00, + 0x3a, + 0x84, + 0xfb, + 0x9b, + 0x31, + 0x01, + 0x7c, + 0xd9, + 0xff, + 0x2f, + 0xa9, + 0xfd, + 0xeb, + 0x60, + 0x00, + 0x20, + 0x49, + 0x01, + 0x88, + 0x45, + 0xff, + 0x3a, + 0x1f, + 0x00, + 0x8f, + 0xa2, + 0x02, + 0xce, + 0xea, + 0xff, + 0xdd, + 0x9d, + 0xff, + 0x94, + 0x23, + 0x00, + 0x4a, + 0xc0, + 0xfd, + 0x73, + 0xdd, + 0xfe, + 0xc4, + 0x20, + 0x00, + 0x54, + 0xf5, + 0xfe, + 0xfc, + 0xd4, + 0xff, + 0x1b, + 0xf7, + 0x00, + 0x15, + 0x4d, + 0x01, + 0x57, + 0xd0, + 0x00, + 0x47, + 0x78, + 0x00, + 0x9f, + 0x06, + 0x01, + 0x0d, + 0x38, + 0x00, + 0x57, + 0x22, + 0x00, + 0xc5, + 0xe6, + 0xfe, + 0xe1, + 0x86, + 0xfd, + 0xd2, + 0xcd, + 0xfd, + 0x93, + 0xaf, + 0xfd, + 0x8b, + 0x84, + 0xfe, + 0x7a, + 0xc3, + 0xfe, + 0x13, + 0x2a, + 0xff, + 0xa6, + 0x40, + 0xff, + 0xb1, + 0x77, + 0xfe, + 0xff, + 0x7d, + 0xfe, + 0x01, + 0xa5, + 0xfe, + 0x26, + 0x3d, + 0xff, + 0xa0, + 0x51, + 0xff, + 0x2b, + 0xc3, + 0xfe, + 0xaf, + 0x6b, + 0xfe, + 0x1e, + 0xa8, + 0xfe, + 0xcd, + 0x29, + 0xff, + 0x52, + 0x6b, + 0xff, + 0xb0, + 0x69, + 0xff, + 0x0b, + 0x69, + 0xff, + 0x92, + 0x6b, + 0x13, + 0x20, + 0xbe, + 0x20, + 0x2d, + 0x6a, + 0x07, + 0x0d, + 0x94, + 0x03, + 0x21, + 0x8d, + 0x06, + 0xdc, + 0xe1, + 0xf4, + 0x2d, + 0xe2, + 0xfd, + 0xf9, + 0xbb, + 0x00, + 0xdb, + 0x46, + 0xfc, + 0xf4, + 0x58, + 0x02, + 0xbb, + 0xa3, + 0xfd, + 0xae, + 0x24, + 0xfc, + 0x21, + 0x15, + 0x00, + 0xcc, + 0x71, + 0x05, + 0x04, + 0x83, + 0xff, + 0xf9, + 0xa7, + 0xfb, + 0x13, + 0x72, + 0x01, + 0x04, + 0xac, + 0xfc, + 0xf9, + 0x8d, + 0xff, + 0x67, + 0x38, + 0x00, + 0x65, + 0x2d, + 0xfc, + 0x59, + 0xea, + 0x00, + 0x09, + 0xa9, + 0xff, + 0x88, + 0x1b, + 0xfe, + 0xf3, + 0x4c, + 0x00, + 0x15, + 0xf4, + 0x00, + 0x04, + 0x8a, + 0xff, + 0x08, + 0x76, + 0x00, + 0x38, + 0x79, + 0x02, + 0xfe, + 0x0c, + 0x00, + 0xc0, + 0xd5, + 0xff, + 0x63, + 0xa5, + 0xff, + 0xf3, + 0xeb, + 0xfd, + 0xf7, + 0xd4, + 0xff, + 0x7f, + 0x82, + 0x00, + 0xf6, + 0x1f, + 0xff, + 0xef, + 0x1f, + 0x00, + 0x36, + 0x7b, + 0x01, + 0x65, + 0x53, + 0x01, + 0xf9, + 0x51, + 0x00, + 0x4d, + 0x66, + 0x00, + 0xe1, + 0xad, + 0x00, + 0x0e, + 0x72, + 0xff, + 0x1c, + 0xc6, + 0xff, + 0x55, + 0x53, + 0xff, + 0x3f, + 0x22, + 0xfe, + 0x9a, + 0x7e, + 0xfe, + 0xdd, + 0x1a, + 0xfe, + 0xa0, + 0x67, + 0xfe, + 0xf2, + 0x53, + 0xff, + 0xe3, + 0x43, + 0xff, + 0xf5, + 0x96, + 0xfe, + 0x90, + 0x8a, + 0xfe, + 0x8c, + 0xae, + 0xfe, + 0x5e, + 0x7b, + 0xfe, + 0x30, + 0xfd, + 0xfe, + 0x3e, + 0x3c, + 0xff, + 0xee, + 0xdc, + 0xfe, + 0x42, + 0xab, + 0xfe, + 0x53, + 0xdb, + 0xfe, + 0xe0, + 0xf8, + 0xfe, + 0x58, + 0x4f, + 0xff, + 0x38, + 0x5b, + 0xff, + 0x2e, + 0x2a, + 0xff, + 0xcd, + 0xcc, + 0x0c, + 0xe3, + 0x43, + 0x1c, + 0x63, + 0xfc, + 0x0d, + 0x07, + 0xa4, + 0x02, + 0xa0, + 0x5f, + 0x05, + 0x2f, + 0x1f, + 0xfa, + 0xfe, + 0xe1, + 0xfc, + 0xfe, + 0xd2, + 0x00, + 0xbd, + 0x7a, + 0xfb, + 0x55, + 0xba, + 0x01, + 0x76, + 0x86, + 0xff, + 0x35, + 0xd1, + 0xfb, + 0x71, + 0xcd, + 0xff, + 0x68, + 0x06, + 0x04, + 0x81, + 0x2b, + 0x01, + 0xfc, + 0x39, + 0xfc, + 0x81, + 0xa6, + 0x00, + 0xf5, + 0x31, + 0xfe, + 0xfa, + 0x4b, + 0xfe, + 0xff, + 0xc3, + 0x00, + 0x11, + 0xec, + 0xfc, + 0xe9, + 0x32, + 0x00, + 0xa8, + 0xea, + 0xff, + 0xd0, + 0xe6, + 0xfd, + 0x43, + 0x4d, + 0x00, + 0x22, + 0xc4, + 0x00, + 0xa2, + 0xd1, + 0xff, + 0x6a, + 0x46, + 0x00, + 0x7d, + 0xf1, + 0x01, + 0x46, + 0x61, + 0x00, + 0xd7, + 0x0c, + 0x00, + 0xc5, + 0xc3, + 0xff, + 0x9e, + 0x47, + 0xfe, + 0x28, + 0x30, + 0x00, + 0xb5, + 0xf8, + 0x00, + 0x1e, + 0x88, + 0xff, + 0xca, + 0xb0, + 0xff, + 0xa2, + 0x30, + 0x01, + 0x43, + 0x22, + 0x01, + 0xcf, + 0x0e, + 0x00, + 0x63, + 0x06, + 0x00, + 0x0c, + 0x5d, + 0x00, + 0x42, + 0xbc, + 0xff, + 0x61, + 0x32, + 0xff, + 0x3d, + 0xf5, + 0xfe, + 0xd8, + 0xc7, + 0xfe, + 0xa9, + 0x37, + 0xff, + 0x6d, + 0x60, + 0xfe, + 0xcb, + 0x17, + 0xfe, + 0xde, + 0x34, + 0xff, + 0x2e, + 0x7b, + 0xff, + 0x56, + 0xdb, + 0xfe, + 0x46, + 0x3c, + 0xfe, + 0x8b, + 0x8c, + 0xfe, + 0xe3, + 0x9a, + 0xfe, + 0x94, + 0xa5, + 0xfe, + 0x03, + 0xf4, + 0xfe, + 0x53, + 0xf7, + 0xfe, + 0xa8, + 0x04, + 0xff, + 0x6a, + 0xdc, + 0xfe, + 0x80, + 0xc2, + 0xfe, + 0x26, + 0x01, + 0xff, + 0xb7, + 0x3d, + 0xff, + 0xee, + 0x29, + 0xff, + 0x4c, + 0x7a, + 0x0c, + 0xc5, + 0x03, + 0x19, + 0x1b, + 0xcc, + 0x0b, + 0x9b, + 0x3d, + 0x04, + 0xb0, + 0xd0, + 0x04, + 0x4b, + 0x15, + 0xfb, + 0x32, + 0x0d, + 0xfe, + 0xb7, + 0xdc, + 0xff, + 0xac, + 0x51, + 0xfd, + 0x81, + 0x4e, + 0x01, + 0xe3, + 0xc5, + 0xfe, + 0x33, + 0xe3, + 0xfc, + 0xaf, + 0x41, + 0x00, + 0x17, + 0xe4, + 0x03, + 0xe8, + 0x0d, + 0x00, + 0x82, + 0x66, + 0xfd, + 0x56, + 0xbb, + 0x00, + 0x8b, + 0x1a, + 0xfe, + 0x23, + 0x1b, + 0xff, + 0xbc, + 0x0f, + 0x00, + 0x78, + 0xe8, + 0xfd, + 0xa1, + 0xfd, + 0xff, + 0x8a, + 0x72, + 0xff, + 0x6b, + 0xdb, + 0xfe, + 0xbd, + 0x39, + 0x00, + 0x47, + 0x38, + 0x00, + 0x71, + 0xe0, + 0xff, + 0x3c, + 0xe8, + 0x00, + 0xb0, + 0x86, + 0x01, + 0xb4, + 0xb1, + 0x00, + 0xfb, + 0x7c, + 0x00, + 0x7d, + 0x8e, + 0xff, + 0x4b, + 0x69, + 0xff, + 0x3c, + 0xcd, + 0x00, + 0x84, + 0x5d, + 0x00, + 0xb1, + 0x36, + 0xff, + 0x48, + 0x02, + 0x00, + 0x1c, + 0xd1, + 0x00, + 0x55, + 0x65, + 0x00, + 0x90, + 0x24, + 0x00, + 0xc1, + 0x27, + 0x00, + 0xe4, + 0xfc, + 0xff, + 0x82, + 0x77, + 0xff, + 0x2b, + 0x35, + 0xff, + 0x97, + 0xdb, + 0xfe, + 0xd7, + 0x1f, + 0xff, + 0xa8, + 0x61, + 0xff, + 0xc5, + 0x48, + 0xfe, + 0xc7, + 0x75, + 0xfe, + 0xa8, + 0x4c, + 0xff, + 0x17, + 0x51, + 0xff, + 0xc1, + 0x06, + 0xff, + 0x7f, + 0x72, + 0xfe, + 0x27, + 0x50, + 0xfe, + 0x9c, + 0x8c, + 0xfe, + 0x7b, + 0xc6, + 0xfe, + 0xbb, + 0xec, + 0xfe, + 0x3a, + 0xe8, + 0xfe, + 0x2a, + 0xf3, + 0xfe, + 0x8c, + 0xf4, + 0xfe, + 0x67, + 0xb7, + 0xfe, + 0xa7, + 0xd3, + 0xfe, + 0x7b, + 0x0b, + 0xff, + 0x8b, + 0x25, + 0xff, + 0x66, + 0x04, + 0x0c, + 0x1b, + 0x49, + 0x16, + 0x9b, + 0xd5, + 0x09, + 0x38, + 0x2e, + 0x05, + 0x79, + 0x05, + 0x05, + 0x97, + 0x66, + 0xfb, + 0x96, + 0x3f, + 0xfe, + 0x1f, + 0x55, + 0x00, + 0x8a, + 0xb1, + 0xfe, + 0xa6, + 0x60, + 0x00, + 0x5e, + 0x7f, + 0xfe, + 0x70, + 0x13, + 0xfe, + 0xa7, + 0x63, + 0x00, + 0x44, + 0x39, + 0x03, + 0xc1, + 0xaa, + 0xff, + 0xc7, + 0x08, + 0xfe, + 0x59, + 0xff, + 0x00, + 0x48, + 0x62, + 0xfe, + 0x3b, + 0x02, + 0xff, + 0x65, + 0xf9, + 0xff, + 0xea, + 0xb5, + 0xfe, + 0xdd, + 0xd7, + 0xff, + 0x7b, + 0x4b, + 0xff, + 0x70, + 0x3c, + 0xff, + 0xfa, + 0xfc, + 0xff, + 0xa1, + 0xfe, + 0xff, + 0xa8, + 0x70, + 0x00, + 0x07, + 0x30, + 0x01, + 0x3a, + 0xa8, + 0x01, + 0xf8, + 0x4f, + 0x01, + 0xee, + 0x52, + 0x00, + 0xd9, + 0xab, + 0xff, + 0x44, + 0x0f, + 0x00, + 0x59, + 0x6c, + 0x00, + 0xf9, + 0x9e, + 0xff, + 0x5e, + 0x06, + 0xff, + 0xb7, + 0x19, + 0x00, + 0x0f, + 0x9c, + 0x00, + 0x44, + 0x15, + 0x00, + 0xef, + 0x1a, + 0x00, + 0x6d, + 0x0a, + 0x00, + 0x3e, + 0x99, + 0xff, + 0x3c, + 0x6a, + 0xff, + 0x10, + 0x54, + 0xff, + 0x61, + 0xd1, + 0xfe, + 0x7a, + 0x17, + 0xff, + 0x08, + 0x36, + 0xff, + 0xb0, + 0x5e, + 0xfe, + 0x9e, + 0xbf, + 0xfe, + 0xb3, + 0x57, + 0xff, + 0x8b, + 0x20, + 0xff, + 0x91, + 0x06, + 0xff, + 0xda, + 0xb3, + 0xfe, + 0x1f, + 0x4a, + 0xfe, + 0xf6, + 0x85, + 0xfe, + 0x38, + 0xd7, + 0xfe, + 0xde, + 0xc5, + 0xfe, + 0xde, + 0xc7, + 0xfe, + 0x69, + 0xea, + 0xfe, + 0xfa, + 0xd7, + 0xfe, + 0xd2, + 0xa5, + 0xfe, + 0x12, + 0xbe, + 0xfe, + 0x9f, + 0xf0, + 0xfe, + 0x4b, + 0x2f, + 0xff, + 0x15, + 0xa8, + 0x0a, + 0xdc, + 0xa3, + 0x13, + 0xf0, + 0x52, + 0x09, + 0x4a, + 0xdc, + 0x05, + 0x8e, + 0x12, + 0x05, + 0xb6, + 0x2c, + 0xfc, + 0x57, + 0x73, + 0xfe, + 0xf3, + 0x9e, + 0x00, + 0xb9, + 0x97, + 0xff, + 0x1f, + 0x27, + 0x00, + 0x99, + 0xb5, + 0xfe, + 0x4e, + 0xb8, + 0xfe, + 0x9a, + 0xf9, + 0xff, + 0x9b, + 0xc5, + 0x02, + 0x4c, + 0x32, + 0x00, + 0xb0, + 0x87, + 0xfe, + 0x8d, + 0xd8, + 0x00, + 0x85, + 0x92, + 0xfe, + 0xe0, + 0x53, + 0xff, + 0x8c, + 0x78, + 0x00, + 0x14, + 0x13, + 0xff, + 0x0d, + 0x50, + 0xff, + 0xf0, + 0x82, + 0xff, + 0x19, + 0xe8, + 0xff, + 0x95, + 0xc3, + 0xff, + 0xc1, + 0x64, + 0x00, + 0xf2, + 0x43, + 0x01, + 0xde, + 0x52, + 0x01, + 0xfa, + 0xfa, + 0x01, + 0xcc, + 0x5c, + 0x01, + 0x5b, + 0xe8, + 0xff, + 0x77, + 0xbb, + 0xff, + 0x7b, + 0xfe, + 0xff, + 0xcb, + 0xfc, + 0xff, + 0x8b, + 0x62, + 0xff, + 0x53, + 0x2f, + 0xff, + 0x8b, + 0x36, + 0x00, + 0xd4, + 0x40, + 0x00, + 0xb0, + 0xee, + 0xff, + 0x8c, + 0x34, + 0x00, + 0x79, + 0xf8, + 0xff, + 0x26, + 0x82, + 0xff, + 0xba, + 0x2f, + 0xff, + 0x35, + 0x43, + 0xff, + 0x84, + 0x27, + 0xff, + 0x8c, + 0x20, + 0xff, + 0x9d, + 0xe8, + 0xfe, + 0x06, + 0x77, + 0xfe, + 0xe8, + 0x04, + 0xff, + 0xae, + 0x63, + 0xff, + 0x05, + 0x3c, + 0xff, + 0xf2, + 0x06, + 0xff, + 0xfe, + 0xad, + 0xfe, + 0xf5, + 0x8a, + 0xfe, + 0xf0, + 0xa3, + 0xfe, + 0xa8, + 0xba, + 0xfe, + 0x3a, + 0xa4, + 0xfe, + 0x60, + 0xb4, + 0xfe, + 0x2a, + 0xdb, + 0xfe, + 0x72, + 0xd9, + 0xfe, + 0x8e, + 0xc9, + 0xfe, + 0x70, + 0xce, + 0xfe, + 0xd8, + 0xeb, + 0xfe, + 0x19, + 0x24, + 0xff, + 0x11, + 0x40, + 0x08, + 0xd0, + 0x2d, + 0x11, + 0xe5, + 0xfa, + 0x09, + 0x13, + 0xe5, + 0x05, + 0xfc, + 0xaf, + 0x05, + 0xf1, + 0x5b, + 0xfd, + 0x87, + 0xf5, + 0xfd, + 0x86, + 0x0b, + 0x01, + 0xd9, + 0x61, + 0x00, + 0xbf, + 0x50, + 0x00, + 0x7a, + 0xa9, + 0xfe, + 0xed, + 0x10, + 0xff, + 0x28, + 0xc1, + 0xff, + 0xb5, + 0x37, + 0x02, + 0x81, + 0x08, + 0x01, + 0x29, + 0x8d, + 0xfe, + 0xea, + 0xe3, + 0x00, + 0xd1, + 0x33, + 0xff, + 0x17, + 0x59, + 0xff, + 0xdf, + 0xdb, + 0x00, + 0x48, + 0x0f, + 0xff, + 0x52, + 0x58, + 0xff, + 0x7e, + 0x32, + 0x00, + 0x16, + 0x7b, + 0x00, + 0xbb, + 0x27, + 0x00, + 0xd4, + 0xb1, + 0x00, + 0xfc, + 0x5d, + 0x01, + 0xe3, + 0x5a, + 0x01, + 0x13, + 0xf3, + 0x01, + 0xf2, + 0xab, + 0x00, + 0xbb, + 0x62, + 0xff, + 0x71, + 0xf9, + 0xff, + 0x38, + 0x20, + 0x00, + 0x9d, + 0xc0, + 0xff, + 0xd8, + 0x3d, + 0xff, + 0x9c, + 0x3e, + 0xff, + 0xba, + 0x25, + 0x00, + 0xb3, + 0x17, + 0x00, + 0xb2, + 0xe4, + 0xff, + 0xd1, + 0x48, + 0x00, + 0xa1, + 0xc7, + 0xff, + 0x29, + 0x40, + 0xff, + 0x65, + 0x22, + 0xff, + 0xc3, + 0x44, + 0xff, + 0x3f, + 0x67, + 0xff, + 0x8e, + 0x1f, + 0xff, + 0xf5, + 0x98, + 0xfe, + 0xa1, + 0x99, + 0xfe, + 0x65, + 0x49, + 0xff, + 0x4e, + 0x5e, + 0xff, + 0x4a, + 0x43, + 0xff, + 0x90, + 0xfc, + 0xfe, + 0x93, + 0xa7, + 0xfe, + 0x9e, + 0xc3, + 0xfe, + 0x5a, + 0xa0, + 0xfe, + 0x22, + 0x91, + 0xfe, + 0x3c, + 0x9b, + 0xfe, + 0xf7, + 0xc5, + 0xfe, + 0x4b, + 0xef, + 0xfe, + 0x38, + 0xee, + 0xfe, + 0x68, + 0xe8, + 0xfe, + 0x4f, + 0xcb, + 0xfe, + 0x61, + 0xf2, + 0xfe, + 0xbb, + 0x19, + 0xff, + 0x29, + 0xd4, + 0x06, + 0x8f, + 0x62, + 0x0f, + 0xc6, + 0x26, + 0x0a, + 0xbe, + 0x7a, + 0x05, + 0xf4, + 0x6d, + 0x05, + 0xb9, + 0xb4, + 0xfe, + 0x58, + 0x23, + 0xfe, + 0x78, + 0x1d, + 0x01, + 0x01, + 0xda, + 0x00, + 0x6e, + 0x5a, + 0x00, + 0x37, + 0x01, + 0xff, + 0xbe, + 0x71, + 0xff, + 0x42, + 0x76, + 0xff, + 0x04, + 0xb0, + 0x01, + 0x6a, + 0xd0, + 0x01, + 0xed, + 0x1e, + 0xff, + 0x77, + 0x7f, + 0x00, + 0xc5, + 0x9e, + 0xff, + 0xdb, + 0xc0, + 0xff, + 0xec, + 0xf3, + 0x00, + 0x78, + 0xa3, + 0xff, + 0xab, + 0x3e, + 0x00, + 0xc9, + 0xf4, + 0x00, + 0x1a, + 0x9d, + 0x00, + 0x18, + 0xf3, + 0xff, + 0xf4, + 0xd8, + 0x00, + 0x66, + 0x6f, + 0x01, + 0xec, + 0xa5, + 0x00, + 0x7c, + 0x19, + 0x01, + 0xb8, + 0x7a, + 0x00, + 0xc1, + 0xb5, + 0xff, + 0x1d, + 0x1c, + 0x00, + 0x63, + 0xf8, + 0xff, + 0x3b, + 0x7c, + 0xff, + 0x83, + 0x3e, + 0xff, + 0xfc, + 0x8e, + 0xff, + 0x17, + 0xed, + 0xff, + 0x0a, + 0xe1, + 0xff, + 0xe2, + 0x18, + 0x00, + 0x21, + 0x14, + 0x00, + 0x72, + 0x62, + 0xff, + 0x30, + 0x40, + 0xff, + 0x2f, + 0x38, + 0xff, + 0x02, + 0x3e, + 0xff, + 0x84, + 0x73, + 0xff, + 0xa9, + 0x0a, + 0xff, + 0x3b, + 0x9d, + 0xfe, + 0x1f, + 0xc8, + 0xfe, + 0x59, + 0x57, + 0xff, + 0x9c, + 0x5a, + 0xff, + 0xfd, + 0x1f, + 0xff, + 0x4f, + 0xf8, + 0xfe, + 0x8d, + 0xab, + 0xfe, + 0x25, + 0xb5, + 0xfe, + 0xf5, + 0xb8, + 0xfe, + 0x9a, + 0xae, + 0xfe, + 0xc5, + 0xce, + 0xfe, + 0x3b, + 0xea, + 0xfe, + 0x40, + 0xee, + 0xfe, + 0x10, + 0xfc, + 0xfe, + 0xab, + 0xe3, + 0xfe, + 0x34, + 0xcf, + 0xfe, + 0x31, + 0x08, + 0xff, + 0x7e, + 0x21, + 0xff, + 0x0a, + 0xfe, + 0x06, + 0x20, + 0x73, + 0x0d, + 0xca, + 0xaf, + 0x08, + 0xaf, + 0xe0, + 0x06, + 0x95, + 0xd4, + 0x04, + 0x9a, + 0x4a, + 0xfe, + 0xaf, + 0xcc, + 0xfe, + 0x5a, + 0x31, + 0x01, + 0x9d, + 0xce, + 0x01, + 0x63, + 0x28, + 0x00, + 0x3e, + 0x01, + 0xff, + 0x51, + 0x8f, + 0xff, + 0x14, + 0x9d, + 0xff, + 0x86, + 0x44, + 0x02, + 0xcf, + 0x58, + 0x01, + 0x1b, + 0xa0, + 0xff, + 0x0e, + 0x92, + 0x00, + 0xa1, + 0xe4, + 0xff, + 0xd7, + 0x11, + 0x01, + 0x8f, + 0x6e, + 0x01, + 0x06, + 0x6f, + 0x00, + 0xad, + 0xa5, + 0x00, + 0x2c, + 0x96, + 0x00, + 0xbd, + 0x39, + 0x00, + 0x5f, + 0xef, + 0xff, + 0xa9, + 0x70, + 0x00, + 0xa2, + 0xa1, + 0x00, + 0xb1, + 0xac, + 0x00, + 0x39, + 0xe7, + 0x00, + 0x19, + 0x43, + 0x00, + 0x87, + 0xd6, + 0xff, + 0x0f, + 0x22, + 0x00, + 0x0f, + 0xe2, + 0xff, + 0x73, + 0x3e, + 0xff, + 0xac, + 0x66, + 0xff, + 0xe6, + 0xb3, + 0xff, + 0x00, + 0x8c, + 0xff, + 0x40, + 0xbf, + 0xff, + 0xc6, + 0x45, + 0x00, + 0xaf, + 0xd2, + 0xff, + 0x5e, + 0x26, + 0xff, + 0x34, + 0x29, + 0xff, + 0x20, + 0x25, + 0xff, + 0x4a, + 0x78, + 0xff, + 0xa4, + 0x7d, + 0xff, + 0xe0, + 0xd6, + 0xfe, + 0xc7, + 0x95, + 0xfe, + 0xd1, + 0xfb, + 0xfe, + 0x24, + 0x52, + 0xff, + 0x01, + 0x35, + 0xff, + 0x46, + 0x0a, + 0xff, + 0xf6, + 0xc0, + 0xfe, + 0xd2, + 0xc4, + 0xfe, + 0x4f, + 0xfc, + 0xfe, + 0x64, + 0xe8, + 0xfe, + 0xe8, + 0xdb, + 0xfe, + 0x80, + 0xdf, + 0xfe, + 0xb2, + 0xf1, + 0xfe, + 0x41, + 0xf1, + 0xfe, + 0x56, + 0xed, + 0xfe, + 0xb6, + 0xf6, + 0xfe, + 0xc9, + 0xf6, + 0xfe, + 0x1f, + 0x11, + 0xff, + 0xa0, + 0x39, + 0xff, + 0xdd, + 0x1f, + 0x07, + 0xb8, + 0x79, + 0x0c, + 0xda, + 0x28, + 0x08, + 0x94, + 0x91, + 0x06, + 0x6c, + 0x90, + 0x03, + 0xe8, + 0xb6, + 0xfe, + 0x8e, + 0x9a, + 0xff, + 0x6d, + 0x89, + 0x01, + 0x8e, + 0xce, + 0x01, + 0x4c, + 0xf1, + 0xff, + 0x4b, + 0x9d, + 0xff, + 0xa4, + 0x93, + 0xff, + 0x3d, + 0xef, + 0xff, + 0x66, + 0x7a, + 0x02, + 0xf0, + 0x1e, + 0x01, + 0x19, + 0x3e, + 0x00, + 0x86, + 0x85, + 0x01, + 0xc4, + 0x54, + 0x01, + 0x9a, + 0x79, + 0x01, + 0x78, + 0xe6, + 0x00, + 0x26, + 0x6d, + 0x00, + 0x85, + 0x71, + 0x00, + 0x40, + 0xc3, + 0xff, + 0xeb, + 0x70, + 0xff, + 0x31, + 0xf6, + 0xff, + 0x07, + 0x80, + 0x00, + 0xce, + 0x6c, + 0x00, + 0xb8, + 0x77, + 0x00, + 0x35, + 0x8b, + 0x00, + 0x95, + 0x2f, + 0x00, + 0x90, + 0x21, + 0x00, + 0xcf, + 0x11, + 0x00, + 0x66, + 0x70, + 0xff, + 0x5c, + 0x40, + 0xff, + 0x9e, + 0x58, + 0xff, + 0xfd, + 0x5c, + 0xff, + 0x13, + 0xac, + 0xff, + 0xa3, + 0x02, + 0x00, + 0xb2, + 0xf4, + 0xff, + 0x67, + 0x33, + 0xff, + 0x4f, + 0x0d, + 0xff, + 0x14, + 0x6f, + 0xff, + 0x53, + 0x5b, + 0xff, + 0x6c, + 0x54, + 0xff, + 0xd1, + 0x0d, + 0xff, + 0x47, + 0xc3, + 0xfe, + 0x64, + 0xcf, + 0xfe, + 0xa5, + 0x06, + 0xff, + 0x6e, + 0x1d, + 0xff, + 0x36, + 0xfd, + 0xfe, + 0x1c, + 0x07, + 0xff, + 0x94, + 0xf6, + 0xfe, + 0x37, + 0xfd, + 0xfe, + 0x45, + 0x20, + 0xff, + 0x3c, + 0xf7, + 0xfe, + 0xb8, + 0xd9, + 0xfe, + 0x0d, + 0xea, + 0xfe, + 0xa5, + 0xed, + 0xfe, + 0x3f, + 0xfd, + 0xfe, + 0x44, + 0x10, + 0xff, + 0x09, + 0x07, + 0xff, + 0xf4, + 0x0b, + 0xff, + 0xcd, + 0x24, + 0xff, + 0xdd, + 0x5b, + 0xff, + 0xbb, + 0x75, + 0x06, + 0x21, + 0x73, + 0x0b, + 0x58, + 0x1d, + 0x08, + 0x9d, + 0xa0, + 0x06, + 0x38, + 0x28, + 0x03, + 0xe8, + 0xa4, + 0xfe, + 0x58, + 0x02, + 0x00, + 0x8f, + 0x36, + 0x02, + 0xd1, + 0xf1, + 0x01, + 0x1a, + 0xd1, + 0xff, + 0xbb, + 0x10, + 0x00, + 0xd0, + 0xe1, + 0xff, + 0x38, + 0xce, + 0xff, + 0xd7, + 0x23, + 0x03, + 0x4e, + 0xa5, + 0x02, + 0x14, + 0x18, + 0x01, + 0xf0, + 0x83, + 0x01, + 0xf4, + 0xff, + 0x00, + 0xc7, + 0x14, + 0x01, + 0x5c, + 0xa9, + 0x00, + 0x43, + 0xa5, + 0xff, + 0xad, + 0x4e, + 0xff, + 0xe9, + 0xa7, + 0xff, + 0x99, + 0x06, + 0x00, + 0x9a, + 0xc2, + 0xff, + 0x38, + 0xf6, + 0xff, + 0x41, + 0x5f, + 0x00, + 0xe0, + 0x6c, + 0x00, + 0x90, + 0x84, + 0x00, + 0x5c, + 0x28, + 0x00, + 0x35, + 0xe1, + 0xff, + 0xfc, + 0xd1, + 0xff, + 0xf2, + 0x40, + 0xff, + 0x53, + 0x2a, + 0xff, + 0x2e, + 0x4e, + 0xff, + 0xde, + 0x52, + 0xff, + 0x38, + 0xbc, + 0xff, + 0x2d, + 0xcf, + 0xff, + 0xd8, + 0x71, + 0xff, + 0x96, + 0x33, + 0xff, + 0x09, + 0x61, + 0xff, + 0xd8, + 0x55, + 0xff, + 0xca, + 0x19, + 0xff, + 0xfb, + 0x1f, + 0xff, + 0x29, + 0xe7, + 0xfe, + 0xf7, + 0xc0, + 0xfe, + 0x6f, + 0xd5, + 0xfe, + 0x20, + 0xfc, + 0xfe, + 0xed, + 0x08, + 0xff, + 0x26, + 0x0f, + 0xff, + 0x5d, + 0x2e, + 0xff, + 0x4a, + 0x10, + 0xff, + 0x48, + 0x15, + 0xff, + 0x11, + 0x1e, + 0xff, + 0x81, + 0xe5, + 0xfe, + 0xe5, + 0xd3, + 0xfe, + 0x0a, + 0xfa, + 0xfe, + 0x27, + 0x1e, + 0xff, + 0xeb, + 0x12, + 0xff, + 0x10, + 0x01, + 0xff, + 0x9d, + 0x15, + 0xff, + 0xaa, + 0x2c, + 0xff, + 0xf7, + 0x38, + 0xff, + 0x8e, + 0x51, + 0xff, + 0x99, + 0x2b, + 0x06, + 0xc1, + 0x29, + 0x0b, + 0x1d, + 0x0f, + 0x08, + 0x87, + 0x0e, + 0x06, + 0x61, + 0x81, + 0x02, + 0x4c, + 0xef, + 0xfe, + 0xdc, + 0xbd, + 0x00, + 0x8b, + 0xad, + 0x02, + 0xbc, + 0x19, + 0x02, + 0xc2, + 0x89, + 0xff, + 0x09, + 0x38, + 0x00, + 0xcd, + 0x99, + 0x01, + 0xfd, + 0x83, + 0x01, + 0x86, + 0x3a, + 0x03, + 0x42, + 0xfa, + 0x01, + 0x13, + 0xaf, + 0x00, + 0x72, + 0x57, + 0x01, + 0x4c, + 0x52, + 0x00, + 0xb1, + 0xe4, + 0xff, + 0x9b, + 0xf2, + 0xff, + 0x2d, + 0x98, + 0xff, + 0x26, + 0x58, + 0xff, + 0x41, + 0x9f, + 0xff, + 0x34, + 0xce, + 0xff, + 0x8a, + 0x7f, + 0xff, + 0x55, + 0x4d, + 0x00, + 0xd4, + 0x90, + 0x00, + 0xee, + 0xb7, + 0xff, + 0x18, + 0x00, + 0x00, + 0xaf, + 0x4e, + 0x00, + 0xe9, + 0xc6, + 0xff, + 0x15, + 0x59, + 0xff, + 0xbc, + 0x3a, + 0xff, + 0x58, + 0x32, + 0xff, + 0x35, + 0x06, + 0xff, + 0xe8, + 0x61, + 0xff, + 0xf3, + 0xc0, + 0xff, + 0x25, + 0x80, + 0xff, + 0x65, + 0x5c, + 0xff, + 0xf3, + 0x3b, + 0xff, + 0x3c, + 0x3a, + 0xff, + 0x6a, + 0x15, + 0xff, + 0x89, + 0xe1, + 0xfe, + 0xb1, + 0xf6, + 0xfe, + 0x95, + 0xce, + 0xfe, + 0x41, + 0xd2, + 0xfe, + 0x82, + 0xec, + 0xfe, + 0x3a, + 0xf5, + 0xfe, + 0xb7, + 0x28, + 0xff, + 0x31, + 0x35, + 0xff, + 0xae, + 0x20, + 0xff, + 0x82, + 0x0c, + 0xff, + 0x15, + 0x0b, + 0xff, + 0x29, + 0x07, + 0xff, + 0xda, + 0xf7, + 0xfe, + 0xcd, + 0xfd, + 0xfe, + 0xae, + 0x17, + 0xff, + 0xa0, + 0x1c, + 0xff, + 0x2c, + 0x0f, + 0xff, + 0x0b, + 0x14, + 0xff, + 0xf4, + 0x29, + 0xff, + 0xb5, + 0x36, + 0xff, + 0x56, + 0x28, + 0xff, + 0xa3, + 0x41, + 0xff, + 0xa8, + 0x14, + 0x06, + 0x4d, + 0xb4, + 0x0b, + 0x31, + 0xfe, + 0x07, + 0xf9, + 0xea, + 0x04, + 0xf2, + 0x3c, + 0x02, + 0xdd, + 0x9c, + 0xff, + 0xba, + 0x70, + 0x01, + 0x1a, + 0x93, + 0x02, + 0xd5, + 0xc1, + 0x02, + 0xc0, + 0x85, + 0x01, + 0xf9, + 0x46, + 0x01, + 0x1e, + 0xf9, + 0x01, + 0x6b, + 0xe2, + 0x00, + 0xd8, + 0x0e, + 0x02, + 0x85, + 0xcd, + 0x01, + 0x93, + 0xeb, + 0xff, + 0x9a, + 0x04, + 0x00, + 0xcb, + 0xfd, + 0xff, + 0xf0, + 0x0b, + 0x00, + 0xde, + 0xc3, + 0xff, + 0xf2, + 0x37, + 0xff, + 0x1e, + 0x31, + 0xff, + 0x85, + 0x01, + 0x00, + 0x52, + 0x55, + 0x00, + 0xab, + 0x73, + 0xff, + 0x28, + 0xd5, + 0xff, + 0x1e, + 0xfa, + 0xff, + 0x2f, + 0x7b, + 0xff, + 0xba, + 0x23, + 0x00, + 0x88, + 0x44, + 0x00, + 0x00, + 0x9e, + 0xff, + 0x2f, + 0x11, + 0xff, + 0xc4, + 0x0b, + 0xff, + 0xc6, + 0x50, + 0xff, + 0x0c, + 0x19, + 0xff, + 0xa0, + 0x72, + 0xff, + 0xce, + 0xdb, + 0xff, + 0xd4, + 0x4b, + 0xff, + 0xdd, + 0xfc, + 0xfe, + 0x30, + 0x23, + 0xff, + 0x4a, + 0x2a, + 0xff, + 0xa3, + 0xda, + 0xfe, + 0x94, + 0xce, + 0xfe, + 0x76, + 0x16, + 0xff, + 0xca, + 0xdb, + 0xfe, + 0x41, + 0xbe, + 0xfe, + 0xd5, + 0x1a, + 0xff, + 0x87, + 0x63, + 0xff, + 0x16, + 0x18, + 0xff, + 0x81, + 0xda, + 0xfe, + 0x36, + 0x45, + 0xff, + 0xed, + 0x37, + 0xff, + 0x9f, + 0xdf, + 0xfe, + 0x53, + 0x13, + 0xff, + 0xdc, + 0x44, + 0xff, + 0x27, + 0x09, + 0xff, + 0x18, + 0xf8, + 0xfe, + 0xec, + 0x3b, + 0xff, + 0x99, + 0x2b, + 0xff, + 0x39, + 0x07, + 0xff, + 0x2c, + 0x2c, + 0xff, + 0x66, + 0x46, + 0xff, + 0x15, + 0x26, + 0xff, + 0xbe, + 0x1e, + 0xff, + 0x78, + 0xa3, + 0x04, + 0x7e, + 0x23, + 0x0c, + 0x5f, + 0xb3, + 0x09, + 0xa2, + 0x79, + 0x03, + 0x2e, + 0x45, + 0x02, + 0xdc, + 0x50, + 0x00, + 0xa2, + 0x72, + 0x02, + 0x63, + 0xa9, + 0x05, + 0x6d, + 0x3d, + 0x03, + 0xb0, + 0x25, + 0x01, + 0xf2, + 0xa2, + 0x00, + 0x6b, + 0x58, + 0x01, + 0x24, + 0xdd, + 0x00, + 0x51, + 0x47, + 0x00, + 0x5a, + 0x0c, + 0x01, + 0x7f, + 0xf4, + 0xff, + 0xe8, + 0x07, + 0x00, + 0xe9, + 0xf8, + 0xff, + 0xfa, + 0x49, + 0xff, + 0x05, + 0xe3, + 0xff, + 0xa2, + 0x92, + 0xff, + 0x74, + 0xe4, + 0xff, + 0xbd, + 0x47, + 0x00, + 0xc3, + 0xa4, + 0xff, + 0x8c, + 0x2f, + 0xff, + 0xb9, + 0x6e, + 0xff, + 0xf1, + 0xec, + 0xff, + 0xb8, + 0x9f, + 0xff, + 0x77, + 0xee, + 0xff, + 0xf3, + 0x4f, + 0x00, + 0x90, + 0x78, + 0xff, + 0xb7, + 0xe5, + 0xfe, + 0x32, + 0x38, + 0xff, + 0xb2, + 0x87, + 0xff, + 0x6d, + 0x54, + 0xff, + 0xeb, + 0x67, + 0xff, + 0xef, + 0x8c, + 0xff, + 0xba, + 0x0b, + 0xff, + 0xe8, + 0xda, + 0xfe, + 0xaa, + 0x1f, + 0xff, + 0x33, + 0x12, + 0xff, + 0x09, + 0x04, + 0xff, + 0x9b, + 0xfa, + 0xfe, + 0x97, + 0xe4, + 0xfe, + 0x41, + 0xfc, + 0xfe, + 0x23, + 0x19, + 0xff, + 0x00, + 0x3f, + 0xff, + 0x87, + 0x36, + 0xff, + 0xcf, + 0x13, + 0xff, + 0x09, + 0x0a, + 0xff, + 0xef, + 0x28, + 0xff, + 0xef, + 0x45, + 0xff, + 0xa3, + 0x0a, + 0xff, + 0x43, + 0x20, + 0xff, + 0xc7, + 0x4e, + 0xff, + 0x02, + 0x1f, + 0xff, + 0xe8, + 0x1b, + 0xff, + 0x11, + 0x29, + 0xff, + 0xdb, + 0x2f, + 0xff, + 0x98, + 0x26, + 0xff, + 0x26, + 0x20, + 0xff, + 0xce, + 0x3f, + 0xff, + 0x09, + 0x20, + 0xff, + 0x9d, + 0x10, + 0xff, + 0xc7, + 0x7b, + 0x05, + 0xad, + 0xdd, + 0x0c, + 0x4e, + 0xbc, + 0x08, + 0x71, + 0x76, + 0x02, + 0x7f, + 0x28, + 0x03, + 0xe5, + 0x8b, + 0x03, + 0x93, + 0x72, + 0x04, + 0x0e, + 0x48, + 0x04, + 0x0e, + 0x20, + 0x02, + 0x97, + 0xca, + 0x00, + 0x82, + 0x07, + 0x00, + 0x4a, + 0x81, + 0x00, + 0x8e, + 0xfc, + 0xff, + 0x75, + 0x36, + 0x00, + 0x94, + 0xb9, + 0x00, + 0x52, + 0xa0, + 0xff, + 0x3a, + 0x05, + 0x00, + 0xe8, + 0xad, + 0xff, + 0x0f, + 0x5f, + 0xff, + 0x93, + 0x8b, + 0x00, + 0x62, + 0x4f, + 0x00, + 0x4d, + 0x77, + 0xff, + 0xcd, + 0x57, + 0xff, + 0x84, + 0x9f, + 0xff, + 0xda, + 0x61, + 0xff, + 0x76, + 0x31, + 0xff, + 0xe3, + 0x82, + 0xff, + 0x5a, + 0xdb, + 0xff, + 0xe7, + 0x1e, + 0x00, + 0xfc, + 0xb9, + 0xff, + 0xfa, + 0x76, + 0xff, + 0x82, + 0x68, + 0xff, + 0xec, + 0x57, + 0xff, + 0x4e, + 0x69, + 0xff, + 0x3c, + 0x37, + 0xff, + 0x86, + 0x55, + 0xff, + 0x87, + 0x32, + 0xff, + 0x8c, + 0xcf, + 0xfe, + 0xcd, + 0xf9, + 0xfe, + 0x63, + 0x24, + 0xff, + 0xf7, + 0x25, + 0xff, + 0xf0, + 0x0f, + 0xff, + 0x27, + 0x03, + 0xff, + 0x05, + 0xff, + 0xfe, + 0x52, + 0x12, + 0xff, + 0x4d, + 0x3b, + 0xff, + 0xce, + 0x31, + 0xff, + 0x72, + 0x39, + 0xff, + 0x81, + 0x25, + 0xff, + 0x39, + 0x02, + 0xff, + 0x39, + 0x2a, + 0xff, + 0x16, + 0x3e, + 0xff, + 0x94, + 0x32, + 0xff, + 0xd0, + 0x3b, + 0xff, + 0x6c, + 0x42, + 0xff, + 0x58, + 0x36, + 0xff, + 0x3c, + 0x25, + 0xff, + 0xbc, + 0x20, + 0xff, + 0x76, + 0x2b, + 0xff, + 0x13, + 0x2c, + 0xff, + 0xce, + 0x28, + 0xff, + 0x28, + 0x23, + 0xff, + 0x09, + 0x16, + 0xff, + 0xb9, + 0x25, + 0xff, + 0x94, + 0xc2, + 0x05, + 0x0a, + 0x3b, + 0x0c, + 0xff, + 0x3b, + 0x09, + 0x2f, + 0x99, + 0x05, + 0xad, + 0xd2, + 0x03, + 0x2e, + 0x4d, + 0x02, + 0x61, + 0x8a, + 0x04, + 0x8f, + 0x1a, + 0x04, + 0xd6, + 0x4f, + 0x01, + 0x41, + 0xe6, + 0xff, + 0x47, + 0xbb, + 0xff, + 0x76, + 0x92, + 0x00, + 0xfd, + 0xff, + 0xff, + 0xbe, + 0x07, + 0x00, + 0x26, + 0x32, + 0x00, + 0xa3, + 0xc5, + 0xff, + 0x13, + 0x33, + 0x00, + 0x17, + 0x23, + 0x00, + 0x7e, + 0x5a, + 0x00, + 0xc9, + 0x3a, + 0x00, + 0x55, + 0x95, + 0xff, + 0x86, + 0x96, + 0xff, + 0x5a, + 0x97, + 0xff, + 0xc9, + 0x6e, + 0xff, + 0x59, + 0x0d, + 0xff, + 0xf7, + 0x40, + 0xff, + 0x66, + 0xa7, + 0xff, + 0x83, + 0xb1, + 0xff, + 0xa8, + 0x0e, + 0x00, + 0x7c, + 0x12, + 0x00, + 0xea, + 0xc8, + 0xff, + 0x6b, + 0x86, + 0xff, + 0x56, + 0x36, + 0xff, + 0xc8, + 0x18, + 0xff, + 0x79, + 0x3e, + 0xff, + 0xe0, + 0x67, + 0xff, + 0xad, + 0x00, + 0xff, + 0x10, + 0xd9, + 0xfe, + 0xe4, + 0x3c, + 0xff, + 0x58, + 0x31, + 0xff, + 0xcf, + 0x1a, + 0xff, + 0xfb, + 0x41, + 0xff, + 0x42, + 0x3c, + 0xff, + 0x69, + 0x03, + 0xff, + 0x9c, + 0x09, + 0xff, + 0xf6, + 0x5c, + 0xff, + 0x51, + 0x62, + 0xff, + 0x8e, + 0x2f, + 0xff, + 0x43, + 0x19, + 0xff, + 0x13, + 0x1d, + 0xff, + 0xa7, + 0x2f, + 0xff, + 0x79, + 0x4b, + 0xff, + 0x19, + 0x5b, + 0xff, + 0x52, + 0x47, + 0xff, + 0x2d, + 0x48, + 0xff, + 0x06, + 0x4a, + 0xff, + 0x1a, + 0x27, + 0xff, + 0xb8, + 0x21, + 0xff, + 0xed, + 0x3a, + 0xff, + 0xf0, + 0x35, + 0xff, + 0x69, + 0x1e, + 0xff, + 0x69, + 0x23, + 0xff, + 0xba, + 0x1e, + 0xff, + 0x6b, + 0x12, + 0xff, + 0x2f, + 0xf2, + 0x06, + 0xb3, + 0x62, + 0x0f, + 0x46, + 0x1b, + 0x0a, + 0xe7, + 0x8f, + 0x02, + 0x57, + 0x95, + 0x02, + 0x4e, + 0x56, + 0x03, + 0xfb, + 0xfd, + 0x03, + 0xb5, + 0x0d, + 0x03, + 0x02, + 0x0f, + 0x01, + 0x88, + 0xa8, + 0xff, + 0xaf, + 0xaa, + 0xff, + 0xba, + 0x99, + 0x00, + 0x24, + 0x07, + 0x00, + 0x1c, + 0x4c, + 0x00, + 0x3c, + 0x0e, + 0x00, + 0xcc, + 0xa4, + 0xff, + 0x4c, + 0x1b, + 0x01, + 0x0c, + 0x02, + 0x01, + 0xaf, + 0xc3, + 0xff, + 0xc9, + 0x5b, + 0xff, + 0x23, + 0x01, + 0x00, + 0xa1, + 0x00, + 0x00, + 0x62, + 0x30, + 0xff, + 0x34, + 0x22, + 0xff, + 0x25, + 0x17, + 0xff, + 0xf3, + 0x6a, + 0xff, + 0x8e, + 0x8f, + 0xff, + 0xe3, + 0xba, + 0xff, + 0x4f, + 0x72, + 0x00, + 0xae, + 0x4c, + 0x00, + 0x6b, + 0xc6, + 0xff, + 0x6f, + 0x33, + 0xff, + 0xbf, + 0x0b, + 0xff, + 0x94, + 0x3c, + 0xff, + 0x20, + 0x12, + 0xff, + 0x96, + 0x43, + 0xff, + 0x79, + 0x4e, + 0xff, + 0x95, + 0x0b, + 0xff, + 0x36, + 0x22, + 0xff, + 0x68, + 0x38, + 0xff, + 0xf0, + 0x48, + 0xff, + 0x43, + 0x5f, + 0xff, + 0xe8, + 0x3e, + 0xff, + 0xb1, + 0x1b, + 0xff, + 0xf1, + 0x33, + 0xff, + 0xb5, + 0x59, + 0xff, + 0xe1, + 0x55, + 0xff, + 0x97, + 0x31, + 0xff, + 0xbc, + 0x22, + 0xff, + 0x88, + 0x2c, + 0xff, + 0xcc, + 0x40, + 0xff, + 0xdf, + 0x63, + 0xff, + 0x88, + 0x57, + 0xff, + 0x98, + 0x48, + 0xff, + 0xa0, + 0x60, + 0xff, + 0xf3, + 0x48, + 0xff, + 0xb3, + 0x34, + 0xff, + 0xa6, + 0x3b, + 0xff, + 0xe3, + 0x32, + 0xff, + 0x48, + 0x37, + 0xff, + 0x23, + 0x23, + 0xff, + 0xd5, + 0x0f, + 0xff, + 0x4d, + 0x2a, + 0xff, + 0xf7, + 0x3e, + 0xff, + 0xf8, + 0x13, + 0x07, + 0x07, + 0x76, + 0x10, + 0x19, + 0x7d, + 0x0a, + 0x9d, + 0xbf, + 0x00, + 0xc4, + 0xad, + 0x01, + 0x54, + 0x77, + 0x03, + 0x54, + 0x61, + 0x03, + 0x13, + 0x06, + 0x03, + 0xd8, + 0xbf, + 0x01, + 0xb5, + 0x0f, + 0x00, + 0x26, + 0x3f, + 0xff, + 0x8c, + 0xb1, + 0x00, + 0x79, + 0xa2, + 0x00, + 0xb8, + 0xfa, + 0xff, + 0x22, + 0x66, + 0x00, + 0xb3, + 0x6a, + 0x00, + 0x6c, + 0x36, + 0x01, + 0x1d, + 0xd8, + 0x00, + 0xcb, + 0xb1, + 0xff, + 0xac, + 0xd8, + 0xff, + 0x0a, + 0xf7, + 0xff, + 0xcb, + 0xc2, + 0xff, + 0xa3, + 0x52, + 0xff, + 0xeb, + 0x3c, + 0xff, + 0x03, + 0x3d, + 0xff, + 0xdb, + 0x10, + 0xff, + 0x52, + 0x92, + 0xff, + 0x24, + 0x0d, + 0x00, + 0xae, + 0x64, + 0x00, + 0x7e, + 0x58, + 0x00, + 0xa6, + 0xc4, + 0xff, + 0x1c, + 0x64, + 0xff, + 0x70, + 0x06, + 0xff, + 0x99, + 0x12, + 0xff, + 0x9b, + 0x31, + 0xff, + 0xf6, + 0x1c, + 0xff, + 0x30, + 0x5b, + 0xff, + 0xa4, + 0x5a, + 0xff, + 0x01, + 0x40, + 0xff, + 0x03, + 0x39, + 0xff, + 0xa6, + 0x34, + 0xff, + 0x70, + 0x67, + 0xff, + 0x98, + 0x77, + 0xff, + 0xac, + 0x5b, + 0xff, + 0x2d, + 0x3f, + 0xff, + 0x79, + 0x39, + 0xff, + 0xdb, + 0x3e, + 0xff, + 0x2a, + 0x39, + 0xff, + 0x24, + 0x3e, + 0xff, + 0x07, + 0x48, + 0xff, + 0xae, + 0x49, + 0xff, + 0x0c, + 0x4f, + 0xff, + 0x15, + 0x5c, + 0xff, + 0xad, + 0x56, + 0xff, + 0xd6, + 0x59, + 0xff, + 0xe2, + 0x63, + 0xff, + 0xae, + 0x5a, + 0xff, + 0xff, + 0x45, + 0xff, + 0x34, + 0x2d, + 0xff, + 0x76, + 0x35, + 0xff, + 0xa1, + 0x2c, + 0xff, + 0x66, + 0x1f, + 0xff, + 0x64, + 0x3e, + 0xff, + 0xb1, + 0x42, + 0xff, + 0x09, + 0x54, + 0x05, + 0xa1, + 0xcd, + 0x0d, + 0xbb, + 0x1e, + 0x0c, + 0x5e, + 0xcb, + 0x03, + 0x84, + 0x72, + 0x00, + 0xe9, + 0x46, + 0x01, + 0xe0, + 0xc7, + 0x02, + 0x78, + 0xa5, + 0x03, + 0xf0, + 0xe3, + 0x02, + 0x47, + 0x35, + 0x00, + 0x02, + 0x46, + 0xff, + 0x99, + 0x03, + 0x01, + 0x42, + 0x2b, + 0x01, + 0x49, + 0x32, + 0x00, + 0x5d, + 0xf2, + 0xff, + 0xe4, + 0xc1, + 0x00, + 0x15, + 0x8a, + 0x01, + 0xc1, + 0x07, + 0x01, + 0x48, + 0x46, + 0x00, + 0x35, + 0xc1, + 0xff, + 0xc8, + 0xec, + 0xff, + 0xcb, + 0x21, + 0x00, + 0x43, + 0x99, + 0xff, + 0xa9, + 0x28, + 0xff, + 0x02, + 0x34, + 0xff, + 0x7e, + 0x6c, + 0xff, + 0x7f, + 0x5b, + 0xff, + 0xfc, + 0xb7, + 0xff, + 0x0f, + 0x57, + 0x00, + 0x1d, + 0x55, + 0x00, + 0xd7, + 0xf9, + 0xff, + 0xe4, + 0x80, + 0xff, + 0x13, + 0x4a, + 0xff, + 0x71, + 0x34, + 0xff, + 0xa0, + 0x14, + 0xff, + 0xb4, + 0x20, + 0xff, + 0x28, + 0x36, + 0xff, + 0x33, + 0x46, + 0xff, + 0xaa, + 0x5c, + 0xff, + 0x1e, + 0x7c, + 0xff, + 0x88, + 0x50, + 0xff, + 0x09, + 0x2c, + 0xff, + 0x41, + 0x73, + 0xff, + 0x9f, + 0x8e, + 0xff, + 0x21, + 0x82, + 0xff, + 0x37, + 0x5d, + 0xff, + 0xee, + 0x0d, + 0xff, + 0x2f, + 0x0f, + 0xff, + 0xf8, + 0x49, + 0xff, + 0x11, + 0x5f, + 0xff, + 0xf1, + 0x4f, + 0xff, + 0xd7, + 0x4c, + 0xff, + 0xa2, + 0x49, + 0xff, + 0x1b, + 0x4b, + 0xff, + 0xde, + 0x68, + 0xff, + 0x89, + 0x6a, + 0xff, + 0x64, + 0x6e, + 0xff, + 0x7f, + 0x61, + 0xff, + 0xb8, + 0x42, + 0xff, + 0xc2, + 0x36, + 0xff, + 0x46, + 0x1e, + 0xff, + 0x81, + 0x41, + 0xff, + 0x00, + 0x54, + 0xff, + 0xb1, + 0x2f, + 0xff, + 0x7d, + 0x95, + 0x03, + 0x55, + 0x15, + 0x0b, + 0x63, + 0x7d, + 0x0c, + 0xfc, + 0x66, + 0x06, + 0xcc, + 0x8a, + 0x01, + 0x23, + 0x68, + 0x00, + 0x1d, + 0xa6, + 0x01, + 0x2b, + 0xe5, + 0x02, + 0x7b, + 0xf2, + 0x02, + 0x41, + 0x31, + 0x01, + 0x7d, + 0x4e, + 0xff, + 0xf5, + 0x93, + 0x00, + 0xd5, + 0xb0, + 0x01, + 0xde, + 0xcf, + 0x00, + 0x66, + 0x16, + 0x00, + 0x5c, + 0x84, + 0x00, + 0x72, + 0x43, + 0x01, + 0xd2, + 0xfa, + 0x00, + 0x19, + 0xfd, + 0x00, + 0x95, + 0x81, + 0x00, + 0x0c, + 0xf0, + 0xff, + 0xc9, + 0x3e, + 0x00, + 0x7d, + 0xa4, + 0xff, + 0xaf, + 0x70, + 0xff, + 0x55, + 0xb3, + 0xff, + 0x61, + 0x6b, + 0xff, + 0x1e, + 0x3d, + 0xff, + 0x96, + 0x88, + 0xff, + 0x71, + 0x3d, + 0x00, + 0xbb, + 0x4a, + 0x00, + 0x3c, + 0xd6, + 0xff, + 0x50, + 0x7c, + 0xff, + 0x0a, + 0x83, + 0xff, + 0x55, + 0x8c, + 0xff, + 0x9a, + 0x29, + 0xff, + 0xd0, + 0x2f, + 0xff, + 0x24, + 0x43, + 0xff, + 0xd2, + 0x16, + 0xff, + 0x88, + 0x2c, + 0xff, + 0x9b, + 0x64, + 0xff, + 0x07, + 0x75, + 0xff, + 0x3f, + 0x5b, + 0xff, + 0xf5, + 0x6f, + 0xff, + 0x05, + 0x7c, + 0xff, + 0x67, + 0x79, + 0xff, + 0x4f, + 0x8f, + 0xff, + 0x73, + 0x65, + 0xff, + 0x87, + 0x0f, + 0xff, + 0x71, + 0xf7, + 0xfe, + 0xb7, + 0x4d, + 0xff, + 0xa9, + 0x6a, + 0xff, + 0x87, + 0x37, + 0xff, + 0xb3, + 0x4b, + 0xff, + 0x2c, + 0x4b, + 0xff, + 0xf4, + 0x41, + 0xff, + 0x75, + 0x6b, + 0xff, + 0x5c, + 0x8a, + 0xff, + 0xdc, + 0x74, + 0xff, + 0x7b, + 0x47, + 0xff, + 0x15, + 0x4d, + 0xff, + 0x41, + 0x3d, + 0xff, + 0x58, + 0x42, + 0xff, + 0x91, + 0x53, + 0xff, + 0x49, + 0x2d, + 0xff, + 0x23, + 0xcd, + 0x03, + 0x74, + 0x26, + 0x0b, + 0x62, + 0xc9, + 0x0b, + 0x81, + 0xef, + 0x05, + 0xb6, + 0x14, + 0x02, + 0xbf, + 0xa7, + 0x00, + 0x73, + 0x24, + 0x01, + 0x82, + 0xc2, + 0x02, + 0xeb, + 0x04, + 0x03, + 0x0c, + 0xbe, + 0x00, + 0xab, + 0xc5, + 0xfe, + 0xfd, + 0x54, + 0x00, + 0xac, + 0xcf, + 0x01, + 0xd0, + 0x0d, + 0x01, + 0x1d, + 0x20, + 0x00, + 0xce, + 0x84, + 0x00, + 0xd1, + 0x58, + 0x01, + 0xbd, + 0x01, + 0x01, + 0x37, + 0xc1, + 0x00, + 0x06, + 0x9c, + 0x00, + 0x11, + 0x7c, + 0x00, + 0x3b, + 0x82, + 0x00, + 0x3a, + 0xe4, + 0xff, + 0x7b, + 0xae, + 0xff, + 0x91, + 0xbf, + 0xff, + 0xa5, + 0x9b, + 0xff, + 0x0e, + 0xb0, + 0xff, + 0x3e, + 0xc3, + 0xff, + 0x3b, + 0xd8, + 0xff, + 0xbe, + 0x2e, + 0x00, + 0x72, + 0x16, + 0x00, + 0xa9, + 0x56, + 0xff, + 0x98, + 0x38, + 0xff, + 0x05, + 0x64, + 0xff, + 0x1d, + 0x6d, + 0xff, + 0x39, + 0xa3, + 0xff, + 0xe2, + 0x55, + 0xff, + 0xdc, + 0x07, + 0xff, + 0x86, + 0x36, + 0xff, + 0x98, + 0x4d, + 0xff, + 0x1f, + 0x3a, + 0xff, + 0x60, + 0x44, + 0xff, + 0xa8, + 0x82, + 0xff, + 0x70, + 0xb2, + 0xff, + 0x30, + 0x93, + 0xff, + 0x1e, + 0x68, + 0xff, + 0xa1, + 0x6a, + 0xff, + 0x64, + 0x46, + 0xff, + 0x74, + 0x20, + 0xff, + 0xef, + 0x35, + 0xff, + 0xb0, + 0x43, + 0xff, + 0x1a, + 0x32, + 0xff, + 0x40, + 0x31, + 0xff, + 0x28, + 0x51, + 0xff, + 0x49, + 0x43, + 0xff, + 0xa3, + 0x4a, + 0xff, + 0x5c, + 0x8d, + 0xff, + 0xf1, + 0x82, + 0xff, + 0x56, + 0x54, + 0xff, + 0x54, + 0x52, + 0xff, + 0x41, + 0x5f, + 0xff, + 0xdc, + 0x5b, + 0xff, + 0x37, + 0x44, + 0xff, + 0xe3, + 0x35, + 0xff, + 0xbe, + 0x1a, + 0x04, + 0xa3, + 0x79, + 0x0b, + 0xe9, + 0x60, + 0x0b, + 0xc1, + 0x9a, + 0x05, + 0x7f, + 0x7b, + 0x02, + 0xb3, + 0xd0, + 0x00, + 0x69, + 0xce, + 0x00, + 0x47, + 0x95, + 0x02, + 0x87, + 0x1b, + 0x03, + 0x17, + 0xc2, + 0x00, + 0xc6, + 0x9d, + 0xfe, + 0xc2, + 0xfd, + 0xff, + 0xdd, + 0x58, + 0x01, + 0x00, + 0xb3, + 0x00, + 0x8b, + 0xf0, + 0xff, + 0x78, + 0x77, + 0x00, + 0xb4, + 0x3b, + 0x01, + 0xbd, + 0xc1, + 0x00, + 0x93, + 0xd4, + 0x00, + 0xeb, + 0x03, + 0x01, + 0x01, + 0x52, + 0x00, + 0x0a, + 0x27, + 0x00, + 0xa6, + 0x54, + 0x00, + 0x08, + 0x1a, + 0x00, + 0x42, + 0xdf, + 0xff, + 0xa8, + 0xee, + 0xff, + 0x80, + 0xf3, + 0xff, + 0xea, + 0xf9, + 0xff, + 0xba, + 0x08, + 0x00, + 0x64, + 0x2f, + 0x00, + 0xd9, + 0x08, + 0x00, + 0x5b, + 0x71, + 0xff, + 0x99, + 0x23, + 0xff, + 0xe9, + 0x16, + 0xff, + 0xe4, + 0x46, + 0xff, + 0xcd, + 0x85, + 0xff, + 0x17, + 0x95, + 0xff, + 0x2c, + 0x6e, + 0xff, + 0x9d, + 0x47, + 0xff, + 0xcc, + 0x4c, + 0xff, + 0x82, + 0x1f, + 0xff, + 0xf0, + 0x2c, + 0xff, + 0xed, + 0x64, + 0xff, + 0x89, + 0x7d, + 0xff, + 0x4a, + 0xad, + 0xff, + 0xe6, + 0xab, + 0xff, + 0x65, + 0x5c, + 0xff, + 0xc9, + 0x1e, + 0xff, + 0xec, + 0x44, + 0xff, + 0xcc, + 0x4e, + 0xff, + 0xaa, + 0x41, + 0xff, + 0xed, + 0x39, + 0xff, + 0xfe, + 0x0a, + 0xff, + 0x6f, + 0x24, + 0xff, + 0x33, + 0x44, + 0xff, + 0x91, + 0x5a, + 0xff, + 0x04, + 0x74, + 0xff, + 0x32, + 0x67, + 0xff, + 0x87, + 0x63, + 0xff, + 0xf2, + 0x6b, + 0xff, + 0xc0, + 0x7e, + 0xff, + 0xb8, + 0x56, + 0xff, + 0x01, + 0x3f, + 0xff, + 0x90, + 0x4e, + 0xff, + 0x0a, + 0x93, + 0x04, + 0x95, + 0x4a, + 0x0c, + 0x30, + 0x51, + 0x0b, + 0xd0, + 0x16, + 0x05, + 0xf2, + 0x8f, + 0x02, + 0x0b, + 0xe1, + 0x00, + 0xc8, + 0xb6, + 0x00, + 0x4b, + 0xb8, + 0x02, + 0xa7, + 0x25, + 0x03, + 0xc8, + 0x87, + 0x00, + 0xa3, + 0x79, + 0xfe, + 0x00, + 0x0e, + 0x00, + 0x03, + 0x53, + 0x01, + 0x13, + 0xa2, + 0x00, + 0x79, + 0x8c, + 0xff, + 0xca, + 0xb1, + 0xff, + 0xc5, + 0xe6, + 0x00, + 0x97, + 0x98, + 0x00, + 0x7c, + 0x87, + 0x00, + 0xd9, + 0x26, + 0x01, + 0xc0, + 0x9f, + 0x00, + 0x5f, + 0x23, + 0x00, + 0x23, + 0x13, + 0x00, + 0x28, + 0xd7, + 0xff, + 0x23, + 0x1e, + 0x00, + 0x89, + 0x93, + 0x00, + 0x50, + 0x17, + 0x00, + 0x88, + 0x1f, + 0x00, + 0x58, + 0xa8, + 0x00, + 0xde, + 0x51, + 0x00, + 0x8a, + 0x06, + 0x00, + 0xb8, + 0xae, + 0xff, + 0xc0, + 0x3c, + 0xff, + 0xb5, + 0x18, + 0xff, + 0x22, + 0x0d, + 0xff, + 0x41, + 0x47, + 0xff, + 0xbb, + 0x75, + 0xff, + 0x8d, + 0x75, + 0xff, + 0x3a, + 0x8c, + 0xff, + 0x96, + 0x8b, + 0xff, + 0xef, + 0x4d, + 0xff, + 0x36, + 0x2e, + 0xff, + 0x9a, + 0x55, + 0xff, + 0x69, + 0x80, + 0xff, + 0xfc, + 0x8e, + 0xff, + 0x03, + 0x86, + 0xff, + 0xf4, + 0x72, + 0xff, + 0x24, + 0x55, + 0xff, + 0x7b, + 0x31, + 0xff, + 0x69, + 0x2d, + 0xff, + 0xbb, + 0x53, + 0xff, + 0x5d, + 0x4e, + 0xff, + 0xca, + 0x25, + 0xff, + 0xbd, + 0x1f, + 0xff, + 0x47, + 0x12, + 0xff, + 0xa6, + 0x3a, + 0xff, + 0xa5, + 0x8f, + 0xff, + 0x64, + 0x7a, + 0xff, + 0x6a, + 0x45, + 0xff, + 0xdb, + 0x6f, + 0xff, + 0x29, + 0x7c, + 0xff, + 0x8f, + 0x52, + 0xff, + 0x93, + 0x57, + 0xff, + 0x49, + 0x3d, + 0xff, + 0x17, + 0x7e, + 0x04, + 0xdd, + 0xce, + 0x0c, + 0xc4, + 0x28, + 0x0c, + 0x99, + 0xd8, + 0x04, + 0xe6, + 0x68, + 0x02, + 0xf2, + 0x57, + 0x01, + 0xe1, + 0x73, + 0x00, + 0x95, + 0x6c, + 0x02, + 0xee, + 0x5d, + 0x03, + 0x6c, + 0xa9, + 0x00, + 0x1a, + 0x54, + 0xfe, + 0x48, + 0xd3, + 0xff, + 0xcf, + 0x36, + 0x01, + 0x31, + 0xcb, + 0x00, + 0x79, + 0xb9, + 0xff, + 0xe7, + 0x31, + 0xff, + 0x3c, + 0x56, + 0x00, + 0x38, + 0x3f, + 0x00, + 0x1d, + 0xad, + 0xff, + 0x8a, + 0xbf, + 0x00, + 0xd8, + 0x29, + 0x01, + 0xc4, + 0x35, + 0x00, + 0x06, + 0xa9, + 0xff, + 0x12, + 0xd2, + 0xff, + 0x37, + 0xea, + 0xff, + 0xfe, + 0x63, + 0x00, + 0xb7, + 0x63, + 0x00, + 0xee, + 0x40, + 0x00, + 0x5a, + 0xe8, + 0x00, + 0xe1, + 0xaf, + 0x00, + 0x35, + 0x42, + 0x00, + 0x93, + 0x19, + 0x00, + 0xaa, + 0x65, + 0xff, + 0xa1, + 0x04, + 0xff, + 0x98, + 0x2e, + 0xff, + 0xc6, + 0x4d, + 0xff, + 0x8c, + 0x23, + 0xff, + 0x7f, + 0x20, + 0xff, + 0x53, + 0x77, + 0xff, + 0x3f, + 0x9f, + 0xff, + 0xed, + 0x79, + 0xff, + 0x63, + 0x5a, + 0xff, + 0xc1, + 0x77, + 0xff, + 0x82, + 0xa2, + 0xff, + 0xe5, + 0x92, + 0xff, + 0x04, + 0x6e, + 0xff, + 0x0f, + 0x52, + 0xff, + 0x1b, + 0x31, + 0xff, + 0x2e, + 0x3c, + 0xff, + 0x96, + 0x44, + 0xff, + 0xd6, + 0x27, + 0xff, + 0xcd, + 0x33, + 0xff, + 0xc9, + 0x41, + 0xff, + 0x0a, + 0x2c, + 0xff, + 0x15, + 0x1e, + 0xff, + 0x30, + 0x36, + 0xff, + 0xf6, + 0x5e, + 0xff, + 0xb4, + 0x76, + 0xff, + 0xda, + 0x8c, + 0xff, + 0x2a, + 0x63, + 0xff, + 0xda, + 0x16, + 0xff, + 0x2d, + 0x4b, + 0xff, + 0x8b, + 0x77, + 0xff, + 0xe2, + 0x50, + 0xff, + 0x63, + 0x68, + 0x05, + 0x54, + 0x47, + 0x0e, + 0x0d, + 0x2a, + 0x0c, + 0xd2, + 0x18, + 0x04, + 0x10, + 0x64, + 0x02, + 0x17, + 0x6a, + 0x01, + 0x1d, + 0x31, + 0x00, + 0x19, + 0x76, + 0x02, + 0x85, + 0x8a, + 0x03, + 0x34, + 0x3a, + 0x00, + 0xa5, + 0x01, + 0xfe, + 0x1c, + 0x02, + 0x00, + 0xad, + 0x42, + 0x01, + 0x3e, + 0xa0, + 0x00, + 0x52, + 0xaa, + 0xff, + 0x96, + 0x37, + 0xff, + 0x5e, + 0x07, + 0x00, + 0x9a, + 0x01, + 0x00, + 0xd7, + 0x3e, + 0xff, + 0x19, + 0xf5, + 0xff, + 0xed, + 0x0b, + 0x01, + 0x3a, + 0x38, + 0x00, + 0xfc, + 0x61, + 0xff, + 0x14, + 0xb1, + 0xff, + 0xca, + 0xac, + 0xff, + 0xd5, + 0x34, + 0x00, + 0x8a, + 0x6b, + 0x00, + 0xf4, + 0x1a, + 0x00, + 0xd0, + 0xc0, + 0x00, + 0x86, + 0xfe, + 0x00, + 0x45, + 0x7d, + 0x00, + 0xea, + 0x1e, + 0x00, + 0x6a, + 0xe2, + 0xff, + 0x2b, + 0x7b, + 0xff, + 0x60, + 0x11, + 0xff, + 0x88, + 0x31, + 0xff, + 0x94, + 0x4d, + 0xff, + 0x8e, + 0x1d, + 0xff, + 0x0c, + 0x2c, + 0xff, + 0xc9, + 0x4b, + 0xff, + 0x46, + 0x59, + 0xff, + 0x40, + 0x7d, + 0xff, + 0xf8, + 0x97, + 0xff, + 0x21, + 0xc1, + 0xff, + 0xa2, + 0xd5, + 0xff, + 0x66, + 0x9a, + 0xff, + 0x1e, + 0x46, + 0xff, + 0x5f, + 0x06, + 0xff, + 0x59, + 0x02, + 0xff, + 0xc2, + 0x1f, + 0xff, + 0xf3, + 0x35, + 0xff, + 0x41, + 0x34, + 0xff, + 0xd1, + 0x11, + 0xff, + 0xdf, + 0x0d, + 0xff, + 0xef, + 0x2c, + 0xff, + 0xa0, + 0x56, + 0xff, + 0xd7, + 0x82, + 0xff, + 0x42, + 0x90, + 0xff, + 0xfa, + 0x5e, + 0xff, + 0xa0, + 0x07, + 0xff, + 0xf8, + 0x1b, + 0xff, + 0x2d, + 0x5e, + 0xff, + 0xb8, + 0x44, + 0xff, + 0xb5, + 0x5b, + 0xff, + 0xd5, + 0x7a, + 0x05, + 0x5e, + 0x4b, + 0x0f, + 0x14, + 0x62, + 0x0d, + 0x7a, + 0xb7, + 0x03, + 0x16, + 0x13, + 0x02, + 0x7d, + 0xf2, + 0x01, + 0x68, + 0xf0, + 0xff, + 0x51, + 0x17, + 0x02, + 0xd9, + 0xd2, + 0x03, + 0xff, + 0x61, + 0x00, + 0xc0, + 0xae, + 0xfd, + 0x4a, + 0xd3, + 0xff, + 0x18, + 0x5d, + 0x01, + 0x7b, + 0x88, + 0x00, + 0xd7, + 0xbf, + 0xff, + 0x1d, + 0x5d, + 0xff, + 0xf0, + 0xb7, + 0xff, + 0xe3, + 0xd4, + 0xff, + 0x69, + 0x37, + 0xff, + 0xe8, + 0x5e, + 0xff, + 0xb3, + 0xb2, + 0x00, + 0x20, + 0x92, + 0x00, + 0xb4, + 0x18, + 0xff, + 0xfe, + 0x0a, + 0xff, + 0x2e, + 0xad, + 0xff, + 0xa2, + 0x25, + 0x00, + 0x84, + 0x3c, + 0x00, + 0x5c, + 0xf8, + 0xff, + 0x4c, + 0x6e, + 0x00, + 0x44, + 0x0d, + 0x01, + 0x76, + 0x8e, + 0x00, + 0x7a, + 0xfc, + 0xff, + 0x4a, + 0x3e, + 0x00, + 0x31, + 0xe5, + 0xff, + 0x51, + 0x65, + 0xff, + 0x9a, + 0x82, + 0xff, + 0xbf, + 0x5b, + 0xff, + 0x07, + 0x21, + 0xff, + 0x57, + 0x1d, + 0xff, + 0xa9, + 0x4a, + 0xff, + 0xd8, + 0x4e, + 0xff, + 0xbf, + 0x2e, + 0xff, + 0xfc, + 0x77, + 0xff, + 0xfc, + 0xe2, + 0xff, + 0x59, + 0x02, + 0x00, + 0xa3, + 0xde, + 0xff, + 0x3a, + 0x87, + 0xff, + 0x53, + 0x0f, + 0xff, + 0x4b, + 0xeb, + 0xfe, + 0xbb, + 0x13, + 0xff, + 0xd2, + 0x1c, + 0xff, + 0x45, + 0x13, + 0xff, + 0x3f, + 0x04, + 0xff, + 0x18, + 0x03, + 0xff, + 0x95, + 0x25, + 0xff, + 0xaf, + 0x67, + 0xff, + 0x12, + 0xc5, + 0xff, + 0x12, + 0xb1, + 0xff, + 0xc8, + 0x1c, + 0xff, + 0x7d, + 0x04, + 0xff, + 0x10, + 0x1f, + 0xff, + 0xd7, + 0x1f, + 0xff, + 0xc8, + 0x69, + 0xff, + 0x34, + 0x64, + 0xff, + 0xb6, + 0xc5, + 0x06, + 0xb9, + 0x5d, + 0x11, + 0x7a, + 0x66, + 0x0d, + 0x1f, + 0xa2, + 0x02, + 0x9d, + 0xf8, + 0x01, + 0xd6, + 0x11, + 0x02, + 0x28, + 0xb3, + 0xff, + 0x26, + 0x3c, + 0x02, + 0x45, + 0x04, + 0x04, + 0x27, + 0xaf, + 0xff, + 0x8d, + 0x70, + 0xfd, + 0x55, + 0x47, + 0x00, + 0xf7, + 0x51, + 0x01, + 0x6d, + 0x44, + 0x00, + 0x3b, + 0x83, + 0xff, + 0x03, + 0x83, + 0xff, + 0x49, + 0xde, + 0xff, + 0x47, + 0x76, + 0xff, + 0x04, + 0x02, + 0xff, + 0xf9, + 0x3c, + 0xff, + 0x4e, + 0x5e, + 0x00, + 0x4f, + 0xae, + 0x00, + 0x7e, + 0x52, + 0xff, + 0x8e, + 0x86, + 0xfe, + 0x20, + 0x4d, + 0xff, + 0x42, + 0x29, + 0x00, + 0xbc, + 0xff, + 0xff, + 0xe2, + 0xe8, + 0xff, + 0xd3, + 0x45, + 0x00, + 0xf2, + 0x9e, + 0x00, + 0x38, + 0x7c, + 0x00, + 0x87, + 0x11, + 0x00, + 0x3e, + 0x09, + 0x00, + 0x7a, + 0xe1, + 0xff, + 0x6f, + 0xba, + 0xff, + 0xe2, + 0xb5, + 0xff, + 0x99, + 0xad, + 0xff, + 0xd6, + 0x73, + 0xff, + 0x61, + 0x20, + 0xff, + 0x85, + 0x20, + 0xff, + 0x03, + 0x32, + 0xff, + 0x64, + 0x7e, + 0xff, + 0xd4, + 0x91, + 0xff, + 0x8f, + 0x82, + 0xff, + 0x8b, + 0xde, + 0xff, + 0xfb, + 0x04, + 0x00, + 0x2f, + 0xaa, + 0xff, + 0xbd, + 0x08, + 0xff, + 0xa8, + 0x0d, + 0xff, + 0xbe, + 0x4f, + 0xff, + 0x5f, + 0x14, + 0xff, + 0xf9, + 0xf4, + 0xfe, + 0x36, + 0xd2, + 0xfe, + 0x63, + 0xea, + 0xfe, + 0x04, + 0x56, + 0xff, + 0xc0, + 0xa4, + 0xff, + 0xf9, + 0x99, + 0xff, + 0x1a, + 0x4d, + 0xff, + 0xa2, + 0x52, + 0xff, + 0x7a, + 0x33, + 0xff, + 0xd7, + 0x05, + 0xff, + 0x03, + 0x42, + 0xff, + 0xa3, + 0x3c, + 0xff, + 0x9d, + 0x54, + 0xff, + 0x32, + 0x88, + 0x08, + 0x9a, + 0xad, + 0x13, + 0x0c, + 0xec, + 0x0c, + 0xdf, + 0x77, + 0x01, + 0x5e, + 0x16, + 0x02, + 0xf4, + 0xef, + 0x01, + 0xeb, + 0x54, + 0xff, + 0x94, + 0xbc, + 0x02, + 0x91, + 0x17, + 0x04, + 0xdd, + 0x9d, + 0xfe, + 0xbb, + 0x57, + 0xfd, + 0xa5, + 0xdf, + 0x00, + 0x53, + 0x51, + 0x01, + 0x1f, + 0xe4, + 0xff, + 0x84, + 0x28, + 0xff, + 0x6c, + 0xa5, + 0xff, + 0x9f, + 0xe8, + 0xff, + 0x8b, + 0x28, + 0xff, + 0x12, + 0xc3, + 0xfe, + 0xb5, + 0x28, + 0xff, + 0x7b, + 0x2d, + 0x00, + 0xcd, + 0x7c, + 0x00, + 0xb3, + 0x9d, + 0xff, + 0x91, + 0x74, + 0xfe, + 0xb4, + 0xf2, + 0xfe, + 0xc3, + 0x38, + 0x00, + 0xee, + 0xcd, + 0xff, + 0xb7, + 0x9b, + 0xff, + 0xb0, + 0x34, + 0x00, + 0xb7, + 0x41, + 0x00, + 0x54, + 0x15, + 0x00, + 0x8f, + 0xff, + 0xff, + 0xc9, + 0xf7, + 0xff, + 0x34, + 0xd3, + 0xff, + 0x99, + 0x94, + 0xff, + 0x4a, + 0x95, + 0xff, + 0x03, + 0xdd, + 0xff, + 0x3e, + 0xc5, + 0xff, + 0xc6, + 0x5e, + 0xff, + 0x58, + 0x0e, + 0xff, + 0xb9, + 0x25, + 0xff, + 0xdd, + 0xa0, + 0xff, + 0xf0, + 0xc3, + 0xff, + 0x06, + 0xab, + 0xff, + 0x3a, + 0xba, + 0xff, + 0x5d, + 0xc0, + 0xff, + 0x78, + 0x4b, + 0xff, + 0x61, + 0x06, + 0xff, + 0xaa, + 0x5a, + 0xff, + 0x85, + 0x5b, + 0xff, + 0x4e, + 0x24, + 0xff, + 0x67, + 0xf0, + 0xfe, + 0x50, + 0xde, + 0xfe, + 0xfa, + 0x24, + 0xff, + 0x38, + 0x6a, + 0xff, + 0x7b, + 0x5f, + 0xff, + 0x9b, + 0x48, + 0xff, + 0x1f, + 0x66, + 0xff, + 0xa0, + 0x43, + 0xff, + 0xd3, + 0x2d, + 0xff, + 0x72, + 0x49, + 0xff, + 0x55, + 0x40, + 0xff, + 0xb4, + 0x59, + 0xff, + 0xac, + 0x80, + 0xff, + 0x95, + 0x34, + 0x09, + 0xb1, + 0x8b, + 0x15, + 0x27, + 0xdb, + 0x0d, + 0x03, + 0xa5, + 0x00, + 0x4b, + 0xbb, + 0x01, + 0x74, + 0xf4, + 0x01, + 0x34, + 0xe0, + 0xfe, + 0x76, + 0xe7, + 0x02, + 0x1f, + 0x61, + 0x04, + 0xab, + 0xd5, + 0xfd, + 0xa9, + 0xd8, + 0xfc, + 0x73, + 0x5a, + 0x01, + 0x59, + 0x7b, + 0x01, + 0xef, + 0x79, + 0xff, + 0x51, + 0xba, + 0xfe, + 0xaa, + 0x9f, + 0xff, + 0x9b, + 0x01, + 0x00, + 0x9d, + 0xd4, + 0xfe, + 0xe2, + 0x5c, + 0xfe, + 0xdd, + 0xf1, + 0xfe, + 0x50, + 0xfc, + 0xff, + 0x2c, + 0x49, + 0x00, + 0xe8, + 0xb7, + 0xff, + 0x67, + 0xae, + 0xfe, + 0x02, + 0x9f, + 0xfe, + 0x2e, + 0xff, + 0xff, + 0x94, + 0x04, + 0x00, + 0xa9, + 0x5a, + 0xff, + 0x25, + 0xe7, + 0xff, + 0xb3, + 0x13, + 0x00, + 0x4e, + 0x62, + 0xff, + 0xd3, + 0xb5, + 0xff, + 0xa0, + 0x18, + 0x00, + 0x16, + 0x91, + 0xff, + 0x44, + 0x72, + 0xff, + 0x1d, + 0x72, + 0xff, + 0x57, + 0x91, + 0xff, + 0x1f, + 0xa2, + 0xff, + 0x03, + 0x78, + 0xff, + 0x2e, + 0x39, + 0xff, + 0x04, + 0x19, + 0xff, + 0x80, + 0xbc, + 0xff, + 0xcb, + 0xfb, + 0xff, + 0xac, + 0xcd, + 0xff, + 0x9d, + 0xb1, + 0xff, + 0x30, + 0x67, + 0xff, + 0x78, + 0x27, + 0xff, + 0x6a, + 0xfb, + 0xfe, + 0x6e, + 0x31, + 0xff, + 0xa9, + 0x3b, + 0xff, + 0x13, + 0x19, + 0xff, + 0x96, + 0x1b, + 0xff, + 0x87, + 0x28, + 0xff, + 0x0c, + 0x51, + 0xff, + 0x4b, + 0x1c, + 0xff, + 0xd0, + 0x2a, + 0xff, + 0xcc, + 0x71, + 0xff, + 0x52, + 0x41, + 0xff, + 0x96, + 0x2f, + 0xff, + 0x8d, + 0x2c, + 0xff, + 0x87, + 0x35, + 0xff, + 0xb5, + 0x76, + 0xff, + 0x69, + 0x89, + 0xff, + 0xf8, + 0x8e, + 0xff, + 0xcc, + 0x12, + 0x09, + 0x13, + 0x0c, + 0x17, + 0x78, + 0x16, + 0x10, + 0x5b, + 0x5f, + 0x00, + 0x41, + 0x17, + 0x01, + 0x88, + 0x34, + 0x02, + 0x1f, + 0x7a, + 0xfe, + 0x44, + 0xe4, + 0x02, + 0x81, + 0x1e, + 0x05, + 0xf2, + 0x86, + 0xfd, + 0xd7, + 0x02, + 0xfc, + 0x33, + 0xe6, + 0x01, + 0x9f, + 0x09, + 0x02, + 0xdf, + 0x44, + 0xff, + 0x55, + 0x6e, + 0xfe, + 0xfc, + 0x76, + 0xff, + 0x72, + 0x5b, + 0x00, + 0x8c, + 0xcb, + 0xfe, + 0xbd, + 0x0f, + 0xfe, + 0x8a, + 0xbe, + 0xfe, + 0x4d, + 0xb5, + 0xff, + 0xcd, + 0x4a, + 0x00, + 0x0a, + 0xe9, + 0xff, + 0x69, + 0x0f, + 0xff, + 0x23, + 0xbe, + 0xfe, + 0xd1, + 0xaf, + 0xff, + 0x87, + 0x1b, + 0x00, + 0xe8, + 0xd5, + 0xff, + 0x1e, + 0xb6, + 0xff, + 0xf2, + 0xd4, + 0xff, + 0xc2, + 0x6d, + 0xff, + 0x07, + 0x16, + 0xff, + 0x20, + 0xf8, + 0xff, + 0x85, + 0xd2, + 0xff, + 0x09, + 0x48, + 0xff, + 0xc4, + 0x81, + 0xff, + 0x96, + 0x84, + 0xff, + 0x34, + 0x5a, + 0xff, + 0x16, + 0x3d, + 0xff, + 0xd0, + 0x4a, + 0xff, + 0xc6, + 0x2a, + 0xff, + 0x9b, + 0xd2, + 0xff, + 0x7a, + 0x6c, + 0x00, + 0xd9, + 0xf6, + 0xff, + 0xb1, + 0xae, + 0xff, + 0x77, + 0x71, + 0xff, + 0x9f, + 0x2f, + 0xff, + 0x99, + 0x0d, + 0xff, + 0x07, + 0x2e, + 0xff, + 0x5b, + 0x2e, + 0xff, + 0x85, + 0x17, + 0xff, + 0xa1, + 0x63, + 0xff, + 0x4e, + 0x40, + 0xff, + 0x4e, + 0x04, + 0xff, + 0x54, + 0x37, + 0xff, + 0x17, + 0x84, + 0xff, + 0xfd, + 0x8a, + 0xff, + 0x97, + 0x4a, + 0xff, + 0xd2, + 0x36, + 0xff, + 0xec, + 0x44, + 0xff, + 0xec, + 0x6b, + 0xff, + 0x89, + 0x85, + 0xff, + 0x09, + 0x83, + 0xff, + 0x3a, + 0x85, + 0xff, + 0x50, + 0x8d, + 0x0a, + 0x4a, + 0x22, + 0x19, + 0xef, + 0x3b, + 0x10, + 0x25, + 0xe8, + 0xff, + 0xa7, + 0xfe, + 0x00, + 0xf9, + 0xa2, + 0x01, + 0xf4, + 0xe9, + 0xfd, + 0x8d, + 0x80, + 0x03, + 0x40, + 0x86, + 0x05, + 0x58, + 0x3f, + 0xfc, + 0x62, + 0x98, + 0xfb, + 0x49, + 0xb3, + 0x02, + 0x55, + 0x4a, + 0x02, + 0x0c, + 0xf4, + 0xfe, + 0x8c, + 0xed, + 0xfd, + 0x45, + 0x76, + 0xff, + 0xad, + 0x6c, + 0x00, + 0xbd, + 0x9e, + 0xfe, + 0xed, + 0xd5, + 0xfd, + 0x7a, + 0x67, + 0xfe, + 0x80, + 0x63, + 0xff, + 0x3e, + 0x29, + 0x00, + 0x91, + 0x04, + 0x00, + 0xbe, + 0x00, + 0xff, + 0xc7, + 0x08, + 0xff, + 0xc7, + 0xdc, + 0xff, + 0xc6, + 0xa7, + 0xff, + 0x23, + 0x19, + 0x00, + 0x03, + 0x02, + 0x00, + 0x3d, + 0x56, + 0xff, + 0x5e, + 0x40, + 0xff, + 0x91, + 0x19, + 0xff, + 0x65, + 0x65, + 0xff, + 0x9c, + 0x9a, + 0xff, + 0x62, + 0x7e, + 0xff, + 0x8e, + 0x3f, + 0xff, + 0x9e, + 0x82, + 0xff, + 0xb7, + 0x40, + 0xff, + 0x95, + 0xae, + 0xfe, + 0x30, + 0x35, + 0xff, + 0x55, + 0x25, + 0xff, + 0x83, + 0x88, + 0xff, + 0xdd, + 0x5f, + 0x00, + 0x5a, + 0x31, + 0x00, + 0xae, + 0xb8, + 0xff, + 0x82, + 0x4c, + 0xff, + 0x23, + 0x38, + 0xff, + 0xaa, + 0x1c, + 0xff, + 0x78, + 0x3a, + 0xff, + 0x64, + 0x5b, + 0xff, + 0x3d, + 0x49, + 0xff, + 0xbf, + 0x3b, + 0xff, + 0x69, + 0xd1, + 0xfe, + 0xa7, + 0xf3, + 0xfe, + 0x17, + 0x6c, + 0xff, + 0xa3, + 0x9b, + 0xff, + 0x3b, + 0x91, + 0xff, + 0xc5, + 0x5f, + 0xff, + 0xb8, + 0x77, + 0xff, + 0xbc, + 0x78, + 0xff, + 0x22, + 0x74, + 0xff, + 0xce, + 0x7e, + 0xff, + 0xed, + 0x61, + 0xff, + 0xd7, + 0x5c, + 0xff, + 0xf7, + 0xf3, + 0x0a, + 0x09, + 0xae, + 0x1a, + 0x88, + 0xd8, + 0x11, + 0xb9, + 0xec, + 0xff, + 0x26, + 0x72, + 0x00, + 0x1f, + 0x86, + 0x01, + 0x9e, + 0x90, + 0xfd, + 0x10, + 0x53, + 0x03, + 0xe7, + 0xf4, + 0x05, + 0x5f, + 0xfa, + 0xfb, + 0x6f, + 0xd0, + 0xfa, + 0xb4, + 0xfa, + 0x02, + 0x10, + 0xea, + 0x02, + 0xef, + 0xe3, + 0xfe, + 0xe7, + 0x7c, + 0xfd, + 0x69, + 0x3f, + 0xff, + 0x3c, + 0x96, + 0x00, + 0x8f, + 0x8a, + 0xfe, + 0x05, + 0xae, + 0xfd, + 0x7f, + 0x41, + 0xfe, + 0xe6, + 0xc9, + 0xfe, + 0x21, + 0xe0, + 0xff, + 0x9c, + 0x77, + 0x00, + 0x44, + 0xff, + 0xfe, + 0xd0, + 0xd6, + 0xfe, + 0x00, + 0x7e, + 0x00, + 0xe7, + 0xa0, + 0xff, + 0x3d, + 0xac, + 0xff, + 0xea, + 0x91, + 0x00, + 0xe7, + 0x6c, + 0xff, + 0x27, + 0xb8, + 0xfe, + 0x8b, + 0x13, + 0xff, + 0x9e, + 0x5d, + 0xff, + 0x67, + 0x31, + 0xff, + 0x23, + 0x97, + 0xff, + 0x4d, + 0x62, + 0xff, + 0xea, + 0xfb, + 0xfe, + 0xf2, + 0x4f, + 0xff, + 0x30, + 0xce, + 0xfe, + 0x09, + 0xda, + 0xfe, + 0x0b, + 0x0e, + 0xff, + 0x69, + 0x39, + 0xff, + 0xcf, + 0xfa, + 0xff, + 0xee, + 0x15, + 0x00, + 0x59, + 0xc2, + 0xff, + 0x10, + 0x5a, + 0xff, + 0x63, + 0x28, + 0xff, + 0xfe, + 0x0c, + 0xff, + 0xab, + 0x8c, + 0xff, + 0x0a, + 0xf0, + 0xff, + 0xe7, + 0x29, + 0xff, + 0x42, + 0xd8, + 0xfe, + 0x86, + 0xf9, + 0xfe, + 0xcc, + 0x11, + 0xff, + 0x8b, + 0x3e, + 0xff, + 0xb9, + 0x91, + 0xff, + 0x73, + 0xc0, + 0xff, + 0x40, + 0x85, + 0xff, + 0x57, + 0xb5, + 0xff, + 0x0b, + 0x9b, + 0xff, + 0xab, + 0x5b, + 0xff, + 0x55, + 0x7e, + 0xff, + 0xa2, + 0x5a, + 0xff, + 0x5a, + 0x83, + 0xff, + 0x92, + 0x4d, + 0x0a, + 0x8f, + 0x6b, + 0x1b, + 0x77, + 0xe2, + 0x14, + 0xb8, + 0xa2, + 0x00, + 0xa8, + 0x3b, + 0xff, + 0xfa, + 0x07, + 0x02, + 0x28, + 0xa2, + 0xfd, + 0x20, + 0x17, + 0x02, + 0x47, + 0x2f, + 0x06, + 0xcd, + 0xc4, + 0xfc, + 0x14, + 0xfd, + 0xf9, + 0xd0, + 0x70, + 0x02, + 0xcf, + 0x9a, + 0x03, + 0xa4, + 0x3d, + 0xff, + 0x0e, + 0x37, + 0xfd, + 0x4a, + 0xd7, + 0xfe, + 0x1c, + 0x99, + 0x00, + 0x51, + 0x9c, + 0xfe, + 0x23, + 0x71, + 0xfd, + 0x87, + 0x39, + 0xfe, + 0xb9, + 0x7b, + 0xfe, + 0xbe, + 0xfa, + 0xfe, + 0x8e, + 0x86, + 0x00, + 0x36, + 0xe1, + 0xff, + 0xff, + 0x70, + 0xfe, + 0xd1, + 0x5b, + 0x00, + 0xc3, + 0x77, + 0x00, + 0xf2, + 0x37, + 0xff, + 0x3f, + 0x62, + 0x00, + 0x1e, + 0x3d, + 0x00, + 0xaa, + 0x7e, + 0xfe, + 0xb6, + 0x6f, + 0xfe, + 0xa2, + 0x6c, + 0xff, + 0xb1, + 0x21, + 0xff, + 0xae, + 0x5d, + 0xff, + 0x9a, + 0xb5, + 0xff, + 0xcc, + 0xab, + 0xfe, + 0xec, + 0xc5, + 0xfe, + 0x32, + 0x31, + 0xff, + 0xfb, + 0xd9, + 0xfe, + 0x20, + 0xc5, + 0xfe, + 0xfc, + 0x04, + 0xff, + 0xf7, + 0x7e, + 0xff, + 0x9d, + 0xba, + 0xff, + 0xa4, + 0xab, + 0xff, + 0x67, + 0x3b, + 0xff, + 0xc5, + 0xe4, + 0xfe, + 0x47, + 0x34, + 0xff, + 0xcb, + 0xce, + 0xff, + 0xb3, + 0xfc, + 0xff, + 0x56, + 0x48, + 0xff, + 0x10, + 0xfc, + 0xfe, + 0x5a, + 0x31, + 0xff, + 0x7e, + 0x11, + 0xff, + 0x44, + 0x37, + 0xff, + 0xda, + 0x7f, + 0xff, + 0xed, + 0xb7, + 0xff, + 0x13, + 0xd6, + 0xff, + 0x05, + 0xba, + 0xff, + 0xe1, + 0x8a, + 0xff, + 0x1c, + 0x44, + 0xff, + 0x9c, + 0x64, + 0xff, + 0x2c, + 0xb5, + 0xff, + 0x9e, + 0xa7, + 0xff, + 0x27, + 0x67, + 0x09, + 0x5c, + 0xb3, + 0x1b, + 0x2b, + 0xeb, + 0x17, + 0x05, + 0xcc, + 0x01, + 0xa3, + 0x67, + 0xfe, + 0xbd, + 0x87, + 0x02, + 0xff, + 0xb3, + 0xfd, + 0x6d, + 0xb4, + 0x00, + 0xed, + 0xeb, + 0x05, + 0x9c, + 0xe7, + 0xfd, + 0x4b, + 0x7a, + 0xf9, + 0xeb, + 0x67, + 0x01, + 0x4c, + 0x10, + 0x04, + 0x92, + 0xbd, + 0xff, + 0xcb, + 0x27, + 0xfd, + 0xd3, + 0x57, + 0xfe, + 0x13, + 0x87, + 0x00, + 0x3f, + 0xc1, + 0xfe, + 0xf0, + 0x09, + 0xfd, + 0x15, + 0x20, + 0xfe, + 0x17, + 0x85, + 0xfe, + 0x75, + 0x35, + 0xfe, + 0x4a, + 0xc4, + 0xff, + 0x56, + 0xa7, + 0x00, + 0x9c, + 0x02, + 0xff, + 0x70, + 0x9f, + 0xff, + 0xc6, + 0xd5, + 0x00, + 0x0d, + 0xdc, + 0xff, + 0xd1, + 0x9d, + 0xff, + 0x85, + 0x6e, + 0x00, + 0xe1, + 0x61, + 0xff, + 0x06, + 0xc0, + 0xfd, + 0x6b, + 0xda, + 0xfe, + 0x9a, + 0x57, + 0xff, + 0x9d, + 0x1a, + 0xff, + 0x6c, + 0xb9, + 0xff, + 0x9f, + 0x0e, + 0xff, + 0x7a, + 0x4b, + 0xfe, + 0x9e, + 0xb0, + 0xfe, + 0x63, + 0x35, + 0xff, + 0x6e, + 0xa3, + 0xfe, + 0xa2, + 0xaa, + 0xfe, + 0x62, + 0x77, + 0xff, + 0x01, + 0x40, + 0xff, + 0x9e, + 0x35, + 0xff, + 0x39, + 0x21, + 0xff, + 0x39, + 0xe2, + 0xfe, + 0x44, + 0x1d, + 0xff, + 0xdc, + 0x76, + 0xff, + 0xd2, + 0xcf, + 0xff, + 0x75, + 0xcd, + 0xff, + 0xf0, + 0x74, + 0xff, + 0x5c, + 0x1c, + 0xff, + 0xf3, + 0x2a, + 0xff, + 0x28, + 0x56, + 0xff, + 0xdb, + 0x86, + 0xff, + 0xc6, + 0xec, + 0xff, + 0xef, + 0xc4, + 0xff, + 0x95, + 0x76, + 0xff, + 0xcc, + 0x74, + 0xff, + 0xec, + 0x45, + 0xff, + 0x2a, + 0x82, + 0xff, + 0x53, + 0xe0, + 0xff, + 0x21, + 0xa0, + 0xff, + 0xb7, + 0x8d, + 0x0b, + 0x35, + 0xa9, + 0x1e, + 0x56, + 0x4f, + 0x16, + 0xb6, + 0x15, + 0x00, + 0xb4, + 0x71, + 0x00, + 0x40, + 0xc0, + 0x02, + 0x9f, + 0x7d, + 0xfc, + 0x73, + 0xe1, + 0x00, + 0xee, + 0xae, + 0x05, + 0x6d, + 0xf3, + 0xfc, + 0xb1, + 0xde, + 0xf9, + 0x39, + 0xfb, + 0x01, + 0x58, + 0x78, + 0x03, + 0x7d, + 0xed, + 0xff, + 0x6e, + 0x14, + 0xfd, + 0xe5, + 0x24, + 0xfe, + 0xf3, + 0xde, + 0x00, + 0x00, + 0x3b, + 0xfe, + 0x98, + 0xed, + 0xfc, + 0x38, + 0x0f, + 0xfe, + 0x96, + 0x5b, + 0xfe, + 0xaa, + 0x39, + 0xfe, + 0xa0, + 0x06, + 0xff, + 0xb3, + 0x9b, + 0x00, + 0x03, + 0xf2, + 0xff, + 0xfa, + 0xd5, + 0xff, + 0x0e, + 0x63, + 0x00, + 0x49, + 0x5f, + 0x00, + 0x2d, + 0xea, + 0xff, + 0xa1, + 0xd2, + 0xff, + 0x5f, + 0xd8, + 0xff, + 0xc8, + 0x11, + 0xfe, + 0xb7, + 0x26, + 0xfe, + 0x3d, + 0x1f, + 0xff, + 0xa8, + 0x4b, + 0xff, + 0x61, + 0x94, + 0xff, + 0xba, + 0x23, + 0xff, + 0x64, + 0x9a, + 0xfe, + 0x09, + 0x22, + 0xfe, + 0x4f, + 0xc1, + 0xfe, + 0xd6, + 0xdb, + 0xfe, + 0x81, + 0xaa, + 0xfe, + 0xb6, + 0x47, + 0xff, + 0x46, + 0xf5, + 0xfe, + 0x26, + 0xea, + 0xfe, + 0x51, + 0xf6, + 0xfe, + 0xbf, + 0xef, + 0xfe, + 0xfb, + 0x01, + 0xff, + 0xa7, + 0xff, + 0xfe, + 0xb7, + 0xd3, + 0xff, + 0xca, + 0x14, + 0x00, + 0x28, + 0x92, + 0xff, + 0xeb, + 0x62, + 0xff, + 0xa5, + 0x4f, + 0xff, + 0x34, + 0x76, + 0xff, + 0xfe, + 0xd7, + 0xff, + 0x01, + 0xf4, + 0xff, + 0x7c, + 0xa8, + 0xff, + 0xe0, + 0x61, + 0xff, + 0x31, + 0x50, + 0xff, + 0xf7, + 0x52, + 0xff, + 0x88, + 0x93, + 0xff, + 0x61, + 0xd3, + 0xff, + 0x8f, + 0xb9, + 0xff, + 0xaa, + 0xf5, + 0x0c, + 0x79, + 0xc9, + 0x20, + 0x0f, + 0xec, + 0x14, + 0x97, + 0xea, + 0xfe, + 0x7c, + 0x94, + 0x03, + 0x36, + 0x51, + 0x03, + 0x94, + 0x0b, + 0xfa, + 0x72, + 0xbf, + 0x00, + 0x78, + 0x59, + 0x06, + 0xcb, + 0x65, + 0xfc, + 0xef, + 0x72, + 0xf9, + 0xd2, + 0x3e, + 0x02, + 0x81, + 0x2d, + 0x03, + 0xd9, + 0x0d, + 0x00, + 0x0d, + 0x32, + 0xfd, + 0x1d, + 0x9c, + 0xfd, + 0x4b, + 0x1f, + 0x01, + 0x52, + 0xf6, + 0xfd, + 0x51, + 0xcb, + 0xfc, + 0xc4, + 0x07, + 0xfe, + 0x0e, + 0xd6, + 0xfd, + 0xc1, + 0x75, + 0xfe, + 0xff, + 0x7e, + 0xfe, + 0xb2, + 0xfa, + 0xff, + 0x07, + 0x8b, + 0x00, + 0x5b, + 0xa9, + 0x00, + 0x54, + 0x2c, + 0x00, + 0xc8, + 0x0d, + 0x00, + 0xa3, + 0xa1, + 0x00, + 0xfa, + 0x77, + 0xff, + 0xe5, + 0xb4, + 0xff, + 0xfa, + 0xcd, + 0xfe, + 0x4e, + 0xc9, + 0xfd, + 0x25, + 0x94, + 0xfe, + 0x9e, + 0x2e, + 0xff, + 0xa0, + 0xb1, + 0xff, + 0x55, + 0x24, + 0xff, + 0x63, + 0xd7, + 0xfe, + 0x9c, + 0xe8, + 0xfd, + 0x74, + 0xda, + 0xfd, + 0x20, + 0x1a, + 0xff, + 0xfd, + 0xc3, + 0xfe, + 0x4a, + 0xbe, + 0xfe, + 0xc0, + 0xd4, + 0xfe, + 0xa2, + 0xcb, + 0xfe, + 0x0c, + 0x03, + 0xff, + 0x57, + 0xb7, + 0xfe, + 0x59, + 0xbb, + 0xfe, + 0xfc, + 0x34, + 0xff, + 0xbc, + 0xae, + 0xff, + 0xea, + 0xc6, + 0xff, + 0xb4, + 0xb5, + 0xff, + 0x50, + 0xa4, + 0xff, + 0xec, + 0x6d, + 0xff, + 0x0a, + 0x94, + 0xff, + 0x7f, + 0xef, + 0xff, + 0x17, + 0xe8, + 0xff, + 0x61, + 0xbc, + 0xff, + 0x0e, + 0x6c, + 0xff, + 0xe7, + 0x33, + 0xff, + 0x46, + 0x5b, + 0xff, + 0xe3, + 0x7f, + 0xff, + 0x78, + 0xba, + 0xff, + 0x7b, + 0xc3, + 0xff, + 0x9e, + 0xc8, + 0x0e, + 0x42, + 0x7b, + 0x22, + 0x10, + 0xfc, + 0x11, + 0x0b, + 0xb4, + 0xfe, + 0x5a, + 0xa2, + 0x08, + 0x12, + 0x82, + 0x02, + 0x15, + 0x3b, + 0xf6, + 0xe1, + 0x19, + 0x02, + 0x06, + 0xd1, + 0x07, + 0xc3, + 0xbb, + 0xfa, + 0x29, + 0x95, + 0xf8, + 0x8d, + 0x14, + 0x03, + 0x90, + 0x3a, + 0x03, + 0x8e, + 0x92, + 0xff, + 0x74, + 0x0c, + 0xfd, + 0xff, + 0xab, + 0xfd, + 0x03, + 0x21, + 0x01, + 0x65, + 0x6e, + 0xfd, + 0x73, + 0xc9, + 0xfc, + 0x0c, + 0x22, + 0xfe, + 0xe2, + 0x62, + 0xfd, + 0x3a, + 0x69, + 0xfe, + 0xef, + 0x51, + 0xfe, + 0xd2, + 0x60, + 0xff, + 0x58, + 0x7c, + 0x00, + 0x95, + 0x81, + 0x01, + 0xc6, + 0x75, + 0x00, + 0x62, + 0xb1, + 0xff, + 0xfc, + 0xfa, + 0x00, + 0x7c, + 0x7b, + 0xff, + 0x2b, + 0x63, + 0xff, + 0x80, + 0x23, + 0xff, + 0x8b, + 0x17, + 0xfe, + 0x51, + 0x4b, + 0xfe, + 0xa2, + 0x95, + 0xfe, + 0x3b, + 0xb0, + 0xff, + 0x7f, + 0x62, + 0xff, + 0xc5, + 0xbe, + 0xfe, + 0xbb, + 0xcf, + 0xfd, + 0x9f, + 0x5f, + 0xfd, + 0xe4, + 0xa8, + 0xfe, + 0xf3, + 0xe5, + 0xfe, + 0x31, + 0x97, + 0xfe, + 0x0e, + 0x74, + 0xfe, + 0x1b, + 0xcf, + 0xfe, + 0xb3, + 0xfc, + 0xfe, + 0xb4, + 0x89, + 0xfe, + 0x0e, + 0xde, + 0xfe, + 0x13, + 0x5b, + 0xff, + 0x81, + 0x63, + 0xff, + 0xfe, + 0x95, + 0xff, + 0xa6, + 0xe1, + 0xff, + 0xab, + 0xa6, + 0xff, + 0xca, + 0x63, + 0xff, + 0xcf, + 0x9e, + 0xff, + 0xcd, + 0xef, + 0xff, + 0x28, + 0xf7, + 0xff, + 0x27, + 0xb4, + 0xff, + 0x50, + 0x71, + 0xff, + 0x91, + 0x57, + 0xff, + 0xe1, + 0x51, + 0xff, + 0x33, + 0x69, + 0xff, + 0x0b, + 0xb1, + 0xff, + 0x84, + 0xaa, + 0xff, + 0x7c, + 0x20, + 0x11, + 0xc9, + 0x56, + 0x23, + 0xf8, + 0xd9, + 0x0d, + 0xb3, + 0xb6, + 0x00, + 0x13, + 0x4a, + 0x0e, + 0xb5, + 0x46, + 0xff, + 0x52, + 0xf7, + 0xf2, + 0xfe, + 0x5f, + 0x05, + 0x92, + 0xec, + 0x08, + 0xf6, + 0xd8, + 0xf7, + 0x18, + 0x0e, + 0xf8, + 0xfa, + 0xc1, + 0x04, + 0xad, + 0x38, + 0x03, + 0x9c, + 0x89, + 0xfe, + 0x02, + 0xd3, + 0xfc, + 0x3e, + 0x84, + 0xfe, + 0x14, + 0xdc, + 0x00, + 0x2a, + 0x97, + 0xfc, + 0x4f, + 0x25, + 0xfd, + 0x5d, + 0x4c, + 0xfe, + 0xc5, + 0x2e, + 0xfd, + 0x15, + 0x1c, + 0xfe, + 0x8a, + 0x62, + 0xfe, + 0xb7, + 0x34, + 0xff, + 0x75, + 0x07, + 0x00, + 0x7c, + 0xf1, + 0x01, + 0x71, + 0xd7, + 0x00, + 0x5a, + 0x08, + 0x00, + 0x2d, + 0x30, + 0x01, + 0x4d, + 0x65, + 0xff, + 0x05, + 0x45, + 0xff, + 0x3a, + 0x28, + 0xff, + 0x19, + 0xcb, + 0xfe, + 0xd1, + 0x5e, + 0xfe, + 0x51, + 0x13, + 0xfe, + 0x33, + 0x9c, + 0xff, + 0x51, + 0x47, + 0xff, + 0x7b, + 0xa4, + 0xfe, + 0x8f, + 0xf6, + 0xfd, + 0xc5, + 0x28, + 0xfd, + 0xd4, + 0xe1, + 0xfd, + 0xc7, + 0xe9, + 0xfe, + 0x5b, + 0xe3, + 0xfe, + 0x39, + 0x20, + 0xfe, + 0x4d, + 0xbe, + 0xfe, + 0xea, + 0xf6, + 0xfe, + 0x08, + 0xa5, + 0xfe, + 0xba, + 0x13, + 0xff, + 0xd3, + 0x2b, + 0xff, + 0x9c, + 0x72, + 0xff, + 0x12, + 0xb9, + 0xff, + 0x4e, + 0xb6, + 0xff, + 0xf0, + 0x8f, + 0xff, + 0xea, + 0x7e, + 0xff, + 0x25, + 0xc3, + 0xff, + 0xfe, + 0xd7, + 0xff, + 0x5c, + 0xbc, + 0xff, + 0x86, + 0xb4, + 0xff, + 0x20, + 0xa7, + 0xff, + 0x8f, + 0x69, + 0xff, + 0xd9, + 0x43, + 0xff, + 0x6b, + 0x84, + 0xff, + 0x32, + 0xa9, + 0xff, + 0x20, + 0x7b, + 0xff, + 0xd2, + 0x0d, + 0x12, + 0xc0, + 0x79, + 0x26, + 0xf9, + 0x50, + 0x0d, + 0xec, + 0x25, + 0xfc, + 0x3d, + 0x29, + 0x10, + 0x9d, + 0x59, + 0x03, + 0x57, + 0xb4, + 0xf1, + 0x18, + 0x41, + 0x03, + 0x0b, + 0xfd, + 0x08, + 0xa9, + 0x71, + 0xf8, + 0x15, + 0x3d, + 0xf7, + 0x31, + 0x0d, + 0x05, + 0x7c, + 0x6e, + 0x03, + 0x01, + 0x44, + 0xfd, + 0xda, + 0x16, + 0xfd, + 0xbb, + 0xaa, + 0xfe, + 0xea, + 0x8b, + 0x00, + 0x55, + 0x22, + 0xfc, + 0xf2, + 0xd9, + 0xfc, + 0x7e, + 0x8e, + 0xfe, + 0xf1, + 0x0e, + 0xfd, + 0x47, + 0x12, + 0xfe, + 0xc7, + 0x1a, + 0xfe, + 0xdc, + 0x57, + 0xff, + 0x88, + 0x70, + 0xff, + 0x59, + 0x95, + 0x01, + 0x76, + 0xfb, + 0x01, + 0x06, + 0xd0, + 0xff, + 0x35, + 0x11, + 0x01, + 0xba, + 0xcc, + 0xff, + 0x54, + 0x37, + 0xff, + 0x1d, + 0x16, + 0xff, + 0xe7, + 0xcf, + 0xfe, + 0x0d, + 0xcb, + 0xfe, + 0xa0, + 0x16, + 0xfe, + 0x8c, + 0x97, + 0xff, + 0xb9, + 0x96, + 0xfe, + 0x84, + 0xdd, + 0xfd, + 0x05, + 0x7d, + 0xfe, + 0x2b, + 0x17, + 0xfd, + 0xd5, + 0x10, + 0xfd, + 0xe9, + 0xa9, + 0xfe, + 0x6b, + 0x40, + 0xff, + 0x35, + 0x14, + 0xfe, + 0x84, + 0x60, + 0xfe, + 0x0c, + 0x1b, + 0xff, + 0x0a, + 0xcc, + 0xfe, + 0xbe, + 0x0c, + 0xff, + 0x0e, + 0xfe, + 0xfe, + 0xab, + 0x5d, + 0xff, + 0xb9, + 0xe8, + 0xff, + 0xbb, + 0xb4, + 0xff, + 0xbd, + 0x5b, + 0xff, + 0x0c, + 0x75, + 0xff, + 0x6e, + 0xe0, + 0xff, + 0xb2, + 0xe3, + 0xff, + 0xf1, + 0x8d, + 0xff, + 0x84, + 0x67, + 0xff, + 0x13, + 0x93, + 0xff, + 0x1f, + 0x7d, + 0xff, + 0x60, + 0x62, + 0xff, + 0xd3, + 0x7d, + 0xff, + 0xf0, + 0x84, + 0xff, + 0x11, + 0x7e, + 0xff, + 0xd0, + 0xf8, + 0x13, + 0x3f, + 0xfe, + 0x29, + 0xf0, + 0xd6, + 0x0b, + 0x6c, + 0xb6, + 0xf7, + 0x57, + 0x08, + 0x11, + 0xa3, + 0x8b, + 0x06, + 0xe0, + 0x41, + 0xf2, + 0xe2, + 0x6a, + 0x01, + 0x4d, + 0xfa, + 0x07, + 0x35, + 0x20, + 0xf9, + 0x93, + 0x01, + 0xf7, + 0xae, + 0x63, + 0x05, + 0x8b, + 0x78, + 0x03, + 0xbc, + 0x2d, + 0xfc, + 0x19, + 0x07, + 0xfd, + 0x6e, + 0xee, + 0xfe, + 0x7d, + 0x5c, + 0x00, + 0x35, + 0x5a, + 0xfb, + 0xf6, + 0xe4, + 0xfc, + 0xca, + 0xa8, + 0xfe, + 0x82, + 0xff, + 0xfc, + 0x7f, + 0x7e, + 0xfe, + 0x8e, + 0x89, + 0xfd, + 0x06, + 0xcb, + 0xff, + 0xb3, + 0x4d, + 0xff, + 0xc0, + 0x8b, + 0x00, + 0x9e, + 0xe3, + 0x02, + 0xa4, + 0x2d, + 0x00, + 0xa2, + 0xd0, + 0x00, + 0x67, + 0xe6, + 0xff, + 0x0f, + 0x73, + 0xff, + 0xb5, + 0x48, + 0xff, + 0x4e, + 0xb2, + 0xfe, + 0x8c, + 0x1d, + 0xff, + 0x79, + 0x79, + 0xfe, + 0x41, + 0xa5, + 0xff, + 0x42, + 0xba, + 0xfd, + 0xbe, + 0x15, + 0xfd, + 0xd9, + 0xaa, + 0xfe, + 0x76, + 0x06, + 0xfd, + 0xfa, + 0xe6, + 0xfc, + 0x9e, + 0x64, + 0xfe, + 0x5e, + 0x36, + 0xff, + 0x17, + 0x6c, + 0xfe, + 0x90, + 0x56, + 0xfe, + 0x3a, + 0x0a, + 0xff, + 0x4d, + 0xe9, + 0xfe, + 0x3e, + 0x10, + 0xff, + 0x28, + 0xd8, + 0xfe, + 0x5d, + 0x48, + 0xff, + 0x76, + 0xe9, + 0xff, + 0xe6, + 0xc5, + 0xff, + 0xc6, + 0x68, + 0xff, + 0xb1, + 0x5c, + 0xff, + 0xee, + 0xef, + 0xff, + 0x99, + 0x00, + 0x00, + 0x23, + 0x7c, + 0xff, + 0x9c, + 0x36, + 0xff, + 0xe0, + 0x5f, + 0xff, + 0xa4, + 0x57, + 0xff, + 0xcd, + 0x5d, + 0xff, + 0xae, + 0x8d, + 0xff, + 0xa0, + 0x83, + 0xff, + 0xbb, + 0x86, + 0xff, + 0xb9, + 0x12, + 0x17, + 0x38, + 0xb3, + 0x2d, + 0xfb, + 0xb2, + 0x08, + 0xc8, + 0x17, + 0xf4, + 0xc8, + 0x99, + 0x11, + 0x4d, + 0xef, + 0x07, + 0x7b, + 0x40, + 0xf4, + 0xfe, + 0x3c, + 0x00, + 0x4d, + 0x13, + 0x06, + 0xfe, + 0x9e, + 0xf9, + 0x7b, + 0x64, + 0xf7, + 0x80, + 0xde, + 0x05, + 0x4b, + 0xd7, + 0x02, + 0x03, + 0x97, + 0xfb, + 0x76, + 0xdc, + 0xfc, + 0x19, + 0xdd, + 0xfe, + 0xe5, + 0x4e, + 0x00, + 0xb0, + 0x6e, + 0xfa, + 0x76, + 0x1c, + 0xfd, + 0xb4, + 0x99, + 0xfe, + 0xe8, + 0x1b, + 0xfd, + 0x48, + 0x17, + 0xff, + 0x88, + 0xf0, + 0xfc, + 0x88, + 0x36, + 0x00, + 0xb3, + 0x77, + 0xff, + 0x1e, + 0xaf, + 0xff, + 0x59, + 0xe6, + 0x02, + 0xed, + 0xd7, + 0x00, + 0x97, + 0xe6, + 0x00, + 0x0c, + 0x7a, + 0xff, + 0x93, + 0xed, + 0xff, + 0x0c, + 0x97, + 0xff, + 0x71, + 0x71, + 0xfe, + 0xb3, + 0x88, + 0xff, + 0xd6, + 0xe1, + 0xfe, + 0xed, + 0x59, + 0xff, + 0xd9, + 0x32, + 0xfd, + 0x6f, + 0x7a, + 0xfc, + 0x2d, + 0x26, + 0xfe, + 0x19, + 0x2e, + 0xfd, + 0xf7, + 0x24, + 0xfd, + 0xc9, + 0x1d, + 0xfe, + 0x3f, + 0x12, + 0xff, + 0xa9, + 0xb7, + 0xfe, + 0xb5, + 0x8c, + 0xfe, + 0xc3, + 0x1d, + 0xff, + 0xbd, + 0xc9, + 0xfe, + 0xee, + 0xc7, + 0xfe, + 0xcf, + 0xfb, + 0xfe, + 0x2c, + 0x52, + 0xff, + 0x86, + 0xb3, + 0xff, + 0x85, + 0xb8, + 0xff, + 0x94, + 0x70, + 0xff, + 0x03, + 0x7a, + 0xff, + 0x80, + 0xf0, + 0xff, + 0x85, + 0x0a, + 0x00, + 0x67, + 0x8f, + 0xff, + 0xbe, + 0x1f, + 0xff, + 0x03, + 0x16, + 0xff, + 0xa4, + 0x0e, + 0xff, + 0xbe, + 0x5f, + 0xff, + 0xae, + 0x93, + 0xff, + 0xa7, + 0x78, + 0xff, + 0x51, + 0x84, + 0xff, + 0x52, + 0x3f, + 0x18, + 0x99, + 0x3b, + 0x31, + 0xe4, + 0x05, + 0x09, + 0x98, + 0x83, + 0xef, + 0x82, + 0x2a, + 0x10, + 0x70, + 0x5b, + 0x0a, + 0xbb, + 0x7f, + 0xf6, + 0x2d, + 0x12, + 0xff, + 0xb9, + 0xd3, + 0x03, + 0x20, + 0xec, + 0xfa, + 0x66, + 0xa0, + 0xf7, + 0x6a, + 0x5f, + 0x05, + 0x67, + 0xd0, + 0x02, + 0xd3, + 0x14, + 0xfb, + 0x12, + 0x0d, + 0xfd, + 0x11, + 0xc6, + 0xfd, + 0x10, + 0x75, + 0x00, + 0x3a, + 0x55, + 0xfa, + 0xb9, + 0x41, + 0xfc, + 0x4d, + 0x57, + 0xff, + 0x34, + 0xde, + 0xfc, + 0xb9, + 0xa8, + 0xff, + 0xda, + 0xe7, + 0xfc, + 0xea, + 0xbe, + 0xff, + 0x7f, + 0x5c, + 0x00, + 0x8c, + 0xe0, + 0xfe, + 0x1e, + 0x3b, + 0x02, + 0x94, + 0x8b, + 0x01, + 0x08, + 0x34, + 0x01, + 0x16, + 0x0e, + 0xff, + 0x37, + 0x44, + 0x00, + 0x66, + 0x1b, + 0x00, + 0xa3, + 0x00, + 0xfe, + 0xc7, + 0x1a, + 0x00, + 0x24, + 0x18, + 0xff, + 0x42, + 0xc5, + 0xfe, + 0xd2, + 0x63, + 0xfd, + 0x87, + 0xf0, + 0xfb, + 0xe7, + 0x3e, + 0xfd, + 0x4d, + 0x69, + 0xfd, + 0xb4, + 0x95, + 0xfd, + 0xb1, + 0xcd, + 0xfd, + 0x67, + 0xcd, + 0xfe, + 0xe6, + 0x17, + 0xff, + 0xcd, + 0xec, + 0xfe, + 0xe8, + 0x23, + 0xff, + 0x39, + 0x73, + 0xfe, + 0x2b, + 0x7c, + 0xfe, + 0x49, + 0x41, + 0xff, + 0x1b, + 0x68, + 0xff, + 0x8b, + 0x64, + 0xff, + 0xd6, + 0x89, + 0xff, + 0x8e, + 0x5a, + 0xff, + 0xa0, + 0xa7, + 0xff, + 0x92, + 0x07, + 0x00, + 0x2f, + 0xfe, + 0xff, + 0xd2, + 0xae, + 0xff, + 0x1c, + 0x1d, + 0xff, + 0x77, + 0xd7, + 0xfe, + 0x68, + 0xc3, + 0xfe, + 0x73, + 0x4d, + 0xff, + 0x21, + 0x96, + 0xff, + 0x2b, + 0x6a, + 0xff, + 0x95, + 0x6b, + 0xff, + 0xea, + 0x02, + 0x1c, + 0xbd, + 0xb0, + 0x34, + 0xfc, + 0xfb, + 0x04, + 0xa0, + 0x4a, + 0xed, + 0xd5, + 0x50, + 0x10, + 0xbc, + 0x15, + 0x09, + 0x39, + 0x21, + 0xf9, + 0xc6, + 0x70, + 0xff, + 0x50, + 0x67, + 0x01, + 0xe1, + 0x15, + 0xfb, + 0xa0, + 0xe3, + 0xf8, + 0x84, + 0x79, + 0x05, + 0x90, + 0x4d, + 0x01, + 0x76, + 0x76, + 0xfb, + 0x68, + 0xf9, + 0xfc, + 0x45, + 0xa1, + 0xfc, + 0x2b, + 0x8c, + 0x00, + 0xa0, + 0xde, + 0xf9, + 0xe0, + 0x46, + 0xfc, + 0x6c, + 0x99, + 0xff, + 0xff, + 0x07, + 0xfd, + 0x7a, + 0xda, + 0xff, + 0xad, + 0x07, + 0xfd, + 0x23, + 0xc3, + 0xff, + 0x4e, + 0x7a, + 0x00, + 0x53, + 0x32, + 0xff, + 0x14, + 0x37, + 0x01, + 0x59, + 0xbd, + 0x01, + 0xc7, + 0xe7, + 0x01, + 0x23, + 0x5b, + 0xfe, + 0xde, + 0x95, + 0x00, + 0xa0, + 0x5e, + 0x00, + 0x26, + 0xde, + 0xfd, + 0x50, + 0x5f, + 0x00, + 0x0b, + 0x3a, + 0xff, + 0xdc, + 0x83, + 0xfe, + 0x52, + 0x3b, + 0xfd, + 0xbf, + 0xed, + 0xfb, + 0xc2, + 0xa1, + 0xfc, + 0xa8, + 0x47, + 0xfd, + 0x10, + 0xef, + 0xfd, + 0x73, + 0xb2, + 0xfd, + 0x65, + 0xae, + 0xfe, + 0xfd, + 0x64, + 0xff, + 0x4f, + 0x51, + 0xff, + 0x8f, + 0x05, + 0xff, + 0xc0, + 0x1b, + 0xfe, + 0x45, + 0x5e, + 0xfe, + 0x9b, + 0x7a, + 0xff, + 0x1c, + 0x90, + 0xff, + 0xa8, + 0x29, + 0xff, + 0x65, + 0x33, + 0xff, + 0x39, + 0x38, + 0xff, + 0x95, + 0xd4, + 0xff, + 0x63, + 0x2c, + 0x00, + 0x96, + 0xf7, + 0xff, + 0xf4, + 0xb1, + 0xff, + 0xc8, + 0x20, + 0xff, + 0xc4, + 0xaa, + 0xfe, + 0xdf, + 0x9d, + 0xfe, + 0x22, + 0x3b, + 0xff, + 0x21, + 0x7b, + 0xff, + 0xc2, + 0x65, + 0xff, + 0x03, + 0x60, + 0xff, + 0xe4, + 0x27, + 0x1d, + 0x90, + 0x11, + 0x38, + 0x70, + 0x6c, + 0x05, + 0x4d, + 0xd6, + 0xe9, + 0xed, + 0x14, + 0x0f, + 0xae, + 0xdd, + 0x08, + 0x9d, + 0x9b, + 0xfa, + 0x2a, + 0xa4, + 0x00, + 0xe9, + 0x21, + 0xff, + 0xf0, + 0xcf, + 0xfb, + 0xa5, + 0xcf, + 0xf9, + 0x59, + 0x6e, + 0x04, + 0x9a, + 0x38, + 0x01, + 0x1c, + 0x4d, + 0xfb, + 0xdc, + 0x2e, + 0xfd, + 0x02, + 0x61, + 0xfb, + 0x71, + 0x53, + 0x00, + 0xe7, + 0x69, + 0xfa, + 0x30, + 0xaf, + 0xfb, + 0x1f, + 0x50, + 0x00, + 0xea, + 0xce, + 0xfc, + 0x0a, + 0x0e, + 0x00, + 0xf2, + 0x98, + 0xfd, + 0x85, + 0x3a, + 0xff, + 0x4f, + 0xf1, + 0x00, + 0xe1, + 0x96, + 0xff, + 0xce, + 0x94, + 0x00, + 0xc7, + 0x54, + 0x01, + 0xf6, + 0xda, + 0x02, + 0xec, + 0xf0, + 0xfd, + 0x87, + 0xca, + 0xff, + 0x27, + 0x57, + 0x01, + 0xe8, + 0xab, + 0xfd, + 0xfb, + 0x44, + 0x00, + 0xa0, + 0xd8, + 0xff, + 0xee, + 0x75, + 0xfe, + 0x36, + 0x18, + 0xfd, + 0xc6, + 0x30, + 0xfc, + 0x5a, + 0xa6, + 0xfc, + 0x7e, + 0x90, + 0xfc, + 0x04, + 0xf6, + 0xfd, + 0x25, + 0xf1, + 0xfd, + 0xe0, + 0xa0, + 0xfe, + 0xcc, + 0x93, + 0xff, + 0x5e, + 0x6d, + 0xff, + 0xc0, + 0x2e, + 0xff, + 0x27, + 0xed, + 0xfd, + 0x8c, + 0x26, + 0xfe, + 0xdd, + 0xad, + 0xff, + 0xb2, + 0xbf, + 0xff, + 0x4d, + 0x01, + 0xff, + 0xdd, + 0xe6, + 0xfe, + 0x07, + 0x07, + 0xff, + 0x19, + 0xcc, + 0xff, + 0x9c, + 0x57, + 0x00, + 0x80, + 0xf2, + 0xff, + 0x24, + 0xb0, + 0xff, + 0xac, + 0x35, + 0xff, + 0x8e, + 0x8f, + 0xfe, + 0xd8, + 0x8d, + 0xfe, + 0x60, + 0x2b, + 0xff, + 0x51, + 0x64, + 0xff, + 0x8b, + 0x5a, + 0xff, + 0x22, + 0x59, + 0xff, + 0x7b, + 0x3b, + 0x1f, + 0x38, + 0x00, + 0x3b, + 0x59, + 0x52, + 0x04, + 0xb6, + 0x09, + 0xe8, + 0x2c, + 0x81, + 0x0e, + 0x09, + 0xee, + 0x06, + 0xba, + 0x9b, + 0xfb, + 0xb3, + 0x3e, + 0x02, + 0x1f, + 0xa8, + 0xfd, + 0xd9, + 0x24, + 0xfc, + 0xc0, + 0x7e, + 0xfa, + 0x62, + 0xbe, + 0x03, + 0xf6, + 0xe6, + 0x00, + 0x22, + 0x25, + 0xfb, + 0xc1, + 0x4d, + 0xfd, + 0x59, + 0x93, + 0xfa, + 0xad, + 0xe8, + 0xff, + 0xe0, + 0x03, + 0xfb, + 0x00, + 0xc0, + 0xfb, + 0xcf, + 0x53, + 0x00, + 0x02, + 0xb4, + 0xfc, + 0x97, + 0x78, + 0x00, + 0xaf, + 0xe7, + 0xfd, + 0x8a, + 0x09, + 0xff, + 0xee, + 0x3a, + 0x01, + 0x8c, + 0x03, + 0x00, + 0x94, + 0xb8, + 0x00, + 0x68, + 0xa3, + 0x00, + 0xd1, + 0x0e, + 0x03, + 0x87, + 0xec, + 0xfd, + 0x59, + 0x97, + 0xfe, + 0x3e, + 0xc1, + 0x01, + 0x62, + 0xfd, + 0xfd, + 0x05, + 0x56, + 0x00, + 0xb9, + 0x6f, + 0x00, + 0x29, + 0x75, + 0xfe, + 0x48, + 0x51, + 0xfd, + 0x2b, + 0x90, + 0xfc, + 0x26, + 0xac, + 0xfc, + 0xa7, + 0xda, + 0xfb, + 0xdb, + 0xc7, + 0xfd, + 0x96, + 0x67, + 0xfe, + 0xce, + 0x57, + 0xfe, + 0x6d, + 0xa7, + 0xff, + 0x6f, + 0xc6, + 0xff, + 0x59, + 0x38, + 0xff, + 0x22, + 0xd2, + 0xfd, + 0xd1, + 0xfa, + 0xfd, + 0x90, + 0xc9, + 0xff, + 0x9d, + 0xeb, + 0xff, + 0x61, + 0x07, + 0xff, + 0x33, + 0xa2, + 0xfe, + 0x59, + 0xc1, + 0xfe, + 0x07, + 0xb3, + 0xff, + 0x4e, + 0x57, + 0x00, + 0x7f, + 0x09, + 0x00, + 0x6e, + 0x95, + 0xff, + 0xa5, + 0x2a, + 0xff, + 0x97, + 0xad, + 0xfe, + 0x06, + 0x88, + 0xfe, + 0x88, + 0x1e, + 0xff, + 0xf6, + 0x59, + 0xff, + 0xed, + 0x4f, + 0xff, + 0x96, + 0x60, + 0xff, + 0x00, + 0x57, + 0x20, + 0x07, + 0x7d, + 0x3d, + 0xfd, + 0xd2, + 0x04, + 0x95, + 0xb1, + 0xe6, + 0xb4, + 0x49, + 0x0d, + 0x6e, + 0xcc, + 0x04, + 0xc6, + 0xa9, + 0xfb, + 0xc3, + 0xe3, + 0x03, + 0x3e, + 0x12, + 0xfd, + 0x5d, + 0x19, + 0xfc, + 0x0e, + 0xc2, + 0xfa, + 0x57, + 0x26, + 0x03, + 0x8a, + 0x6b, + 0x00, + 0x6d, + 0xf6, + 0xfa, + 0xfb, + 0xd8, + 0xfd, + 0x19, + 0xba, + 0xf9, + 0xc6, + 0x7b, + 0xff, + 0x77, + 0x16, + 0xfc, + 0xe6, + 0x78, + 0xfb, + 0x1b, + 0x01, + 0x00, + 0x70, + 0xc5, + 0xfc, + 0x85, + 0xd5, + 0x00, + 0x0b, + 0x33, + 0xfe, + 0xc4, + 0xd5, + 0xfe, + 0x04, + 0x80, + 0x01, + 0xc1, + 0x90, + 0x00, + 0x1d, + 0x31, + 0x01, + 0xc5, + 0x81, + 0xff, + 0xb7, + 0x97, + 0x02, + 0x9f, + 0x82, + 0xfe, + 0x65, + 0x0c, + 0xfd, + 0x83, + 0x56, + 0x01, + 0x01, + 0x17, + 0xff, + 0x97, + 0x99, + 0x00, + 0x0f, + 0x9e, + 0x00, + 0xd1, + 0x12, + 0xff, + 0x8b, + 0xe0, + 0xfd, + 0xc4, + 0x4a, + 0xfc, + 0xd9, + 0xbd, + 0xfc, + 0x4b, + 0xb6, + 0xfb, + 0x03, + 0x53, + 0xfd, + 0x35, + 0x95, + 0xfe, + 0x9b, + 0xf2, + 0xfd, + 0xbf, + 0xab, + 0xff, + 0x12, + 0x5a, + 0x00, + 0x59, + 0x2f, + 0xff, + 0xfd, + 0xb8, + 0xfd, + 0xc4, + 0xe6, + 0xfd, + 0x2f, + 0xae, + 0xff, + 0x72, + 0x0e, + 0x00, + 0xc2, + 0x48, + 0xff, + 0x43, + 0x68, + 0xfe, + 0xa4, + 0x3f, + 0xfe, + 0x45, + 0x9d, + 0xff, + 0x63, + 0x5f, + 0x00, + 0x31, + 0xeb, + 0xff, + 0xb5, + 0x6d, + 0xff, + 0x96, + 0x1c, + 0xff, + 0x4f, + 0xe8, + 0xfe, + 0xca, + 0xa9, + 0xfe, + 0x7d, + 0x0c, + 0xff, + 0x59, + 0x4c, + 0xff, + 0x52, + 0x42, + 0xff, + 0x06, + 0x96, + 0xff, + 0x7b, + 0x84, + 0x21, + 0xd7, + 0x53, + 0x3f, + 0xfe, + 0x24, + 0x05, + 0x28, + 0xcc, + 0xe6, + 0x7d, + 0x23, + 0x0c, + 0x8f, + 0xab, + 0x01, + 0xf4, + 0x94, + 0xfb, + 0x59, + 0x84, + 0x05, + 0x6d, + 0xc4, + 0xfc, + 0x09, + 0xee, + 0xfb, + 0xed, + 0x06, + 0xfb, + 0x2c, + 0x98, + 0x02, + 0xa0, + 0x75, + 0xff, + 0xf3, + 0x6d, + 0xfb, + 0x8c, + 0xc9, + 0xfe, + 0xf0, + 0xd6, + 0xf8, + 0x4f, + 0x57, + 0xff, + 0xc9, + 0x01, + 0xfd, + 0x3a, + 0x2b, + 0xfb, + 0x2b, + 0x86, + 0xff, + 0x6e, + 0xeb, + 0xfc, + 0x6d, + 0x69, + 0x01, + 0x60, + 0x2f, + 0xfe, + 0x73, + 0xd8, + 0xfe, + 0x91, + 0x46, + 0x02, + 0x7f, + 0xa2, + 0x00, + 0x18, + 0x3f, + 0x01, + 0x14, + 0xd9, + 0xfe, + 0x72, + 0xb4, + 0x01, + 0x70, + 0xe3, + 0xfe, + 0x7b, + 0x4e, + 0xfc, + 0xd5, + 0xad, + 0x00, + 0x62, + 0xae, + 0xff, + 0x1f, + 0x2c, + 0x01, + 0xb0, + 0x81, + 0x01, + 0x19, + 0xb0, + 0xff, + 0x79, + 0xe6, + 0xfd, + 0x97, + 0x3d, + 0xfc, + 0xf1, + 0x2c, + 0xfd, + 0x34, + 0x8f, + 0xfb, + 0xde, + 0x96, + 0xfc, + 0xd4, + 0xea, + 0xfe, + 0xe0, + 0xe5, + 0xfd, + 0x26, + 0x27, + 0xff, + 0x26, + 0xb4, + 0x00, + 0xf2, + 0xa3, + 0xff, + 0x46, + 0xca, + 0xfd, + 0x72, + 0xb4, + 0xfd, + 0xd0, + 0x73, + 0xff, + 0xe8, + 0x19, + 0x00, + 0x9f, + 0xa4, + 0xff, + 0x98, + 0x4e, + 0xfe, + 0x0e, + 0xb0, + 0xfd, + 0x10, + 0x8a, + 0xff, + 0xfa, + 0x62, + 0x00, + 0x5c, + 0xaa, + 0xff, + 0xee, + 0x4a, + 0xff, + 0x9d, + 0x1d, + 0xff, + 0x40, + 0x18, + 0xff, + 0xab, + 0xec, + 0xfe, + 0xb9, + 0x0b, + 0xff, + 0xa4, + 0x39, + 0xff, + 0xe1, + 0x66, + 0xff, + 0x21, + 0xc4, + 0xff, + 0x54, + 0x81, + 0x21, + 0xaa, + 0x84, + 0x40, + 0x23, + 0x2c, + 0x07, + 0x4b, + 0x85, + 0xe7, + 0x7b, + 0x90, + 0x0a, + 0x1a, + 0x4b, + 0xfe, + 0x8c, + 0x01, + 0xfb, + 0x88, + 0x1e, + 0x07, + 0x29, + 0x3e, + 0xfc, + 0xbe, + 0xf1, + 0xfb, + 0xea, + 0x2e, + 0xfb, + 0x80, + 0x99, + 0x01, + 0x9c, + 0xd6, + 0xfe, + 0xc2, + 0x35, + 0xfc, + 0xec, + 0x43, + 0x00, + 0xd5, + 0xc4, + 0xf7, + 0x92, + 0x0d, + 0xff, + 0xa7, + 0x11, + 0xfe, + 0x5b, + 0x50, + 0xfa, + 0x9b, + 0x6b, + 0xff, + 0x1e, + 0x2e, + 0xfd, + 0x66, + 0x6b, + 0x01, + 0xce, + 0x97, + 0xfe, + 0x8d, + 0x43, + 0xff, + 0xae, + 0x41, + 0x02, + 0xe0, + 0x09, + 0x00, + 0xc0, + 0xba, + 0x01, + 0xa8, + 0x3c, + 0xfe, + 0x5e, + 0x67, + 0x00, + 0xd7, + 0xae, + 0xff, + 0x91, + 0x74, + 0xfc, + 0xea, + 0xa9, + 0xff, + 0xc2, + 0x74, + 0xff, + 0xce, + 0x45, + 0x02, + 0xa4, + 0x6a, + 0x02, + 0x74, + 0x94, + 0xff, + 0x2b, + 0x8a, + 0xfe, + 0x03, + 0xbb, + 0xfc, + 0x2e, + 0xc5, + 0xfc, + 0x3f, + 0x49, + 0xfb, + 0x61, + 0x94, + 0xfc, + 0x0b, + 0x44, + 0xff, + 0x89, + 0xc2, + 0xfd, + 0xc7, + 0x5a, + 0xfe, + 0xd7, + 0x7d, + 0x00, + 0x2a, + 0x6f, + 0x00, + 0xcd, + 0x61, + 0xfe, + 0x8d, + 0x51, + 0xfd, + 0x19, + 0x09, + 0xff, + 0x1a, + 0xee, + 0xff, + 0x94, + 0xcd, + 0xff, + 0x91, + 0x94, + 0xfe, + 0x54, + 0x46, + 0xfd, + 0x83, + 0x21, + 0xff, + 0x3b, + 0x54, + 0x00, + 0xa9, + 0x89, + 0xff, + 0xce, + 0x33, + 0xff, + 0x22, + 0x26, + 0xff, + 0x3e, + 0x3a, + 0xff, + 0x39, + 0x07, + 0xff, + 0x2a, + 0x2c, + 0xff, + 0xa0, + 0x5a, + 0xff, + 0x4f, + 0x85, + 0xff, + 0x25, + 0xe1, + 0xff, + 0x39, + 0x47, + 0x20, + 0x7c, + 0x02, + 0x41, + 0xed, + 0xe3, + 0x0a, + 0x75, + 0x8f, + 0xe8, + 0x28, + 0x96, + 0x08, + 0xc6, + 0x1e, + 0xfb, + 0xbb, + 0x8e, + 0xf9, + 0x68, + 0x92, + 0x08, + 0x2d, + 0xa8, + 0xfb, + 0xab, + 0xb1, + 0xfb, + 0x13, + 0x52, + 0xfb, + 0x87, + 0x7b, + 0x00, + 0x88, + 0xcd, + 0xfe, + 0xf0, + 0x16, + 0xfd, + 0xcb, + 0xdb, + 0x01, + 0xe2, + 0xcb, + 0xf6, + 0xe6, + 0x60, + 0xfe, + 0xa8, + 0xe9, + 0xfe, + 0x36, + 0x7c, + 0xf9, + 0x6e, + 0xc9, + 0xff, + 0x9c, + 0xe1, + 0xfc, + 0x81, + 0xa5, + 0x01, + 0x0e, + 0x6a, + 0xff, + 0x85, + 0x2a, + 0xfe, + 0x05, + 0x52, + 0x02, + 0xbc, + 0xac, + 0xff, + 0xab, + 0x7c, + 0x01, + 0xfe, + 0x20, + 0xfe, + 0xb1, + 0xba, + 0xff, + 0x72, + 0x6c, + 0x00, + 0x47, + 0x4c, + 0xfc, + 0xed, + 0xce, + 0xff, + 0xa6, + 0x4b, + 0xff, + 0xaa, + 0xdd, + 0x00, + 0x57, + 0x68, + 0x03, + 0x53, + 0xfd, + 0x00, + 0x3e, + 0xd4, + 0xfe, + 0x46, + 0x91, + 0xfc, + 0x3f, + 0x7a, + 0xfc, + 0xa3, + 0xc2, + 0xfb, + 0xe0, + 0x7c, + 0xfc, + 0xa6, + 0x1b, + 0xff, + 0x10, + 0x1b, + 0xfe, + 0x93, + 0xc0, + 0xfd, + 0x44, + 0x8f, + 0xff, + 0x23, + 0xa2, + 0x00, + 0xc7, + 0x86, + 0xff, + 0xd1, + 0x8a, + 0xfd, + 0xa0, + 0x33, + 0xfe, + 0x5e, + 0x73, + 0xff, + 0xa4, + 0xc3, + 0xff, + 0x50, + 0xef, + 0xfe, + 0xc0, + 0x46, + 0xfd, + 0xf2, + 0x74, + 0xfe, + 0xfa, + 0x05, + 0x00, + 0x01, + 0x9d, + 0xff, + 0xf0, + 0x4d, + 0xff, + 0x41, + 0x31, + 0xff, + 0x7f, + 0x3a, + 0xff, + 0x4e, + 0x11, + 0xff, + 0xe1, + 0x4b, + 0xff, + 0xe4, + 0x9c, + 0xff, + 0xae, + 0x9b, + 0xff, + 0xb9, + 0xe6, + 0xff, + 0xdb, + 0xd5, + 0x21, + 0xff, + 0xa7, + 0x40, + 0x34, + 0xa8, + 0x09, + 0x54, + 0xe9, + 0xec, + 0x6e, + 0xa9, + 0x07, + 0x65, + 0xc0, + 0xf5, + 0x18, + 0x56, + 0xfa, + 0xb3, + 0x69, + 0x08, + 0x1c, + 0x15, + 0xfb, + 0xdf, + 0x96, + 0xfb, + 0xb1, + 0x47, + 0xfb, + 0xb9, + 0x3a, + 0x01, + 0x60, + 0xb4, + 0xfd, + 0xe1, + 0x21, + 0xff, + 0xf8, + 0xfc, + 0x02, + 0xc7, + 0x69, + 0xf5, + 0x3d, + 0xb3, + 0xfe, + 0x25, + 0xb8, + 0xfe, + 0x3b, + 0xcc, + 0xf9, + 0xc3, + 0xff, + 0xff, + 0x18, + 0x4b, + 0xfd, + 0x54, + 0x5a, + 0x01, + 0x16, + 0x88, + 0xfe, + 0xdb, + 0xca, + 0xfe, + 0xab, + 0x9e, + 0x01, + 0xb7, + 0x06, + 0xff, + 0x37, + 0x0e, + 0x02, + 0xc3, + 0x5d, + 0xfe, + 0x8e, + 0x77, + 0xff, + 0xf5, + 0x95, + 0x00, + 0xba, + 0x8d, + 0xfd, + 0x76, + 0xdc, + 0xff, + 0x58, + 0x24, + 0xfe, + 0x7c, + 0xfe, + 0xff, + 0x5f, + 0xcc, + 0x03, + 0x03, + 0x32, + 0x02, + 0x18, + 0xe3, + 0xfe, + 0x81, + 0xe0, + 0xfc, + 0x77, + 0x3a, + 0xfd, + 0x7e, + 0x8f, + 0xfb, + 0x05, + 0x82, + 0xfc, + 0x8e, + 0x64, + 0xff, + 0x59, + 0x61, + 0xfe, + 0x69, + 0xd5, + 0xfd, + 0x0f, + 0x8a, + 0xfe, + 0xf2, + 0xd4, + 0xff, + 0xab, + 0x52, + 0x00, + 0xeb, + 0x93, + 0xfe, + 0xee, + 0xe8, + 0xfd, + 0xee, + 0xac, + 0xfe, + 0xd8, + 0x76, + 0xff, + 0x6f, + 0x10, + 0xff, + 0xa7, + 0x8f, + 0xfd, + 0x97, + 0x0f, + 0xfe, + 0x40, + 0x97, + 0xff, + 0x6a, + 0xbd, + 0xff, + 0xc6, + 0x99, + 0xff, + 0x41, + 0x67, + 0xff, + 0xa0, + 0x1a, + 0xff, + 0x60, + 0x13, + 0xff, + 0x96, + 0x73, + 0xff, + 0x21, + 0xe4, + 0xff, + 0x68, + 0xc6, + 0xff, + 0x44, + 0xc7, + 0xff, + 0xaa, + 0xec, + 0x22, + 0x2c, + 0x98, + 0x3f, + 0x99, + 0x29, + 0x09, + 0x2d, + 0x4e, + 0xf1, + 0x85, + 0x1b, + 0x06, + 0xf2, + 0x48, + 0xf1, + 0x2a, + 0x2c, + 0xfa, + 0x3d, + 0x87, + 0x07, + 0xb2, + 0x17, + 0xfb, + 0x25, + 0x1e, + 0xfb, + 0xe0, + 0x0a, + 0xfc, + 0x63, + 0xfb, + 0x01, + 0x2f, + 0x87, + 0xfc, + 0x1d, + 0x8c, + 0x01, + 0x1e, + 0x52, + 0x03, + 0x15, + 0x38, + 0xf4, + 0x03, + 0xc5, + 0xfe, + 0xe8, + 0x9b, + 0xfe, + 0xbd, + 0x63, + 0xfb, + 0x55, + 0x7f, + 0xff, + 0xef, + 0x08, + 0xfc, + 0x22, + 0x59, + 0x01, + 0xb0, + 0x3b, + 0xfe, + 0x91, + 0x62, + 0xfe, + 0x76, + 0x2a, + 0x01, + 0x0b, + 0x71, + 0xff, + 0x9d, + 0x23, + 0x02, + 0x53, + 0x68, + 0xfe, + 0x0b, + 0x43, + 0x00, + 0x80, + 0xf5, + 0x00, + 0x57, + 0x3f, + 0xfd, + 0x4b, + 0xbe, + 0xff, + 0x9d, + 0xd8, + 0xfe, + 0x00, + 0x01, + 0xff, + 0xe0, + 0x70, + 0x01, + 0xa4, + 0x25, + 0x03, + 0x81, + 0xf1, + 0x00, + 0xf1, + 0xb3, + 0xfc, + 0x07, + 0x99, + 0xfd, + 0x75, + 0x01, + 0xfc, + 0x3c, + 0x5b, + 0xfc, + 0x18, + 0xa3, + 0xff, + 0x87, + 0xad, + 0xfe, + 0xd3, + 0x49, + 0xfe, + 0xdf, + 0xb0, + 0xfd, + 0xd3, + 0x50, + 0xfe, + 0xb8, + 0x14, + 0x00, + 0x31, + 0xd7, + 0xff, + 0xe9, + 0xc1, + 0xfe, + 0xfb, + 0xb7, + 0xfd, + 0x08, + 0xd7, + 0xfe, + 0xc9, + 0xee, + 0xfe, + 0x1b, + 0xbd, + 0xfd, + 0xcd, + 0x39, + 0xfe, + 0xba, + 0xe4, + 0xfe, + 0x59, + 0xcb, + 0xff, + 0xd6, + 0x3e, + 0x00, + 0x48, + 0x74, + 0xff, + 0xd6, + 0xde, + 0xfe, + 0x6c, + 0x0d, + 0xff, + 0xb4, + 0xa8, + 0xff, + 0xc4, + 0x21, + 0x00, + 0xdf, + 0xd3, + 0xff, + 0x5a, + 0x89, + 0xff, + 0xd3, + 0xb5, + 0x21, + 0x7e, + 0xff, + 0x3d, + 0x8d, + 0xc8, + 0x0b, + 0x52, + 0xbe, + 0xf4, + 0xea, + 0xdd, + 0x04, + 0xc8, + 0xe6, + 0xee, + 0xa0, + 0xc8, + 0xf7, + 0xe1, + 0x5d, + 0x06, + 0x70, + 0x55, + 0xfc, + 0x9d, + 0x56, + 0xfb, + 0x1f, + 0x77, + 0xfc, + 0xc8, + 0x7f, + 0x02, + 0x95, + 0x79, + 0xfc, + 0x35, + 0xf0, + 0x02, + 0xbf, + 0xcf, + 0x03, + 0x65, + 0x17, + 0xf3, + 0xae, + 0x5d, + 0xff, + 0x2a, + 0x45, + 0x00, + 0x39, + 0x48, + 0xfa, + 0x74, + 0x7f, + 0xfe, + 0x13, + 0x5d, + 0xfc, + 0x7e, + 0x1c, + 0x00, + 0x23, + 0x2e, + 0xfe, + 0xa9, + 0xed, + 0xfe, + 0xcb, + 0xea, + 0x00, + 0xda, + 0x60, + 0xff, + 0x0d, + 0xa5, + 0x02, + 0x14, + 0xd3, + 0xff, + 0xdb, + 0xb3, + 0xff, + 0xe4, + 0x11, + 0x00, + 0xc7, + 0xb7, + 0xfe, + 0x52, + 0x54, + 0x00, + 0x61, + 0xbf, + 0xfd, + 0x96, + 0xd1, + 0xfe, + 0x71, + 0x59, + 0x00, + 0x8d, + 0x7d, + 0x01, + 0xc9, + 0x1a, + 0x03, + 0x3f, + 0x3c, + 0xfe, + 0xdf, + 0x5a, + 0xfd, + 0xdf, + 0x06, + 0xfd, + 0xcd, + 0x40, + 0xfc, + 0x96, + 0xaf, + 0xff, + 0xa5, + 0x5f, + 0xff, + 0x6b, + 0x8a, + 0xfe, + 0x9e, + 0x45, + 0xfd, + 0x3f, + 0xff, + 0xfc, + 0x17, + 0xfd, + 0xfe, + 0xb1, + 0x1d, + 0x00, + 0xfd, + 0x93, + 0x00, + 0x18, + 0xcd, + 0xfd, + 0x96, + 0x91, + 0xfd, + 0x23, + 0xcf, + 0xfe, + 0x0e, + 0xca, + 0xfd, + 0x60, + 0x8c, + 0xfe, + 0xb2, + 0xda, + 0xfe, + 0x0a, + 0x67, + 0xff, + 0x2b, + 0x81, + 0x00, + 0x94, + 0xd4, + 0xff, + 0xb6, + 0xdd, + 0xfe, + 0xdc, + 0xed, + 0xfe, + 0x0c, + 0xe2, + 0xff, + 0xac, + 0x36, + 0x00, + 0x14, + 0xb6, + 0xff, + 0x2a, + 0x70, + 0xff, + 0x2f, + 0x51, + 0x21, + 0x36, + 0xf4, + 0x3b, + 0xb8, + 0xae, + 0x0c, + 0x0b, + 0x7b, + 0xf8, + 0xc2, + 0xaa, + 0x03, + 0x0c, + 0xc7, + 0xec, + 0x24, + 0x53, + 0xf5, + 0x05, + 0x5e, + 0x04, + 0xb9, + 0x68, + 0xff, + 0x13, + 0x98, + 0xfb, + 0x24, + 0xc1, + 0xfb, + 0x54, + 0xb4, + 0x03, + 0x8d, + 0xd9, + 0xfc, + 0x0e, + 0x25, + 0x03, + 0xf2, + 0x42, + 0x03, + 0x18, + 0x21, + 0xf5, + 0x62, + 0x35, + 0xff, + 0xf5, + 0x7f, + 0xfe, + 0x0d, + 0x4e, + 0xfb, + 0xd4, + 0x4c, + 0xfd, + 0xc9, + 0x9a, + 0xfb, + 0x2c, + 0x5e, + 0x00, + 0x49, + 0x71, + 0xfe, + 0x41, + 0xf8, + 0xfe, + 0xbc, + 0x7e, + 0x00, + 0x13, + 0x1d, + 0x01, + 0x0b, + 0x78, + 0x02, + 0x40, + 0x97, + 0xfe, + 0x6b, + 0xbf, + 0x00, + 0xbd, + 0x68, + 0x00, + 0xba, + 0x84, + 0xfe, + 0x2d, + 0x70, + 0x00, + 0x55, + 0x6f, + 0xfd, + 0x32, + 0x35, + 0xff, + 0xc2, + 0x0d, + 0x00, + 0x1d, + 0xcb, + 0xfe, + 0x6b, + 0x05, + 0x03, + 0xc3, + 0x19, + 0x01, + 0xcd, + 0xf2, + 0xfd, + 0x5f, + 0xf4, + 0xfc, + 0xee, + 0x17, + 0xfd, + 0xef, + 0xd9, + 0xff, + 0x60, + 0x7c, + 0xff, + 0x57, + 0xe0, + 0xfe, + 0xbc, + 0x1a, + 0xfd, + 0xbe, + 0x4d, + 0xfc, + 0x32, + 0xbe, + 0xfd, + 0x2f, + 0x42, + 0xff, + 0xbf, + 0x76, + 0x01, + 0xfb, + 0x2b, + 0xff, + 0xcd, + 0x30, + 0xfd, + 0x93, + 0xca, + 0xfd, + 0x97, + 0xf4, + 0xfd, + 0x12, + 0xfc, + 0xfe, + 0xb6, + 0x16, + 0xff, + 0x77, + 0x33, + 0xff, + 0x63, + 0xd2, + 0xff, + 0xf7, + 0x0c, + 0x00, + 0xa8, + 0x9d, + 0xff, + 0x7d, + 0xf8, + 0xfe, + 0x9b, + 0x8b, + 0xff, + 0xfc, + 0xf7, + 0xff, + 0x66, + 0xa2, + 0xff, + 0x28, + 0x9d, + 0xff, + 0x2e, + 0xa8, + 0x21, + 0x94, + 0xe0, + 0x39, + 0x49, + 0xa1, + 0x0b, + 0xbe, + 0xff, + 0xfb, + 0x45, + 0xc4, + 0x03, + 0xa2, + 0xcc, + 0xe9, + 0x0d, + 0x0a, + 0xf3, + 0xb4, + 0xc1, + 0x04, + 0x6b, + 0xaa, + 0x01, + 0xaa, + 0xc3, + 0xfa, + 0x9c, + 0x2e, + 0xfd, + 0xf4, + 0xfb, + 0x03, + 0x2b, + 0x1e, + 0xfb, + 0x1b, + 0x1d, + 0x06, + 0xce, + 0x6b, + 0x03, + 0x93, + 0xee, + 0xf3, + 0x91, + 0x09, + 0x00, + 0x29, + 0x7f, + 0xfd, + 0x2e, + 0x51, + 0xfa, + 0xfe, + 0xd2, + 0xfd, + 0x1b, + 0x30, + 0xfc, + 0xb5, + 0x7d, + 0xff, + 0x0a, + 0xaa, + 0xfe, + 0xb0, + 0x6d, + 0x00, + 0x30, + 0xea, + 0x00, + 0x52, + 0x4d, + 0x00, + 0x0e, + 0x92, + 0x01, + 0xc3, + 0xf5, + 0xff, + 0x99, + 0x5f, + 0x01, + 0x77, + 0xe7, + 0xfe, + 0x13, + 0xac, + 0xfe, + 0x6c, + 0xf7, + 0x01, + 0xfe, + 0x23, + 0xfd, + 0x11, + 0x17, + 0xfe, + 0xb4, + 0x16, + 0x01, + 0x00, + 0x16, + 0xfe, + 0xca, + 0x33, + 0x00, + 0xd7, + 0x98, + 0x02, + 0xf1, + 0x48, + 0x00, + 0xf8, + 0xe3, + 0xfc, + 0x94, + 0x2a, + 0xfe, + 0xe4, + 0x1e, + 0x00, + 0x76, + 0x15, + 0xff, + 0x3c, + 0x89, + 0xff, + 0xbb, + 0x1a, + 0xfd, + 0x1c, + 0x11, + 0xfc, + 0x34, + 0x08, + 0xfd, + 0x9e, + 0xe6, + 0xfd, + 0x5c, + 0xef, + 0x00, + 0x0e, + 0x80, + 0x00, + 0xc1, + 0x5e, + 0xfe, + 0xa4, + 0x16, + 0xfd, + 0x70, + 0xab, + 0xfd, + 0xbd, + 0x4e, + 0xff, + 0x48, + 0x6a, + 0xff, + 0x0d, + 0x1e, + 0xff, + 0x63, + 0x06, + 0xff, + 0xe4, + 0x0c, + 0x00, + 0xcd, + 0x42, + 0x00, + 0x7f, + 0x53, + 0xff, + 0x52, + 0x12, + 0xff, + 0xd4, + 0x70, + 0xff, + 0x62, + 0xac, + 0xff, + 0xed, + 0xdd, + 0xff, + 0x8b, + 0x56, + 0x20, + 0x82, + 0xe3, + 0x37, + 0x38, + 0xab, + 0x0b, + 0x6d, + 0x5a, + 0xfe, + 0xe5, + 0x69, + 0x04, + 0x0f, + 0x47, + 0xe7, + 0x5e, + 0x46, + 0xf2, + 0x3b, + 0xd3, + 0x04, + 0x45, + 0x51, + 0x02, + 0x98, + 0x1c, + 0xfd, + 0x3b, + 0x1b, + 0xfc, + 0x21, + 0x1e, + 0x03, + 0x88, + 0x20, + 0xfd, + 0xad, + 0x17, + 0x06, + 0x56, + 0xdd, + 0x02, + 0x76, + 0x9a, + 0xf4, + 0xff, + 0x1c, + 0xff, + 0x30, + 0xfd, + 0xfb, + 0xb1, + 0xbb, + 0xfb, + 0x13, + 0xe5, + 0xfe, + 0xeb, + 0x83, + 0xfa, + 0x98, + 0xee, + 0xff, + 0xf2, + 0x3c, + 0x01, + 0x26, + 0x99, + 0xff, + 0xd7, + 0x36, + 0xff, + 0xe0, + 0x78, + 0x01, + 0xb1, + 0x03, + 0x02, + 0x13, + 0x24, + 0xff, + 0xd6, + 0x0f, + 0x01, + 0x0e, + 0x89, + 0xff, + 0xb9, + 0xd9, + 0xfe, + 0x07, + 0xeb, + 0x01, + 0xff, + 0xeb, + 0xfd, + 0x84, + 0x1c, + 0xfd, + 0x3d, + 0x12, + 0x01, + 0x96, + 0x42, + 0xff, + 0x54, + 0x25, + 0xfe, + 0x49, + 0xe4, + 0x00, + 0xb2, + 0x2d, + 0x02, + 0xc2, + 0xe9, + 0xfe, + 0x6d, + 0xb8, + 0xfe, + 0x99, + 0x43, + 0x00, + 0xc9, + 0xa1, + 0xfe, + 0x48, + 0x2e, + 0x00, + 0xb7, + 0xc2, + 0xfd, + 0xb4, + 0x5d, + 0xfb, + 0x27, + 0x0d, + 0xfd, + 0x84, + 0x35, + 0xfd, + 0x90, + 0x4d, + 0xff, + 0x66, + 0x65, + 0x00, + 0x32, + 0x25, + 0x00, + 0xee, + 0x04, + 0xfe, + 0x4d, + 0x46, + 0xfd, + 0x94, + 0x24, + 0xff, + 0x05, + 0xe3, + 0xfe, + 0x57, + 0x50, + 0xff, + 0x6a, + 0x59, + 0xff, + 0x4d, + 0x8d, + 0xff, + 0xb7, + 0x22, + 0x00, + 0x0c, + 0x6c, + 0xff, + 0x89, + 0x0b, + 0xff, + 0xf4, + 0x2f, + 0xff, + 0xe1, + 0xa8, + 0xff, + 0x9b, + 0xee, + 0xff, + 0x71, + 0x3c, + 0x1f, + 0x3d, + 0xdc, + 0x34, + 0x40, + 0x53, + 0x0b, + 0x61, + 0xd8, + 0x00, + 0x38, + 0xd2, + 0x03, + 0xf6, + 0xbb, + 0xe6, + 0x3d, + 0xba, + 0xf2, + 0x50, + 0x23, + 0x04, + 0x32, + 0xd6, + 0x02, + 0x73, + 0x84, + 0xfe, + 0xc0, + 0x6f, + 0xfd, + 0x98, + 0xcd, + 0x00, + 0x5a, + 0x68, + 0xfc, + 0x6c, + 0x4a, + 0x09, + 0x1e, + 0xd1, + 0x00, + 0x96, + 0x68, + 0xf3, + 0x12, + 0x34, + 0x00, + 0x2c, + 0x83, + 0xfb, + 0x60, + 0xc4, + 0xfc, + 0x25, + 0x8f, + 0xfe, + 0xc6, + 0x54, + 0xfb, + 0xda, + 0x5a, + 0x01, + 0x4e, + 0xcb, + 0xff, + 0x85, + 0x38, + 0xff, + 0x9d, + 0x48, + 0x00, + 0x68, + 0x5d, + 0x01, + 0xab, + 0xa9, + 0x00, + 0xd2, + 0x54, + 0xff, + 0xaa, + 0xb9, + 0x01, + 0x20, + 0x76, + 0xff, + 0x7e, + 0x18, + 0xff, + 0xd7, + 0x71, + 0x01, + 0x0f, + 0x7d, + 0xfe, + 0xca, + 0xa7, + 0xfd, + 0x53, + 0x93, + 0xff, + 0x81, + 0xf0, + 0xff, + 0x3c, + 0x4f, + 0xff, + 0x9c, + 0xd6, + 0xfd, + 0x48, + 0x74, + 0x01, + 0x5b, + 0x27, + 0x02, + 0x2a, + 0x3a, + 0xff, + 0xb5, + 0x40, + 0x00, + 0x06, + 0x1d, + 0xff, + 0x11, + 0x09, + 0x00, + 0xac, + 0x89, + 0xfe, + 0xa9, + 0x30, + 0xfb, + 0x7d, + 0xb6, + 0xfc, + 0x64, + 0x7c, + 0xfd, + 0xe9, + 0x62, + 0xfe, + 0xf4, + 0xc5, + 0xfe, + 0x4a, + 0x3a, + 0x00, + 0xb5, + 0x5f, + 0x00, + 0xa4, + 0x4c, + 0xfe, + 0x7e, + 0x1f, + 0xfe, + 0x2f, + 0xd3, + 0xfd, + 0xaf, + 0x44, + 0xff, + 0xf8, + 0x70, + 0x00, + 0x3c, + 0x7d, + 0xff, + 0x70, + 0x10, + 0xff, + 0x63, + 0x05, + 0xff, + 0x13, + 0x49, + 0xff, + 0x48, + 0x93, + 0xff, + 0x0c, + 0x83, + 0xff, + 0x0f, + 0xb8, + 0xff, + 0x2c, + 0xa2, + 0x1d, + 0x10, + 0xcd, + 0x31, + 0xcb, + 0x8f, + 0x0b, + 0xf8, + 0x86, + 0x01, + 0x55, + 0x52, + 0x02, + 0x82, + 0x94, + 0xe9, + 0xbc, + 0xef, + 0xf4, + 0x62, + 0xb0, + 0x00, + 0xea, + 0x67, + 0x03, + 0x3c, + 0x0d, + 0x03, + 0x00, + 0x22, + 0xfb, + 0xdf, + 0x82, + 0xfd, + 0x55, + 0x0a, + 0x00, + 0x74, + 0xb0, + 0x08, + 0x96, + 0xbc, + 0xfd, + 0x79, + 0xfa, + 0xf5, + 0x37, + 0xa8, + 0x00, + 0x6b, + 0x20, + 0xfa, + 0x54, + 0x54, + 0xfe, + 0x3d, + 0x73, + 0x00, + 0x3c, + 0x95, + 0xfa, + 0x98, + 0x40, + 0x00, + 0x52, + 0xe9, + 0x00, + 0x28, + 0x81, + 0xff, + 0x58, + 0x82, + 0xff, + 0x00, + 0xcc, + 0x00, + 0x70, + 0xc7, + 0x00, + 0xac, + 0xd9, + 0xff, + 0xe0, + 0x65, + 0x01, + 0xdc, + 0xa8, + 0xff, + 0x2c, + 0x77, + 0xff, + 0x33, + 0x37, + 0x01, + 0x1e, + 0xad, + 0xfe, + 0x6e, + 0xf3, + 0xfd, + 0x0d, + 0x12, + 0xff, + 0xff, + 0xb7, + 0xff, + 0xa9, + 0x4b, + 0x00, + 0x3d, + 0x6d, + 0xfd, + 0x79, + 0xc1, + 0xff, + 0xb2, + 0xb4, + 0x02, + 0x48, + 0xb6, + 0x00, + 0x4b, + 0xc6, + 0x00, + 0xec, + 0xc9, + 0xff, + 0xa7, + 0xea, + 0xff, + 0x2b, + 0xb9, + 0xfe, + 0xff, + 0x29, + 0xfc, + 0xe2, + 0x0a, + 0xfc, + 0x98, + 0x2c, + 0xfd, + 0x72, + 0xed, + 0xfe, + 0xea, + 0xca, + 0xfd, + 0x70, + 0xca, + 0xfe, + 0x34, + 0x3a, + 0x01, + 0x1a, + 0x4d, + 0x00, + 0x93, + 0x1a, + 0xfe, + 0x60, + 0x10, + 0xfd, + 0x66, + 0xb9, + 0xfe, + 0xe9, + 0x6a, + 0x00, + 0x5f, + 0x35, + 0x00, + 0x54, + 0x7e, + 0xfe, + 0xf1, + 0x31, + 0xfe, + 0xac, + 0x6b, + 0xff, + 0xa4, + 0xd3, + 0xff, + 0x42, + 0xa0, + 0xff, + 0x27, + 0xa9, + 0xff, + 0x16, + 0x24, + 0x1e, + 0xc3, + 0x25, + 0x31, + 0xed, + 0xfa, + 0x06, + 0x5a, + 0xad, + 0xfe, + 0xa0, + 0x7d, + 0x04, + 0x4e, + 0xc4, + 0xea, + 0xcd, + 0x6a, + 0xf7, + 0x87, + 0x3e, + 0x03, + 0x82, + 0x48, + 0x00, + 0xb3, + 0x37, + 0x02, + 0xd0, + 0x15, + 0xfd, + 0x7c, + 0x96, + 0xfc, + 0x97, + 0xcb, + 0xff, + 0xe7, + 0x42, + 0x08, + 0x81, + 0xb9, + 0xfc, + 0x6e, + 0xf7, + 0xf6, + 0x32, + 0x4d, + 0x01, + 0x9d, + 0xe0, + 0xfa, + 0x71, + 0xb3, + 0xff, + 0x79, + 0xa8, + 0xff, + 0xfa, + 0xed, + 0xf9, + 0x0a, + 0xcf, + 0x01, + 0x6b, + 0x3f, + 0x01, + 0x06, + 0xed, + 0xfd, + 0x4f, + 0x2d, + 0xff, + 0x81, + 0x8c, + 0x01, + 0x5c, + 0xb3, + 0x00, + 0x75, + 0xe0, + 0xff, + 0xe3, + 0x27, + 0x01, + 0x5f, + 0x5f, + 0xff, + 0x6e, + 0x70, + 0x00, + 0x5f, + 0x4c, + 0x01, + 0x2e, + 0xbc, + 0xfd, + 0x73, + 0xe2, + 0xfd, + 0xcf, + 0xcd, + 0xff, + 0x5e, + 0x5c, + 0xff, + 0x1d, + 0xde, + 0xff, + 0x10, + 0xed, + 0xfe, + 0x6b, + 0xfd, + 0xfe, + 0x1d, + 0x14, + 0x01, + 0x3e, + 0x3d, + 0x02, + 0x3a, + 0xaf, + 0x01, + 0xe8, + 0xfa, + 0xff, + 0xeb, + 0x3e, + 0x00, + 0xfb, + 0x3f, + 0xfe, + 0x46, + 0xd9, + 0xfc, + 0x55, + 0x95, + 0xfc, + 0x9e, + 0x61, + 0xfc, + 0xec, + 0xc4, + 0xfe, + 0x49, + 0x1f, + 0xfe, + 0xef, + 0xaf, + 0xfe, + 0xdb, + 0x97, + 0x00, + 0xff, + 0x21, + 0x00, + 0x0d, + 0x01, + 0xff, + 0xaa, + 0xa9, + 0xfd, + 0xae, + 0x70, + 0xfe, + 0xc2, + 0x9c, + 0xff, + 0x55, + 0xd9, + 0xff, + 0x85, + 0xc8, + 0xfe, + 0x11, + 0x19, + 0xfe, + 0xea, + 0x3e, + 0xff, + 0x1a, + 0xc6, + 0xff, + 0x4e, + 0xa6, + 0xff, + 0x73, + 0xc6, + 0xff, + 0x85, + 0xfb, + 0x1b, + 0xfb, + 0x8a, + 0x2d, + 0xd8, + 0xc6, + 0x05, + 0x6e, + 0x3a, + 0x00, + 0x54, + 0x93, + 0x05, + 0xdb, + 0xa3, + 0xeb, + 0xa1, + 0x2a, + 0xfb, + 0x70, + 0x61, + 0x02, + 0x7f, + 0x82, + 0xfd, + 0xa0, + 0x3c, + 0x05, + 0xef, + 0x7f, + 0xfb, + 0x8d, + 0x7b, + 0xfa, + 0x46, + 0xe6, + 0x01, + 0x32, + 0xae, + 0x07, + 0xcd, + 0x3a, + 0xfc, + 0xf1, + 0x9d, + 0xf7, + 0x01, + 0x18, + 0x03, + 0x81, + 0x7e, + 0xfb, + 0x2d, + 0xf1, + 0xfe, + 0x5b, + 0x16, + 0x00, + 0x4c, + 0x13, + 0xfa, + 0x3c, + 0x67, + 0x02, + 0xe7, + 0xa1, + 0x00, + 0x54, + 0x2b, + 0xfd, + 0x6a, + 0xd6, + 0xff, + 0xc3, + 0x97, + 0x01, + 0x0b, + 0x69, + 0x00, + 0xe1, + 0x92, + 0xff, + 0xeb, + 0xb5, + 0x01, + 0x7f, + 0xd8, + 0xff, + 0x78, + 0x0b, + 0x00, + 0xf1, + 0x24, + 0x01, + 0xa6, + 0xcb, + 0xfd, + 0xa8, + 0xfa, + 0xfd, + 0xb8, + 0xee, + 0xff, + 0x55, + 0x3e, + 0xff, + 0x51, + 0x89, + 0xff, + 0xbe, + 0x82, + 0xff, + 0xe6, + 0x16, + 0x00, + 0x5f, + 0x91, + 0x00, + 0x29, + 0x0e, + 0x01, + 0x7a, + 0x8d, + 0x02, + 0x9e, + 0xef, + 0x00, + 0x42, + 0x3f, + 0x00, + 0x01, + 0x8b, + 0xfe, + 0xe9, + 0x62, + 0xfc, + 0x93, + 0x36, + 0xfd, + 0xd1, + 0x23, + 0xfd, + 0xdd, + 0xe1, + 0xfd, + 0xb8, + 0x6f, + 0xfe, + 0xd6, + 0x2d, + 0xff, + 0xcf, + 0xc8, + 0xff, + 0xf9, + 0x69, + 0xff, + 0xed, + 0x62, + 0xff, + 0x8f, + 0x73, + 0xfe, + 0xab, + 0x8b, + 0xfe, + 0x55, + 0x2f, + 0xff, + 0xe5, + 0x04, + 0xff, + 0x88, + 0xe8, + 0xfe, + 0x14, + 0xc4, + 0xfe, + 0x32, + 0xd2, + 0xfe, + 0x80, + 0x85, + 0xff, + 0x5d, + 0xc4, + 0xff, + 0xa5, + 0xb1, + 0xff, + 0x3f, + 0x5b, + 0x1a, + 0x54, + 0x1c, + 0x29, + 0xdb, + 0x20, + 0x04, + 0x62, + 0x4e, + 0x02, + 0x38, + 0x21, + 0x07, + 0x62, + 0xd0, + 0xed, + 0x19, + 0x5d, + 0xfb, + 0x3b, + 0x56, + 0x02, + 0x43, + 0xab, + 0xfe, + 0x2e, + 0xf0, + 0x02, + 0xff, + 0xaf, + 0xfa, + 0xfc, + 0x0c, + 0xfc, + 0xc0, + 0x04, + 0x02, + 0x03, + 0x64, + 0x06, + 0xca, + 0x34, + 0xfc, + 0x7d, + 0x45, + 0xfa, + 0x79, + 0x29, + 0x03, + 0x82, + 0xf5, + 0xfa, + 0xc4, + 0x8b, + 0xff, + 0xea, + 0xee, + 0xff, + 0x0f, + 0xf5, + 0xfa, + 0xb9, + 0x11, + 0x02, + 0x12, + 0xd8, + 0xff, + 0x83, + 0x75, + 0xfd, + 0x8d, + 0x3d, + 0x00, + 0x98, + 0x99, + 0x01, + 0x52, + 0x7e, + 0xff, + 0x0c, + 0xf8, + 0xff, + 0x0d, + 0x8c, + 0x02, + 0x47, + 0x9e, + 0xff, + 0xb4, + 0xd1, + 0xff, + 0xd4, + 0xe4, + 0x00, + 0x3d, + 0xe0, + 0xfd, + 0x10, + 0x19, + 0xfe, + 0x8c, + 0xfe, + 0xff, + 0xf6, + 0x55, + 0xff, + 0xb9, + 0x58, + 0xff, + 0x68, + 0x15, + 0x00, + 0xde, + 0x2e, + 0x01, + 0x06, + 0xd6, + 0x00, + 0x8b, + 0x49, + 0x00, + 0x53, + 0xfc, + 0x01, + 0x42, + 0x3c, + 0x01, + 0xf0, + 0x1e, + 0x00, + 0xcd, + 0xb2, + 0xfe, + 0xea, + 0xe8, + 0xfc, + 0x39, + 0x2b, + 0xfd, + 0x00, + 0xcf, + 0xfd, + 0x6d, + 0x3d, + 0xfe, + 0x48, + 0x2d, + 0xfe, + 0xfb, + 0x92, + 0xff, + 0xc3, + 0x8f, + 0xff, + 0x5d, + 0x92, + 0xfe, + 0xcf, + 0x1a, + 0xff, + 0x3c, + 0xc1, + 0xfe, + 0xe3, + 0xdf, + 0xfe, + 0x12, + 0x37, + 0xff, + 0xcd, + 0xe9, + 0xfe, + 0x2f, + 0x82, + 0xfe, + 0x19, + 0xbc, + 0xfe, + 0x91, + 0x34, + 0xff, + 0xbf, + 0x44, + 0xff, + 0x7b, + 0x9d, + 0xff, + 0xfc, + 0xc5, + 0xff, + 0x5b, + 0x65, + 0x1a, + 0x91, + 0x42, + 0x2a, + 0x1f, + 0x5b, + 0x0a, + 0xd9, + 0x98, + 0x02, + 0x79, + 0xbb, + 0xf8, + 0x97, + 0x5d, + 0xe4, + 0xd7, + 0x39, + 0xfe, + 0x20, + 0x6a, + 0x0a, + 0x73, + 0x3b, + 0x05, + 0x45, + 0x18, + 0x01, + 0xe1, + 0xaf, + 0xf8, + 0xf9, + 0xd6, + 0xf9, + 0x6e, + 0x6d, + 0xfc, + 0x83, + 0x9f, + 0x05, + 0x93, + 0xf0, + 0xfe, + 0x3a, + 0x0b, + 0xfc, + 0x33, + 0x13, + 0x05, + 0x6e, + 0x9a, + 0xfc, + 0x0e, + 0x96, + 0xff, + 0x05, + 0xfa, + 0x01, + 0x4d, + 0x9a, + 0xfd, + 0x11, + 0x96, + 0x01, + 0xfe, + 0x11, + 0x00, + 0x62, + 0x3a, + 0xfe, + 0x1f, + 0x2f, + 0xff, + 0xfe, + 0xff, + 0xfe, + 0x60, + 0x1e, + 0xfe, + 0xd3, + 0x7f, + 0x00, + 0x6c, + 0xe4, + 0x00, + 0xca, + 0xf7, + 0xfd, + 0x54, + 0x01, + 0x01, + 0x35, + 0x28, + 0x02, + 0xb4, + 0x2d, + 0xff, + 0xfe, + 0x2f, + 0x00, + 0xa1, + 0x63, + 0x00, + 0xac, + 0x7b, + 0xfe, + 0x6f, + 0xdb, + 0xff, + 0xab, + 0x39, + 0x00, + 0x49, + 0x35, + 0x00, + 0xb6, + 0x20, + 0x01, + 0xb6, + 0x7b, + 0x00, + 0x92, + 0x39, + 0x00, + 0x6c, + 0x14, + 0x00, + 0x20, + 0x4d, + 0x01, + 0x05, + 0x18, + 0x01, + 0x63, + 0x5f, + 0xff, + 0xb7, + 0x1a, + 0xff, + 0x1b, + 0xbd, + 0xfe, + 0xfc, + 0x86, + 0xfe, + 0x34, + 0xfb, + 0xfd, + 0x47, + 0x02, + 0xfe, + 0x84, + 0x5b, + 0xfe, + 0x1c, + 0xcf, + 0xfe, + 0x29, + 0x04, + 0xff, + 0xe2, + 0xbc, + 0xfe, + 0x8d, + 0x29, + 0xff, + 0x9b, + 0xe2, + 0xfe, + 0xfa, + 0xfd, + 0xfe, + 0x35, + 0xc2, + 0xff, + 0x2e, + 0xad, + 0xff, + 0x18, + 0xdc, + 0xfe, + 0xb7, + 0x69, + 0xfe, + 0xb7, + 0xae, + 0xfe, + 0xb9, + 0xe4, + 0xfe, + 0xfa, + 0xe6, + 0x16, + 0x95, + 0xa4, + 0x25, + 0xc4, + 0x4a, + 0x0c, + 0x31, + 0xd8, + 0x04, + 0x04, + 0x9d, + 0xfa, + 0xaa, + 0x02, + 0xe7, + 0x48, + 0xa4, + 0xfa, + 0x9b, + 0xfc, + 0x07, + 0xeb, + 0xff, + 0x04, + 0x0c, + 0x3b, + 0x02, + 0x37, + 0x92, + 0xfc, + 0x42, + 0xe0, + 0xf9, + 0x50, + 0x50, + 0xfb, + 0x60, + 0xd7, + 0x03, + 0xe0, + 0x7a, + 0xff, + 0xd4, + 0x4b, + 0xfe, + 0x93, + 0x7a, + 0x03, + 0xb0, + 0xfe, + 0xfc, + 0x68, + 0x2f, + 0x00, + 0xcb, + 0xda, + 0x01, + 0xb3, + 0x25, + 0xfe, + 0x6d, + 0xea, + 0x00, + 0xb1, + 0xd1, + 0x00, + 0x34, + 0xee, + 0xfe, + 0x9d, + 0x2b, + 0xff, + 0xee, + 0x39, + 0xff, + 0xa0, + 0xee, + 0xfd, + 0xd6, + 0xe0, + 0xff, + 0x05, + 0x28, + 0x00, + 0x11, + 0xfa, + 0xfd, + 0xe1, + 0x84, + 0x01, + 0x6f, + 0x87, + 0x02, + 0xc4, + 0x9c, + 0xff, + 0x5e, + 0xc3, + 0x00, + 0x84, + 0x52, + 0x00, + 0xb3, + 0x9b, + 0xfe, + 0xc1, + 0x15, + 0x00, + 0x1a, + 0xdf, + 0xff, + 0x77, + 0xf9, + 0xff, + 0xa0, + 0x10, + 0x01, + 0x63, + 0x06, + 0x01, + 0xf8, + 0x51, + 0x00, + 0xac, + 0xa9, + 0xff, + 0xda, + 0x42, + 0x01, + 0x77, + 0x95, + 0x00, + 0x34, + 0x92, + 0xfe, + 0x38, + 0xb7, + 0xfe, + 0x62, + 0x29, + 0xff, + 0xe4, + 0x35, + 0xff, + 0x42, + 0x4c, + 0xfe, + 0x0a, + 0x1a, + 0xfe, + 0x34, + 0x68, + 0xfe, + 0x98, + 0x1c, + 0xff, + 0x08, + 0x6b, + 0xff, + 0x13, + 0xcd, + 0xfe, + 0x24, + 0x01, + 0xff, + 0x3a, + 0xc9, + 0xfe, + 0x5b, + 0x85, + 0xfe, + 0x74, + 0x45, + 0xff, + 0x3a, + 0xe8, + 0xff, + 0xcd, + 0x47, + 0xff, + 0x2b, + 0x7a, + 0xfe, + 0x0c, + 0x7f, + 0xfe, + 0x6f, + 0xcd, + 0xfe, + 0x5f, + 0x91, + 0x13, + 0x2a, + 0x87, + 0x21, + 0xe9, + 0xc0, + 0x0c, + 0x35, + 0xb8, + 0x05, + 0x58, + 0xea, + 0xfc, + 0x51, + 0x96, + 0xea, + 0x69, + 0x47, + 0xfa, + 0x5e, + 0x20, + 0x06, + 0xd6, + 0x54, + 0x03, + 0x52, + 0x56, + 0x02, + 0xf9, + 0xf7, + 0xfd, + 0x1b, + 0xd2, + 0xfa, + 0x35, + 0x6b, + 0xfb, + 0xc8, + 0xd5, + 0x02, + 0x3c, + 0x79, + 0x00, + 0xd7, + 0x3d, + 0xfe, + 0xe9, + 0x57, + 0x02, + 0x31, + 0xed, + 0xfd, + 0x47, + 0xe5, + 0xff, + 0x68, + 0xbe, + 0x01, + 0x4e, + 0xa1, + 0xfe, + 0xa7, + 0x63, + 0x00, + 0x9a, + 0xda, + 0x00, + 0x13, + 0x7e, + 0xff, + 0xa3, + 0x33, + 0xff, + 0x2b, + 0xfe, + 0xfe, + 0x7a, + 0x52, + 0xfe, + 0xec, + 0xaf, + 0xff, + 0xe0, + 0xc0, + 0xff, + 0xce, + 0x94, + 0xfe, + 0x14, + 0x95, + 0x01, + 0x18, + 0x54, + 0x02, + 0xa0, + 0x22, + 0x00, + 0xe5, + 0xae, + 0x00, + 0x1e, + 0x07, + 0x00, + 0xe3, + 0x08, + 0xff, + 0x53, + 0xe3, + 0xff, + 0x8d, + 0x63, + 0xff, + 0xbd, + 0xdd, + 0xff, + 0xf4, + 0xde, + 0x00, + 0xdf, + 0xf5, + 0x00, + 0x93, + 0x54, + 0x00, + 0x51, + 0xae, + 0xff, + 0x5e, + 0xd8, + 0x00, + 0x58, + 0x1c, + 0x00, + 0xab, + 0xa8, + 0xfe, + 0xc4, + 0x94, + 0xfe, + 0x86, + 0xe9, + 0xfe, + 0x65, + 0xa5, + 0xff, + 0x4f, + 0xe8, + 0xfe, + 0x5d, + 0x12, + 0xfe, + 0x7a, + 0x47, + 0xfe, + 0xd7, + 0x32, + 0xff, + 0x46, + 0x81, + 0xff, + 0x69, + 0xe3, + 0xfe, + 0x4d, + 0xcf, + 0xfe, + 0xc8, + 0xa6, + 0xfe, + 0x29, + 0xa4, + 0xfe, + 0x86, + 0x11, + 0xff, + 0x93, + 0x6f, + 0xff, + 0x89, + 0x4d, + 0xff, + 0xa4, + 0xd6, + 0xfe, + 0x9c, + 0x65, + 0xfe, + 0xee, + 0x8a, + 0xfe, + 0x56, + 0xac, + 0x0e, + 0xbe, + 0xf7, + 0x1c, + 0x2a, + 0xef, + 0x0e, + 0x79, + 0x4d, + 0x06, + 0x91, + 0x47, + 0xff, + 0x8f, + 0x08, + 0xef, + 0x03, + 0x4b, + 0xf9, + 0x81, + 0xf3, + 0x03, + 0x0b, + 0x4b, + 0x02, + 0x6b, + 0xdd, + 0x02, + 0x19, + 0xe8, + 0xfe, + 0x1e, + 0x1b, + 0xfc, + 0xdd, + 0xbf, + 0xfb, + 0xe6, + 0x79, + 0x01, + 0x9e, + 0x84, + 0x01, + 0x79, + 0xde, + 0xfd, + 0x82, + 0x9d, + 0x01, + 0x94, + 0x02, + 0xff, + 0xf1, + 0x53, + 0xff, + 0x47, + 0xce, + 0x01, + 0x86, + 0x26, + 0xff, + 0xd1, + 0x0d, + 0x00, + 0xdb, + 0xe7, + 0x00, + 0x98, + 0x0f, + 0x00, + 0xa5, + 0x35, + 0xff, + 0x6e, + 0xdf, + 0xfe, + 0xae, + 0xc4, + 0xfe, + 0x74, + 0x80, + 0xff, + 0xa6, + 0x11, + 0x00, + 0xa3, + 0x71, + 0xff, + 0x2f, + 0x42, + 0x01, + 0x6b, + 0xfb, + 0x01, + 0xdf, + 0x68, + 0x00, + 0xab, + 0x62, + 0x00, + 0xd8, + 0xda, + 0xff, + 0xd7, + 0x04, + 0xff, + 0xa0, + 0x70, + 0xff, + 0x0f, + 0x94, + 0xff, + 0x6d, + 0xfa, + 0xff, + 0x8d, + 0x6f, + 0x00, + 0xd7, + 0xb2, + 0x00, + 0x3e, + 0x6e, + 0x00, + 0xed, + 0xbf, + 0xff, + 0x34, + 0x6b, + 0x00, + 0x54, + 0xb3, + 0xff, + 0xe1, + 0x97, + 0xfe, + 0x25, + 0xfa, + 0xfe, + 0x9b, + 0x00, + 0xff, + 0x5e, + 0x77, + 0xff, + 0x74, + 0x31, + 0xff, + 0x6f, + 0x35, + 0xfe, + 0xab, + 0x5d, + 0xfe, + 0x98, + 0x41, + 0xff, + 0x8c, + 0x71, + 0xff, + 0xa1, + 0x0c, + 0xff, + 0xef, + 0xd5, + 0xfe, + 0xf4, + 0x8a, + 0xfe, + 0xc0, + 0xb8, + 0xfe, + 0x7b, + 0xf4, + 0xfe, + 0xe5, + 0x1d, + 0xff, + 0x6f, + 0x30, + 0xff, + 0x01, + 0xf6, + 0xfe, + 0x11, + 0x9e, + 0xfe, + 0xfd, + 0x63, + 0xfe, + 0xf4, + 0x1f, + 0x0b, + 0x6b, + 0x34, + 0x19, + 0x23, + 0xaf, + 0x10, + 0x3f, + 0xd7, + 0x06, + 0xf5, + 0x70, + 0x00, + 0x85, + 0xbb, + 0xf2, + 0x26, + 0xbf, + 0xf8, + 0x53, + 0x95, + 0x02, + 0xdd, + 0xe7, + 0x01, + 0x05, + 0xd6, + 0x02, + 0x2c, + 0xa7, + 0xff, + 0x08, + 0x38, + 0xfd, + 0x8c, + 0x60, + 0xfc, + 0x2a, + 0x47, + 0x00, + 0x2d, + 0xd5, + 0x01, + 0x43, + 0x1d, + 0xfe, + 0x9b, + 0x34, + 0x01, + 0xc0, + 0xc1, + 0xff, + 0xe0, + 0xe3, + 0xfe, + 0x5c, + 0xe5, + 0x01, + 0x76, + 0xcb, + 0xff, + 0xe7, + 0xe0, + 0xff, + 0x32, + 0xe5, + 0x00, + 0xcc, + 0x55, + 0x00, + 0x33, + 0x57, + 0xff, + 0x94, + 0x1e, + 0xff, + 0x08, + 0x8b, + 0xff, + 0x39, + 0xac, + 0xff, + 0x7d, + 0x1c, + 0x00, + 0x8c, + 0xc6, + 0xff, + 0x60, + 0xe4, + 0x00, + 0x28, + 0x80, + 0x01, + 0xa7, + 0x5d, + 0x00, + 0xda, + 0x39, + 0x00, + 0xd0, + 0xae, + 0xff, + 0x38, + 0x17, + 0xff, + 0xd1, + 0x98, + 0xff, + 0xc3, + 0xdd, + 0xff, + 0xb2, + 0xab, + 0xff, + 0x3f, + 0x17, + 0x00, + 0x04, + 0xe8, + 0x00, + 0x5f, + 0x5e, + 0x00, + 0xdf, + 0x96, + 0xff, + 0x60, + 0x4f, + 0x00, + 0xb7, + 0xa5, + 0xff, + 0x55, + 0x92, + 0xfe, + 0xef, + 0x2e, + 0xff, + 0x46, + 0x4d, + 0xff, + 0xa9, + 0x40, + 0xff, + 0xf1, + 0xf1, + 0xfe, + 0x43, + 0x70, + 0xfe, + 0xd1, + 0xa5, + 0xfe, + 0xce, + 0x4e, + 0xff, + 0xa5, + 0x82, + 0xff, + 0x5b, + 0xfc, + 0xfe, + 0xcd, + 0xf0, + 0xfe, + 0xb4, + 0xb9, + 0xfe, + 0xa5, + 0x97, + 0xfe, + 0xda, + 0xff, + 0xfe, + 0x8b, + 0x12, + 0xff, + 0x6c, + 0xfd, + 0xfe, + 0xf0, + 0xe1, + 0xfe, + 0xc8, + 0xaf, + 0xfe, + 0xf3, + 0x87, + 0xfe, + 0x21, + 0x22, + 0x0a, + 0x24, + 0xdc, + 0x15, + 0x4e, + 0x66, + 0x0f, + 0x10, + 0xf3, + 0x07, + 0x51, + 0x04, + 0x00, + 0x08, + 0xf4, + 0xf4, + 0xa5, + 0x54, + 0xfa, + 0x5a, + 0x27, + 0x01, + 0x42, + 0x1c, + 0x02, + 0x38, + 0x82, + 0x02, + 0xe8, + 0xfe, + 0xff, + 0x29, + 0xf9, + 0xfd, + 0x2c, + 0xb6, + 0xfc, + 0xcf, + 0xad, + 0x00, + 0x91, + 0xe7, + 0x00, + 0x14, + 0x79, + 0xfe, + 0x07, + 0x59, + 0x01, + 0x45, + 0xb6, + 0xff, + 0x6e, + 0x7c, + 0xff, + 0x3b, + 0x8b, + 0x01, + 0x67, + 0x27, + 0x00, + 0x25, + 0x0d, + 0x00, + 0xfb, + 0xcc, + 0x00, + 0x82, + 0xb2, + 0x00, + 0x49, + 0xf1, + 0xff, + 0x00, + 0xe6, + 0xff, + 0xbd, + 0xc8, + 0xff, + 0x8d, + 0x60, + 0xff, + 0x40, + 0xa1, + 0xff, + 0x47, + 0xf1, + 0xff, + 0xb8, + 0x99, + 0x00, + 0x26, + 0xa8, + 0x00, + 0x12, + 0x4a, + 0x00, + 0xcb, + 0x26, + 0x00, + 0x93, + 0xb4, + 0xff, + 0x03, + 0x58, + 0xff, + 0x69, + 0x84, + 0xff, + 0x69, + 0xb7, + 0xff, + 0x45, + 0xb8, + 0xff, + 0xcf, + 0x3b, + 0x00, + 0xef, + 0x8a, + 0x00, + 0xf5, + 0xd1, + 0xff, + 0xf9, + 0xf0, + 0xff, + 0x00, + 0x67, + 0x00, + 0x79, + 0x2a, + 0xff, + 0x83, + 0x9e, + 0xfe, + 0xf2, + 0x40, + 0xff, + 0x93, + 0x5e, + 0xff, + 0xf2, + 0x0b, + 0xff, + 0x47, + 0x8f, + 0xfe, + 0x01, + 0xa4, + 0xfe, + 0x99, + 0x0d, + 0xff, + 0xdb, + 0x6a, + 0xff, + 0x59, + 0x4b, + 0xff, + 0x40, + 0x01, + 0xff, + 0xc6, + 0x0d, + 0xff, + 0x61, + 0xc3, + 0xfe, + 0xbd, + 0xb8, + 0xfe, + 0x6d, + 0xe1, + 0xfe, + 0x55, + 0xd6, + 0xfe, + 0xd2, + 0xd5, + 0xfe, + 0x14, + 0xd3, + 0xfe, + 0x2d, + 0xcd, + 0xfe, + 0xe4, + 0xb3, + 0xfe, + 0x8a, + 0x0f, + 0x09, + 0xa1, + 0x4f, + 0x13, + 0x2b, + 0xb8, + 0x0e, + 0x85, + 0xce, + 0x08, + 0xf6, + 0x64, + 0x00, + 0x01, + 0x70, + 0xf6, + 0xd0, + 0xe6, + 0xfa, + 0x92, + 0xb3, + 0x00, + 0x6a, + 0x4d, + 0x02, + 0x2d, + 0x7e, + 0x02, + 0xed, + 0x4b, + 0x00, + 0xc5, + 0x5c, + 0xfe, + 0xdb, + 0x7b, + 0xfd, + 0xff, + 0xbb, + 0x00, + 0x26, + 0x35, + 0x00, + 0x5b, + 0x00, + 0xff, + 0xf4, + 0xa6, + 0x01, + 0x3a, + 0xd9, + 0xff, + 0x93, + 0xdc, + 0xff, + 0xa1, + 0x8a, + 0x01, + 0xf9, + 0x43, + 0x00, + 0xb6, + 0x9f, + 0x00, + 0x0a, + 0xb9, + 0x01, + 0x11, + 0x00, + 0x01, + 0x53, + 0xec, + 0xff, + 0x11, + 0x08, + 0x00, + 0x31, + 0xb0, + 0xff, + 0x99, + 0xe8, + 0xfe, + 0x30, + 0x4a, + 0xff, + 0xd4, + 0x2a, + 0x00, + 0x95, + 0x71, + 0x00, + 0x0d, + 0x68, + 0x00, + 0x52, + 0x87, + 0x00, + 0x89, + 0x1c, + 0x00, + 0x1e, + 0x82, + 0xff, + 0xda, + 0xa5, + 0xff, + 0xfc, + 0x01, + 0x00, + 0xb8, + 0x9e, + 0xff, + 0x1c, + 0x85, + 0xff, + 0x20, + 0x44, + 0x00, + 0x1c, + 0x58, + 0x00, + 0x5e, + 0xf0, + 0xff, + 0xfc, + 0x3f, + 0x00, + 0x60, + 0x45, + 0x00, + 0xe8, + 0x04, + 0xff, + 0x26, + 0x95, + 0xfe, + 0xbf, + 0x3c, + 0xff, + 0xfa, + 0x5d, + 0xff, + 0x00, + 0x23, + 0xff, + 0xff, + 0xa8, + 0xfe, + 0x82, + 0xab, + 0xfe, + 0x54, + 0x45, + 0xff, + 0xd3, + 0x75, + 0xff, + 0xfc, + 0x57, + 0xff, + 0x09, + 0x31, + 0xff, + 0x83, + 0x0e, + 0xff, + 0xf0, + 0xde, + 0xfe, + 0x07, + 0xb6, + 0xfe, + 0x3b, + 0xcc, + 0xfe, + 0x75, + 0xcd, + 0xfe, + 0xa5, + 0xe2, + 0xfe, + 0xbd, + 0x13, + 0xff, + 0x62, + 0xe7, + 0xfe, + 0x95, + 0xc5, + 0xfe, + 0x82, + 0xf9, + 0x06, + 0x80, + 0x4e, + 0x11, + 0x63, + 0x0d, + 0x0f, + 0x0f, + 0x78, + 0x08, + 0xc0, + 0x6d, + 0x01, + 0x37, + 0xf8, + 0xf7, + 0x5a, + 0xb8, + 0xfa, + 0xfe, + 0xba, + 0x00, + 0x47, + 0xb4, + 0x01, + 0xe9, + 0x85, + 0x02, + 0x05, + 0xbc, + 0x00, + 0x0f, + 0xdf, + 0xfe, + 0xce, + 0xe7, + 0xfd, + 0x5c, + 0xfe, + 0xff, + 0xe3, + 0x88, + 0x00, + 0x53, + 0x1e, + 0xff, + 0xb9, + 0x92, + 0x01, + 0x2f, + 0x54, + 0x00, + 0x4b, + 0x99, + 0xff, + 0xd1, + 0x11, + 0x02, + 0xf4, + 0x31, + 0x01, + 0xc7, + 0xe3, + 0x00, + 0x26, + 0x83, + 0x01, + 0x2a, + 0xb3, + 0x00, + 0xb6, + 0xb9, + 0xff, + 0x22, + 0xa1, + 0xff, + 0xf9, + 0x32, + 0xff, + 0xe5, + 0x88, + 0xfe, + 0x75, + 0x84, + 0xff, + 0x41, + 0x3a, + 0x00, + 0xf7, + 0xfe, + 0xff, + 0xe6, + 0x5f, + 0x00, + 0x84, + 0x3d, + 0x00, + 0x08, + 0xaa, + 0xff, + 0x48, + 0x17, + 0x00, + 0xab, + 0x17, + 0x00, + 0x0f, + 0x94, + 0xff, + 0x46, + 0x4e, + 0xff, + 0xa6, + 0x64, + 0xff, + 0xc7, + 0x40, + 0x00, + 0xd1, + 0x32, + 0x00, + 0x92, + 0xeb, + 0xff, + 0xb6, + 0x6d, + 0x00, + 0x75, + 0xd1, + 0xff, + 0x4e, + 0x8f, + 0xfe, + 0x2a, + 0x8a, + 0xfe, + 0xc2, + 0x40, + 0xff, + 0x3a, + 0x66, + 0xff, + 0xe4, + 0x11, + 0xff, + 0xbd, + 0x99, + 0xfe, + 0x80, + 0xae, + 0xfe, + 0xb4, + 0x3b, + 0xff, + 0x04, + 0x6b, + 0xff, + 0x2c, + 0x69, + 0xff, + 0x60, + 0x35, + 0xff, + 0x99, + 0xe7, + 0xfe, + 0x88, + 0xb7, + 0xfe, + 0x09, + 0xb1, + 0xfe, + 0x4b, + 0xd3, + 0xfe, + 0xcd, + 0xed, + 0xfe, + 0x12, + 0x01, + 0xff, + 0xf0, + 0xf7, + 0xfe, + 0x4b, + 0xe6, + 0xfe, + 0x85, + 0xda, + 0xfe, + 0x3f, + 0xd4, + 0x06, + 0x79, + 0xc9, + 0x0f, + 0xae, + 0xa5, + 0x0d, + 0x10, + 0x98, + 0x08, + 0xcd, + 0x1e, + 0x01, + 0x67, + 0x89, + 0xf8, + 0xec, + 0xbe, + 0xfb, + 0x75, + 0xab, + 0x00, + 0xb5, + 0x05, + 0x02, + 0xd2, + 0x86, + 0x02, + 0x15, + 0xb4, + 0x00, + 0xc8, + 0x3b, + 0xff, + 0xc5, + 0x69, + 0xfe, + 0x7c, + 0x3a, + 0x00, + 0xc6, + 0x3c, + 0x00, + 0xc7, + 0x80, + 0xff, + 0x57, + 0xce, + 0x01, + 0xcb, + 0x2c, + 0x01, + 0x04, + 0x07, + 0x01, + 0xd0, + 0xf8, + 0x01, + 0x33, + 0xda, + 0x00, + 0x3d, + 0xaf, + 0x00, + 0x87, + 0xf2, + 0x00, + 0x29, + 0x0d, + 0x00, + 0xcb, + 0x20, + 0xff, + 0x46, + 0x8e, + 0xff, + 0x36, + 0x36, + 0xff, + 0x93, + 0x8f, + 0xfe, + 0xce, + 0xdf, + 0xff, + 0xb0, + 0x1e, + 0x00, + 0x87, + 0x61, + 0xff, + 0x3c, + 0x2d, + 0x00, + 0x5d, + 0xa0, + 0x00, + 0xb7, + 0x0f, + 0x00, + 0x64, + 0xf6, + 0xff, + 0x72, + 0xd8, + 0xff, + 0x35, + 0x66, + 0xff, + 0x82, + 0x51, + 0xff, + 0x47, + 0x9d, + 0xff, + 0xbe, + 0xf0, + 0xff, + 0x48, + 0x3a, + 0x00, + 0x60, + 0x42, + 0x00, + 0x7d, + 0xd6, + 0xff, + 0x54, + 0x10, + 0xff, + 0x51, + 0x7b, + 0xfe, + 0x35, + 0xe4, + 0xfe, + 0x0e, + 0x60, + 0xff, + 0xa2, + 0x40, + 0xff, + 0xd5, + 0xf4, + 0xfe, + 0x50, + 0xa6, + 0xfe, + 0xfa, + 0xd8, + 0xfe, + 0xc3, + 0x39, + 0xff, + 0xc2, + 0x6d, + 0xff, + 0x6c, + 0x64, + 0xff, + 0xe8, + 0x05, + 0xff, + 0x93, + 0xbe, + 0xfe, + 0xbf, + 0xd4, + 0xfe, + 0x65, + 0x0f, + 0xff, + 0x3e, + 0xf1, + 0xfe, + 0xe3, + 0xe2, + 0xfe, + 0x82, + 0x02, + 0xff, + 0x16, + 0xfc, + 0xfe, + 0x86, + 0xf9, + 0xfe, + 0xb5, + 0xd5, + 0xfe, + 0x9e, + 0xee, + 0x06, + 0x03, + 0x74, + 0x0f, + 0xc4, + 0xd7, + 0x0c, + 0xc9, + 0x90, + 0x07, + 0x36, + 0x5f, + 0x00, + 0xa2, + 0x4e, + 0xf9, + 0x5c, + 0xe5, + 0xfc, + 0x3c, + 0x13, + 0x01, + 0xef, + 0x32, + 0x02, + 0x3c, + 0x79, + 0x02, + 0xa3, + 0xc9, + 0x00, + 0x92, + 0xbe, + 0xff, + 0x4c, + 0xf1, + 0xfe, + 0x7f, + 0x13, + 0x00, + 0xd6, + 0x75, + 0x00, + 0xe1, + 0xd6, + 0x00, + 0x2e, + 0xb2, + 0x02, + 0xaa, + 0x63, + 0x01, + 0x35, + 0xa5, + 0x00, + 0x23, + 0x3e, + 0x01, + 0x8a, + 0x8f, + 0x00, + 0x71, + 0x64, + 0x00, + 0x1c, + 0x75, + 0x00, + 0xc3, + 0xcd, + 0xff, + 0xb0, + 0x56, + 0xff, + 0x85, + 0x99, + 0xff, + 0x00, + 0x26, + 0xff, + 0x00, + 0xf7, + 0xfe, + 0x72, + 0xa0, + 0xff, + 0xe3, + 0xb5, + 0xff, + 0x21, + 0x33, + 0x00, + 0x49, + 0x88, + 0x00, + 0x7d, + 0x03, + 0x00, + 0xdc, + 0xeb, + 0xff, + 0xe9, + 0x24, + 0x00, + 0xf3, + 0x05, + 0x00, + 0x3e, + 0x55, + 0xff, + 0xd4, + 0x27, + 0xff, + 0x2e, + 0xd8, + 0xff, + 0xee, + 0x13, + 0x00, + 0x2c, + 0x1d, + 0x00, + 0xec, + 0xf9, + 0xff, + 0x06, + 0x6d, + 0xff, + 0x80, + 0xeb, + 0xfe, + 0x25, + 0xc0, + 0xfe, + 0x79, + 0x24, + 0xff, + 0xe5, + 0x4a, + 0xff, + 0x0f, + 0x34, + 0xff, + 0xfb, + 0xfa, + 0xfe, + 0x47, + 0xc6, + 0xfe, + 0x6a, + 0x15, + 0xff, + 0xc6, + 0x31, + 0xff, + 0xf1, + 0x49, + 0xff, + 0xa8, + 0x4c, + 0xff, + 0x3b, + 0x1b, + 0xff, + 0x33, + 0x19, + 0xff, + 0x21, + 0x0a, + 0xff, + 0x19, + 0x06, + 0xff, + 0x6e, + 0xee, + 0xfe, + 0x05, + 0xfd, + 0xfe, + 0x49, + 0x23, + 0xff, + 0x57, + 0x0b, + 0xff, + 0x36, + 0xee, + 0xfe, + 0xf7, + 0xc4, + 0xfe, + 0x44, + 0x86, + 0x07, + 0x00, + 0x28, + 0x0f, + 0x1c, + 0xac, + 0x0b, + 0xe9, + 0x90, + 0x06, + 0x39, + 0x55, + 0xff, + 0x17, + 0x19, + 0xfa, + 0xe5, + 0x75, + 0xfe, + 0xff, + 0x89, + 0x01, + 0xaf, + 0x54, + 0x02, + 0xd0, + 0x8b, + 0x02, + 0x5e, + 0x18, + 0x01, + 0xda, + 0x00, + 0x00, + 0xc5, + 0x9b, + 0xff, + 0xa7, + 0x44, + 0x01, + 0x13, + 0x47, + 0x01, + 0x50, + 0xee, + 0x00, + 0x85, + 0xea, + 0x01, + 0x61, + 0xa2, + 0x00, + 0x56, + 0x32, + 0x00, + 0xe5, + 0xaf, + 0x00, + 0x1f, + 0x43, + 0x00, + 0xf9, + 0x61, + 0x00, + 0xf6, + 0x5e, + 0x00, + 0xa4, + 0xc2, + 0xff, + 0xab, + 0x46, + 0xff, + 0xfb, + 0x64, + 0xff, + 0x3d, + 0x1f, + 0xff, + 0x13, + 0x39, + 0xff, + 0xdb, + 0x62, + 0x00, + 0xdd, + 0xfb, + 0xff, + 0x97, + 0x78, + 0xff, + 0x20, + 0x30, + 0x00, + 0xfa, + 0x07, + 0x00, + 0xe7, + 0x24, + 0x00, + 0xf9, + 0x51, + 0x00, + 0x3f, + 0xa5, + 0xff, + 0x57, + 0x70, + 0xff, + 0x85, + 0x5e, + 0xff, + 0x27, + 0x8e, + 0xff, + 0xf0, + 0x11, + 0x00, + 0x87, + 0x1b, + 0x00, + 0x49, + 0xa8, + 0xff, + 0x2b, + 0x01, + 0xff, + 0x5b, + 0xe8, + 0xfe, + 0xe6, + 0x26, + 0xff, + 0xe8, + 0x17, + 0xff, + 0x14, + 0x22, + 0xff, + 0xc9, + 0x41, + 0xff, + 0x3b, + 0x2c, + 0xff, + 0xd0, + 0xf8, + 0xfe, + 0x04, + 0xd2, + 0xfe, + 0xb8, + 0x0b, + 0xff, + 0xab, + 0x79, + 0xff, + 0xd0, + 0x94, + 0xff, + 0xe5, + 0x49, + 0xff, + 0xf0, + 0xf6, + 0xfe, + 0x78, + 0x14, + 0xff, + 0xb8, + 0x23, + 0xff, + 0xa9, + 0xf5, + 0xfe, + 0x54, + 0x1e, + 0xff, + 0x88, + 0x26, + 0xff, + 0x5f, + 0xed, + 0xfe, + 0xe7, + 0xe3, + 0xfe, + 0x32, + 0xe1, + 0xfe, + 0x63, + 0xee, + 0x06, + 0x32, + 0x05, + 0x0f, + 0xd1, + 0x6b, + 0x0b, + 0xbc, + 0x9d, + 0x05, + 0x71, + 0xe6, + 0xff, + 0x6f, + 0xe3, + 0xfa, + 0xf2, + 0xcf, + 0xfe, + 0x20, + 0x54, + 0x02, + 0x88, + 0x7d, + 0x02, + 0x9c, + 0x77, + 0x02, + 0xa4, + 0xa1, + 0x01, + 0x5f, + 0x7a, + 0x01, + 0xc3, + 0x44, + 0x00, + 0xf5, + 0x56, + 0x00, + 0x1c, + 0xe4, + 0x00, + 0xd6, + 0x86, + 0x00, + 0x48, + 0x1e, + 0x01, + 0xab, + 0x77, + 0x00, + 0x6f, + 0x12, + 0x00, + 0x7f, + 0x93, + 0x00, + 0x83, + 0x68, + 0x00, + 0x85, + 0x59, + 0x00, + 0x2e, + 0x26, + 0x00, + 0xae, + 0xa5, + 0xff, + 0x4f, + 0x32, + 0xff, + 0x7c, + 0x6b, + 0xff, + 0xbf, + 0xfd, + 0xff, + 0x9e, + 0xee, + 0xff, + 0x48, + 0x8e, + 0xff, + 0x45, + 0x66, + 0xff, + 0x0c, + 0xb5, + 0xff, + 0x30, + 0x1f, + 0x00, + 0xfe, + 0x0e, + 0x00, + 0x19, + 0x14, + 0x00, + 0x83, + 0x5f, + 0x00, + 0x0f, + 0xd9, + 0xff, + 0x3a, + 0x17, + 0xff, + 0xb0, + 0x56, + 0xff, + 0x49, + 0xd7, + 0xff, + 0x9d, + 0x0e, + 0x00, + 0x0d, + 0xf1, + 0xff, + 0xde, + 0x4a, + 0xff, + 0x14, + 0xdb, + 0xfe, + 0xa2, + 0x1a, + 0xff, + 0xab, + 0x3a, + 0xff, + 0x32, + 0x02, + 0xff, + 0x92, + 0x41, + 0xff, + 0x99, + 0x71, + 0xff, + 0x31, + 0x0f, + 0xff, + 0xd0, + 0xe6, + 0xfe, + 0xa4, + 0xe9, + 0xfe, + 0x54, + 0x38, + 0xff, + 0xe5, + 0xa8, + 0xff, + 0x24, + 0x86, + 0xff, + 0x2f, + 0x3b, + 0xff, + 0x8c, + 0x17, + 0xff, + 0x33, + 0x2e, + 0xff, + 0xa7, + 0x28, + 0xff, + 0x1b, + 0x05, + 0xff, + 0xba, + 0x1c, + 0xff, + 0x7d, + 0x0d, + 0xff, + 0x7c, + 0x01, + 0xff, + 0x2f, + 0xfc, + 0xfe, + 0x82, + 0xed, + 0xfe, + 0x9c, + 0x0a, + 0x06, + 0x3c, + 0x58, + 0x0e, + 0x72, + 0x99, + 0x0b, + 0x66, + 0x41, + 0x05, + 0xff, + 0x8f, + 0x00, + 0x19, + 0x36, + 0xfc, + 0x7b, + 0x53, + 0xff, + 0x2b, + 0xe4, + 0x02, + 0x30, + 0xeb, + 0x02, + 0xdc, + 0x6c, + 0x03, + 0xe3, + 0x53, + 0x02, + 0xf9, + 0xb9, + 0x00, + 0x3d, + 0x9a, + 0xff, + 0x8c, + 0xcb, + 0xff, + 0x12, + 0x1e, + 0x00, + 0x55, + 0x23, + 0x00, + 0x0e, + 0xec, + 0x00, + 0x62, + 0x69, + 0x00, + 0xca, + 0x35, + 0x00, + 0x8d, + 0x70, + 0x00, + 0x96, + 0x2e, + 0x00, + 0x47, + 0x3a, + 0x00, + 0xf2, + 0x04, + 0x00, + 0xa8, + 0xcb, + 0xff, + 0x77, + 0xa6, + 0xff, + 0x68, + 0x46, + 0x00, + 0x8a, + 0x11, + 0x00, + 0xd8, + 0xde, + 0xfe, + 0xf6, + 0x50, + 0xff, + 0x3b, + 0xb4, + 0xff, + 0x1a, + 0xa0, + 0xff, + 0xdb, + 0xba, + 0xff, + 0x13, + 0xe9, + 0xff, + 0xf4, + 0x8b, + 0x00, + 0x80, + 0x06, + 0x00, + 0x55, + 0x6a, + 0xff, + 0xe0, + 0xa8, + 0xff, + 0x28, + 0xab, + 0xff, + 0x75, + 0xc6, + 0xff, + 0x66, + 0xa6, + 0xff, + 0x68, + 0x97, + 0xff, + 0xfd, + 0x45, + 0xff, + 0xdd, + 0xb1, + 0xfe, + 0x2e, + 0x17, + 0xff, + 0x35, + 0x6c, + 0xff, + 0xf0, + 0x34, + 0xff, + 0xd4, + 0x1d, + 0xff, + 0x51, + 0x44, + 0xff, + 0xfc, + 0x47, + 0xff, + 0x14, + 0x16, + 0xff, + 0x05, + 0x13, + 0xff, + 0x37, + 0x25, + 0xff, + 0xb1, + 0x76, + 0xff, + 0x43, + 0xa1, + 0xff, + 0x81, + 0x65, + 0xff, + 0x45, + 0x31, + 0xff, + 0xe2, + 0x19, + 0xff, + 0xa1, + 0x1e, + 0xff, + 0x8c, + 0x0b, + 0xff, + 0x18, + 0x0f, + 0xff, + 0x25, + 0x18, + 0xff, + 0xd8, + 0x14, + 0xff, + 0x2b, + 0x1c, + 0xff, + 0x8b, + 0xfa, + 0xfe, + 0xac, + 0xec, + 0x05, + 0x21, + 0x43, + 0x0e, + 0xc2, + 0x5e, + 0x0b, + 0x3f, + 0xa3, + 0x04, + 0x3e, + 0x0a, + 0x01, + 0x5d, + 0xc6, + 0xfd, + 0x80, + 0x19, + 0x00, + 0x58, + 0x9c, + 0x03, + 0xe1, + 0xa5, + 0x03, + 0xba, + 0x8e, + 0x02, + 0xb5, + 0x15, + 0x01, + 0x87, + 0x6f, + 0x00, + 0x7a, + 0x6d, + 0xff, + 0x1e, + 0x8c, + 0xff, + 0xf9, + 0xf3, + 0xff, + 0x23, + 0xef, + 0xff, + 0x78, + 0xf8, + 0x00, + 0x26, + 0x60, + 0x00, + 0x72, + 0xf3, + 0xff, + 0xab, + 0x4b, + 0x00, + 0x14, + 0x37, + 0x00, + 0x19, + 0x81, + 0x00, + 0xe6, + 0xe9, + 0xff, + 0x67, + 0x2d, + 0x00, + 0xc5, + 0xc0, + 0x00, + 0x3a, + 0x8b, + 0xff, + 0xa3, + 0x00, + 0xff, + 0xdf, + 0x6a, + 0xff, + 0x0f, + 0x75, + 0xff, + 0x68, + 0x56, + 0xff, + 0x04, + 0x64, + 0xff, + 0xd1, + 0xde, + 0xff, + 0x1d, + 0x05, + 0x00, + 0x70, + 0xd7, + 0xff, + 0x59, + 0x16, + 0x00, + 0x30, + 0x14, + 0x00, + 0xde, + 0xdb, + 0xff, + 0xab, + 0xa3, + 0xff, + 0x01, + 0x64, + 0xff, + 0xd7, + 0x7b, + 0xff, + 0x57, + 0x74, + 0xff, + 0x75, + 0x2d, + 0xff, + 0x92, + 0xd5, + 0xfe, + 0xf4, + 0x0c, + 0xff, + 0x71, + 0x78, + 0xff, + 0x56, + 0x1c, + 0xff, + 0xcd, + 0x19, + 0xff, + 0x8e, + 0x77, + 0xff, + 0x5f, + 0x74, + 0xff, + 0x30, + 0x35, + 0xff, + 0xd9, + 0xe5, + 0xfe, + 0xb1, + 0x17, + 0xff, + 0x7a, + 0x8a, + 0xff, + 0xeb, + 0xb8, + 0xff, + 0x3a, + 0x79, + 0xff, + 0x1e, + 0x1f, + 0xff, + 0xe8, + 0x16, + 0xff, + 0x20, + 0x12, + 0xff, + 0x6c, + 0x0f, + 0xff, + 0xcf, + 0x13, + 0xff, + 0x4a, + 0x26, + 0xff, + 0xce, + 0x38, + 0xff, + 0x10, + 0x1a, + 0xff, + 0xcc, + 0xfa, + 0xfe, + 0x6a, + 0x75, + 0x05, + 0x2a, + 0x38, + 0x0e, + 0x27, + 0xdd, + 0x0b, + 0xf8, + 0x57, + 0x04, + 0xa8, + 0x96, + 0x01, + 0x4a, + 0x38, + 0xff, + 0x6c, + 0xd9, + 0x00, + 0xe5, + 0x99, + 0x03, + 0x13, + 0x9e, + 0x02, + 0x62, + 0xba, + 0x01, + 0x0c, + 0xb7, + 0x00, + 0x8e, + 0x2c, + 0x00, + 0x85, + 0x9c, + 0xff, + 0xc5, + 0x91, + 0xff, + 0xd4, + 0xdf, + 0xff, + 0xbf, + 0xaa, + 0xff, + 0x0c, + 0xe2, + 0x00, + 0xef, + 0x63, + 0x00, + 0xf3, + 0x80, + 0xff, + 0x83, + 0x8e, + 0x00, + 0xa6, + 0xbf, + 0x00, + 0xcc, + 0x35, + 0x00, + 0x80, + 0x3e, + 0x00, + 0x6d, + 0x1a, + 0x01, + 0xaf, + 0x12, + 0x00, + 0x41, + 0xbd, + 0xfe, + 0xec, + 0x92, + 0xff, + 0x25, + 0x61, + 0xff, + 0xb8, + 0x00, + 0xff, + 0xf0, + 0x49, + 0xff, + 0x3f, + 0x9b, + 0xff, + 0xd6, + 0xcf, + 0xff, + 0x41, + 0x4a, + 0xff, + 0xeb, + 0xf5, + 0xff, + 0x0a, + 0xb6, + 0x00, + 0x8b, + 0x48, + 0x00, + 0x42, + 0xca, + 0xff, + 0x52, + 0x39, + 0xff, + 0xca, + 0x61, + 0xff, + 0x04, + 0x87, + 0xff, + 0xf9, + 0x56, + 0xff, + 0xc8, + 0x45, + 0xff, + 0x16, + 0xec, + 0xfe, + 0x93, + 0xf7, + 0xfe, + 0xd9, + 0x13, + 0xff, + 0x3c, + 0x2d, + 0xff, + 0xb0, + 0x73, + 0xff, + 0xda, + 0x95, + 0xff, + 0x99, + 0x83, + 0xff, + 0xd6, + 0x0f, + 0xff, + 0xad, + 0xf3, + 0xfe, + 0x62, + 0x2c, + 0xff, + 0xa5, + 0x85, + 0xff, + 0x2e, + 0xc3, + 0xff, + 0x05, + 0x6a, + 0xff, + 0xb3, + 0x2c, + 0xff, + 0xd2, + 0x12, + 0xff, + 0xe5, + 0x08, + 0xff, + 0x28, + 0x0a, + 0xff, + 0xe7, + 0x10, + 0xff, + 0xb0, + 0x59, + 0xff, + 0xcf, + 0x42, + 0xff, + 0x72, + 0x0c, + 0xff, + 0x0f, + 0x01, + 0xff, + 0x29, + 0xca, + 0x06, + 0xce, + 0x45, + 0x0f, + 0x34, + 0x6a, + 0x0b, + 0xbf, + 0x45, + 0x04, + 0xa0, + 0x19, + 0x01, + 0xf8, + 0x2d, + 0xff, + 0x02, + 0x27, + 0x01, + 0x39, + 0xc9, + 0x02, + 0xe0, + 0x37, + 0x02, + 0x64, + 0x43, + 0x01, + 0x59, + 0x8f, + 0x00, + 0x40, + 0x7a, + 0x00, + 0x7a, + 0x3f, + 0xff, + 0xf7, + 0x74, + 0xff, + 0x6b, + 0x0e, + 0x00, + 0x28, + 0xb2, + 0xff, + 0x7d, + 0x8f, + 0x00, + 0x9d, + 0x4b, + 0x00, + 0xaf, + 0x00, + 0x00, + 0x8c, + 0xc3, + 0x00, + 0xd9, + 0x6c, + 0x00, + 0xd5, + 0xc0, + 0x00, + 0x28, + 0x69, + 0x01, + 0xbb, + 0xfb, + 0xff, + 0x5c, + 0x1c, + 0xff, + 0xe4, + 0xe4, + 0xff, + 0x46, + 0x74, + 0xff, + 0x43, + 0xa1, + 0xfe, + 0x0e, + 0x04, + 0xff, + 0x0f, + 0xa1, + 0xff, + 0x08, + 0x80, + 0xff, + 0x10, + 0x29, + 0xff, + 0x16, + 0xb9, + 0xff, + 0x32, + 0x86, + 0x00, + 0x44, + 0xc8, + 0x00, + 0xba, + 0x06, + 0x00, + 0xbf, + 0x2c, + 0xff, + 0xe5, + 0x61, + 0xff, + 0x14, + 0x95, + 0xff, + 0x8a, + 0x9d, + 0xff, + 0x43, + 0x89, + 0xff, + 0x9e, + 0x3d, + 0xff, + 0xa6, + 0xe6, + 0xfe, + 0x7f, + 0x9f, + 0xfe, + 0x0b, + 0xf5, + 0xfe, + 0x90, + 0x6b, + 0xff, + 0xa4, + 0xa8, + 0xff, + 0x06, + 0xa4, + 0xff, + 0xca, + 0x63, + 0xff, + 0x43, + 0x37, + 0xff, + 0x27, + 0x0c, + 0xff, + 0x87, + 0x31, + 0xff, + 0xbf, + 0x93, + 0xff, + 0xee, + 0xab, + 0xff, + 0xf8, + 0x73, + 0xff, + 0x78, + 0x31, + 0xff, + 0xed, + 0x04, + 0xff, + 0x2d, + 0xf9, + 0xfe, + 0x26, + 0x14, + 0xff, + 0xf6, + 0x3a, + 0xff, + 0x9e, + 0x62, + 0xff, + 0x6f, + 0x4b, + 0xff, + 0x51, + 0x0f, + 0xff, + 0xf9, + 0xfb, + 0xfe, + 0x78, + 0x4b, + 0x07, + 0x90, + 0x47, + 0x10, + 0x48, + 0x02, + 0x0c, + 0x0e, + 0xf4, + 0x03, + 0x03, + 0x6a, + 0x00, + 0xc9, + 0x6d, + 0xfe, + 0x58, + 0x14, + 0x00, + 0x49, + 0x7c, + 0x02, + 0xc6, + 0xcd, + 0x02, + 0xd3, + 0x61, + 0x01, + 0x66, + 0x81, + 0x00, + 0x0b, + 0x8d, + 0x00, + 0x50, + 0x21, + 0xff, + 0x1f, + 0x32, + 0xff, + 0x38, + 0xfe, + 0xff, + 0x74, + 0x01, + 0x00, + 0xe3, + 0x8b, + 0x00, + 0x8f, + 0x45, + 0x00, + 0xe0, + 0x6b, + 0x00, + 0x81, + 0x74, + 0x00, + 0x21, + 0x63, + 0x00, + 0xe8, + 0xc8, + 0x01, + 0x1d, + 0x0d, + 0x01, + 0x77, + 0x44, + 0xff, + 0xcb, + 0xa4, + 0xff, + 0x42, + 0xdf, + 0xff, + 0x42, + 0x3f, + 0xff, + 0x8a, + 0xb4, + 0xfe, + 0x3e, + 0x0b, + 0xff, + 0xb8, + 0x7c, + 0xff, + 0x32, + 0xf6, + 0xfe, + 0x82, + 0x77, + 0xff, + 0x86, + 0x6d, + 0x00, + 0x0d, + 0x8b, + 0x00, + 0x1a, + 0x4a, + 0x00, + 0x86, + 0x87, + 0xff, + 0xe8, + 0x4d, + 0xff, + 0xee, + 0x73, + 0xff, + 0x87, + 0xae, + 0xff, + 0xa9, + 0xef, + 0xff, + 0x98, + 0x89, + 0xff, + 0x86, + 0x49, + 0xff, + 0x7b, + 0xe4, + 0xfe, + 0x0c, + 0x87, + 0xfe, + 0x31, + 0xec, + 0xfe, + 0xb7, + 0x64, + 0xff, + 0x5e, + 0x9d, + 0xff, + 0xe9, + 0x7e, + 0xff, + 0x01, + 0x7b, + 0xff, + 0x5e, + 0x75, + 0xff, + 0xf5, + 0x28, + 0xff, + 0x2c, + 0x1c, + 0xff, + 0x87, + 0x68, + 0xff, + 0x13, + 0xc3, + 0xff, + 0x39, + 0x94, + 0xff, + 0x38, + 0x20, + 0xff, + 0x04, + 0xf4, + 0xfe, + 0xc4, + 0xfc, + 0xfe, + 0xe6, + 0x26, + 0xff, + 0xcb, + 0x4b, + 0xff, + 0x0b, + 0x61, + 0xff, + 0xbe, + 0x41, + 0xff, + 0x17, + 0x1a, + 0xff, + 0x65, + 0x14, + 0xff, + 0x26, + 0x55, + 0x07, + 0xc4, + 0xfc, + 0x10, + 0x15, + 0xe8, + 0x0c, + 0x12, + 0x9f, + 0x03, + 0x50, + 0xae, + 0xff, + 0xab, + 0xd7, + 0xfd, + 0x04, + 0x46, + 0xff, + 0x09, + 0x34, + 0x02, + 0xd7, + 0xbb, + 0x02, + 0x8b, + 0x43, + 0x01, + 0xf2, + 0xd7, + 0x00, + 0xaf, + 0xbc, + 0x00, + 0xb2, + 0xe8, + 0xfe, + 0x34, + 0x2d, + 0xff, + 0xcb, + 0x30, + 0x00, + 0x4f, + 0x00, + 0x00, + 0xad, + 0x73, + 0x00, + 0x66, + 0x9f, + 0x00, + 0xeb, + 0x88, + 0x00, + 0x16, + 0xd7, + 0xff, + 0x55, + 0xb4, + 0x00, + 0x25, + 0x7e, + 0x02, + 0x85, + 0xa1, + 0x00, + 0x62, + 0x29, + 0xff, + 0x33, + 0x00, + 0x00, + 0xc3, + 0xc7, + 0xff, + 0xb4, + 0x10, + 0xff, + 0x0d, + 0xee, + 0xfe, + 0x90, + 0x59, + 0xff, + 0x6d, + 0x10, + 0xff, + 0x05, + 0xa5, + 0xfe, + 0x40, + 0xa5, + 0xff, + 0x9b, + 0xc1, + 0x00, + 0x89, + 0xd3, + 0x00, + 0x4e, + 0xb4, + 0xff, + 0xb5, + 0xf3, + 0xfe, + 0x13, + 0x63, + 0xff, + 0x91, + 0xa6, + 0xff, + 0x8b, + 0xd8, + 0xff, + 0x78, + 0xed, + 0xff, + 0x57, + 0xa5, + 0xff, + 0xe0, + 0x60, + 0xff, + 0x1d, + 0x0c, + 0xff, + 0x56, + 0xd9, + 0xfe, + 0x59, + 0xe0, + 0xfe, + 0x45, + 0x1f, + 0xff, + 0x22, + 0x61, + 0xff, + 0xe0, + 0x67, + 0xff, + 0x39, + 0x6a, + 0xff, + 0xa3, + 0x70, + 0xff, + 0xe4, + 0x65, + 0xff, + 0x26, + 0x4c, + 0xff, + 0x12, + 0x50, + 0xff, + 0x5b, + 0x80, + 0xff, + 0xf1, + 0x9b, + 0xff, + 0xd8, + 0x5d, + 0xff, + 0x6d, + 0xf5, + 0xfe, + 0x0e, + 0xf3, + 0xfe, + 0x22, + 0x2d, + 0xff, + 0xac, + 0x50, + 0xff, + 0x83, + 0x5f, + 0xff, + 0x47, + 0x37, + 0xff, + 0x64, + 0x18, + 0xff, + 0x80, + 0x17, + 0xff, + 0x7b, + 0xdb, + 0x06, + 0x81, + 0xd0, + 0x10, + 0x4e, + 0xf8, + 0x0d, + 0x5e, + 0x21, + 0x04, + 0x9c, + 0x01, + 0xff, + 0x30, + 0x52, + 0xfd, + 0xe4, + 0x23, + 0xff, + 0x36, + 0x5b, + 0x02, + 0x52, + 0xc3, + 0x02, + 0x5c, + 0xcc, + 0x00, + 0x68, + 0x2b, + 0x00, + 0x09, + 0x88, + 0x00, + 0x5a, + 0x63, + 0xff, + 0xdd, + 0x61, + 0xff, + 0x81, + 0x09, + 0x00, + 0xc7, + 0x42, + 0x00, + 0x5e, + 0xc2, + 0x00, + 0x86, + 0x4f, + 0x00, + 0xe2, + 0x49, + 0x00, + 0x87, + 0x17, + 0x00, + 0x2c, + 0x76, + 0x00, + 0xe8, + 0x4a, + 0x02, + 0xdf, + 0x39, + 0x01, + 0x0d, + 0x53, + 0xff, + 0x22, + 0xc6, + 0xff, + 0x1e, + 0xe5, + 0xff, + 0xa1, + 0x26, + 0xff, + 0xc7, + 0x09, + 0xff, + 0x5f, + 0x6d, + 0xff, + 0x5b, + 0xfd, + 0xfe, + 0x15, + 0xbd, + 0xfe, + 0x03, + 0x9e, + 0xff, + 0x14, + 0x84, + 0x00, + 0x74, + 0xc8, + 0x00, + 0x26, + 0xce, + 0xff, + 0xf2, + 0xd7, + 0xfe, + 0xb6, + 0x06, + 0xff, + 0x77, + 0x92, + 0xff, + 0xf8, + 0x1d, + 0x00, + 0x68, + 0xfe, + 0xff, + 0xc5, + 0x7b, + 0xff, + 0xce, + 0x66, + 0xff, + 0x5a, + 0x4d, + 0xff, + 0x15, + 0x18, + 0xff, + 0x38, + 0x1c, + 0xff, + 0xf8, + 0x24, + 0xff, + 0x21, + 0x1a, + 0xff, + 0x9c, + 0x3f, + 0xff, + 0x08, + 0x60, + 0xff, + 0x13, + 0x33, + 0xff, + 0x71, + 0x28, + 0xff, + 0x79, + 0x7c, + 0xff, + 0x29, + 0x9a, + 0xff, + 0xe3, + 0x70, + 0xff, + 0x8d, + 0x61, + 0xff, + 0x2d, + 0x4a, + 0xff, + 0xc1, + 0x35, + 0xff, + 0xed, + 0x22, + 0xff, + 0x78, + 0x20, + 0xff, + 0xd1, + 0x47, + 0xff, + 0x28, + 0x4a, + 0xff, + 0x44, + 0x37, + 0xff, + 0x09, + 0x19, + 0xff, + 0x09, + 0x0d, + 0xff, + 0xb3, + 0x86, + 0x05, + 0xb4, + 0xbc, + 0x0f, + 0x48, + 0xb0, + 0x0f, + 0x5e, + 0xe8, + 0x05, + 0x79, + 0x02, + 0xff, + 0x62, + 0xa6, + 0xfc, + 0x8d, + 0x8d, + 0xfe, + 0xef, + 0x5d, + 0x02, + 0x33, + 0x62, + 0x03, + 0xf4, + 0x62, + 0x01, + 0xd5, + 0x85, + 0xff, + 0xff, + 0xa0, + 0xff, + 0x2e, + 0x47, + 0xff, + 0xe0, + 0xfe, + 0xfe, + 0xf8, + 0x00, + 0x00, + 0xb4, + 0xed, + 0x00, + 0x43, + 0x1e, + 0x01, + 0x1d, + 0x4c, + 0x00, + 0x61, + 0x55, + 0x00, + 0x8a, + 0x34, + 0x00, + 0xe5, + 0xc7, + 0xff, + 0x58, + 0xe2, + 0x01, + 0xc3, + 0x34, + 0x02, + 0x9b, + 0xb3, + 0xff, + 0x7c, + 0x6a, + 0xff, + 0xa1, + 0x28, + 0x00, + 0x87, + 0x9c, + 0xff, + 0x54, + 0x31, + 0xff, + 0xee, + 0x73, + 0xff, + 0x28, + 0x3c, + 0xff, + 0x49, + 0xe4, + 0xfe, + 0x2a, + 0x85, + 0xff, + 0x82, + 0x7a, + 0x00, + 0x35, + 0xc7, + 0x00, + 0x9d, + 0xe0, + 0xff, + 0xc2, + 0xd9, + 0xfe, + 0xfd, + 0xe6, + 0xfe, + 0x39, + 0x70, + 0xff, + 0xa3, + 0x08, + 0x00, + 0x5b, + 0x28, + 0x00, + 0x08, + 0xad, + 0xff, + 0xd2, + 0x51, + 0xff, + 0xb3, + 0x5a, + 0xff, + 0x37, + 0x6e, + 0xff, + 0x85, + 0x57, + 0xff, + 0xf5, + 0x5d, + 0xff, + 0x11, + 0x53, + 0xff, + 0x00, + 0x4d, + 0xff, + 0xb9, + 0x58, + 0xff, + 0xf2, + 0x10, + 0xff, + 0x1c, + 0xdd, + 0xfe, + 0x2f, + 0x1d, + 0xff, + 0x72, + 0x8f, + 0xff, + 0x0f, + 0xbf, + 0xff, + 0x8c, + 0x92, + 0xff, + 0x97, + 0x3e, + 0xff, + 0x31, + 0x16, + 0xff, + 0xd7, + 0x41, + 0xff, + 0xb6, + 0x6f, + 0xff, + 0xb5, + 0x72, + 0xff, + 0x12, + 0x4c, + 0xff, + 0x85, + 0x21, + 0xff, + 0xd4, + 0x09, + 0xff, + 0x83, + 0x25, + 0xff, + 0xba, + 0x2f, + 0x05, + 0x70, + 0x6f, + 0x0f, + 0xd1, + 0x5c, + 0x10, + 0xaa, + 0xcc, + 0x06, + 0xcf, + 0x08, + 0xff, + 0x9e, + 0x1f, + 0xfc, + 0xad, + 0x17, + 0xfe, + 0xfe, + 0x62, + 0x02, + 0x40, + 0xd1, + 0x03, + 0x94, + 0xb0, + 0x01, + 0x36, + 0x5e, + 0xff, + 0x2a, + 0x50, + 0xff, + 0x63, + 0x21, + 0xff, + 0x84, + 0x8d, + 0xfe, + 0xe5, + 0x2c, + 0xff, + 0x5d, + 0x83, + 0x00, + 0x1a, + 0x75, + 0x01, + 0x6f, + 0xc3, + 0x00, + 0xca, + 0x3a, + 0x00, + 0xfb, + 0x51, + 0x00, + 0x76, + 0xee, + 0xff, + 0x05, + 0x01, + 0x01, + 0x34, + 0x2e, + 0x02, + 0xf3, + 0x87, + 0x00, + 0x5c, + 0x19, + 0xff, + 0x1d, + 0xbb, + 0xff, + 0xd7, + 0xcb, + 0xff, + 0x10, + 0x94, + 0xff, + 0x74, + 0xc3, + 0xff, + 0xc6, + 0x46, + 0xff, + 0xe4, + 0xd9, + 0xfe, + 0x3a, + 0x7d, + 0xff, + 0xd4, + 0x8e, + 0x00, + 0x96, + 0xb3, + 0x00, + 0xfb, + 0xf6, + 0xff, + 0x02, + 0x0f, + 0xff, + 0x99, + 0x8b, + 0xfe, + 0x78, + 0x1f, + 0xff, + 0x93, + 0x0f, + 0x00, + 0x2b, + 0x3d, + 0x00, + 0xf8, + 0xa0, + 0xff, + 0x8d, + 0x2c, + 0xff, + 0x13, + 0x69, + 0xff, + 0x27, + 0x84, + 0xff, + 0x69, + 0x6c, + 0xff, + 0x2e, + 0x76, + 0xff, + 0x90, + 0x60, + 0xff, + 0x50, + 0x82, + 0xff, + 0x01, + 0x93, + 0xff, + 0x7c, + 0x14, + 0xff, + 0xdb, + 0xb7, + 0xfe, + 0xca, + 0xdb, + 0xfe, + 0x5d, + 0x38, + 0xff, + 0x7f, + 0x77, + 0xff, + 0xc3, + 0x8d, + 0xff, + 0x85, + 0x74, + 0xff, + 0x19, + 0x2c, + 0xff, + 0xe9, + 0x27, + 0xff, + 0x0b, + 0x61, + 0xff, + 0x35, + 0x95, + 0xff, + 0x6b, + 0x8f, + 0xff, + 0x24, + 0x2f, + 0xff, + 0xc2, + 0xf3, + 0xfe, + 0x6f, + 0x24, + 0xff, + 0xb5, + 0xac, + 0x05, + 0x90, + 0x49, + 0x10, + 0xcb, + 0x88, + 0x10, + 0xa8, + 0xa7, + 0x06, + 0x19, + 0xd5, + 0xfe, + 0xb9, + 0x70, + 0xfb, + 0x0d, + 0xf7, + 0xfd, + 0x73, + 0xe6, + 0x02, + 0x0b, + 0x05, + 0x04, + 0x32, + 0xc2, + 0x01, + 0x57, + 0x38, + 0xff, + 0x65, + 0x09, + 0xff, + 0x0b, + 0x46, + 0xff, + 0x6b, + 0x91, + 0xfe, + 0xde, + 0xc6, + 0xfe, + 0x1e, + 0x0d, + 0x00, + 0xe6, + 0xff, + 0x00, + 0x04, + 0x9b, + 0x00, + 0x22, + 0x3a, + 0x00, + 0xfa, + 0x81, + 0x00, + 0xf4, + 0x63, + 0x00, + 0xcb, + 0xc7, + 0x00, + 0xc3, + 0xd6, + 0x01, + 0x70, + 0x14, + 0x01, + 0x07, + 0x39, + 0xff, + 0x0a, + 0x03, + 0xff, + 0xf0, + 0x99, + 0xff, + 0x08, + 0xe2, + 0xff, + 0x66, + 0x06, + 0x00, + 0x44, + 0xa3, + 0xff, + 0x15, + 0x09, + 0xff, + 0x3f, + 0x87, + 0xff, + 0x46, + 0x94, + 0x00, + 0x3b, + 0xa4, + 0x00, + 0x1f, + 0x2b, + 0x00, + 0xad, + 0x5b, + 0xff, + 0x8e, + 0x7f, + 0xfe, + 0x25, + 0xcb, + 0xfe, + 0x1a, + 0xf6, + 0xff, + 0x90, + 0x67, + 0x00, + 0xb2, + 0xa4, + 0xff, + 0xc3, + 0x13, + 0xff, + 0x18, + 0x38, + 0xff, + 0x0b, + 0x9c, + 0xff, + 0xf2, + 0xb9, + 0xff, + 0xe0, + 0x70, + 0xff, + 0xfe, + 0x74, + 0xff, + 0x56, + 0xa8, + 0xff, + 0xa7, + 0xb8, + 0xff, + 0x53, + 0x54, + 0xff, + 0x3f, + 0xba, + 0xfe, + 0x41, + 0xd4, + 0xfe, + 0xde, + 0x26, + 0xff, + 0x58, + 0x3f, + 0xff, + 0x28, + 0x49, + 0xff, + 0x49, + 0x42, + 0xff, + 0x61, + 0x44, + 0xff, + 0xaa, + 0x41, + 0xff, + 0x81, + 0x6a, + 0xff, + 0x3d, + 0xb0, + 0xff, + 0xe2, + 0x99, + 0xff, + 0x75, + 0x53, + 0xff, + 0xa5, + 0x2e, + 0xff, + 0x3f, + 0x2b, + 0xff, + 0x73, + 0xf7, + 0x05, + 0xfd, + 0x1c, + 0x11, + 0x67, + 0x5a, + 0x11, + 0x54, + 0xee, + 0x06, + 0x37, + 0x72, + 0xfe, + 0x6b, + 0xb5, + 0xfa, + 0x72, + 0x9d, + 0xfd, + 0x65, + 0x2c, + 0x03, + 0x47, + 0xa1, + 0x04, + 0x8c, + 0xd8, + 0x01, + 0x0c, + 0xc2, + 0xfe, + 0xc7, + 0xf8, + 0xfe, + 0xe7, + 0x5c, + 0xff, + 0xed, + 0x97, + 0xfe, + 0xfa, + 0xcc, + 0xfe, + 0xe1, + 0xc1, + 0xff, + 0xbb, + 0xa7, + 0x00, + 0xab, + 0x5c, + 0x00, + 0x4f, + 0x9f, + 0xff, + 0xdd, + 0xf6, + 0xff, + 0xe6, + 0xc0, + 0x00, + 0xa5, + 0xe1, + 0x00, + 0x69, + 0x78, + 0x01, + 0x1e, + 0xbb, + 0x01, + 0x5d, + 0xe9, + 0xff, + 0x8f, + 0x90, + 0xfe, + 0x59, + 0xd2, + 0xfe, + 0x2d, + 0x94, + 0xff, + 0x90, + 0x32, + 0x00, + 0xae, + 0x0a, + 0x00, + 0x63, + 0x4b, + 0xff, + 0xfa, + 0x81, + 0xff, + 0x06, + 0xc7, + 0x00, + 0x16, + 0xb9, + 0x00, + 0x67, + 0x24, + 0x00, + 0xa1, + 0xbf, + 0xff, + 0xfd, + 0xd9, + 0xfe, + 0x21, + 0xbf, + 0xfe, + 0x9e, + 0x79, + 0xff, + 0x32, + 0x50, + 0x00, + 0x78, + 0x0e, + 0x00, + 0x61, + 0x07, + 0xff, + 0x80, + 0xf1, + 0xfe, + 0x87, + 0x62, + 0xff, + 0xd7, + 0xcf, + 0xff, + 0xe0, + 0xc4, + 0xff, + 0x9b, + 0x7d, + 0xff, + 0x27, + 0xb9, + 0xff, + 0x23, + 0xde, + 0xff, + 0x0d, + 0x72, + 0xff, + 0x08, + 0xe1, + 0xfe, + 0x0f, + 0xcf, + 0xfe, + 0x91, + 0x22, + 0xff, + 0x94, + 0x55, + 0xff, + 0x02, + 0x49, + 0xff, + 0xbe, + 0x0a, + 0xff, + 0x07, + 0xdc, + 0xfe, + 0x9b, + 0x18, + 0xff, + 0x36, + 0x8c, + 0xff, + 0x8e, + 0xc1, + 0xff, + 0x50, + 0xc1, + 0xff, + 0xe7, + 0x86, + 0xff, + 0xfc, + 0x2e, + 0xff, + 0x0b, + 0x1e, + 0xff, + 0x41, + 0xc7, + 0x06, + 0x48, + 0x9d, + 0x12, + 0xbc, + 0xf9, + 0x11, + 0xbe, + 0x5b, + 0x06, + 0x69, + 0x6a, + 0xfd, + 0x02, + 0x37, + 0xfa, + 0xda, + 0xb0, + 0xfd, + 0xe2, + 0x7f, + 0x03, + 0x05, + 0x23, + 0x05, + 0x48, + 0x89, + 0x01, + 0x39, + 0x2e, + 0xfe, + 0xd7, + 0xe8, + 0xfe, + 0x9e, + 0x57, + 0xff, + 0x08, + 0xb0, + 0xfe, + 0xc8, + 0xe3, + 0xfe, + 0x38, + 0xaf, + 0xff, + 0x06, + 0x62, + 0x00, + 0x8e, + 0x3e, + 0x00, + 0xc0, + 0x85, + 0xff, + 0x43, + 0x50, + 0xff, + 0xb9, + 0x62, + 0x00, + 0x53, + 0xed, + 0x00, + 0xe7, + 0x25, + 0x01, + 0xd4, + 0x9a, + 0x01, + 0xf9, + 0xa1, + 0x00, + 0x55, + 0x03, + 0xff, + 0x09, + 0x45, + 0xfe, + 0xcf, + 0x03, + 0xff, + 0xfa, + 0x0d, + 0x00, + 0x3d, + 0x17, + 0x00, + 0xf3, + 0x57, + 0xff, + 0xcc, + 0x87, + 0xff, + 0x93, + 0xcd, + 0x00, + 0x42, + 0x9c, + 0x00, + 0x06, + 0x37, + 0x00, + 0xfc, + 0x2a, + 0x00, + 0x19, + 0x1b, + 0xff, + 0x08, + 0xb0, + 0xfe, + 0x0b, + 0x78, + 0xff, + 0x44, + 0x34, + 0x00, + 0x21, + 0xeb, + 0xff, + 0x8e, + 0x2f, + 0xff, + 0x26, + 0xf0, + 0xfe, + 0x94, + 0x2d, + 0xff, + 0x1b, + 0x95, + 0xff, + 0xff, + 0xbc, + 0xff, + 0x8f, + 0xd0, + 0xff, + 0x46, + 0xc8, + 0xff, + 0xd7, + 0xc2, + 0xff, + 0xbe, + 0x80, + 0xff, + 0x99, + 0xe7, + 0xfe, + 0x7d, + 0xd8, + 0xfe, + 0xb0, + 0x1d, + 0xff, + 0x1c, + 0x54, + 0xff, + 0xa7, + 0x68, + 0xff, + 0x73, + 0x14, + 0xff, + 0x50, + 0xba, + 0xfe, + 0xe0, + 0xe4, + 0xfe, + 0xd3, + 0x62, + 0xff, + 0x6b, + 0xbf, + 0xff, + 0x13, + 0xe3, + 0xff, + 0xf9, + 0x8e, + 0xff, + 0xb1, + 0x05, + 0xff, + 0xb1, + 0x09, + 0xff, + 0x14, + 0xda, + 0x07, + 0xbc, + 0x86, + 0x14, + 0x4f, + 0xcc, + 0x12, + 0xb3, + 0xb9, + 0x05, + 0x60, + 0x4b, + 0xfc, + 0x43, + 0x8f, + 0xf9, + 0x21, + 0x6d, + 0xfd, + 0x2d, + 0x1c, + 0x04, + 0x1b, + 0x1e, + 0x06, + 0x14, + 0xf5, + 0x00, + 0xb0, + 0x52, + 0xfd, + 0x90, + 0xd6, + 0xfe, + 0x93, + 0x67, + 0xff, + 0xc7, + 0xc9, + 0xfe, + 0x6c, + 0xe5, + 0xfe, + 0x94, + 0xcb, + 0xff, + 0x31, + 0x49, + 0x00, + 0xb0, + 0x08, + 0x00, + 0x76, + 0x6e, + 0xff, + 0x8f, + 0x04, + 0xff, + 0x58, + 0x1d, + 0x00, + 0x87, + 0xb5, + 0x00, + 0x40, + 0xb9, + 0x00, + 0x6a, + 0x2c, + 0x01, + 0xcc, + 0xe9, + 0x00, + 0x6b, + 0x94, + 0xff, + 0x70, + 0x58, + 0xfe, + 0xd5, + 0xc7, + 0xfe, + 0xb7, + 0xa4, + 0xff, + 0x6f, + 0x07, + 0x00, + 0xd5, + 0x73, + 0xff, + 0xd5, + 0x55, + 0xff, + 0x0f, + 0x97, + 0x00, + 0x5a, + 0x5f, + 0x00, + 0x2a, + 0x1a, + 0x00, + 0xa5, + 0x57, + 0x00, + 0x8b, + 0xac, + 0xff, + 0x36, + 0x40, + 0xff, + 0xfc, + 0x5a, + 0xff, + 0x7c, + 0xf2, + 0xff, + 0xa7, + 0xf2, + 0xff, + 0xf8, + 0x5c, + 0xff, + 0x7c, + 0x0e, + 0xff, + 0x21, + 0xf1, + 0xfe, + 0x4a, + 0x68, + 0xff, + 0xcd, + 0xcb, + 0xff, + 0xb4, + 0xd1, + 0xff, + 0x41, + 0xe1, + 0xff, + 0x0e, + 0xd5, + 0xff, + 0x49, + 0x64, + 0xff, + 0x06, + 0xcc, + 0xfe, + 0x43, + 0xdf, + 0xfe, + 0xcb, + 0x47, + 0xff, + 0x7d, + 0x6f, + 0xff, + 0xe0, + 0x51, + 0xff, + 0xfa, + 0xfc, + 0xfe, + 0x43, + 0xd8, + 0xfe, + 0x48, + 0x02, + 0xff, + 0xa9, + 0x76, + 0xff, + 0x04, + 0xdd, + 0xff, + 0x02, + 0xa8, + 0xff, + 0xec, + 0x24, + 0xff, + 0xc1, + 0xed, + 0xfe, + 0xbf, + 0x35, + 0xff, + 0xc1, + 0x60, + 0x08, + 0x14, + 0x20, + 0x16, + 0x59, + 0x07, + 0x14, + 0x47, + 0x66, + 0x05, + 0xd5, + 0x77, + 0xfb, + 0xac, + 0xc7, + 0xf8, + 0xdb, + 0xeb, + 0xfc, + 0x87, + 0xae, + 0x04, + 0x7d, + 0xfa, + 0x06, + 0x1e, + 0xa6, + 0x00, + 0x13, + 0x7c, + 0xfc, + 0x10, + 0xa2, + 0xfe, + 0xb6, + 0x94, + 0xff, + 0xc0, + 0xc8, + 0xfe, + 0xa3, + 0xc1, + 0xfe, + 0xbb, + 0xee, + 0xff, + 0xab, + 0x54, + 0x00, + 0xa7, + 0xc9, + 0xff, + 0xfc, + 0x5e, + 0xff, + 0x8b, + 0xdb, + 0xfe, + 0xce, + 0xf4, + 0xff, + 0xd4, + 0x9e, + 0x00, + 0x28, + 0x5b, + 0x00, + 0x09, + 0xcf, + 0x00, + 0xd9, + 0xdb, + 0x00, + 0x54, + 0xf2, + 0xff, + 0x77, + 0x6f, + 0xfe, + 0x88, + 0x80, + 0xfe, + 0xaa, + 0xa1, + 0xff, + 0xd5, + 0x0a, + 0x00, + 0x3a, + 0x80, + 0xff, + 0x74, + 0x3c, + 0xff, + 0x1d, + 0x66, + 0x00, + 0xe9, + 0x19, + 0x00, + 0x8f, + 0x69, + 0xff, + 0xe0, + 0x4b, + 0x00, + 0x1f, + 0x2e, + 0x00, + 0x81, + 0x79, + 0xff, + 0x28, + 0xa2, + 0xff, + 0xc3, + 0x05, + 0x00, + 0x1a, + 0xd3, + 0xff, + 0x52, + 0x61, + 0xff, + 0xa5, + 0x2d, + 0xff, + 0x93, + 0x0e, + 0xff, + 0x83, + 0x45, + 0xff, + 0xc3, + 0xa5, + 0xff, + 0x85, + 0xe4, + 0xff, + 0x5d, + 0xfa, + 0xff, + 0xed, + 0xb7, + 0xff, + 0x89, + 0x29, + 0xff, + 0xaf, + 0xca, + 0xfe, + 0x2d, + 0x00, + 0xff, + 0x7e, + 0x4a, + 0xff, + 0xb6, + 0x54, + 0xff, + 0xd1, + 0x48, + 0xff, + 0x4a, + 0x05, + 0xff, + 0x16, + 0xd9, + 0xfe, + 0x45, + 0x24, + 0xff, + 0x0c, + 0xb6, + 0xff, + 0xbf, + 0xf6, + 0xff, + 0xa6, + 0x71, + 0xff, + 0x90, + 0xe8, + 0xfe, + 0x53, + 0xed, + 0xfe, + 0x03, + 0x3c, + 0xff, + 0x61, + 0x5d, + 0x08, + 0x24, + 0xa8, + 0x17, + 0x95, + 0x7d, + 0x16, + 0x58, + 0x8a, + 0x05, + 0x37, + 0x2a, + 0xfa, + 0x73, + 0xec, + 0xf7, + 0x4c, + 0x4d, + 0xfc, + 0xa5, + 0xe6, + 0x04, + 0xa3, + 0x14, + 0x08, + 0x21, + 0xaf, + 0x00, + 0x6d, + 0x53, + 0xfb, + 0x08, + 0x58, + 0xfe, + 0x94, + 0xc9, + 0xff, + 0xb3, + 0xc6, + 0xfe, + 0x5c, + 0xa8, + 0xfe, + 0x43, + 0xcb, + 0xff, + 0xb6, + 0x8a, + 0x00, + 0x21, + 0x8e, + 0xff, + 0xbc, + 0x1d, + 0xff, + 0x12, + 0x00, + 0xff, + 0xdc, + 0x9f, + 0xff, + 0x52, + 0x6e, + 0x00, + 0x49, + 0x4a, + 0x00, + 0xa1, + 0x45, + 0x00, + 0x25, + 0xa3, + 0x00, + 0x13, + 0x52, + 0x00, + 0x1b, + 0xaa, + 0xfe, + 0xc4, + 0x62, + 0xfe, + 0xea, + 0x4d, + 0xff, + 0x8c, + 0xc1, + 0xff, + 0x17, + 0xc9, + 0xff, + 0xe4, + 0x96, + 0xff, + 0x3e, + 0x19, + 0x00, + 0x01, + 0xcf, + 0xff, + 0x54, + 0x10, + 0xff, + 0x82, + 0x62, + 0xff, + 0x51, + 0x06, + 0x00, + 0xd6, + 0x19, + 0x00, + 0xf4, + 0xcd, + 0xff, + 0xda, + 0xfd, + 0xff, + 0x75, + 0xe2, + 0xff, + 0x04, + 0x87, + 0xff, + 0x44, + 0x3f, + 0xff, + 0x3a, + 0x15, + 0xff, + 0x4b, + 0x63, + 0xff, + 0xc7, + 0xa8, + 0xff, + 0x87, + 0xe0, + 0xff, + 0x69, + 0xe2, + 0xff, + 0xce, + 0x98, + 0xff, + 0x4d, + 0xf9, + 0xfe, + 0x73, + 0xba, + 0xfe, + 0x78, + 0x2f, + 0xff, + 0x19, + 0x3f, + 0xff, + 0x6a, + 0x31, + 0xff, + 0x58, + 0x21, + 0xff, + 0x14, + 0xf4, + 0xfe, + 0xb6, + 0x14, + 0xff, + 0xc3, + 0x74, + 0xff, + 0x73, + 0xcd, + 0xff, + 0xd6, + 0xa2, + 0xff, + 0x42, + 0x52, + 0xff, + 0x9e, + 0x3d, + 0xff, + 0xb6, + 0x3e, + 0xff, + 0xd8, + 0x34, + 0xff, + 0x5a, + 0xb8, + 0x08, + 0xa6, + 0x69, + 0x19, + 0x00, + 0x5e, + 0x18, + 0xf4, + 0x59, + 0x05, + 0x91, + 0x02, + 0xf9, + 0xdf, + 0xf6, + 0xf6, + 0xdd, + 0x01, + 0xfc, + 0xa8, + 0x7d, + 0x05, + 0xf2, + 0xd1, + 0x08, + 0x99, + 0xa1, + 0x00, + 0xab, + 0x37, + 0xfa, + 0xd1, + 0x15, + 0xfe, + 0x8e, + 0x3f, + 0x00, + 0xba, + 0xaa, + 0xfe, + 0x42, + 0x91, + 0xfe, + 0x3e, + 0xbf, + 0xff, + 0xf4, + 0xbc, + 0x00, + 0x14, + 0x76, + 0xff, + 0xbd, + 0xc5, + 0xfe, + 0xfc, + 0x18, + 0xff, + 0x0b, + 0x95, + 0xff, + 0x98, + 0x61, + 0x00, + 0xf9, + 0x28, + 0x00, + 0x60, + 0xe3, + 0xff, + 0x55, + 0x73, + 0x00, + 0x67, + 0x84, + 0x00, + 0xb2, + 0xf2, + 0xfe, + 0xb2, + 0x79, + 0xfe, + 0x0e, + 0x3c, + 0xff, + 0xcd, + 0x8a, + 0xff, + 0x6b, + 0xa2, + 0xff, + 0x4b, + 0xb2, + 0xff, + 0x1e, + 0x6b, + 0x00, + 0x18, + 0xc1, + 0xff, + 0x80, + 0xd1, + 0xfe, + 0x59, + 0xf9, + 0xfe, + 0x61, + 0x57, + 0xff, + 0xf0, + 0x3b, + 0x00, + 0x57, + 0x09, + 0x00, + 0xb5, + 0xf7, + 0xff, + 0xbb, + 0xf6, + 0xff, + 0xb3, + 0x60, + 0xff, + 0x0b, + 0x6b, + 0xff, + 0x28, + 0x42, + 0xff, + 0x8b, + 0x80, + 0xff, + 0x26, + 0xd1, + 0xff, + 0x7b, + 0xec, + 0xff, + 0xc1, + 0xd0, + 0xff, + 0xce, + 0x32, + 0xff, + 0xcc, + 0x11, + 0xff, + 0x7f, + 0x01, + 0xff, + 0x39, + 0x09, + 0xff, + 0x1e, + 0x1e, + 0xff, + 0x83, + 0x0a, + 0xff, + 0x07, + 0x23, + 0xff, + 0xd2, + 0x13, + 0xff, + 0x93, + 0x40, + 0xff, + 0x86, + 0x94, + 0xff, + 0xf0, + 0x93, + 0xff, + 0xc8, + 0x75, + 0xff, + 0xad, + 0x7c, + 0xff, + 0xb1, + 0x93, + 0xff, + 0x95, + 0x5b, + 0xff, + 0x86, + 0x1d, + 0xff, + 0x9d, + 0xa2, + 0x08, + 0xa3, + 0xa5, + 0x1a, + 0x4c, + 0xda, + 0x1a, + 0xee, + 0xef, + 0x05, + 0xe9, + 0xee, + 0xf7, + 0xcc, + 0xe0, + 0xf5, + 0xe5, + 0x58, + 0xfb, + 0xd0, + 0xee, + 0x05, + 0x9e, + 0x8e, + 0x09, + 0x09, + 0xd6, + 0x00, + 0x11, + 0x51, + 0xf9, + 0xbe, + 0x6b, + 0xfd, + 0x4a, + 0xda, + 0x00, + 0xb8, + 0xbe, + 0xfe, + 0x07, + 0x3f, + 0xfe, + 0xb2, + 0xa3, + 0xff, + 0xac, + 0xf2, + 0x00, + 0x22, + 0x9a, + 0xff, + 0x86, + 0x57, + 0xfe, + 0x8c, + 0xff, + 0xfe, + 0x2b, + 0x9f, + 0xff, + 0xe8, + 0x57, + 0x00, + 0x23, + 0x2b, + 0x00, + 0xd9, + 0x89, + 0xff, + 0x9d, + 0x01, + 0x00, + 0xbd, + 0xad, + 0x00, + 0x2f, + 0x5b, + 0xff, + 0x7a, + 0x97, + 0xfe, + 0xa7, + 0x59, + 0xff, + 0xed, + 0x57, + 0xff, + 0x88, + 0x81, + 0xff, + 0xc6, + 0xa6, + 0xff, + 0x01, + 0x63, + 0x00, + 0x80, + 0x08, + 0x00, + 0xc3, + 0xb2, + 0xfe, + 0xc9, + 0xdd, + 0xfe, + 0x0f, + 0xd7, + 0xfe, + 0x62, + 0xca, + 0xff, + 0x73, + 0x5b, + 0x00, + 0xca, + 0xbc, + 0xff, + 0x38, + 0xeb, + 0xff, + 0xe2, + 0x79, + 0xff, + 0x65, + 0x3f, + 0xff, + 0x9e, + 0x5d, + 0xff, + 0x45, + 0x93, + 0xff, + 0xfb, + 0x20, + 0x00, + 0x7a, + 0x05, + 0x00, + 0xc8, + 0x81, + 0xff, + 0xcb, + 0xfd, + 0xfe, + 0x42, + 0x3d, + 0xff, + 0x4d, + 0x60, + 0xff, + 0x76, + 0xda, + 0xfe, + 0x16, + 0xe7, + 0xfe, + 0xa4, + 0x01, + 0xff, + 0x2a, + 0x1a, + 0xff, + 0xc2, + 0x5c, + 0xff, + 0xaf, + 0x58, + 0xff, + 0x03, + 0x58, + 0xff, + 0x59, + 0x74, + 0xff, + 0x99, + 0x9d, + 0xff, + 0x81, + 0xa3, + 0xff, + 0xe2, + 0x92, + 0xff, + 0x21, + 0x70, + 0xff, + 0x75, + 0x27, + 0xff, + 0xb5, + 0x69, + 0x09, + 0xa2, + 0xd1, + 0x1c, + 0x60, + 0xaa, + 0x1c, + 0xa7, + 0xbe, + 0x05, + 0xd9, + 0x66, + 0xf6, + 0xa3, + 0x4c, + 0xf4, + 0x06, + 0xee, + 0xfa, + 0x1a, + 0xc0, + 0x06, + 0x00, + 0x29, + 0x0a, + 0xea, + 0x28, + 0x00, + 0x5e, + 0xfc, + 0xf7, + 0xa0, + 0xff, + 0xfc, + 0x2f, + 0x57, + 0x01, + 0xa1, + 0xc4, + 0xfe, + 0x09, + 0xc7, + 0xfd, + 0xf0, + 0x5a, + 0xff, + 0xb4, + 0xf6, + 0x00, + 0xdc, + 0xab, + 0xff, + 0xd6, + 0xfd, + 0xfd, + 0x34, + 0xa6, + 0xfe, + 0x5b, + 0x7a, + 0xff, + 0xa2, + 0x2d, + 0x00, + 0x79, + 0x30, + 0x00, + 0x9f, + 0x25, + 0xff, + 0x67, + 0x54, + 0xff, + 0xcd, + 0x85, + 0x00, + 0xf4, + 0x8e, + 0xff, + 0xd9, + 0xcf, + 0xfe, + 0x6d, + 0x83, + 0xff, + 0xac, + 0x45, + 0xff, + 0x71, + 0x31, + 0xff, + 0x33, + 0x83, + 0xff, + 0xc5, + 0x31, + 0x00, + 0xb8, + 0x00, + 0x00, + 0x31, + 0xb1, + 0xfe, + 0x92, + 0x76, + 0xfe, + 0x50, + 0xa6, + 0xfe, + 0x3b, + 0x65, + 0xff, + 0xd9, + 0x3a, + 0x00, + 0x62, + 0xb8, + 0xff, + 0xeb, + 0x4a, + 0xff, + 0xb8, + 0x5c, + 0xff, + 0x89, + 0x46, + 0xff, + 0xb1, + 0x3c, + 0xff, + 0xc5, + 0x65, + 0xff, + 0x28, + 0x03, + 0x00, + 0x13, + 0x0d, + 0x00, + 0x28, + 0x28, + 0xff, + 0x19, + 0xf3, + 0xfe, + 0xf9, + 0x46, + 0xff, + 0xb3, + 0x48, + 0xff, + 0xba, + 0xf4, + 0xfe, + 0x5f, + 0xc9, + 0xfe, + 0x8c, + 0xfe, + 0xfe, + 0x97, + 0x35, + 0xff, + 0x7e, + 0x4e, + 0xff, + 0xd7, + 0x0f, + 0xff, + 0x6f, + 0x19, + 0xff, + 0x98, + 0x91, + 0xff, + 0xac, + 0xc9, + 0xff, + 0x42, + 0xa0, + 0xff, + 0xc3, + 0x6b, + 0xff, + 0x2c, + 0x5b, + 0xff, + 0xdb, + 0x2c, + 0xff, + 0x97, + 0x32, + 0x0a, + 0xc6, + 0xc9, + 0x1e, + 0x54, + 0x0a, + 0x1e, + 0xcf, + 0xcb, + 0x05, + 0x91, + 0xe1, + 0xf5, + 0xcb, + 0x16, + 0xf3, + 0xf8, + 0x83, + 0xfa, + 0xe5, + 0xe4, + 0x07, + 0x36, + 0xa3, + 0x0a, + 0xe4, + 0xa3, + 0xff, + 0x08, + 0x4a, + 0xf7, + 0xe0, + 0x9d, + 0xfc, + 0xff, + 0x00, + 0x02, + 0xcb, + 0x26, + 0xff, + 0xcd, + 0x6a, + 0xfd, + 0x10, + 0x5e, + 0xff, + 0x62, + 0x1a, + 0x01, + 0xd0, + 0xb7, + 0xff, + 0xd3, + 0xf5, + 0xfd, + 0x34, + 0xb4, + 0xfe, + 0x09, + 0x7b, + 0xff, + 0x26, + 0x10, + 0x00, + 0x15, + 0x60, + 0x00, + 0xfa, + 0x14, + 0xff, + 0x6e, + 0xf9, + 0xfe, + 0xfa, + 0x59, + 0x00, + 0xcb, + 0xdd, + 0xff, + 0xe1, + 0x32, + 0xff, + 0x13, + 0xb4, + 0xff, + 0xfb, + 0xad, + 0xff, + 0x4e, + 0x1f, + 0xff, + 0xc4, + 0x8b, + 0xff, + 0x1b, + 0x49, + 0x00, + 0x48, + 0xc0, + 0xff, + 0xfc, + 0x07, + 0xff, + 0xcc, + 0x50, + 0xfe, + 0x3b, + 0x6c, + 0xfe, + 0x5c, + 0x6d, + 0xff, + 0x01, + 0x23, + 0x00, + 0x9e, + 0x16, + 0x00, + 0xbb, + 0xf9, + 0xfe, + 0xf9, + 0x0b, + 0xff, + 0x9a, + 0x7e, + 0xff, + 0xbd, + 0x4a, + 0xff, + 0xd5, + 0x75, + 0xff, + 0x14, + 0x96, + 0xff, + 0x4e, + 0xcf, + 0xff, + 0xb3, + 0x56, + 0xff, + 0xc8, + 0x06, + 0xff, + 0x6d, + 0x3a, + 0xff, + 0x2f, + 0x39, + 0xff, + 0x2d, + 0x4e, + 0xff, + 0x4e, + 0x14, + 0xff, + 0x56, + 0x3a, + 0xff, + 0x69, + 0x6b, + 0xff, + 0xba, + 0x1a, + 0xff, + 0xa3, + 0xeb, + 0xfe, + 0x2e, + 0x38, + 0xff, + 0x1e, + 0xb6, + 0xff, + 0xae, + 0xd0, + 0xff, + 0xad, + 0xb6, + 0xff, + 0xcf, + 0x6c, + 0xff, + 0xc1, + 0x49, + 0xff, + 0xd7, + 0x68, + 0xff, + 0x67, + 0x28, + 0x0b, + 0xb0, + 0xfa, + 0x20, + 0x73, + 0x0d, + 0x1f, + 0x20, + 0xc0, + 0x05, + 0x7c, + 0x0b, + 0xf6, + 0xf4, + 0xa2, + 0xf1, + 0x18, + 0x84, + 0xf9, + 0x7f, + 0x30, + 0x09, + 0x14, + 0xde, + 0x0a, + 0x2c, + 0xd4, + 0xfe, + 0xc5, + 0xa1, + 0xf6, + 0xf3, + 0xfa, + 0xfb, + 0xf4, + 0x75, + 0x02, + 0xfe, + 0xb0, + 0xff, + 0x40, + 0xf4, + 0xfc, + 0xa1, + 0x10, + 0xff, + 0x09, + 0x58, + 0x01, + 0x6d, + 0xa4, + 0xff, + 0xdc, + 0xae, + 0xfd, + 0x8b, + 0xc4, + 0xfe, + 0x0a, + 0x6e, + 0xff, + 0x83, + 0xec, + 0xff, + 0x71, + 0x5c, + 0x00, + 0xee, + 0x15, + 0xff, + 0x9d, + 0x9c, + 0xfe, + 0x91, + 0x9f, + 0xff, + 0x5a, + 0x2a, + 0x00, + 0xcb, + 0xd2, + 0xff, + 0xdc, + 0x9f, + 0xff, + 0x05, + 0x12, + 0x00, + 0x05, + 0x4b, + 0xff, + 0xf5, + 0x58, + 0xff, + 0x5e, + 0x80, + 0x00, + 0x11, + 0x8b, + 0xff, + 0x9d, + 0xe7, + 0xfe, + 0x39, + 0x55, + 0xfe, + 0x28, + 0x11, + 0xfe, + 0xba, + 0x4b, + 0xff, + 0x6c, + 0xfa, + 0xff, + 0xdb, + 0x36, + 0x00, + 0x42, + 0x25, + 0xff, + 0x86, + 0x9c, + 0xfe, + 0x7c, + 0x6b, + 0xff, + 0x34, + 0x72, + 0xff, + 0x94, + 0x44, + 0xff, + 0xf4, + 0x0c, + 0xff, + 0x8e, + 0x5b, + 0xff, + 0xaf, + 0x7c, + 0xff, + 0xaf, + 0xe4, + 0xfe, + 0xcb, + 0xb9, + 0xfe, + 0x83, + 0x2b, + 0xff, + 0x67, + 0xc5, + 0xff, + 0x44, + 0xb0, + 0xff, + 0xb9, + 0x6f, + 0xff, + 0x0d, + 0x4c, + 0xff, + 0x83, + 0x02, + 0xff, + 0xaf, + 0x12, + 0xff, + 0x8d, + 0x56, + 0xff, + 0x97, + 0x98, + 0xff, + 0xd7, + 0xca, + 0xff, + 0x76, + 0xa2, + 0xff, + 0x06, + 0x64, + 0xff, + 0x45, + 0x6a, + 0xff, + 0xfc, + 0x82, + 0xff, + 0x09, + 0xa1, + 0x0d, + 0xec, + 0x74, + 0x24, + 0x3f, + 0xb8, + 0x1d, + 0x3e, + 0x64, + 0x03, + 0x13, + 0x0d, + 0xf6, + 0x9c, + 0xf9, + 0xf0, + 0xb7, + 0x32, + 0xfa, + 0x73, + 0xbb, + 0x0a, + 0x08, + 0xce, + 0x09, + 0x27, + 0x29, + 0xfd, + 0xf3, + 0x90, + 0xf6, + 0x07, + 0x31, + 0xfc, + 0x6f, + 0x73, + 0x02, + 0x40, + 0xf3, + 0xff, + 0x40, + 0xae, + 0xfc, + 0xe4, + 0xdb, + 0xfe, + 0x0a, + 0x93, + 0x01, + 0xfc, + 0x5f, + 0xff, + 0x51, + 0x78, + 0xfd, + 0x5a, + 0xe9, + 0xfe, + 0xdb, + 0x63, + 0xff, + 0x06, + 0xdc, + 0xff, + 0xcc, + 0x38, + 0x00, + 0xa1, + 0x07, + 0xff, + 0x6b, + 0xad, + 0xfe, + 0xfb, + 0xda, + 0xfe, + 0x32, + 0xfb, + 0xff, + 0xb4, + 0xa4, + 0x00, + 0x93, + 0xa3, + 0xff, + 0x5b, + 0x31, + 0x00, + 0xa4, + 0xa4, + 0xff, + 0xdd, + 0x35, + 0xff, + 0xe4, + 0x8c, + 0x00, + 0xad, + 0xa8, + 0xff, + 0x18, + 0xa2, + 0xfe, + 0x52, + 0x1a, + 0xfe, + 0x3d, + 0x02, + 0xfe, + 0xd7, + 0x13, + 0xff, + 0xfd, + 0xf3, + 0xff, + 0xf8, + 0x26, + 0x00, + 0x52, + 0x25, + 0xff, + 0xa7, + 0xbb, + 0xfe, + 0x6d, + 0x3d, + 0xff, + 0x52, + 0x54, + 0xff, + 0xc4, + 0x17, + 0xff, + 0xf4, + 0xe1, + 0xfe, + 0xb5, + 0x07, + 0xff, + 0x39, + 0x1b, + 0xff, + 0x43, + 0xd5, + 0xfe, + 0xca, + 0x84, + 0xfe, + 0x96, + 0x05, + 0xff, + 0x7d, + 0xed, + 0xff, + 0xd4, + 0x2f, + 0x00, + 0xef, + 0xb6, + 0xff, + 0x73, + 0x1d, + 0xff, + 0xf6, + 0x16, + 0xff, + 0xa5, + 0x3b, + 0xff, + 0x87, + 0x76, + 0xff, + 0x08, + 0xa5, + 0xff, + 0x27, + 0x8c, + 0xff, + 0x0e, + 0x8a, + 0xff, + 0xe4, + 0x8d, + 0xff, + 0xc3, + 0x6c, + 0xff, + 0xa1, + 0x60, + 0xff, + 0x0b, + 0x0d, + 0x10, + 0x57, + 0x52, + 0x28, + 0x1e, + 0x2c, + 0x1c, + 0x15, + 0x23, + 0x00, + 0x77, + 0x26, + 0xf7, + 0x4b, + 0x95, + 0xf1, + 0xaa, + 0x28, + 0xfa, + 0x7d, + 0x5c, + 0x0b, + 0x21, + 0x84, + 0x08, + 0xfc, + 0xe7, + 0xfb, + 0xde, + 0xea, + 0xf6, + 0x02, + 0x24, + 0xfc, + 0x02, + 0xd9, + 0x01, + 0xde, + 0x88, + 0x00, + 0x12, + 0xc8, + 0xfc, + 0x64, + 0x0b, + 0xfe, + 0x33, + 0xab, + 0x01, + 0x14, + 0x52, + 0xff, + 0xa2, + 0x57, + 0xfd, + 0x4a, + 0xf7, + 0xfe, + 0xec, + 0x60, + 0xff, + 0xaf, + 0xda, + 0xff, + 0xa7, + 0xd3, + 0xff, + 0x71, + 0x03, + 0xff, + 0xdf, + 0xe1, + 0xfe, + 0x1f, + 0x4d, + 0xfe, + 0x53, + 0x52, + 0xff, + 0xb8, + 0x52, + 0x01, + 0x7f, + 0x20, + 0x00, + 0x55, + 0xd6, + 0xff, + 0x4c, + 0x6e, + 0x00, + 0x47, + 0x54, + 0xff, + 0xa9, + 0xfc, + 0xff, + 0x2b, + 0x2b, + 0x00, + 0x67, + 0x83, + 0xfe, + 0x66, + 0xac, + 0xfd, + 0x85, + 0xf7, + 0xfd, + 0x40, + 0xbe, + 0xfe, + 0xed, + 0xce, + 0xff, + 0xbe, + 0x20, + 0x00, + 0x89, + 0x2c, + 0xff, + 0x65, + 0xe8, + 0xfe, + 0x72, + 0x11, + 0xff, + 0x56, + 0xed, + 0xfe, + 0xfe, + 0xf7, + 0xfe, + 0x3b, + 0x09, + 0xff, + 0xdc, + 0x9a, + 0xfe, + 0x84, + 0x51, + 0xfe, + 0xb2, + 0xda, + 0xfe, + 0x24, + 0xb2, + 0xfe, + 0xe3, + 0xd3, + 0xfe, + 0x41, + 0xed, + 0xff, + 0xab, + 0x57, + 0x00, + 0xf9, + 0xcc, + 0xff, + 0xca, + 0x3d, + 0xff, + 0x81, + 0x60, + 0xff, + 0xc4, + 0x5e, + 0xff, + 0x35, + 0x66, + 0xff, + 0xb3, + 0x8e, + 0xff, + 0xfe, + 0x84, + 0xff, + 0xa5, + 0xab, + 0xff, + 0xa1, + 0x9a, + 0xff, + 0xf7, + 0x47, + 0xff, + 0x37, + 0x1b, + 0xff, + 0x75, + 0x5f, + 0x0e, + 0xca, + 0x96, + 0x28, + 0x74, + 0x5d, + 0x1f, + 0xa8, + 0x17, + 0x00, + 0x62, + 0x92, + 0xf9, + 0x11, + 0xbb, + 0xf3, + 0x7e, + 0x51, + 0xf5, + 0xe8, + 0x72, + 0x0a, + 0x5b, + 0xb6, + 0x0a, + 0x1f, + 0xe2, + 0xfb, + 0x23, + 0x99, + 0xf6, + 0x07, + 0x27, + 0xfb, + 0x69, + 0x73, + 0x01, + 0xc4, + 0x15, + 0x01, + 0xc9, + 0x63, + 0xfd, + 0x94, + 0xf4, + 0xfc, + 0xdb, + 0x2b, + 0x01, + 0x2c, + 0x22, + 0x00, + 0x33, + 0xef, + 0xfc, + 0x14, + 0x09, + 0xff, + 0x56, + 0x9e, + 0xff, + 0xa8, + 0xa3, + 0xff, + 0x4c, + 0x9a, + 0xff, + 0x3a, + 0xff, + 0xfe, + 0xe4, + 0x14, + 0xff, + 0x7c, + 0x53, + 0xfe, + 0x94, + 0x80, + 0xfe, + 0xd8, + 0xee, + 0x00, + 0x1e, + 0x76, + 0x01, + 0x87, + 0x84, + 0xff, + 0x1a, + 0x70, + 0x00, + 0xe2, + 0x65, + 0x00, + 0xaf, + 0x31, + 0xff, + 0x73, + 0x5c, + 0x00, + 0x3d, + 0x16, + 0xff, + 0x0c, + 0x54, + 0xfd, + 0x07, + 0xd6, + 0xfd, + 0xfa, + 0x78, + 0xfe, + 0x5c, + 0x5f, + 0xff, + 0xe1, + 0x05, + 0x00, + 0xf6, + 0xa9, + 0xff, + 0x05, + 0x0d, + 0xff, + 0xca, + 0x98, + 0xfe, + 0x52, + 0xa5, + 0xfe, + 0x3b, + 0x21, + 0xff, + 0xd6, + 0x08, + 0xff, + 0x2c, + 0x54, + 0xfe, + 0x9a, + 0xf6, + 0xfd, + 0x92, + 0xaa, + 0xfe, + 0x9c, + 0xea, + 0xfe, + 0xb2, + 0xd9, + 0xfe, + 0xd5, + 0xc0, + 0xff, + 0x54, + 0x37, + 0x00, + 0xc8, + 0xe6, + 0xff, + 0x79, + 0x61, + 0xff, + 0x9f, + 0x82, + 0xff, + 0x63, + 0x94, + 0xff, + 0xdd, + 0x35, + 0xff, + 0xb7, + 0x78, + 0xff, + 0x90, + 0xab, + 0xff, + 0x01, + 0xc4, + 0xff, + 0xca, + 0x9d, + 0xff, + 0x16, + 0x2e, + 0xff, + 0xc1, + 0xf9, + 0xfe, + 0x1e, + 0x97, + 0x10, + 0x47, + 0x91, + 0x2b, + 0x70, + 0x93, + 0x1c, + 0x38, + 0x99, + 0xfd, + 0x37, + 0x02, + 0xfd, + 0xa5, + 0xfe, + 0xf3, + 0x3e, + 0x71, + 0xf3, + 0x1d, + 0x71, + 0x0b, + 0x90, + 0xad, + 0x0a, + 0xa1, + 0x78, + 0xfa, + 0xc2, + 0xf6, + 0xf5, + 0x49, + 0xca, + 0xfb, + 0x4c, + 0x8d, + 0x01, + 0x86, + 0x97, + 0x00, + 0xc0, + 0x7a, + 0xfd, + 0x48, + 0xba, + 0xfc, + 0x31, + 0x10, + 0x01, + 0xc0, + 0xc4, + 0xff, + 0xf3, + 0xad, + 0xfc, + 0x7a, + 0x88, + 0xff, + 0x79, + 0xf3, + 0xff, + 0xf4, + 0x7b, + 0xff, + 0x54, + 0x0d, + 0xff, + 0x75, + 0x1f, + 0xff, + 0xdc, + 0x2e, + 0xff, + 0x96, + 0x14, + 0xfe, + 0x04, + 0x53, + 0xfe, + 0xa2, + 0x8a, + 0x00, + 0x72, + 0x15, + 0x02, + 0xbb, + 0xd3, + 0xff, + 0xcb, + 0x27, + 0x00, + 0xcb, + 0x06, + 0x01, + 0xb7, + 0x34, + 0xff, + 0x3c, + 0xff, + 0xff, + 0xc8, + 0x45, + 0xff, + 0x24, + 0x5e, + 0xfd, + 0x63, + 0xb0, + 0xfd, + 0xd3, + 0x57, + 0xfe, + 0x80, + 0x27, + 0xff, + 0xbd, + 0xac, + 0xff, + 0x06, + 0xfb, + 0xff, + 0x56, + 0x58, + 0xff, + 0xdf, + 0xf5, + 0xfd, + 0x82, + 0x6e, + 0xfe, + 0xed, + 0x44, + 0xff, + 0xd8, + 0xca, + 0xfe, + 0xd4, + 0x2b, + 0xfe, + 0xd1, + 0xf4, + 0xfd, + 0xa4, + 0x76, + 0xfe, + 0x84, + 0xd2, + 0xfe, + 0xc6, + 0x40, + 0xff, + 0x2b, + 0xcc, + 0xff, + 0x8a, + 0xe6, + 0xff, + 0x0a, + 0xe3, + 0xff, + 0x7e, + 0x7b, + 0xff, + 0x1d, + 0x9c, + 0xff, + 0x3f, + 0x75, + 0xff, + 0xf8, + 0x11, + 0xff, + 0xaa, + 0x90, + 0xff, + 0x86, + 0xd0, + 0xff, + 0xbe, + 0xca, + 0xff, + 0x03, + 0x79, + 0xff, + 0xc3, + 0x19, + 0xff, + 0x03, + 0xfb, + 0xfe, + 0xa5, + 0x06, + 0x13, + 0xd8, + 0x04, + 0x30, + 0x23, + 0x5e, + 0x1a, + 0xc9, + 0xfb, + 0xf7, + 0xf9, + 0x00, + 0xff, + 0x73, + 0x0f, + 0xf7, + 0x72, + 0xfa, + 0xf2, + 0xa3, + 0x02, + 0x0b, + 0xa3, + 0x6b, + 0x09, + 0x57, + 0xac, + 0xf9, + 0x6d, + 0xbf, + 0xf5, + 0xdc, + 0x20, + 0xfc, + 0x75, + 0xbc, + 0x01, + 0x19, + 0xe2, + 0xff, + 0x0a, + 0xcd, + 0xfd, + 0x3a, + 0x51, + 0xfc, + 0x3f, + 0x8b, + 0x00, + 0x4d, + 0xc9, + 0xff, + 0x3c, + 0x5c, + 0xfc, + 0xc0, + 0xf7, + 0xff, + 0x8d, + 0x4b, + 0x00, + 0x3d, + 0xa4, + 0xff, + 0x7e, + 0x96, + 0xfe, + 0x9c, + 0xda, + 0xfe, + 0x8e, + 0x4f, + 0xff, + 0xeb, + 0xcc, + 0xfd, + 0x89, + 0xa5, + 0xfe, + 0x99, + 0xf9, + 0xff, + 0x91, + 0x05, + 0x02, + 0x91, + 0xcf, + 0x00, + 0x12, + 0xf2, + 0xff, + 0xed, + 0x27, + 0x01, + 0x56, + 0x86, + 0xff, + 0xe7, + 0x9e, + 0xff, + 0xc3, + 0x1e, + 0xff, + 0x14, + 0xbe, + 0xfd, + 0x6e, + 0xb0, + 0xfd, + 0x1e, + 0x00, + 0xfe, + 0xac, + 0x48, + 0xff, + 0xc8, + 0x7a, + 0xff, + 0x33, + 0xbe, + 0xff, + 0x42, + 0x5f, + 0xff, + 0x99, + 0xf2, + 0xfd, + 0xdf, + 0x3c, + 0xfe, + 0x48, + 0xb6, + 0xfe, + 0x62, + 0xbe, + 0xfe, + 0xf8, + 0x56, + 0xfe, + 0xf9, + 0xe1, + 0xfd, + 0xff, + 0x51, + 0xfe, + 0x5b, + 0xc6, + 0xfe, + 0xff, + 0xa3, + 0xff, + 0xe3, + 0xea, + 0xff, + 0x75, + 0xa0, + 0xff, + 0x8d, + 0xd5, + 0xff, + 0x50, + 0x9f, + 0xff, + 0x6a, + 0x89, + 0xff, + 0x3f, + 0x38, + 0xff, + 0x0c, + 0x09, + 0xff, + 0xa8, + 0x83, + 0xff, + 0x8b, + 0xd9, + 0xff, + 0xda, + 0xef, + 0xff, + 0xa7, + 0x45, + 0xff, + 0x92, + 0xe4, + 0xfe, + 0x33, + 0x24, + 0xff, + 0xb9, + 0x15, + 0x18, + 0x9b, + 0x20, + 0x35, + 0xad, + 0x8a, + 0x13, + 0x7d, + 0x09, + 0xf3, + 0x4f, + 0xac, + 0x01, + 0x47, + 0x74, + 0xf7, + 0x61, + 0xa1, + 0xf5, + 0x0f, + 0x37, + 0x0b, + 0x14, + 0x6e, + 0x06, + 0x59, + 0x4b, + 0xf9, + 0xe7, + 0x5a, + 0xf5, + 0xdb, + 0x34, + 0xfd, + 0x84, + 0xd7, + 0x01, + 0x2e, + 0x4e, + 0xff, + 0x0c, + 0xcf, + 0xfd, + 0xc7, + 0xe1, + 0xfb, + 0xa8, + 0xdc, + 0x00, + 0x9f, + 0xf8, + 0xfe, + 0xad, + 0x98, + 0xfc, + 0x9d, + 0xb5, + 0x00, + 0x4a, + 0x49, + 0x00, + 0x98, + 0xf6, + 0xff, + 0xb8, + 0xfa, + 0xfd, + 0x08, + 0xf7, + 0xfe, + 0x26, + 0x42, + 0xff, + 0xec, + 0x93, + 0xfd, + 0x16, + 0x45, + 0xff, + 0xc5, + 0xbc, + 0xff, + 0x03, + 0xd5, + 0x01, + 0xe9, + 0x4a, + 0x01, + 0x8f, + 0x47, + 0x00, + 0x40, + 0xe2, + 0x00, + 0x2c, + 0x8a, + 0xff, + 0xbc, + 0xc9, + 0xff, + 0xc1, + 0x97, + 0xfe, + 0x68, + 0x0a, + 0xfe, + 0x65, + 0x30, + 0xfe, + 0xe2, + 0xc6, + 0xfd, + 0x1d, + 0x73, + 0xff, + 0x39, + 0x99, + 0xff, + 0xc0, + 0x45, + 0xff, + 0x31, + 0x20, + 0xff, + 0xd3, + 0x44, + 0xfe, + 0x08, + 0xf3, + 0xfd, + 0xcc, + 0x3a, + 0xfe, + 0x80, + 0xfe, + 0xfe, + 0x3e, + 0x48, + 0xfe, + 0x7f, + 0xd9, + 0xfd, + 0x12, + 0x81, + 0xfe, + 0xe7, + 0xc4, + 0xfe, + 0x2b, + 0xe6, + 0xff, + 0xeb, + 0x17, + 0x00, + 0x31, + 0x78, + 0xff, + 0x0f, + 0xba, + 0xff, + 0x81, + 0xbb, + 0xff, + 0x3b, + 0x71, + 0xff, + 0xd9, + 0x0d, + 0xff, + 0x44, + 0x18, + 0xff, + 0xa9, + 0x76, + 0xff, + 0xb5, + 0xc7, + 0xff, + 0xda, + 0xde, + 0xff, + 0x59, + 0x2a, + 0xff, + 0x14, + 0xde, + 0xfe, + 0xf4, + 0x46, + 0xff, + 0x12, + 0xfb, + 0x17, + 0xa1, + 0xf8, + 0x38, + 0x38, + 0x30, + 0x16, + 0x55, + 0x59, + 0xec, + 0xf6, + 0x93, + 0x00, + 0x72, + 0x27, + 0xfd, + 0x8c, + 0x5f, + 0xf5, + 0xa7, + 0x8d, + 0x09, + 0xf9, + 0x54, + 0x05, + 0xa9, + 0x2e, + 0xfa, + 0x99, + 0x32, + 0xf5, + 0x07, + 0x8d, + 0xfb, + 0x00, + 0x12, + 0x03, + 0x8c, + 0x89, + 0xfe, + 0xdd, + 0x0a, + 0xfe, + 0x93, + 0x9d, + 0xfb, + 0x78, + 0xad, + 0xff, + 0x07, + 0xf0, + 0xff, + 0xed, + 0xfd, + 0xfb, + 0x53, + 0x5e, + 0x01, + 0xc2, + 0x70, + 0x00, + 0x3f, + 0x0d, + 0x00, + 0xe5, + 0x1b, + 0xfe, + 0x47, + 0xf4, + 0xfd, + 0x75, + 0x25, + 0x00, + 0x41, + 0x15, + 0xfd, + 0x0b, + 0xa2, + 0xff, + 0xc3, + 0x11, + 0x00, + 0x8e, + 0xb6, + 0x00, + 0xb2, + 0xea, + 0x01, + 0xee, + 0x77, + 0x00, + 0x74, + 0xd7, + 0x00, + 0xf6, + 0x17, + 0xff, + 0x20, + 0xfe, + 0xff, + 0xa0, + 0xd0, + 0xfe, + 0xc4, + 0xb2, + 0xfd, + 0x5a, + 0x3f, + 0xff, + 0x3b, + 0xaf, + 0xfd, + 0xe6, + 0x60, + 0xff, + 0xf9, + 0xcb, + 0xff, + 0x56, + 0x74, + 0xfe, + 0xd7, + 0x21, + 0xff, + 0x1e, + 0x77, + 0xfe, + 0x0b, + 0xc1, + 0xfd, + 0x4a, + 0xbb, + 0xfd, + 0xc1, + 0xf0, + 0xfe, + 0x49, + 0x9c, + 0xfe, + 0xa1, + 0xb2, + 0xfd, + 0xca, + 0xa1, + 0xfe, + 0x8e, + 0xd1, + 0xfe, + 0x14, + 0xd1, + 0xff, + 0x55, + 0x68, + 0x00, + 0xe7, + 0x68, + 0xff, + 0x80, + 0x7c, + 0xff, + 0xe6, + 0xba, + 0xff, + 0xe3, + 0x5d, + 0xff, + 0x93, + 0x11, + 0xff, + 0x88, + 0x1d, + 0xff, + 0x6f, + 0x56, + 0xff, + 0xfe, + 0x84, + 0xff, + 0x93, + 0xa8, + 0xff, + 0xbf, + 0x30, + 0xff, + 0x53, + 0xdd, + 0xfe, + 0x79, + 0x51, + 0xff, + 0x96, + 0x6b, + 0x1a, + 0x63, + 0xfd, + 0x3c, + 0x86, + 0x38, + 0x14, + 0xb3, + 0x6d, + 0xe7, + 0x7c, + 0x41, + 0x00, + 0xbb, + 0x11, + 0xff, + 0x38, + 0x95, + 0xf7, + 0x65, + 0xd8, + 0x08, + 0x45, + 0x3e, + 0x03, + 0x18, + 0x11, + 0xfb, + 0x10, + 0x95, + 0xf4, + 0x53, + 0xf2, + 0xfa, + 0xa3, + 0xb1, + 0x03, + 0x14, + 0xe2, + 0xfd, + 0x3b, + 0x2c, + 0xfe, + 0xf2, + 0x5a, + 0xfb, + 0x6a, + 0x59, + 0xff, + 0x24, + 0x10, + 0x00, + 0x4a, + 0x18, + 0xfc, + 0x76, + 0xdf, + 0x01, + 0xc1, + 0x3c, + 0x00, + 0x5f, + 0x4e, + 0x00, + 0x63, + 0xe7, + 0xfd, + 0x01, + 0x8d, + 0xfd, + 0x97, + 0xa3, + 0x00, + 0x4c, + 0xc5, + 0xfc, + 0xea, + 0x0b, + 0x00, + 0x3d, + 0xa8, + 0x00, + 0x55, + 0x01, + 0x00, + 0xb5, + 0x65, + 0x01, + 0x2c, + 0xd6, + 0x00, + 0x59, + 0xed, + 0x00, + 0xad, + 0x56, + 0xfe, + 0x14, + 0x44, + 0x00, + 0x71, + 0x31, + 0xff, + 0x30, + 0x9d, + 0xfd, + 0xdc, + 0xbd, + 0xff, + 0xbd, + 0x06, + 0xfe, + 0x2a, + 0xb6, + 0xff, + 0x93, + 0x7d, + 0xff, + 0x68, + 0xec, + 0xfd, + 0xf8, + 0x1b, + 0xff, + 0x19, + 0x6c, + 0xfe, + 0x5c, + 0xd9, + 0xfd, + 0xe6, + 0x66, + 0xfd, + 0x9a, + 0xbf, + 0xfe, + 0xc6, + 0xd1, + 0xfe, + 0xa0, + 0xb0, + 0xfd, + 0xbf, + 0xc7, + 0xfe, + 0xc3, + 0xe6, + 0xfe, + 0x22, + 0xd1, + 0xff, + 0xee, + 0x7d, + 0x00, + 0xd3, + 0x67, + 0xff, + 0x82, + 0x6a, + 0xff, + 0x3e, + 0x9d, + 0xff, + 0x8a, + 0x46, + 0xff, + 0xcc, + 0x0f, + 0xff, + 0x99, + 0x30, + 0xff, + 0x82, + 0x58, + 0xff, + 0x5c, + 0x43, + 0xff, + 0x36, + 0x63, + 0xff, + 0xda, + 0x2b, + 0xff, + 0x26, + 0xe1, + 0xfe, + 0x61, + 0x56, + 0xff, + 0xe5, + 0x28, + 0x1f, + 0x50, + 0xba, + 0x41, + 0x19, + 0xad, + 0x0e, + 0x91, + 0x37, + 0xe3, + 0xef, + 0x68, + 0x00, + 0xdd, + 0xd9, + 0xfe, + 0x77, + 0x86, + 0xfb, + 0x52, + 0x19, + 0x08, + 0xe7, + 0x19, + 0x01, + 0xbe, + 0x17, + 0xfc, + 0x63, + 0xf1, + 0xf2, + 0xdf, + 0x66, + 0xfb, + 0x27, + 0x7d, + 0x03, + 0x25, + 0x3f, + 0xfd, + 0xc5, + 0xb9, + 0xfe, + 0xbb, + 0xd6, + 0xfa, + 0xf2, + 0xdf, + 0xff, + 0x30, + 0xa9, + 0xff, + 0xdd, + 0xa6, + 0xfc, + 0x47, + 0x3b, + 0x02, + 0x0b, + 0xb0, + 0xff, + 0x28, + 0xf4, + 0x00, + 0x8a, + 0x48, + 0xfd, + 0x31, + 0xcd, + 0xfd, + 0x34, + 0xc4, + 0x00, + 0xc9, + 0x74, + 0xfc, + 0x55, + 0x27, + 0x01, + 0x44, + 0xd1, + 0x00, + 0x8f, + 0x3e, + 0xff, + 0xa3, + 0x85, + 0x00, + 0x4e, + 0xe2, + 0x00, + 0x84, + 0x04, + 0x01, + 0x9b, + 0xe3, + 0xfd, + 0xa4, + 0x88, + 0x00, + 0x9e, + 0x99, + 0xff, + 0xc3, + 0x03, + 0xfe, + 0xbe, + 0xd6, + 0xff, + 0x31, + 0xad, + 0xfe, + 0xc4, + 0x34, + 0x00, + 0xc5, + 0xdb, + 0xfe, + 0xeb, + 0xcf, + 0xfd, + 0xe8, + 0xc2, + 0xfe, + 0xdd, + 0x44, + 0xfe, + 0x3a, + 0x36, + 0xfe, + 0x31, + 0x23, + 0xfd, + 0x96, + 0x84, + 0xfe, + 0x51, + 0xbe, + 0xfe, + 0x62, + 0xe2, + 0xfd, + 0x59, + 0xf1, + 0xfe, + 0x1b, + 0x04, + 0xff, + 0x8f, + 0xff, + 0xff, + 0x33, + 0x44, + 0x00, + 0xd2, + 0x6f, + 0xff, + 0xb4, + 0x75, + 0xff, + 0xc2, + 0x6c, + 0xff, + 0x20, + 0x4c, + 0xff, + 0x5f, + 0xed, + 0xfe, + 0x20, + 0x23, + 0xff, + 0x7d, + 0x7a, + 0xff, + 0xa0, + 0x0d, + 0xff, + 0x21, + 0x1a, + 0xff, + 0x6e, + 0x0b, + 0xff, + 0xde, + 0xe6, + 0xfe, + 0x46, + 0x7b, + 0xff, + 0x71, + 0x69, + 0x21, + 0xe8, + 0x0a, + 0x45, + 0xe3, + 0x52, + 0x0d, + 0x38, + 0xef, + 0xdf, + 0x79, + 0xf2, + 0xfe, + 0x6a, + 0xed, + 0xfe, + 0xf1, + 0x98, + 0xfd, + 0x85, + 0x1e, + 0x08, + 0xf2, + 0x3c, + 0x00, + 0xc0, + 0x8d, + 0xfc, + 0x68, + 0xf3, + 0xf1, + 0x92, + 0xe0, + 0xfa, + 0x9b, + 0x2a, + 0x03, + 0x53, + 0x02, + 0xfd, + 0x34, + 0x7d, + 0xff, + 0xd3, + 0xc1, + 0xfa, + 0x85, + 0xfa, + 0xff, + 0xc7, + 0xe0, + 0xff, + 0x08, + 0xa1, + 0xfc, + 0xe3, + 0x2b, + 0x02, + 0xe4, + 0x79, + 0xff, + 0xa9, + 0x65, + 0x01, + 0x94, + 0x4d, + 0xfd, + 0xaf, + 0xa0, + 0xfd, + 0xa9, + 0xec, + 0x00, + 0x10, + 0xa8, + 0xfc, + 0xc1, + 0x8f, + 0x01, + 0xe3, + 0x90, + 0x00, + 0x7a, + 0xbf, + 0xfe, + 0xd1, + 0xd0, + 0xff, + 0xbc, + 0x4b, + 0x00, + 0x58, + 0x86, + 0x01, + 0xc7, + 0x13, + 0xfe, + 0xbd, + 0x5f, + 0x00, + 0x0f, + 0x0c, + 0x00, + 0x87, + 0x78, + 0xfe, + 0xe1, + 0x03, + 0x00, + 0x7f, + 0xde, + 0xfe, + 0x49, + 0x63, + 0x00, + 0xb9, + 0xf8, + 0xfe, + 0xa3, + 0xc5, + 0xfd, + 0xb5, + 0x34, + 0xfe, + 0xea, + 0x16, + 0xfe, + 0x46, + 0xb6, + 0xfe, + 0xb6, + 0x1f, + 0xfd, + 0xd2, + 0x0f, + 0xfe, + 0xc3, + 0xa7, + 0xfe, + 0x3c, + 0x17, + 0xfe, + 0xc2, + 0xf3, + 0xfe, + 0x9d, + 0x28, + 0xff, + 0xb3, + 0x1b, + 0x00, + 0xc2, + 0x0c, + 0x00, + 0x15, + 0x74, + 0xff, + 0x69, + 0x7d, + 0xff, + 0x6f, + 0x58, + 0xff, + 0x19, + 0x45, + 0xff, + 0x70, + 0xd9, + 0xfe, + 0xf1, + 0xfe, + 0xfe, + 0x80, + 0x6f, + 0xff, + 0x10, + 0x19, + 0xff, + 0x05, + 0xe8, + 0xfe, + 0xaf, + 0xe8, + 0xfe, + 0xe1, + 0xf4, + 0xfe, + 0xfb, + 0x8f, + 0xff, + 0x94, + 0x0c, + 0x23, + 0x64, + 0xe2, + 0x47, + 0x11, + 0x12, + 0x0d, + 0x6d, + 0xae, + 0xdd, + 0x9c, + 0x30, + 0xfd, + 0x9f, + 0xe1, + 0xfd, + 0xd2, + 0x24, + 0xff, + 0x33, + 0x0f, + 0x09, + 0xdf, + 0x8f, + 0xff, + 0x7f, + 0xcd, + 0xfc, + 0xf4, + 0x3b, + 0xf1, + 0x11, + 0xed, + 0xf9, + 0x8a, + 0xaa, + 0x02, + 0x89, + 0x3f, + 0xfd, + 0x02, + 0xba, + 0x00, + 0xc7, + 0xb2, + 0xfa, + 0x74, + 0x19, + 0x00, + 0xe6, + 0x4a, + 0x00, + 0x7f, + 0x2a, + 0xfc, + 0x6d, + 0x07, + 0x02, + 0xba, + 0x93, + 0xff, + 0x35, + 0xee, + 0x01, + 0x0a, + 0x6c, + 0xfd, + 0xcf, + 0x71, + 0xfd, + 0xa3, + 0x58, + 0x01, + 0x86, + 0xa6, + 0xfc, + 0x46, + 0x51, + 0x01, + 0x85, + 0x5c, + 0x00, + 0xce, + 0x6a, + 0xfe, + 0x54, + 0x1d, + 0xff, + 0x48, + 0xda, + 0xff, + 0x64, + 0x3e, + 0x02, + 0x43, + 0x7a, + 0xfe, + 0x75, + 0x2e, + 0x00, + 0x86, + 0x5c, + 0x00, + 0x7c, + 0x10, + 0xff, + 0xdd, + 0x19, + 0x00, + 0x24, + 0xbc, + 0xfe, + 0x91, + 0xdf, + 0x00, + 0xcc, + 0x4b, + 0xff, + 0xe5, + 0x9c, + 0xfd, + 0x59, + 0xe7, + 0xfd, + 0xdb, + 0xda, + 0xfd, + 0xc4, + 0x26, + 0xff, + 0xc2, + 0x4f, + 0xfd, + 0x45, + 0x98, + 0xfd, + 0x40, + 0x97, + 0xfe, + 0xa5, + 0x37, + 0xfe, + 0x36, + 0xef, + 0xfe, + 0x3f, + 0x3f, + 0xff, + 0x3b, + 0x2b, + 0x00, + 0xec, + 0xfd, + 0xff, + 0xc2, + 0x6f, + 0xff, + 0x5a, + 0x8f, + 0xff, + 0x22, + 0x36, + 0xff, + 0xbc, + 0x28, + 0xff, + 0x38, + 0xed, + 0xfe, + 0x21, + 0xcb, + 0xfe, + 0x73, + 0x55, + 0xff, + 0xdc, + 0x32, + 0xff, + 0xe4, + 0xd5, + 0xfe, + 0x69, + 0xe1, + 0xfe, + 0x8d, + 0x00, + 0xff, + 0x13, + 0x9f, + 0xff, + 0x73, + 0x09, + 0x25, + 0x45, + 0xab, + 0x4a, + 0xb8, + 0x6a, + 0x0c, + 0x41, + 0x68, + 0xdc, + 0x99, + 0x2d, + 0xfb, + 0xe5, + 0xbb, + 0xfa, + 0x25, + 0xca, + 0x00, + 0x2a, + 0xdc, + 0x0a, + 0x50, + 0xa9, + 0xfe, + 0x1f, + 0xdb, + 0xfc, + 0x06, + 0x58, + 0xf0, + 0x36, + 0xb8, + 0xf8, + 0x6a, + 0x09, + 0x02, + 0x40, + 0x4c, + 0xfe, + 0xd0, + 0x58, + 0x02, + 0x6a, + 0x4c, + 0xfa, + 0xb3, + 0x8a, + 0x00, + 0xf3, + 0x46, + 0x00, + 0x54, + 0x50, + 0xfb, + 0x68, + 0x68, + 0x02, + 0x4c, + 0xc0, + 0xff, + 0x46, + 0x37, + 0x02, + 0x56, + 0xd9, + 0xfd, + 0x34, + 0xb8, + 0xfd, + 0x47, + 0xd8, + 0x00, + 0x27, + 0xf5, + 0xfb, + 0xde, + 0x61, + 0x01, + 0x8d, + 0xbf, + 0xff, + 0x47, + 0x10, + 0xfe, + 0xae, + 0x21, + 0xff, + 0xd0, + 0x93, + 0xff, + 0x63, + 0x96, + 0x02, + 0xfd, + 0x09, + 0xff, + 0x88, + 0x73, + 0x00, + 0xd0, + 0x50, + 0x00, + 0x38, + 0x0f, + 0xff, + 0xa5, + 0x5c, + 0x00, + 0xeb, + 0x17, + 0xff, + 0x94, + 0xfe, + 0x00, + 0xb5, + 0x73, + 0xff, + 0x4d, + 0xef, + 0xfd, + 0xa9, + 0x9d, + 0xfd, + 0xaa, + 0x83, + 0xfd, + 0xd7, + 0x74, + 0xff, + 0xe5, + 0xa9, + 0xfd, + 0x94, + 0x5e, + 0xfd, + 0x71, + 0x58, + 0xfe, + 0x97, + 0x3f, + 0xfe, + 0x54, + 0xd2, + 0xfe, + 0xd4, + 0x43, + 0xff, + 0x8f, + 0x2f, + 0x00, + 0x15, + 0x11, + 0x00, + 0x79, + 0x8f, + 0xff, + 0xf1, + 0x68, + 0xff, + 0xc7, + 0xf8, + 0xfe, + 0xc3, + 0x04, + 0xff, + 0x3a, + 0x00, + 0xff, + 0x63, + 0xb0, + 0xfe, + 0x2f, + 0x29, + 0xff, + 0x44, + 0x52, + 0xff, + 0xc1, + 0xf8, + 0xfe, + 0x00, + 0xe1, + 0xfe, + 0x8a, + 0xfa, + 0xfe, + 0xff, + 0x93, + 0xff, + 0x9c, + 0x97, + 0x26, + 0xe8, + 0x5e, + 0x4c, + 0xee, + 0xda, + 0x0b, + 0x75, + 0xa2, + 0xdc, + 0x84, + 0x52, + 0xf9, + 0x1b, + 0xf3, + 0xf6, + 0xc8, + 0x2e, + 0x02, + 0xc1, + 0x4a, + 0x0c, + 0xda, + 0xe0, + 0xfd, + 0xa2, + 0xc4, + 0xfc, + 0x25, + 0x8b, + 0xef, + 0x54, + 0x3b, + 0xf8, + 0x8f, + 0xb3, + 0x01, + 0x51, + 0x7c, + 0xff, + 0xfa, + 0x9a, + 0x03, + 0x15, + 0xe1, + 0xf9, + 0x70, + 0xbc, + 0x00, + 0x0c, + 0xb7, + 0xff, + 0xfa, + 0x4b, + 0xfb, + 0xfc, + 0xec, + 0x02, + 0xdf, + 0x72, + 0xff, + 0x6f, + 0xdd, + 0x02, + 0xf8, + 0x54, + 0xfe, + 0x88, + 0x02, + 0xfd, + 0x5f, + 0xe2, + 0xff, + 0xb8, + 0xe6, + 0xfb, + 0xed, + 0x1d, + 0x01, + 0x7a, + 0x32, + 0xff, + 0x77, + 0x9d, + 0xfe, + 0xeb, + 0x5f, + 0xff, + 0xdb, + 0x2b, + 0xff, + 0x57, + 0x9a, + 0x02, + 0xe8, + 0xdd, + 0xff, + 0x6d, + 0x9c, + 0x00, + 0x15, + 0x8b, + 0xff, + 0x6e, + 0x4c, + 0xff, + 0xf2, + 0xed, + 0x00, + 0x0d, + 0xe2, + 0xfe, + 0x55, + 0xdf, + 0x00, + 0xdc, + 0x00, + 0x00, + 0xdf, + 0x29, + 0xfe, + 0x2b, + 0x60, + 0xfd, + 0xf8, + 0x61, + 0xfd, + 0x77, + 0x94, + 0xff, + 0xc3, + 0x23, + 0xfe, + 0x4a, + 0x57, + 0xfd, + 0x69, + 0x12, + 0xfe, + 0x94, + 0x1c, + 0xfe, + 0xbb, + 0xa8, + 0xfe, + 0x86, + 0x32, + 0xff, + 0xa6, + 0x19, + 0x00, + 0xf5, + 0x5b, + 0x00, + 0x4f, + 0x9c, + 0xff, + 0x20, + 0x0b, + 0xff, + 0x3b, + 0xc1, + 0xfe, + 0x38, + 0xe5, + 0xfe, + 0xaa, + 0x1d, + 0xff, + 0xce, + 0xaa, + 0xfe, + 0xfb, + 0x1a, + 0xff, + 0x5b, + 0x74, + 0xff, + 0x8d, + 0x12, + 0xff, + 0xef, + 0xec, + 0xfe, + 0x88, + 0xcf, + 0xfe, + 0x77, + 0x7d, + 0xff, + 0xf8, + 0x9c, + 0x26, + 0x76, + 0x4e, + 0x4d, + 0x87, + 0xef, + 0x0d, + 0x1d, + 0xb9, + 0xdd, + 0xa6, + 0x9a, + 0xf6, + 0x14, + 0x85, + 0xf2, + 0x80, + 0x1e, + 0x02, + 0x39, + 0x43, + 0x0e, + 0xf2, + 0x3c, + 0xfd, + 0xf1, + 0x4a, + 0xfc, + 0x21, + 0x03, + 0xf0, + 0x37, + 0xe0, + 0xf7, + 0xcc, + 0x1e, + 0x01, + 0x0d, + 0xcc, + 0x00, + 0x1f, + 0x30, + 0x05, + 0x12, + 0xfe, + 0xf8, + 0x6d, + 0x3e, + 0x00, + 0xb2, + 0x2d, + 0x00, + 0x62, + 0x49, + 0xfb, + 0x19, + 0x50, + 0x03, + 0x70, + 0xd6, + 0xff, + 0x72, + 0xbb, + 0x02, + 0x9d, + 0xbc, + 0xfd, + 0xa4, + 0x66, + 0xfc, + 0xa7, + 0x43, + 0xff, + 0x9f, + 0x56, + 0xfb, + 0x5a, + 0x49, + 0x01, + 0xa4, + 0x88, + 0xff, + 0x3a, + 0xde, + 0xfe, + 0xac, + 0xa2, + 0xff, + 0xbc, + 0x0a, + 0xff, + 0x8c, + 0x99, + 0x02, + 0xc8, + 0xfb, + 0xff, + 0x2f, + 0xa7, + 0x00, + 0x8e, + 0xc7, + 0xff, + 0xd4, + 0x23, + 0xff, + 0xda, + 0xbc, + 0x00, + 0x87, + 0xec, + 0xfe, + 0xc3, + 0xf0, + 0x00, + 0x03, + 0x79, + 0x00, + 0x06, + 0x6a, + 0xfe, + 0x96, + 0x55, + 0xfd, + 0x9c, + 0x6d, + 0xfd, + 0x32, + 0xb9, + 0xff, + 0x96, + 0x96, + 0xfe, + 0xf2, + 0xa1, + 0xfd, + 0x79, + 0xce, + 0xfd, + 0x66, + 0xcc, + 0xfd, + 0x09, + 0x65, + 0xfe, + 0xfd, + 0xd6, + 0xfe, + 0x8f, + 0x31, + 0x00, + 0xaf, + 0x91, + 0x00, + 0x8a, + 0x80, + 0xff, + 0x88, + 0xb6, + 0xfe, + 0x5c, + 0x57, + 0xfe, + 0x76, + 0xe8, + 0xfe, + 0xee, + 0x5a, + 0xff, + 0x07, + 0xc2, + 0xfe, + 0xfa, + 0x07, + 0xff, + 0x33, + 0x8e, + 0xff, + 0x01, + 0x4a, + 0xff, + 0x68, + 0xcb, + 0xfe, + 0x1e, + 0xa1, + 0xfe, + 0xf0, + 0x7d, + 0xff, + 0x4f, + 0x5e, + 0x23, + 0x56, + 0x1d, + 0x4d, + 0xce, + 0x00, + 0x15, + 0x07, + 0xb9, + 0xde, + 0xd9, + 0xea, + 0xf3, + 0x5f, + 0x7f, + 0xef, + 0x42, + 0x6c, + 0xfe, + 0xb5, + 0x28, + 0x11, + 0x29, + 0x11, + 0xfd, + 0x6a, + 0xf9, + 0xfb, + 0x3a, + 0xc4, + 0xf2, + 0xf3, + 0xf2, + 0xf5, + 0xff, + 0x2a, + 0x01, + 0x8c, + 0x6e, + 0x01, + 0xe7, + 0x05, + 0x06, + 0x8a, + 0x0f, + 0xf9, + 0x39, + 0xed, + 0xfe, + 0x1e, + 0xe1, + 0x01, + 0x5d, + 0x24, + 0xfb, + 0x6f, + 0xd4, + 0x03, + 0x19, + 0x5a, + 0xff, + 0x3b, + 0xf4, + 0x00, + 0x8a, + 0x03, + 0xff, + 0x67, + 0x56, + 0xfb, + 0x7a, + 0xbe, + 0xfe, + 0x24, + 0xf6, + 0xfb, + 0x45, + 0x31, + 0x01, + 0x86, + 0xf9, + 0xff, + 0xbf, + 0xb9, + 0xfe, + 0xe9, + 0x80, + 0x00, + 0xd5, + 0xb9, + 0xfe, + 0x1a, + 0xad, + 0x01, + 0x68, + 0x76, + 0x00, + 0xef, + 0x56, + 0x01, + 0x11, + 0xef, + 0xff, + 0x7a, + 0x0f, + 0xfe, + 0xbb, + 0x16, + 0x01, + 0x39, + 0x51, + 0xff, + 0xfb, + 0x38, + 0x00, + 0xf3, + 0xe7, + 0x00, + 0xb2, + 0x08, + 0xff, + 0x18, + 0xa8, + 0xfd, + 0x3e, + 0x43, + 0xfd, + 0x82, + 0xe9, + 0xff, + 0xde, + 0x16, + 0xff, + 0xfe, + 0xef, + 0xfd, + 0x68, + 0x05, + 0xfe, + 0xcf, + 0x48, + 0xfd, + 0x62, + 0x25, + 0xfe, + 0x68, + 0x7c, + 0xfe, + 0x72, + 0xf9, + 0xff, + 0x79, + 0xcb, + 0x00, + 0x74, + 0x4d, + 0xff, + 0xa3, + 0x95, + 0xfe, + 0xa6, + 0x13, + 0xfe, + 0xd2, + 0xf7, + 0xfe, + 0x98, + 0xb0, + 0xff, + 0x42, + 0xd0, + 0xfe, + 0xa5, + 0x0b, + 0xff, + 0x16, + 0x7a, + 0xff, + 0x1e, + 0x6f, + 0xff, + 0x82, + 0xd8, + 0xfe, + 0x1a, + 0x89, + 0xfe, + 0x27, + 0x99, + 0xff, + 0x39, + 0x50, + 0x26, + 0xf5, + 0xba, + 0x4c, + 0xa8, + 0x05, + 0x11, + 0x1a, + 0x6d, + 0xe3, + 0x63, + 0xed, + 0xf2, + 0x96, + 0x5a, + 0xe8, + 0xaf, + 0xd6, + 0xff, + 0x78, + 0xa4, + 0x10, + 0x24, + 0x66, + 0xfd, + 0x83, + 0x6b, + 0xfd, + 0xab, + 0xef, + 0xf2, + 0xdb, + 0xab, + 0xf7, + 0x76, + 0xba, + 0xff, + 0xff, + 0xe8, + 0x02, + 0x58, + 0xf7, + 0x05, + 0x30, + 0xa8, + 0xf7, + 0x1a, + 0x12, + 0x01, + 0x85, + 0x2e, + 0x02, + 0x5b, + 0xb2, + 0xfb, + 0x76, + 0x52, + 0x02, + 0x86, + 0x4d, + 0xfe, + 0x21, + 0xf0, + 0x00, + 0x4e, + 0x21, + 0xfe, + 0x03, + 0x3e, + 0xfc, + 0x1e, + 0x57, + 0xfe, + 0xcc, + 0xaa, + 0xfc, + 0x57, + 0x91, + 0x01, + 0x5e, + 0xa6, + 0xff, + 0x9b, + 0xab, + 0xff, + 0xfe, + 0xd4, + 0xff, + 0x6b, + 0xc7, + 0xfe, + 0x3a, + 0xd6, + 0x01, + 0xc7, + 0x5f, + 0x00, + 0x87, + 0xc1, + 0x01, + 0xcb, + 0xbb, + 0xff, + 0xd3, + 0xc6, + 0xfd, + 0x85, + 0xbe, + 0x00, + 0xb5, + 0xc1, + 0xff, + 0xf4, + 0x0a, + 0x00, + 0xa8, + 0x5b, + 0x00, + 0x50, + 0xfe, + 0xff, + 0xbb, + 0x32, + 0xfe, + 0x52, + 0x45, + 0xfd, + 0x0e, + 0x38, + 0x00, + 0xdb, + 0x71, + 0xff, + 0x6a, + 0x9c, + 0xfe, + 0x40, + 0x2f, + 0xfe, + 0x83, + 0xde, + 0xfc, + 0x73, + 0xda, + 0xfd, + 0x3d, + 0x20, + 0xfe, + 0x66, + 0xaf, + 0xff, + 0xbf, + 0x96, + 0x00, + 0x69, + 0x19, + 0xff, + 0xc8, + 0x61, + 0xfe, + 0x4f, + 0x3c, + 0xfe, + 0x32, + 0x3c, + 0xff, + 0xef, + 0x81, + 0xff, + 0xdb, + 0x17, + 0xff, + 0x51, + 0x49, + 0xff, + 0x13, + 0x32, + 0xff, + 0x24, + 0x60, + 0xff, + 0x39, + 0x0e, + 0xff, + 0x94, + 0xe4, + 0xfe, + 0xe8, + 0x91, + 0xff, + 0x2d, + 0xdf, + 0x24, + 0x90, + 0x58, + 0x4b, + 0x76, + 0xcd, + 0x13, + 0xb7, + 0xbf, + 0xe6, + 0x66, + 0xb2, + 0xf1, + 0x34, + 0xf9, + 0xe3, + 0x73, + 0xcc, + 0xfc, + 0x4f, + 0x05, + 0x12, + 0xfb, + 0x88, + 0xff, + 0x3d, + 0x0e, + 0xfe, + 0xac, + 0x2a, + 0xf4, + 0xd5, + 0x17, + 0xf8, + 0xfa, + 0xdf, + 0xfe, + 0xf5, + 0xa2, + 0x02, + 0x09, + 0x5b, + 0x06, + 0xfa, + 0x90, + 0xf8, + 0x1a, + 0x1c, + 0x02, + 0x25, + 0xb9, + 0x01, + 0x5a, + 0x74, + 0xfa, + 0xd4, + 0x23, + 0x02, + 0xb7, + 0xb2, + 0xfd, + 0x36, + 0x81, + 0x00, + 0x9c, + 0x3b, + 0xff, + 0xcc, + 0x68, + 0xfc, + 0x51, + 0x4b, + 0xfe, + 0x43, + 0x65, + 0xfd, + 0x8a, + 0x93, + 0x01, + 0xea, + 0x5f, + 0xff, + 0x1f, + 0x6a, + 0xff, + 0xc8, + 0x5b, + 0x00, + 0xc2, + 0x32, + 0xff, + 0xe6, + 0x2d, + 0x01, + 0x76, + 0x4f, + 0x00, + 0x05, + 0x34, + 0x02, + 0x5c, + 0xfe, + 0xff, + 0x67, + 0x3d, + 0xfd, + 0x22, + 0x3a, + 0x00, + 0x07, + 0x47, + 0x00, + 0x4d, + 0x6a, + 0x00, + 0x39, + 0xb4, + 0xff, + 0x1d, + 0xa9, + 0xff, + 0x76, + 0xd2, + 0xff, + 0x74, + 0xce, + 0xfd, + 0x49, + 0x74, + 0xff, + 0xc7, + 0x50, + 0x00, + 0x15, + 0x67, + 0xff, + 0x5f, + 0x43, + 0xfe, + 0xe2, + 0xa9, + 0xfc, + 0x3a, + 0x91, + 0xfd, + 0x31, + 0x20, + 0xfe, + 0x75, + 0x1e, + 0xff, + 0xae, + 0xe6, + 0xff, + 0x1f, + 0x0a, + 0xff, + 0xf0, + 0xcd, + 0xfe, + 0x2b, + 0x7a, + 0xfe, + 0x47, + 0x09, + 0xff, + 0x6e, + 0x65, + 0xff, + 0x03, + 0x44, + 0xff, + 0x44, + 0xb3, + 0xff, + 0x19, + 0x39, + 0xff, + 0xdd, + 0x02, + 0xff, + 0x88, + 0x57, + 0xff, + 0x87, + 0x57, + 0xff, + 0x74, + 0x67, + 0xff, + 0x57, + 0x34, + 0x25, + 0xf0, + 0xc7, + 0x49, + 0x71, + 0xcc, + 0x12, + 0x03, + 0x6b, + 0xea, + 0xd2, + 0x0d, + 0xf1, + 0x41, + 0xce, + 0xde, + 0x76, + 0xd3, + 0xfb, + 0x09, + 0x81, + 0x13, + 0x79, + 0x45, + 0x01, + 0x2c, + 0x3d, + 0xfe, + 0xfb, + 0x58, + 0xf5, + 0xa4, + 0x2d, + 0xf9, + 0x6e, + 0x93, + 0xfc, + 0x67, + 0x49, + 0x03, + 0xe2, + 0xf0, + 0x07, + 0x8e, + 0x55, + 0xf8, + 0xb7, + 0xe6, + 0x01, + 0x46, + 0xd7, + 0x00, + 0xa1, + 0xc8, + 0xf9, + 0x54, + 0xcd, + 0x01, + 0x4c, + 0x15, + 0xfe, + 0x20, + 0x77, + 0x00, + 0x12, + 0x79, + 0xff, + 0x87, + 0x16, + 0xfd, + 0xdf, + 0x8b, + 0xfe, + 0x0c, + 0xd3, + 0xfd, + 0xe6, + 0x88, + 0x00, + 0x86, + 0x3c, + 0xff, + 0x32, + 0x55, + 0x00, + 0x50, + 0x36, + 0x00, + 0xd0, + 0xfa, + 0xfe, + 0xff, + 0x0c, + 0x01, + 0x2a, + 0x96, + 0x00, + 0x88, + 0x1e, + 0x02, + 0xbb, + 0xdf, + 0xff, + 0x0d, + 0x0e, + 0xfd, + 0x8f, + 0xd8, + 0xff, + 0xcd, + 0x8b, + 0x00, + 0x3a, + 0xbc, + 0x00, + 0x31, + 0x85, + 0xff, + 0xd4, + 0xc7, + 0xfe, + 0x82, + 0xaa, + 0x00, + 0xe1, + 0x33, + 0xff, + 0x1f, + 0xf8, + 0xfe, + 0x38, + 0xbd, + 0x00, + 0xeb, + 0x0f, + 0x00, + 0x4f, + 0x4e, + 0xfe, + 0x28, + 0xc7, + 0xfc, + 0x72, + 0x2d, + 0xfd, + 0x22, + 0x4d, + 0xfe, + 0x93, + 0xd2, + 0xfe, + 0x39, + 0x9f, + 0xfe, + 0x6e, + 0xa1, + 0xfe, + 0x4a, + 0x7a, + 0xff, + 0x8a, + 0x2e, + 0xff, + 0x52, + 0x92, + 0xfe, + 0xd6, + 0xe6, + 0xfe, + 0xf2, + 0xb8, + 0xff, + 0x75, + 0x10, + 0x00, + 0xfe, + 0x54, + 0xff, + 0x58, + 0xe5, + 0xfe, + 0xed, + 0x5d, + 0xff, + 0x5e, + 0x7d, + 0xff, + 0xc9, + 0x1a, + 0xff, + 0x98, + 0x37, + 0x26, + 0x29, + 0x23, + 0x47, + 0xb2, + 0xd9, + 0x0f, + 0xed, + 0x02, + 0xef, + 0x31, + 0xff, + 0xef, + 0x43, + 0xee, + 0xd9, + 0xe9, + 0x77, + 0xfd, + 0x11, + 0xe8, + 0x13, + 0x61, + 0x69, + 0x02, + 0x3b, + 0xc7, + 0xff, + 0xde, + 0xde, + 0xf5, + 0x5c, + 0xfb, + 0xf8, + 0x64, + 0xcf, + 0xfb, + 0x7a, + 0xd1, + 0x05, + 0x2c, + 0x74, + 0x06, + 0x07, + 0x7a, + 0xf7, + 0x95, + 0xf7, + 0x02, + 0x57, + 0xf0, + 0xfd, + 0x8f, + 0xf9, + 0xfa, + 0x29, + 0xfc, + 0x02, + 0xc8, + 0x02, + 0xfd, + 0x9d, + 0x05, + 0x01, + 0xde, + 0x45, + 0x00, + 0x5c, + 0xdc, + 0xfd, + 0xb7, + 0xda, + 0xfd, + 0xa8, + 0x82, + 0xfd, + 0xac, + 0xca, + 0x00, + 0xbf, + 0x6c, + 0xff, + 0x89, + 0x48, + 0x00, + 0x70, + 0xec, + 0xff, + 0x0c, + 0x72, + 0xff, + 0x4a, + 0xff, + 0x00, + 0x20, + 0x8d, + 0x00, + 0xf1, + 0xde, + 0x01, + 0xc5, + 0xa5, + 0xff, + 0x33, + 0x59, + 0xfd, + 0x12, + 0x91, + 0xff, + 0x28, + 0x41, + 0x00, + 0xca, + 0xf8, + 0x00, + 0x5e, + 0x44, + 0x00, + 0x1e, + 0x18, + 0xfe, + 0x9f, + 0xb7, + 0xff, + 0x31, + 0x1c, + 0x01, + 0x48, + 0x36, + 0x00, + 0x14, + 0xff, + 0xff, + 0xd1, + 0x98, + 0x00, + 0xd0, + 0xf1, + 0xfe, + 0x11, + 0xb1, + 0xfc, + 0x3d, + 0x58, + 0xfd, + 0x24, + 0x16, + 0xfe, + 0xfc, + 0x90, + 0xfe, + 0x98, + 0xc5, + 0xfd, + 0xa2, + 0x72, + 0xfd, + 0x00, + 0xc8, + 0xff, + 0x63, + 0x5f, + 0x00, + 0x4e, + 0xb8, + 0xfe, + 0xcc, + 0x26, + 0xfe, + 0x3c, + 0xd2, + 0xff, + 0x71, + 0x55, + 0x00, + 0xe9, + 0xbd, + 0xff, + 0x23, + 0x83, + 0xff, + 0x11, + 0xd6, + 0xfe, + 0x8a, + 0xe5, + 0xfe, + 0xdb, + 0xdf, + 0xfe, + 0x07, + 0x2e, + 0x26, + 0x6d, + 0x0d, + 0x44, + 0x26, + 0x16, + 0x0e, + 0xdc, + 0x30, + 0xf2, + 0x85, + 0x4b, + 0xef, + 0x82, + 0xe4, + 0xd8, + 0x4f, + 0x0d, + 0xfe, + 0x8b, + 0x33, + 0x13, + 0x80, + 0xcc, + 0x04, + 0x28, + 0xa8, + 0xff, + 0x64, + 0xfb, + 0xf5, + 0x33, + 0xa2, + 0xfa, + 0x3e, + 0x82, + 0xfa, + 0x33, + 0x38, + 0x06, + 0x52, + 0xfa, + 0x05, + 0xf9, + 0x89, + 0xf6, + 0x42, + 0x9e, + 0x02, + 0x07, + 0x0a, + 0xfe, + 0xbf, + 0x4f, + 0xfc, + 0xf1, + 0x63, + 0x02, + 0x50, + 0x52, + 0xfd, + 0x15, + 0xf4, + 0x01, + 0x61, + 0x24, + 0x00, + 0xbe, + 0x69, + 0xfd, + 0x1f, + 0xd6, + 0xfd, + 0xbe, + 0x61, + 0xfe, + 0x76, + 0x41, + 0x00, + 0xe1, + 0x09, + 0xff, + 0xdc, + 0xa6, + 0x00, + 0x3b, + 0x09, + 0x00, + 0xe5, + 0x80, + 0xff, + 0x63, + 0xdc, + 0x00, + 0x79, + 0x7c, + 0x00, + 0x2c, + 0xc4, + 0x01, + 0x6f, + 0xbe, + 0xff, + 0xa9, + 0x1f, + 0xfd, + 0x9c, + 0x84, + 0xff, + 0x09, + 0x5f, + 0x00, + 0x35, + 0xa0, + 0x00, + 0xaf, + 0xc3, + 0x00, + 0x63, + 0x9c, + 0xfe, + 0xad, + 0x91, + 0xfe, + 0x80, + 0x46, + 0x01, + 0x44, + 0x2f, + 0x02, + 0x54, + 0xc7, + 0xff, + 0x58, + 0x8d, + 0x00, + 0x05, + 0xc2, + 0xff, + 0xf7, + 0x63, + 0xfc, + 0xcc, + 0x9d, + 0xfd, + 0x96, + 0xd4, + 0xfd, + 0x1b, + 0x32, + 0xfe, + 0x09, + 0xbe, + 0xfd, + 0x4c, + 0xcb, + 0xfc, + 0x1e, + 0x3f, + 0xff, + 0xf8, + 0x80, + 0x00, + 0xc2, + 0xfa, + 0xff, + 0x85, + 0x52, + 0xfe, + 0x0b, + 0xc5, + 0xfe, + 0xfd, + 0x52, + 0x00, + 0x86, + 0x6b, + 0x00, + 0x3e, + 0x1c, + 0x00, + 0xe0, + 0x62, + 0xfe, + 0x37, + 0xea, + 0xfd, + 0xc5, + 0xc8, + 0xfe, + 0x57, + 0x80, + 0x23, + 0x50, + 0xbf, + 0x3f, + 0x22, + 0x5e, + 0x0e, + 0x69, + 0xf1, + 0xf4, + 0x9e, + 0x1a, + 0xf1, + 0x78, + 0x79, + 0xd9, + 0xa9, + 0x5a, + 0xfc, + 0xf9, + 0xde, + 0x12, + 0x12, + 0xbf, + 0x05, + 0x3a, + 0x3a, + 0x01, + 0xa1, + 0x91, + 0xf7, + 0x04, + 0xbd, + 0xf8, + 0xe7, + 0x65, + 0xfa, + 0xe9, + 0xf0, + 0x06, + 0x44, + 0xc7, + 0x03, + 0xec, + 0xbb, + 0xf6, + 0x1f, + 0x67, + 0x03, + 0x08, + 0xf7, + 0xfd, + 0x2c, + 0xee, + 0xfc, + 0x57, + 0x00, + 0x03, + 0xeb, + 0xfb, + 0xfd, + 0xe4, + 0x08, + 0x01, + 0xaf, + 0xd3, + 0xff, + 0xf3, + 0x59, + 0xfe, + 0x8b, + 0x04, + 0xfe, + 0x3b, + 0x51, + 0xfe, + 0xfe, + 0x8b, + 0xff, + 0x08, + 0x2b, + 0xff, + 0xc8, + 0x4b, + 0x01, + 0xb5, + 0xbe, + 0xff, + 0xdc, + 0x20, + 0xff, + 0x93, + 0x12, + 0x01, + 0x7e, + 0x0b, + 0x01, + 0x1d, + 0x12, + 0x01, + 0x6a, + 0x68, + 0xff, + 0x66, + 0xb9, + 0xfd, + 0x79, + 0x41, + 0xff, + 0x94, + 0x3f, + 0x00, + 0xa5, + 0x8d, + 0x00, + 0xb4, + 0xb3, + 0x00, + 0xde, + 0x6b, + 0xff, + 0xe7, + 0xce, + 0xfe, + 0xcc, + 0x4f, + 0x00, + 0xfb, + 0xab, + 0x02, + 0x7c, + 0x51, + 0x01, + 0x26, + 0xb0, + 0x00, + 0xa8, + 0xc3, + 0xff, + 0x1a, + 0x5a, + 0xfc, + 0x89, + 0x79, + 0xfd, + 0x7d, + 0x09, + 0xfe, + 0x49, + 0xca, + 0xfd, + 0xa9, + 0xc6, + 0xfd, + 0x3c, + 0x0c, + 0xfd, + 0x57, + 0x67, + 0xfe, + 0x39, + 0xb9, + 0xff, + 0x9a, + 0xcd, + 0x00, + 0xe0, + 0x9b, + 0xff, + 0xd9, + 0x48, + 0xfe, + 0xa4, + 0x79, + 0xff, + 0xf2, + 0x92, + 0x00, + 0x47, + 0x62, + 0x00, + 0x1b, + 0x8e, + 0xfe, + 0x4f, + 0x7f, + 0xfd, + 0xf8, + 0x66, + 0xfe, + 0x44, + 0xb1, + 0x21, + 0x2a, + 0x55, + 0x3b, + 0xdc, + 0xe4, + 0x0c, + 0x45, + 0xea, + 0xf7, + 0x48, + 0x9c, + 0xf3, + 0x4e, + 0xce, + 0xda, + 0x43, + 0x70, + 0xfb, + 0xf6, + 0x74, + 0x11, + 0x7a, + 0x8b, + 0x07, + 0x34, + 0xfc, + 0x01, + 0xeb, + 0x88, + 0xf6, + 0xe1, + 0xee, + 0xf8, + 0xcc, + 0x7c, + 0xfa, + 0xbd, + 0x4b, + 0x06, + 0x72, + 0x3d, + 0x03, + 0x94, + 0x1a, + 0xf7, + 0xc1, + 0xce, + 0x03, + 0x11, + 0xf3, + 0xfd, + 0x36, + 0x11, + 0xfe, + 0x9c, + 0x9b, + 0x03, + 0x0d, + 0x98, + 0xfc, + 0x55, + 0xe2, + 0x00, + 0xd1, + 0xf6, + 0x00, + 0x0e, + 0x25, + 0xfe, + 0x23, + 0xdd, + 0xfd, + 0x46, + 0x75, + 0xfe, + 0x44, + 0x35, + 0xff, + 0x94, + 0x96, + 0xff, + 0xa1, + 0x6b, + 0x01, + 0x0b, + 0xed, + 0xfe, + 0x9e, + 0x5b, + 0xff, + 0x71, + 0x02, + 0x02, + 0x20, + 0x9a, + 0x00, + 0xdf, + 0x41, + 0x00, + 0x19, + 0xce, + 0xff, + 0x4b, + 0x0a, + 0xfe, + 0x38, + 0xee, + 0xfe, + 0x85, + 0x3d, + 0x00, + 0x9c, + 0xa3, + 0x00, + 0x2f, + 0x75, + 0x00, + 0xfe, + 0xd3, + 0xff, + 0x47, + 0xed, + 0xff, + 0x76, + 0xf1, + 0xff, + 0x5a, + 0x93, + 0x01, + 0x82, + 0x69, + 0x02, + 0xb9, + 0x7d, + 0x01, + 0x85, + 0xda, + 0xfe, + 0x74, + 0x92, + 0xfc, + 0xd3, + 0xbf, + 0xfd, + 0x7f, + 0xd1, + 0xfd, + 0x08, + 0xf3, + 0xfd, + 0x1c, + 0xb9, + 0xfd, + 0x06, + 0x7d, + 0xfd, + 0x94, + 0x5a, + 0xfe, + 0x5f, + 0xdc, + 0xfe, + 0x82, + 0xa0, + 0x00, + 0x43, + 0x3b, + 0x00, + 0x2b, + 0xe9, + 0xfe, + 0x43, + 0x08, + 0xff, + 0x76, + 0xcd, + 0xff, + 0xc8, + 0x2c, + 0x00, + 0x6b, + 0xf0, + 0xfe, + 0xb3, + 0xff, + 0xfd, + 0x50, + 0x0c, + 0xfe, + 0x9f, + 0x13, + 0x20, + 0x70, + 0x4d, + 0x35, + 0x6e, + 0x08, + 0x0a, + 0x41, + 0xd1, + 0xfc, + 0x27, + 0x9d, + 0xf6, + 0x7b, + 0x8c, + 0xdb, + 0x98, + 0x65, + 0xfc, + 0x49, + 0x2f, + 0x11, + 0x3e, + 0x80, + 0x06, + 0xc3, + 0x4d, + 0x01, + 0x40, + 0xf5, + 0xf7, + 0x42, + 0xf4, + 0xf7, + 0x3a, + 0xb6, + 0xfa, + 0x66, + 0xbb, + 0x07, + 0xaf, + 0xc0, + 0x00, + 0x48, + 0x1a, + 0xf8, + 0x10, + 0xf8, + 0x04, + 0x96, + 0xea, + 0xfd, + 0x67, + 0x54, + 0xff, + 0xf0, + 0x10, + 0x02, + 0x16, + 0x8a, + 0xfc, + 0x79, + 0xfe, + 0x01, + 0x28, + 0xb9, + 0x00, + 0x47, + 0xc9, + 0xfd, + 0xcf, + 0x05, + 0xfe, + 0xff, + 0x10, + 0xff, + 0x0a, + 0xda, + 0xfe, + 0xea, + 0xb1, + 0xff, + 0xdf, + 0x32, + 0x01, + 0x7c, + 0xa1, + 0xfe, + 0x9e, + 0x25, + 0x00, + 0xf4, + 0x07, + 0x02, + 0x71, + 0x2c, + 0x00, + 0x62, + 0xee, + 0xff, + 0xec, + 0xf4, + 0xff, + 0x2e, + 0x56, + 0xfe, + 0xcc, + 0xf2, + 0xfe, + 0x95, + 0x2c, + 0x00, + 0xb2, + 0x80, + 0x00, + 0x80, + 0xfc, + 0x00, + 0x02, + 0x17, + 0x00, + 0x77, + 0x32, + 0x00, + 0x2e, + 0xa0, + 0x00, + 0xf2, + 0xd3, + 0x00, + 0xd2, + 0xbe, + 0x01, + 0xee, + 0xc9, + 0x01, + 0x40, + 0xba, + 0xfe, + 0x4d, + 0xf1, + 0xfc, + 0xdc, + 0x33, + 0xfe, + 0x88, + 0x98, + 0xfd, + 0x1e, + 0x1c, + 0xfe, + 0xbb, + 0xfd, + 0xfd, + 0x0e, + 0xa9, + 0xfd, + 0x83, + 0xd8, + 0xfe, + 0x32, + 0xb4, + 0xfe, + 0x04, + 0xb5, + 0xff, + 0x11, + 0x16, + 0x00, + 0x56, + 0x74, + 0xff, + 0x27, + 0x1a, + 0xff, + 0xff, + 0x64, + 0xff, + 0x8c, + 0xc1, + 0xff, + 0xe8, + 0xcf, + 0xfe, + 0x84, + 0x5c, + 0xfe, + 0x5a, + 0x66, + 0xfe, + 0x0c, + 0x7c, + 0x1d, + 0xc2, + 0xb4, + 0x2f, + 0x77, + 0xc9, + 0x09, + 0x2c, + 0x69, + 0x00, + 0x74, + 0x67, + 0xf7, + 0xf3, + 0xe2, + 0xde, + 0xe7, + 0x6e, + 0xfe, + 0x40, + 0xcc, + 0x0d, + 0x65, + 0x30, + 0x05, + 0xa2, + 0x29, + 0x02, + 0x8a, + 0xbd, + 0xf7, + 0x0a, + 0x46, + 0xf8, + 0x4d, + 0x35, + 0xfc, + 0xd8, + 0xa9, + 0x06, + 0x92, + 0x8b, + 0xff, + 0xfd, + 0xda, + 0xf9, + 0xbb, + 0x80, + 0x05, + 0xda, + 0x9f, + 0xfd, + 0x3d, + 0xe8, + 0xfe, + 0xe4, + 0xfa, + 0x01, + 0xce, + 0x47, + 0xfd, + 0x78, + 0xce, + 0x01, + 0x55, + 0x63, + 0x00, + 0x16, + 0xbd, + 0xfd, + 0xd3, + 0xb3, + 0xfe, + 0x1b, + 0x40, + 0xff, + 0xbf, + 0x3d, + 0xfe, + 0x76, + 0xf1, + 0xff, + 0x3c, + 0x52, + 0x01, + 0xee, + 0x5d, + 0xfe, + 0xd0, + 0x43, + 0x00, + 0x37, + 0x4b, + 0x02, + 0x85, + 0xc1, + 0xff, + 0xde, + 0xbf, + 0xff, + 0x59, + 0x3d, + 0x00, + 0x44, + 0x5c, + 0xfe, + 0x3e, + 0x53, + 0xff, + 0xca, + 0x30, + 0x00, + 0x41, + 0x70, + 0x00, + 0x23, + 0x47, + 0x01, + 0x58, + 0x25, + 0x00, + 0x40, + 0x46, + 0x00, + 0x71, + 0xa7, + 0x00, + 0xdf, + 0xe5, + 0x00, + 0x3a, + 0x15, + 0x01, + 0x95, + 0xbe, + 0x00, + 0x7f, + 0x41, + 0xff, + 0x10, + 0xaa, + 0xfd, + 0x2e, + 0x42, + 0xfe, + 0xf1, + 0xdc, + 0xfd, + 0x4c, + 0xf1, + 0xfd, + 0xeb, + 0x38, + 0xfe, + 0x33, + 0x2b, + 0xfe, + 0xe6, + 0xef, + 0xfe, + 0x50, + 0xfa, + 0xfe, + 0xc6, + 0x28, + 0xff, + 0xe8, + 0x3d, + 0xff, + 0x89, + 0x83, + 0xff, + 0xad, + 0x92, + 0xff, + 0x51, + 0x6e, + 0xff, + 0x42, + 0x37, + 0xff, + 0x84, + 0x94, + 0xfe, + 0xaa, + 0x81, + 0xfe, + 0x13, + 0xc4, + 0xfe, + 0x9e, + 0xfe, + 0x18, + 0xcd, + 0x4c, + 0x2e, + 0x37, + 0x05, + 0x0c, + 0xb5, + 0x59, + 0xfa, + 0xc0, + 0xbe, + 0xf6, + 0x96, + 0x7d, + 0xe4, + 0xf0, + 0x3c, + 0x03, + 0xd9, + 0x1e, + 0x11, + 0xf6, + 0x23, + 0xff, + 0x79, + 0x66, + 0xff, + 0x52, + 0x27, + 0xfa, + 0x02, + 0x03, + 0xfb, + 0xc2, + 0x79, + 0xfc, + 0x0f, + 0x62, + 0x03, + 0xf1, + 0x40, + 0x02, + 0xe8, + 0xd6, + 0xf8, + 0x33, + 0x23, + 0x04, + 0x5c, + 0xb1, + 0xff, + 0xd9, + 0x1d, + 0xfd, + 0xd8, + 0x9f, + 0x02, + 0xfd, + 0xc0, + 0xfd, + 0x48, + 0x74, + 0x01, + 0xcb, + 0x35, + 0x00, + 0x85, + 0xef, + 0xfd, + 0x9d, + 0xd6, + 0xfe, + 0x7a, + 0xaf, + 0xfe, + 0x63, + 0xee, + 0xff, + 0x21, + 0x3d, + 0xff, + 0xd8, + 0x58, + 0x00, + 0x5c, + 0xd2, + 0xff, + 0x5d, + 0x9d, + 0xff, + 0xb0, + 0xa0, + 0xff, + 0x8d, + 0x89, + 0xff, + 0xf9, + 0xd7, + 0x01, + 0x25, + 0x6b, + 0x00, + 0x44, + 0xb2, + 0xfe, + 0xac, + 0x31, + 0x00, + 0x05, + 0x24, + 0x00, + 0x15, + 0x8a, + 0xff, + 0xd6, + 0xd1, + 0xff, + 0xba, + 0xa5, + 0xff, + 0xa2, + 0xbd, + 0xff, + 0x3d, + 0x98, + 0xff, + 0x12, + 0xb6, + 0xff, + 0xe7, + 0xf7, + 0xff, + 0x36, + 0x66, + 0x01, + 0x5c, + 0x24, + 0x02, + 0x2b, + 0x9c, + 0xff, + 0x5d, + 0xfb, + 0xfe, + 0xd2, + 0x2c, + 0xff, + 0x44, + 0xdb, + 0xfe, + 0x54, + 0x92, + 0xfe, + 0xe4, + 0x0b, + 0xfe, + 0x10, + 0x83, + 0xfe, + 0x0d, + 0x36, + 0xfe, + 0x0e, + 0x45, + 0xfe, + 0x7d, + 0x1a, + 0xfe, + 0x8a, + 0x98, + 0xfe, + 0x39, + 0xfc, + 0xff, + 0xd6, + 0x7b, + 0xff, + 0xf1, + 0x0c, + 0xff, + 0x1b, + 0xe4, + 0xfe, + 0x9d, + 0xb3, + 0xfe, + 0x40, + 0x9f, + 0xfe, + 0x7a, + 0xaa, + 0x16, + 0x43, + 0x58, + 0x28, + 0x57, + 0xce, + 0x0e, + 0xfd, + 0xb6, + 0x01, + 0x5b, + 0x9c, + 0xf4, + 0x45, + 0xe5, + 0xe3, + 0xde, + 0x9a, + 0xff, + 0xe6, + 0x1e, + 0x0b, + 0x69, + 0xaf, + 0x03, + 0x12, + 0xc2, + 0x03, + 0x36, + 0xf1, + 0xfb, + 0x28, + 0x37, + 0xfa, + 0x89, + 0xe6, + 0xfa, + 0xce, + 0x2a, + 0x02, + 0x7f, + 0x49, + 0x00, + 0x3d, + 0xac, + 0xfc, + 0xf5, + 0xec, + 0x04, + 0x7f, + 0x54, + 0xfe, + 0xca, + 0x43, + 0xfe, + 0xec, + 0x70, + 0x02, + 0x95, + 0x5f, + 0xfe, + 0xb3, + 0x91, + 0x00, + 0x38, + 0xcc, + 0x00, + 0xb7, + 0x41, + 0xff, + 0x33, + 0xa6, + 0xfe, + 0x4a, + 0xe0, + 0xff, + 0x04, + 0x5a, + 0xff, + 0xdf, + 0x68, + 0xfd, + 0xe7, + 0x09, + 0x00, + 0xfc, + 0xb2, + 0xff, + 0xcb, + 0x5a, + 0xff, + 0x49, + 0x27, + 0x01, + 0x50, + 0xf3, + 0x00, + 0x96, + 0xa4, + 0x01, + 0x65, + 0x6f, + 0x00, + 0x52, + 0xe0, + 0xfe, + 0x95, + 0x7c, + 0xff, + 0xd6, + 0x38, + 0xff, + 0xaa, + 0xe3, + 0xff, + 0x2d, + 0x16, + 0x00, + 0x2b, + 0x09, + 0x00, + 0x05, + 0x31, + 0x00, + 0x1b, + 0x57, + 0xff, + 0x12, + 0xd7, + 0xff, + 0xe1, + 0xe0, + 0xff, + 0xfd, + 0x3a, + 0x01, + 0x78, + 0xff, + 0x01, + 0x30, + 0x9e, + 0xff, + 0xf9, + 0x85, + 0xfe, + 0x82, + 0x4e, + 0xfe, + 0x99, + 0xdd, + 0xfe, + 0xa3, + 0xb0, + 0xfe, + 0x23, + 0x81, + 0xfe, + 0xba, + 0x27, + 0xff, + 0x93, + 0x65, + 0xfe, + 0x5d, + 0x49, + 0xfe, + 0xf2, + 0x67, + 0xfe, + 0x7f, + 0xd7, + 0xfe, + 0x61, + 0xc2, + 0xff, + 0xee, + 0x63, + 0xff, + 0x43, + 0xd2, + 0xfe, + 0xfc, + 0xef, + 0xfe, + 0x85, + 0x0e, + 0xff, + 0xc0, + 0x93, + 0xfe, + 0x17, + 0x23, + 0x13, + 0xf4, + 0x94, + 0x22, + 0xfe, + 0x40, + 0x0f, + 0x59, + 0x11, + 0x04, + 0xbe, + 0x3a, + 0xf7, + 0xb3, + 0x37, + 0xe9, + 0x6c, + 0x57, + 0xfe, + 0x17, + 0x1f, + 0x08, + 0xed, + 0xc6, + 0x03, + 0x3e, + 0xd8, + 0x02, + 0x51, + 0x0d, + 0xfd, + 0x24, + 0xc4, + 0xfb, + 0xa3, + 0x82, + 0xfb, + 0x4f, + 0x52, + 0x01, + 0xfd, + 0x3c, + 0x00, + 0xd5, + 0x0d, + 0xfe, + 0x7f, + 0xc2, + 0x03, + 0xbc, + 0x7b, + 0xfe, + 0x32, + 0xcb, + 0xfe, + 0x6d, + 0xfe, + 0x01, + 0xc9, + 0xe6, + 0xfe, + 0x48, + 0x50, + 0x00, + 0xfe, + 0xfe, + 0x00, + 0x0a, + 0xa9, + 0xff, + 0xd8, + 0x06, + 0xff, + 0x72, + 0x40, + 0x00, + 0x99, + 0x35, + 0xff, + 0x8f, + 0xc8, + 0xfd, + 0x5a, + 0x3b, + 0x00, + 0xcf, + 0xf0, + 0xff, + 0x7f, + 0x74, + 0xff, + 0x3c, + 0xdf, + 0x00, + 0xf1, + 0x1a, + 0x01, + 0xb1, + 0x60, + 0x01, + 0x7c, + 0x43, + 0x00, + 0xd8, + 0x24, + 0xff, + 0x0e, + 0x3f, + 0xff, + 0x5f, + 0x40, + 0xff, + 0xc4, + 0x24, + 0x00, + 0x97, + 0x10, + 0x00, + 0xd6, + 0xe7, + 0xff, + 0xe1, + 0x1a, + 0x00, + 0x6f, + 0x94, + 0xff, + 0xcf, + 0xf5, + 0xff, + 0xab, + 0x13, + 0x00, + 0xb1, + 0x02, + 0x01, + 0x90, + 0x49, + 0x01, + 0x39, + 0x8b, + 0xff, + 0xb0, + 0x97, + 0xfe, + 0x06, + 0x49, + 0xfe, + 0x8e, + 0xcf, + 0xfe, + 0x18, + 0x22, + 0xff, + 0xce, + 0x02, + 0xff, + 0x75, + 0xdc, + 0xfe, + 0xab, + 0xa2, + 0xfe, + 0x69, + 0xcc, + 0xfe, + 0xa6, + 0xad, + 0xfe, + 0xdc, + 0x03, + 0xff, + 0x72, + 0x6b, + 0xff, + 0x76, + 0x41, + 0xff, + 0x26, + 0xd7, + 0xfe, + 0x85, + 0xac, + 0xfe, + 0x2d, + 0xf7, + 0xfe, + 0x14, + 0xe1, + 0xfe, + 0x59, + 0xe8, + 0x0c, + 0x2a, + 0x90, + 0x1d, + 0x4e, + 0x8a, + 0x12, + 0xca, + 0xd2, + 0x04, + 0xcc, + 0xa8, + 0xfc, + 0x7d, + 0xdb, + 0xed, + 0x91, + 0xa4, + 0xf9, + 0x95, + 0x6c, + 0x07, + 0x93, + 0xd3, + 0x02, + 0x34, + 0xa9, + 0x02, + 0x0f, + 0x0b, + 0xff, + 0xcf, + 0x90, + 0xfc, + 0x1e, + 0x7a, + 0xfc, + 0xa7, + 0x7e, + 0xff, + 0x60, + 0x8b, + 0x01, + 0xbb, + 0x32, + 0xfe, + 0x27, + 0x46, + 0x02, + 0x14, + 0x37, + 0x00, + 0x53, + 0x05, + 0xfe, + 0x50, + 0x16, + 0x02, + 0x07, + 0x88, + 0xff, + 0x0d, + 0xda, + 0xff, + 0x06, + 0x57, + 0x01, + 0xe0, + 0x25, + 0x00, + 0x5a, + 0x84, + 0xff, + 0x7f, + 0xfc, + 0xff, + 0xa5, + 0x1c, + 0x00, + 0x48, + 0x6d, + 0xfe, + 0xbc, + 0xb0, + 0xff, + 0xb7, + 0x25, + 0x00, + 0xa8, + 0x1f, + 0xff, + 0x82, + 0x74, + 0x00, + 0x41, + 0x0e, + 0x01, + 0x34, + 0x02, + 0x01, + 0x87, + 0x83, + 0x00, + 0x70, + 0x64, + 0xff, + 0x05, + 0x33, + 0xff, + 0x18, + 0x6c, + 0xff, + 0x3b, + 0x0a, + 0x00, + 0xd7, + 0x05, + 0x00, + 0x4d, + 0x9f, + 0xff, + 0x09, + 0x74, + 0x00, + 0xca, + 0x28, + 0x00, + 0x6e, + 0x97, + 0xff, + 0x9a, + 0x0d, + 0x00, + 0x4f, + 0x90, + 0x00, + 0x42, + 0xd9, + 0x00, + 0x5e, + 0xb5, + 0xff, + 0xff, + 0xb1, + 0xfe, + 0xc3, + 0x76, + 0xfe, + 0xe4, + 0xac, + 0xfe, + 0x8b, + 0x2b, + 0xff, + 0x3b, + 0x3e, + 0xff, + 0x65, + 0x27, + 0xff, + 0x49, + 0xed, + 0xfe, + 0xc2, + 0x0d, + 0xff, + 0x41, + 0xec, + 0xfe, + 0x82, + 0xe9, + 0xfe, + 0xf4, + 0x37, + 0xff, + 0xc2, + 0x23, + 0xff, + 0x69, + 0x0c, + 0xff, + 0x49, + 0xc6, + 0xfe, + 0xfa, + 0xcc, + 0xfe, + 0xce, + 0xec, + 0xfe, + 0xe4, + 0xcd, + 0x0c, + 0xc1, + 0x18, + 0x1a, + 0x25, + 0xa5, + 0x0f, + 0x9a, + 0x23, + 0x06, + 0x09, + 0x8c, + 0xfc, + 0x64, + 0x95, + 0xf0, + 0xfc, + 0x46, + 0xfc, + 0x69, + 0xfb, + 0x04, + 0xca, + 0x54, + 0x02, + 0x4b, + 0x51, + 0x02, + 0x5c, + 0x7e, + 0xff, + 0xb9, + 0x9c, + 0xfd, + 0xb2, + 0xae, + 0xfc, + 0x59, + 0x34, + 0x00, + 0x7b, + 0xb6, + 0x00, + 0xc0, + 0xd6, + 0xfe, + 0x1f, + 0x1b, + 0x02, + 0x74, + 0x9c, + 0xff, + 0xb0, + 0x1f, + 0xff, + 0xb6, + 0x8b, + 0x01, + 0xbf, + 0xc2, + 0xff, + 0x96, + 0x3e, + 0x00, + 0x8a, + 0x40, + 0x01, + 0x33, + 0x9e, + 0x00, + 0x81, + 0xfa, + 0xff, + 0xa7, + 0x7d, + 0x00, + 0xc7, + 0xf8, + 0xff, + 0xd4, + 0x7b, + 0xfe, + 0x7d, + 0x77, + 0xff, + 0xb7, + 0xaf, + 0xff, + 0xae, + 0x0d, + 0xff, + 0x2b, + 0x01, + 0x00, + 0xc0, + 0xe8, + 0x00, + 0xa4, + 0x39, + 0x01, + 0x20, + 0x52, + 0x00, + 0x35, + 0x61, + 0xff, + 0x89, + 0x5c, + 0xff, + 0x77, + 0x40, + 0xff, + 0xd1, + 0xf8, + 0xff, + 0xaa, + 0x21, + 0x00, + 0x0c, + 0x08, + 0x00, + 0xa0, + 0x6c, + 0x00, + 0x77, + 0xc7, + 0xff, + 0x21, + 0xa8, + 0xff, + 0x2e, + 0xc4, + 0xff, + 0x8a, + 0x33, + 0x00, + 0xbc, + 0xad, + 0x00, + 0x92, + 0x86, + 0xff, + 0xad, + 0x81, + 0xfe, + 0xf8, + 0x76, + 0xfe, + 0xed, + 0xf1, + 0xfe, + 0xa5, + 0x4a, + 0xff, + 0xc2, + 0x4c, + 0xff, + 0x1f, + 0x21, + 0xff, + 0x8c, + 0x26, + 0xff, + 0xe7, + 0x60, + 0xff, + 0x57, + 0xe2, + 0xfe, + 0x1f, + 0xab, + 0xfe, + 0xed, + 0x19, + 0xff, + 0x7f, + 0x50, + 0xff, + 0x2c, + 0x22, + 0xff, + 0x2e, + 0xca, + 0xfe, + 0xae, + 0xaf, + 0xfe, + 0x66, + 0xd2, + 0xfe, + 0x99, + 0x05, + 0x0b, + 0xac, + 0x61, + 0x17, + 0x6c, + 0x25, + 0x0f, + 0xfe, + 0x1f, + 0x06, + 0xb0, + 0xcb, + 0xfd, + 0x8b, + 0x77, + 0xf3, + 0xa7, + 0x81, + 0xfc, + 0x05, + 0xea, + 0x03, + 0xc1, + 0xf5, + 0x01, + 0x46, + 0x66, + 0x02, + 0x75, + 0x13, + 0x00, + 0xfd, + 0x52, + 0xfe, + 0x1f, + 0x76, + 0xfd, + 0x2a, + 0x15, + 0x00, + 0x4e, + 0xbf, + 0x00, + 0x69, + 0x1a, + 0xff, + 0x83, + 0xe2, + 0x01, + 0xbc, + 0x11, + 0x00, + 0xbb, + 0x5f, + 0xff, + 0x3d, + 0x83, + 0x01, + 0x11, + 0x24, + 0x00, + 0xb0, + 0xcf, + 0x00, + 0x4b, + 0xd5, + 0x01, + 0x63, + 0xef, + 0x00, + 0x81, + 0x21, + 0x00, + 0x69, + 0x48, + 0x00, + 0x57, + 0xdc, + 0xff, + 0xef, + 0x87, + 0xfe, + 0x22, + 0x20, + 0xff, + 0x3c, + 0x7a, + 0xff, + 0xe8, + 0xff, + 0xfe, + 0x66, + 0xea, + 0xff, + 0xd9, + 0x08, + 0x01, + 0x32, + 0x58, + 0x01, + 0x34, + 0x4b, + 0x00, + 0x8b, + 0x50, + 0xff, + 0x2a, + 0x70, + 0xff, + 0xb7, + 0xc6, + 0xff, + 0xd0, + 0x4e, + 0x00, + 0x2e, + 0xf0, + 0xff, + 0x4e, + 0x08, + 0x00, + 0x42, + 0x7b, + 0x00, + 0xda, + 0xb3, + 0xff, + 0xb8, + 0x6c, + 0xff, + 0x6d, + 0x75, + 0xff, + 0xfe, + 0x56, + 0x00, + 0xc3, + 0xab, + 0x00, + 0xe0, + 0x2e, + 0xff, + 0x99, + 0xa4, + 0xfe, + 0x46, + 0xee, + 0xfe, + 0x4a, + 0x3d, + 0xff, + 0xad, + 0x2d, + 0xff, + 0x6d, + 0x23, + 0xff, + 0xdb, + 0x73, + 0xff, + 0x1c, + 0x7e, + 0xff, + 0x7e, + 0x4f, + 0xff, + 0x4e, + 0xc2, + 0xfe, + 0x5d, + 0xd7, + 0xfe, + 0xd0, + 0x53, + 0xff, + 0xa7, + 0x53, + 0xff, + 0xd1, + 0x25, + 0xff, + 0x21, + 0xe4, + 0xfe, + 0x60, + 0xce, + 0xfe, + 0xd5, + 0xce, + 0xfe, + 0x5e, + 0xdf, + 0x0a, + 0x2c, + 0x38, + 0x15, + 0x60, + 0x7c, + 0x0d, + 0x55, + 0x21, + 0x06, + 0x13, + 0x48, + 0xfd, + 0x61, + 0x5f, + 0xf5, + 0x43, + 0xe1, + 0xfd, + 0x1c, + 0xcd, + 0x02, + 0x1a, + 0xd4, + 0x01, + 0x36, + 0x35, + 0x02, + 0x7a, + 0x5a, + 0x00, + 0x52, + 0xdc, + 0xfe, + 0x39, + 0xed, + 0xfd, + 0xc9, + 0x3b, + 0x00, + 0xd0, + 0x3e, + 0x00, + 0xba, + 0xa2, + 0xff, + 0x1d, + 0xd0, + 0x01, + 0x35, + 0xd3, + 0xff, + 0x91, + 0xe7, + 0xff, + 0x4f, + 0xb9, + 0x01, + 0x74, + 0xb6, + 0x00, + 0xae, + 0x0e, + 0x01, + 0x11, + 0x71, + 0x01, + 0x0d, + 0x7d, + 0x00, + 0xaa, + 0xc4, + 0xff, + 0x51, + 0x15, + 0x00, + 0x2b, + 0x85, + 0xff, + 0xba, + 0x4b, + 0xfe, + 0x8a, + 0x09, + 0xff, + 0xe4, + 0x54, + 0xff, + 0x75, + 0xd6, + 0xfe, + 0xbe, + 0xbe, + 0xff, + 0xb9, + 0x19, + 0x01, + 0xb2, + 0x23, + 0x01, + 0xf5, + 0xe1, + 0xff, + 0x73, + 0xc5, + 0xff, + 0xab, + 0xe8, + 0xff, + 0x0d, + 0x6f, + 0xff, + 0xc0, + 0xd8, + 0xff, + 0x27, + 0x13, + 0x00, + 0x2f, + 0x2e, + 0x00, + 0x8e, + 0xcf, + 0xff, + 0xaa, + 0x4b, + 0xff, + 0x57, + 0x4c, + 0xff, + 0xe0, + 0x3a, + 0xff, + 0x26, + 0x52, + 0x00, + 0xb0, + 0x7b, + 0x00, + 0xb6, + 0x1f, + 0xff, + 0x97, + 0xad, + 0xfe, + 0x3d, + 0xe9, + 0xfe, + 0x83, + 0x3a, + 0xff, + 0xb1, + 0x0d, + 0xff, + 0x1a, + 0x13, + 0xff, + 0x38, + 0x6e, + 0xff, + 0x5c, + 0x5b, + 0xff, + 0x47, + 0x26, + 0xff, + 0x2b, + 0xe8, + 0xfe, + 0xba, + 0xeb, + 0xfe, + 0x77, + 0x32, + 0xff, + 0xce, + 0x49, + 0xff, + 0xa2, + 0x1b, + 0xff, + 0x40, + 0xed, + 0xfe, + 0x4c, + 0xaa, + 0xfe, + 0xeb, + 0x86, + 0xfe, + 0x92, + 0xea, + 0x09, + 0xcc, + 0xce, + 0x13, + 0x2c, + 0xe6, + 0x0c, + 0x9f, + 0x72, + 0x05, + 0xd6, + 0xc6, + 0xfd, + 0xcc, + 0x35, + 0xf7, + 0x9f, + 0x43, + 0xfe, + 0x5d, + 0x7e, + 0x02, + 0x54, + 0xd8, + 0x01, + 0x89, + 0x5a, + 0x02, + 0xeb, + 0xb8, + 0x00, + 0x2f, + 0x65, + 0xff, + 0x29, + 0x8c, + 0xfe, + 0x32, + 0x34, + 0x00, + 0xf2, + 0x58, + 0x00, + 0x2a, + 0xf8, + 0xff, + 0xf2, + 0xe4, + 0x01, + 0x5b, + 0x7b, + 0x00, + 0xab, + 0x4f, + 0x00, + 0x0b, + 0xa3, + 0x01, + 0xe6, + 0xb4, + 0x00, + 0x45, + 0xbb, + 0x00, + 0x4a, + 0x00, + 0x01, + 0x9b, + 0x54, + 0x00, + 0xdb, + 0xb2, + 0xff, + 0xa4, + 0xe5, + 0xff, + 0x3b, + 0xad, + 0xff, + 0xd5, + 0x8b, + 0xfe, + 0x87, + 0xca, + 0xfe, + 0xcc, + 0x2c, + 0xff, + 0xcd, + 0xf9, + 0xfe, + 0xb8, + 0xc7, + 0xff, + 0x02, + 0xfa, + 0x00, + 0xb0, + 0x70, + 0x01, + 0xd2, + 0x6a, + 0x00, + 0x4b, + 0x8d, + 0xff, + 0xac, + 0x9d, + 0xff, + 0x68, + 0x7d, + 0xff, + 0x1a, + 0x1b, + 0x00, + 0x04, + 0x50, + 0x00, + 0xbb, + 0x89, + 0xff, + 0x0d, + 0x77, + 0xff, + 0xe5, + 0x61, + 0xff, + 0x42, + 0x06, + 0xff, + 0x1b, + 0x9a, + 0xff, + 0x25, + 0xa1, + 0x00, + 0x57, + 0x46, + 0x00, + 0xcf, + 0x06, + 0xff, + 0x33, + 0xb2, + 0xfe, + 0x1f, + 0x1f, + 0xff, + 0x1d, + 0x42, + 0xff, + 0xce, + 0xf5, + 0xfe, + 0x21, + 0x05, + 0xff, + 0x60, + 0x73, + 0xff, + 0xbd, + 0x79, + 0xff, + 0x01, + 0x27, + 0xff, + 0xa5, + 0x08, + 0xff, + 0x38, + 0x20, + 0xff, + 0x66, + 0x3d, + 0xff, + 0x14, + 0x39, + 0xff, + 0x4c, + 0x0c, + 0xff, + 0xc5, + 0xe9, + 0xfe, + 0x06, + 0xae, + 0xfe, + 0xf7, + 0x85, + 0xfe, + 0xac, + 0x52, + 0x09, + 0x19, + 0xdc, + 0x12, + 0x4f, + 0x4c, + 0x0c, + 0x8a, + 0x97, + 0x04, + 0x92, + 0x0d, + 0xfe, + 0x4a, + 0xc5, + 0xf8, + 0x8e, + 0xb0, + 0xfe, + 0xb3, + 0x8b, + 0x02, + 0xf8, + 0x1e, + 0x02, + 0xf3, + 0x74, + 0x02, + 0x96, + 0x05, + 0x01, + 0x12, + 0xd0, + 0xff, + 0xfb, + 0x1a, + 0xff, + 0xb1, + 0x4d, + 0x00, + 0xbd, + 0x8d, + 0x00, + 0xba, + 0xa8, + 0x00, + 0x29, + 0xf7, + 0x01, + 0xb0, + 0x5c, + 0x00, + 0xcc, + 0x07, + 0x00, + 0xb5, + 0x18, + 0x01, + 0x47, + 0xb1, + 0x00, + 0x6f, + 0x9d, + 0x00, + 0x5e, + 0x8c, + 0x00, + 0x83, + 0x54, + 0x00, + 0x72, + 0xec, + 0xff, + 0x4b, + 0xe2, + 0xff, + 0xa9, + 0xa0, + 0xff, + 0xda, + 0x98, + 0xfe, + 0x97, + 0xd6, + 0xfe, + 0x0c, + 0x1a, + 0xff, + 0xb1, + 0xf3, + 0xfe, + 0xfb, + 0x63, + 0x00, + 0xb9, + 0x60, + 0x01, + 0x74, + 0xc7, + 0x00, + 0x8a, + 0x10, + 0x00, + 0x3e, + 0xb9, + 0xff, + 0x60, + 0xc4, + 0xff, + 0xd6, + 0xb9, + 0xff, + 0xc3, + 0xf9, + 0xff, + 0x1c, + 0x15, + 0x00, + 0x5a, + 0x47, + 0xff, + 0x0f, + 0x15, + 0xff, + 0x10, + 0x8a, + 0xff, + 0x93, + 0xa9, + 0xff, + 0x33, + 0xda, + 0xff, + 0x5f, + 0x22, + 0x00, + 0x08, + 0xf6, + 0xff, + 0xc7, + 0x3b, + 0xff, + 0x77, + 0xe6, + 0xfe, + 0x65, + 0x27, + 0xff, + 0x93, + 0x08, + 0xff, + 0xdd, + 0xeb, + 0xfe, + 0xdb, + 0x38, + 0xff, + 0x0b, + 0x70, + 0xff, + 0xda, + 0x6c, + 0xff, + 0x97, + 0x52, + 0xff, + 0xca, + 0x50, + 0xff, + 0x99, + 0x2f, + 0xff, + 0x33, + 0x0d, + 0xff, + 0x9d, + 0x18, + 0xff, + 0xdd, + 0x12, + 0xff, + 0xf6, + 0xf8, + 0xfe, + 0x62, + 0xb9, + 0xfe, + 0xfe, + 0x94, + 0xfe, + 0xc9, + 0xca, + 0x08, + 0x71, + 0x43, + 0x12, + 0xf9, + 0xed, + 0x0b, + 0xc1, + 0x9f, + 0x03, + 0x2e, + 0x32, + 0xfe, + 0x26, + 0x2b, + 0xfa, + 0xf6, + 0x1b, + 0xff, + 0x6f, + 0xd9, + 0x02, + 0xde, + 0x80, + 0x02, + 0xd3, + 0x62, + 0x02, + 0xe0, + 0x4f, + 0x01, + 0xd1, + 0x1a, + 0x00, + 0x75, + 0x6d, + 0xff, + 0x03, + 0xd4, + 0x00, + 0xd9, + 0x99, + 0x00, + 0x26, + 0x44, + 0x00, + 0x9e, + 0x8b, + 0x01, + 0x83, + 0x1e, + 0x00, + 0x28, + 0xac, + 0xff, + 0xbe, + 0x99, + 0x00, + 0xf1, + 0xad, + 0x00, + 0x6d, + 0xb0, + 0x00, + 0xdb, + 0x52, + 0x00, + 0x86, + 0x5a, + 0x00, + 0x58, + 0x03, + 0x00, + 0x58, + 0xa5, + 0xff, + 0x79, + 0xad, + 0xff, + 0x11, + 0x09, + 0xff, + 0xeb, + 0x88, + 0xfe, + 0x83, + 0x15, + 0xff, + 0x84, + 0x1b, + 0x00, + 0xf4, + 0x31, + 0x00, + 0xa6, + 0x19, + 0x00, + 0xed, + 0x7f, + 0x00, + 0x10, + 0x59, + 0x00, + 0x93, + 0x03, + 0x00, + 0x21, + 0xa0, + 0xff, + 0x81, + 0x95, + 0xff, + 0x2b, + 0xfb, + 0xff, + 0x96, + 0x92, + 0xff, + 0x14, + 0x35, + 0xff, + 0x41, + 0x97, + 0xff, + 0x08, + 0xbf, + 0xff, + 0xa3, + 0x94, + 0xff, + 0xc1, + 0x97, + 0xff, + 0x9a, + 0xc4, + 0xff, + 0xed, + 0xbe, + 0xff, + 0xaf, + 0x7d, + 0xff, + 0x3f, + 0x1b, + 0xff, + 0x38, + 0xee, + 0xfe, + 0x25, + 0xe7, + 0xfe, + 0x8b, + 0xde, + 0xfe, + 0x43, + 0x48, + 0xff, + 0xf8, + 0x96, + 0xff, + 0xc9, + 0x81, + 0xff, + 0xd1, + 0x6c, + 0xff, + 0x35, + 0x40, + 0xff, + 0xa7, + 0x19, + 0xff, + 0x13, + 0xf2, + 0xfe, + 0x9d, + 0xf4, + 0xfe, + 0x95, + 0x1a, + 0xff, + 0x26, + 0x09, + 0xff, + 0x35, + 0xd7, + 0xfe, + 0x63, + 0x99, + 0xfe, + 0xe9, + 0xb9, + 0x05, + 0xdc, + 0x91, + 0x10, + 0xea, + 0xcd, + 0x0e, + 0xac, + 0xd0, + 0x03, + 0xc3, + 0x34, + 0xff, + 0x04, + 0x06, + 0xfc, + 0xfe, + 0xbb, + 0xfd, + 0x7e, + 0x4e, + 0x03, + 0x6d, + 0x1a, + 0x03, + 0xbe, + 0x6e, + 0x02, + 0xb2, + 0xcb, + 0x01, + 0x12, + 0xbd, + 0x00, + 0x31, + 0xe3, + 0xff, + 0xaf, + 0xaa, + 0xff, + 0x7d, + 0xfa, + 0x00, + 0xe2, + 0x07, + 0x00, + 0x92, + 0xaa, + 0x00, + 0xd6, + 0xf9, + 0x00, + 0x41, + 0x1f, + 0xff, + 0x3a, + 0x26, + 0x00, + 0x6c, + 0xbc, + 0x00, + 0xc5, + 0xdf, + 0x00, + 0xdb, + 0xb5, + 0x00, + 0x85, + 0xdd, + 0xff, + 0x0b, + 0x50, + 0x00, + 0x3e, + 0x24, + 0x00, + 0xfa, + 0xae, + 0xff, + 0x58, + 0x28, + 0xff, + 0x30, + 0x40, + 0xff, + 0xa3, + 0xca, + 0xff, + 0xd3, + 0x12, + 0xff, + 0x9a, + 0x7c, + 0xff, + 0x9f, + 0x5f, + 0x00, + 0x30, + 0x2b, + 0x00, + 0xfc, + 0x61, + 0x00, + 0x28, + 0x4f, + 0x00, + 0x92, + 0xc6, + 0xff, + 0x0f, + 0x77, + 0xff, + 0x4a, + 0x7e, + 0xff, + 0x7e, + 0x03, + 0x00, + 0x52, + 0x0d, + 0x00, + 0xe5, + 0xab, + 0xff, + 0x09, + 0x63, + 0xff, + 0xa8, + 0x4d, + 0xff, + 0x8a, + 0xa3, + 0xff, + 0xbf, + 0xbc, + 0xff, + 0xf5, + 0x9d, + 0xff, + 0xf7, + 0x88, + 0xff, + 0xb8, + 0x7b, + 0xff, + 0x0e, + 0x2e, + 0xff, + 0x6d, + 0x95, + 0xfe, + 0x47, + 0xd4, + 0xfe, + 0x56, + 0x8c, + 0xff, + 0x38, + 0xd2, + 0xff, + 0x9a, + 0xab, + 0xff, + 0xb8, + 0x4f, + 0xff, + 0x27, + 0x39, + 0xff, + 0x59, + 0x26, + 0xff, + 0x29, + 0xf6, + 0xfe, + 0x94, + 0xea, + 0xfe, + 0xae, + 0x18, + 0xff, + 0xca, + 0x3d, + 0xff, + 0xe9, + 0xfa, + 0xfe, + 0x64, + 0xb9, + 0xfe, + 0x9d, + 0x41, + 0x08, + 0x10, + 0xda, + 0x11, + 0xb3, + 0x9b, + 0x0b, + 0xfd, + 0x96, + 0x02, + 0x0c, + 0xe7, + 0xfe, + 0x18, + 0x33, + 0xfc, + 0x5a, + 0xd7, + 0xff, + 0xf6, + 0x53, + 0x03, + 0x85, + 0x2b, + 0x03, + 0xb9, + 0xa5, + 0x02, + 0x83, + 0x6c, + 0x01, + 0xc8, + 0x96, + 0x00, + 0x61, + 0x23, + 0xff, + 0xd4, + 0x96, + 0xff, + 0x1c, + 0x95, + 0x00, + 0xd7, + 0x24, + 0x00, + 0x74, + 0xda, + 0x00, + 0xd6, + 0x2a, + 0x00, + 0x58, + 0x31, + 0xff, + 0xc7, + 0x1b, + 0x00, + 0x80, + 0xda, + 0x00, + 0x77, + 0xc6, + 0x00, + 0xf8, + 0x46, + 0x00, + 0x37, + 0x44, + 0x00, + 0x64, + 0x6e, + 0x00, + 0x3b, + 0xf2, + 0xff, + 0xd6, + 0xa6, + 0xff, + 0x07, + 0x39, + 0x00, + 0xde, + 0x93, + 0xff, + 0x22, + 0x39, + 0xfe, + 0xec, + 0xf5, + 0xfe, + 0x96, + 0xed, + 0xff, + 0x65, + 0x1a, + 0x00, + 0x21, + 0x21, + 0x00, + 0x04, + 0x26, + 0x00, + 0x75, + 0x3d, + 0x00, + 0xf3, + 0x61, + 0xff, + 0x84, + 0x34, + 0xff, + 0x2f, + 0x42, + 0x00, + 0x67, + 0x92, + 0x00, + 0xbf, + 0xef, + 0xff, + 0x48, + 0x32, + 0xff, + 0xe3, + 0x27, + 0xff, + 0x45, + 0x4a, + 0xff, + 0x0f, + 0x89, + 0xff, + 0xa0, + 0xc4, + 0xff, + 0xaf, + 0x6f, + 0xff, + 0x70, + 0x63, + 0xff, + 0x63, + 0x73, + 0xff, + 0x78, + 0x1a, + 0xff, + 0xab, + 0xc8, + 0xfe, + 0x57, + 0x0b, + 0xff, + 0xa0, + 0xa3, + 0xff, + 0x70, + 0xd9, + 0xff, + 0xec, + 0xa9, + 0xff, + 0x28, + 0x31, + 0xff, + 0x88, + 0xf8, + 0xfe, + 0xbc, + 0x0e, + 0xff, + 0x7d, + 0xff, + 0xfe, + 0x97, + 0xf7, + 0xfe, + 0x38, + 0x20, + 0xff, + 0x15, + 0x3d, + 0xff, + 0x3c, + 0xf2, + 0xfe, + 0x52, + 0xc1, + 0xfe, + 0xe4, + 0xf5, + 0x07, + 0x9e, + 0xc4, + 0x11, + 0x5a, + 0x10, + 0x0c, + 0x0c, + 0xce, + 0x02, + 0x64, + 0x4e, + 0xff, + 0x19, + 0xb0, + 0xfc, + 0xfd, + 0x7f, + 0xff, + 0x4d, + 0x07, + 0x03, + 0xee, + 0x1e, + 0x03, + 0xe6, + 0x6f, + 0x02, + 0x81, + 0x87, + 0x01, + 0x8f, + 0x92, + 0x00, + 0x7c, + 0xde, + 0xfe, + 0xf2, + 0x71, + 0xff, + 0x44, + 0x30, + 0x00, + 0xde, + 0xf3, + 0xff, + 0x5f, + 0xf7, + 0x00, + 0x34, + 0x2a, + 0x00, + 0x66, + 0x5a, + 0xff, + 0xeb, + 0xf5, + 0xff, + 0x45, + 0x9e, + 0x00, + 0x09, + 0xbe, + 0x00, + 0x75, + 0x10, + 0x00, + 0x7e, + 0x95, + 0x00, + 0x74, + 0x64, + 0x00, + 0xa7, + 0xdb, + 0xff, + 0x37, + 0x10, + 0x01, + 0x02, + 0x14, + 0x00, + 0x69, + 0x1a, + 0xfe, + 0xbd, + 0xae, + 0xfe, + 0x16, + 0x3d, + 0xff, + 0x79, + 0x4e, + 0xff, + 0x36, + 0x16, + 0x00, + 0xf1, + 0x6c, + 0x00, + 0x8a, + 0xf0, + 0xff, + 0x6b, + 0x4e, + 0xff, + 0x33, + 0x70, + 0xff, + 0xc3, + 0x04, + 0x00, + 0x99, + 0x7f, + 0x00, + 0x0f, + 0x6e, + 0x00, + 0xd5, + 0x8f, + 0xff, + 0x60, + 0x52, + 0xff, + 0xb3, + 0x5a, + 0xff, + 0x3d, + 0x32, + 0xff, + 0x04, + 0x58, + 0xff, + 0x9f, + 0x72, + 0xff, + 0x8e, + 0xa5, + 0xff, + 0xc9, + 0x5d, + 0xff, + 0x98, + 0x02, + 0xff, + 0x54, + 0x45, + 0xff, + 0xe9, + 0x61, + 0xff, + 0xb8, + 0x27, + 0xff, + 0x6f, + 0x3e, + 0xff, + 0xb9, + 0xd8, + 0xff, + 0x1a, + 0xbf, + 0xff, + 0x09, + 0x34, + 0xff, + 0x0c, + 0xf5, + 0xfe, + 0x7b, + 0xc9, + 0xfe, + 0xe2, + 0x07, + 0xff, + 0x69, + 0x20, + 0xff, + 0x32, + 0x19, + 0xff, + 0xa2, + 0x24, + 0xff, + 0xdc, + 0xf7, + 0xfe, + 0xa3, + 0xf5, + 0xfe, + 0x41, + 0xa7, + 0x07, + 0x63, + 0x09, + 0x12, + 0x78, + 0xfb, + 0x0c, + 0x6e, + 0xef, + 0x02, + 0x99, + 0x4b, + 0xff, + 0xcc, + 0xf0, + 0xfc, + 0xb2, + 0x48, + 0xff, + 0xb2, + 0x72, + 0x02, + 0x61, + 0x97, + 0x02, + 0xa5, + 0x20, + 0x02, + 0xfd, + 0x2c, + 0x01, + 0x67, + 0xea, + 0x00, + 0x5d, + 0x6e, + 0xff, + 0xd1, + 0xfc, + 0xfe, + 0xad, + 0x02, + 0x00, + 0x09, + 0xe6, + 0xff, + 0xa9, + 0x7e, + 0x00, + 0x84, + 0x68, + 0x00, + 0x02, + 0xcc, + 0xff, + 0x1c, + 0x14, + 0x00, + 0x2c, + 0x56, + 0x00, + 0x34, + 0x4e, + 0x00, + 0x29, + 0x5d, + 0x00, + 0xbb, + 0x5e, + 0x00, + 0xf0, + 0xf9, + 0xff, + 0xc5, + 0x3c, + 0x01, + 0x53, + 0x6c, + 0x01, + 0x6b, + 0xaa, + 0xfe, + 0xca, + 0x46, + 0xfe, + 0x5e, + 0x33, + 0xff, + 0xe3, + 0xf2, + 0xfe, + 0x27, + 0x58, + 0xff, + 0xd8, + 0x2e, + 0x00, + 0x70, + 0x5b, + 0x00, + 0x42, + 0x65, + 0xff, + 0x19, + 0x0a, + 0xff, + 0x85, + 0xc0, + 0xff, + 0xe1, + 0x55, + 0x00, + 0x4f, + 0x8b, + 0x00, + 0x21, + 0xc6, + 0xff, + 0x5f, + 0x86, + 0xff, + 0x0a, + 0xc3, + 0xff, + 0x3f, + 0x74, + 0xff, + 0xff, + 0x68, + 0xff, + 0xf4, + 0x10, + 0xff, + 0x06, + 0x26, + 0xff, + 0x0e, + 0xa5, + 0xff, + 0x03, + 0x7a, + 0xff, + 0x86, + 0x27, + 0xff, + 0xd4, + 0x0a, + 0xff, + 0x19, + 0x5e, + 0xff, + 0x31, + 0x68, + 0xff, + 0xf2, + 0x64, + 0xff, + 0x57, + 0xa5, + 0xff, + 0x16, + 0x8b, + 0xff, + 0x95, + 0x64, + 0xff, + 0x17, + 0xff, + 0xfe, + 0xbc, + 0xc1, + 0xfe, + 0x3d, + 0xee, + 0xfe, + 0xfa, + 0x17, + 0xff, + 0xdc, + 0x37, + 0xff, + 0xc1, + 0x16, + 0xff, + 0x4c, + 0x0a, + 0xff, + 0x45, + 0x0c, + 0xff, + 0xe7, + 0x28, + 0x07, + 0x71, + 0x52, + 0x12, + 0xfa, + 0x7c, + 0x0e, + 0xf3, + 0x11, + 0x03, + 0xba, + 0xcd, + 0xfe, + 0xb9, + 0x13, + 0xfd, + 0xc6, + 0xff, + 0xfe, + 0x95, + 0x51, + 0x02, + 0xdb, + 0x88, + 0x02, + 0xdd, + 0x70, + 0x01, + 0x12, + 0x8c, + 0x00, + 0x00, + 0xe2, + 0x00, + 0x88, + 0x81, + 0xff, + 0x3d, + 0x34, + 0xff, + 0x8c, + 0x61, + 0x00, + 0x57, + 0xaf, + 0xff, + 0x4d, + 0x6c, + 0x00, + 0x50, + 0x7b, + 0x00, + 0x07, + 0x9c, + 0xff, + 0x93, + 0x64, + 0x00, + 0xa5, + 0x8b, + 0x00, + 0xba, + 0x2b, + 0x00, + 0x96, + 0x23, + 0x00, + 0xcc, + 0x05, + 0x00, + 0x9e, + 0x4f, + 0x00, + 0x14, + 0xc3, + 0x01, + 0xfb, + 0x0d, + 0x01, + 0x9b, + 0x62, + 0xfe, + 0x1e, + 0xad, + 0xfe, + 0x38, + 0x3a, + 0xff, + 0x2c, + 0xe7, + 0xfe, + 0xd8, + 0xc5, + 0xff, + 0x3a, + 0x4c, + 0x00, + 0x21, + 0xf2, + 0xff, + 0x56, + 0x0e, + 0xff, + 0x79, + 0x24, + 0xff, + 0x24, + 0xf7, + 0xff, + 0x69, + 0x75, + 0x00, + 0xed, + 0x54, + 0x00, + 0x3c, + 0x47, + 0xff, + 0x1a, + 0x80, + 0xff, + 0x94, + 0x07, + 0x00, + 0x9a, + 0xbd, + 0xff, + 0xb1, + 0x8e, + 0xff, + 0x5e, + 0xf1, + 0xfe, + 0x02, + 0x22, + 0xff, + 0xc3, + 0x9e, + 0xff, + 0xab, + 0x86, + 0xff, + 0x35, + 0x75, + 0xff, + 0x01, + 0x1d, + 0xff, + 0x4e, + 0xfe, + 0xfe, + 0x2a, + 0x3f, + 0xff, + 0x24, + 0x9e, + 0xff, + 0x1e, + 0xaa, + 0xff, + 0x4a, + 0x85, + 0xff, + 0x1c, + 0x6c, + 0xff, + 0x8f, + 0xf7, + 0xfe, + 0xad, + 0xe1, + 0xfe, + 0x6d, + 0x08, + 0xff, + 0x75, + 0x06, + 0xff, + 0xb8, + 0x2b, + 0xff, + 0xb7, + 0x2d, + 0xff, + 0xf5, + 0x1a, + 0xff, + 0x9f, + 0x0b, + 0xff, + 0x09, + 0x09, + 0x07, + 0x60, + 0xd6, + 0x12, + 0x4d, + 0xbc, + 0x0f, + 0xce, + 0x1f, + 0x03, + 0xbb, + 0x12, + 0xfe, + 0x2d, + 0xca, + 0xfc, + 0x31, + 0xa1, + 0xfe, + 0x2e, + 0x96, + 0x02, + 0x50, + 0x08, + 0x03, + 0x86, + 0x16, + 0x01, + 0x78, + 0x06, + 0x00, + 0x0a, + 0x44, + 0x00, + 0xd4, + 0xf2, + 0xfe, + 0xe3, + 0xf1, + 0xfe, + 0x9b, + 0x6a, + 0x00, + 0xea, + 0x52, + 0x00, + 0x86, + 0xd4, + 0x00, + 0x9f, + 0x54, + 0x00, + 0x7b, + 0x9f, + 0xff, + 0x80, + 0x41, + 0x00, + 0x14, + 0x45, + 0x00, + 0x42, + 0x61, + 0x00, + 0x30, + 0x62, + 0x00, + 0x3f, + 0xc4, + 0xff, + 0xf2, + 0x0f, + 0x00, + 0x23, + 0xec, + 0x01, + 0x87, + 0xf5, + 0x00, + 0x94, + 0x0e, + 0xfe, + 0x2f, + 0xef, + 0xfe, + 0x6a, + 0x76, + 0xff, + 0xd9, + 0xda, + 0xfe, + 0xc0, + 0x2e, + 0x00, + 0x3c, + 0x7c, + 0x00, + 0xf6, + 0x8b, + 0xff, + 0x58, + 0xfc, + 0xfe, + 0x30, + 0x49, + 0xff, + 0x84, + 0xf1, + 0xff, + 0x7f, + 0x6a, + 0x00, + 0x6d, + 0x2b, + 0x00, + 0xb9, + 0x2a, + 0xff, + 0x06, + 0x57, + 0xff, + 0x05, + 0xd7, + 0xff, + 0x73, + 0xf3, + 0xff, + 0x7b, + 0xb1, + 0xff, + 0x52, + 0xda, + 0xfe, + 0xf3, + 0x25, + 0xff, + 0x34, + 0xbd, + 0xff, + 0x45, + 0xbe, + 0xff, + 0x8e, + 0x92, + 0xff, + 0xb9, + 0x32, + 0xff, + 0xe2, + 0xfc, + 0xfe, + 0xaf, + 0x05, + 0xff, + 0x92, + 0x67, + 0xff, + 0xb0, + 0x83, + 0xff, + 0x33, + 0x89, + 0xff, + 0xd6, + 0x7c, + 0xff, + 0x65, + 0x01, + 0xff, + 0xc5, + 0xf8, + 0xfe, + 0x6b, + 0x13, + 0xff, + 0x6b, + 0x11, + 0xff, + 0x7d, + 0x33, + 0xff, + 0xf9, + 0x40, + 0xff, + 0x77, + 0x1e, + 0xff, + 0xcc, + 0xe4, + 0xfe, + 0xcd, + 0x78, + 0x06, + 0x34, + 0xde, + 0x12, + 0x59, + 0xa0, + 0x11, + 0x3d, + 0x05, + 0x04, + 0x10, + 0x3b, + 0xfd, + 0x73, + 0x33, + 0xfc, + 0xbe, + 0x2f, + 0xfe, + 0x0d, + 0xc3, + 0x02, + 0x90, + 0xb8, + 0x03, + 0xa1, + 0x42, + 0x01, + 0x1e, + 0xc9, + 0xff, + 0xbf, + 0xf0, + 0xff, + 0x25, + 0xa2, + 0xfe, + 0x55, + 0x35, + 0xfe, + 0x21, + 0xcd, + 0xff, + 0x26, + 0x63, + 0x00, + 0xe3, + 0x09, + 0x01, + 0x12, + 0xd7, + 0x00, + 0x3a, + 0x13, + 0x00, + 0x1e, + 0x31, + 0x00, + 0xee, + 0x25, + 0x00, + 0x9f, + 0x32, + 0x00, + 0xe7, + 0x5e, + 0x00, + 0x45, + 0x00, + 0x00, + 0x07, + 0xdd, + 0xff, + 0x32, + 0xb2, + 0x01, + 0xdd, + 0x25, + 0x01, + 0x99, + 0xf1, + 0xfd, + 0x00, + 0xcf, + 0xfe, + 0xc7, + 0xb3, + 0xff, + 0x8a, + 0xef, + 0xfe, + 0xa9, + 0x6c, + 0x00, + 0x48, + 0xc3, + 0x00, + 0xd8, + 0x89, + 0xff, + 0x11, + 0x05, + 0xff, + 0x4f, + 0x3b, + 0xff, + 0x63, + 0xfd, + 0xff, + 0x72, + 0x83, + 0x00, + 0xfb, + 0x2f, + 0x00, + 0x28, + 0x15, + 0xff, + 0xe6, + 0x21, + 0xff, + 0xac, + 0xe5, + 0xff, + 0xc0, + 0xdd, + 0xff, + 0x88, + 0xaa, + 0xff, + 0x91, + 0xfb, + 0xfe, + 0xe7, + 0x03, + 0xff, + 0xd4, + 0xda, + 0xff, + 0x37, + 0xee, + 0xff, + 0xcc, + 0xcb, + 0xff, + 0xf9, + 0x70, + 0xff, + 0x30, + 0x1c, + 0xff, + 0xba, + 0x36, + 0xff, + 0xf3, + 0x35, + 0xff, + 0x2b, + 0x35, + 0xff, + 0xd7, + 0x62, + 0xff, + 0x2e, + 0x56, + 0xff, + 0x85, + 0x0a, + 0xff, + 0x36, + 0x1e, + 0xff, + 0xf5, + 0x45, + 0xff, + 0xda, + 0x2f, + 0xff, + 0x56, + 0x3a, + 0xff, + 0x7d, + 0x4e, + 0xff, + 0xee, + 0x3c, + 0xff, + 0x0e, + 0xfe, + 0xfe, + 0x88, + 0x71, + 0x07, + 0x2b, + 0x6a, + 0x14, + 0x50, + 0xe5, + 0x11, + 0x7a, + 0x70, + 0x03, + 0x4a, + 0x71, + 0xfc, + 0xd4, + 0x4d, + 0xfb, + 0xfa, + 0x21, + 0xfe, + 0xf0, + 0x8b, + 0x03, + 0xed, + 0x19, + 0x04, + 0x2b, + 0x0b, + 0x01, + 0x87, + 0xb6, + 0xff, + 0x1e, + 0xad, + 0xff, + 0xa6, + 0x60, + 0xfe, + 0x8e, + 0x1b, + 0xfe, + 0xb4, + 0x45, + 0xff, + 0x83, + 0x05, + 0x00, + 0x8d, + 0xe0, + 0x00, + 0xa3, + 0x93, + 0x00, + 0x48, + 0x18, + 0x00, + 0x92, + 0xa0, + 0x00, + 0xfd, + 0x9d, + 0x00, + 0xef, + 0x24, + 0x00, + 0x72, + 0x2e, + 0x00, + 0xe5, + 0x19, + 0x00, + 0x59, + 0x9b, + 0xff, + 0x12, + 0x3c, + 0x01, + 0xab, + 0x70, + 0x01, + 0xbf, + 0x2c, + 0xfe, + 0x92, + 0x3b, + 0xfe, + 0x0e, + 0x7f, + 0xff, + 0x7a, + 0x56, + 0xff, + 0x3a, + 0x9f, + 0x00, + 0x82, + 0xbc, + 0x00, + 0xb4, + 0xa5, + 0xff, + 0x7d, + 0x34, + 0xff, + 0x0a, + 0x3f, + 0xff, + 0xbb, + 0xda, + 0xff, + 0x89, + 0x81, + 0x00, + 0xa0, + 0x8b, + 0x00, + 0x56, + 0x4e, + 0xff, + 0xf7, + 0xbd, + 0xfe, + 0x9b, + 0x93, + 0xff, + 0x8f, + 0x07, + 0x00, + 0x67, + 0xb9, + 0xff, + 0x49, + 0xd2, + 0xfe, + 0x3f, + 0xed, + 0xfe, + 0xaf, + 0xda, + 0xff, + 0x8c, + 0x0b, + 0x00, + 0x87, + 0xd7, + 0xff, + 0xc3, + 0x7b, + 0xff, + 0x1f, + 0x69, + 0xff, + 0xa0, + 0x66, + 0xff, + 0xb5, + 0x49, + 0xff, + 0xcf, + 0x4c, + 0xff, + 0xf9, + 0x11, + 0xff, + 0x53, + 0xf7, + 0xfe, + 0xe0, + 0xf8, + 0xfe, + 0x7e, + 0x12, + 0xff, + 0xd5, + 0x4d, + 0xff, + 0xed, + 0x4e, + 0xff, + 0x66, + 0x67, + 0xff, + 0x32, + 0x73, + 0xff, + 0x7b, + 0x41, + 0xff, + 0x1c, + 0x03, + 0xff, + 0x9a, + 0xac, + 0x06, + 0xf5, + 0x71, + 0x14, + 0x37, + 0x75, + 0x14, + 0x45, + 0xcb, + 0x04, + 0xc3, + 0x3c, + 0xfb, + 0xd2, + 0x64, + 0xfa, + 0xee, + 0xd0, + 0xfd, + 0x54, + 0x97, + 0x03, + 0x14, + 0xd1, + 0x04, + 0x72, + 0x7a, + 0x01, + 0x1d, + 0x0a, + 0xff, + 0x15, + 0x75, + 0xff, + 0x91, + 0xed, + 0xfe, + 0x77, + 0xb2, + 0xfd, + 0x57, + 0xe6, + 0xfe, + 0x6c, + 0xea, + 0xff, + 0x40, + 0x55, + 0x00, + 0xda, + 0x5e, + 0x00, + 0xc3, + 0xa4, + 0xff, + 0x2d, + 0x25, + 0x00, + 0xa5, + 0xf7, + 0x00, + 0x91, + 0x6b, + 0x00, + 0x7e, + 0x2b, + 0x00, + 0xbc, + 0xa7, + 0x00, + 0x13, + 0x86, + 0xff, + 0x14, + 0xe8, + 0xff, + 0xa7, + 0xd0, + 0x01, + 0xb4, + 0x4a, + 0xff, + 0x75, + 0x80, + 0xfd, + 0x84, + 0x31, + 0xff, + 0x1d, + 0x79, + 0xff, + 0x62, + 0x2f, + 0x00, + 0x6e, + 0xec, + 0x00, + 0xa3, + 0xee, + 0xff, + 0xef, + 0x2a, + 0xff, + 0x06, + 0x44, + 0xff, + 0xe9, + 0xd5, + 0xff, + 0xf7, + 0x3c, + 0x00, + 0xe1, + 0xaa, + 0x00, + 0x8c, + 0x10, + 0x00, + 0xe2, + 0xc6, + 0xfe, + 0x98, + 0x12, + 0xff, + 0xda, + 0xcd, + 0xff, + 0x30, + 0xcb, + 0xff, + 0x37, + 0x1f, + 0xff, + 0xce, + 0xc5, + 0xfe, + 0x68, + 0x88, + 0xff, + 0x87, + 0x06, + 0x00, + 0x61, + 0xe7, + 0xff, + 0x13, + 0x9d, + 0xff, + 0x59, + 0x68, + 0xff, + 0x6b, + 0x6f, + 0xff, + 0x31, + 0x73, + 0xff, + 0xce, + 0x6d, + 0xff, + 0x61, + 0x29, + 0xff, + 0x90, + 0xe4, + 0xfe, + 0x4c, + 0xd0, + 0xfe, + 0xf0, + 0xdb, + 0xfe, + 0x4e, + 0x2a, + 0xff, + 0xe5, + 0x41, + 0xff, + 0x55, + 0x53, + 0xff, + 0x0b, + 0x9d, + 0xff, + 0xb8, + 0x7f, + 0xff, + 0x34, + 0x10, + 0xff, + 0x96, + 0x00, + 0x08, + 0x75, + 0xa5, + 0x16, + 0xc5, + 0x0e, + 0x15, + 0x87, + 0x05, + 0x04, + 0x2e, + 0xa7, + 0xf9, + 0x5b, + 0x45, + 0xf9, + 0xeb, + 0x60, + 0xfe, + 0x79, + 0x56, + 0x04, + 0x7c, + 0x36, + 0x05, + 0x62, + 0x24, + 0x01, + 0xe0, + 0x46, + 0xfe, + 0x07, + 0x72, + 0xff, + 0xb1, + 0x22, + 0xff, + 0x41, + 0xb2, + 0xfd, + 0x7e, + 0xca, + 0xfe, + 0x5b, + 0xee, + 0xff, + 0x73, + 0x24, + 0x00, + 0x20, + 0x01, + 0x00, + 0x64, + 0x79, + 0xff, + 0x47, + 0xb0, + 0xff, + 0xf9, + 0xcd, + 0x00, + 0x36, + 0x8f, + 0x00, + 0x2e, + 0xd9, + 0xff, + 0xaf, + 0xb7, + 0x00, + 0xaa, + 0x2c, + 0x00, + 0x66, + 0x8e, + 0xff, + 0x44, + 0x21, + 0x01, + 0xa3, + 0x3e, + 0x00, + 0xd2, + 0xff, + 0xfd, + 0x79, + 0x2c, + 0xfe, + 0x6d, + 0x2e, + 0xff, + 0x56, + 0x66, + 0x00, + 0x90, + 0xca, + 0x00, + 0xbf, + 0xc4, + 0xff, + 0x0f, + 0x34, + 0xff, + 0x8c, + 0x68, + 0xff, + 0x4e, + 0xbe, + 0xff, + 0xfe, + 0x23, + 0x00, + 0xf5, + 0xce, + 0x00, + 0x30, + 0x81, + 0x00, + 0xb7, + 0x06, + 0xff, + 0x08, + 0xd2, + 0xfe, + 0xdc, + 0xae, + 0xff, + 0x40, + 0xd6, + 0xff, + 0xd6, + 0x43, + 0xff, + 0x0c, + 0xe5, + 0xfe, + 0x5c, + 0x59, + 0xff, + 0xae, + 0xd8, + 0xff, + 0x43, + 0xe6, + 0xff, + 0x17, + 0xc7, + 0xff, + 0x83, + 0x79, + 0xff, + 0x2a, + 0x4b, + 0xff, + 0x96, + 0x58, + 0xff, + 0x0f, + 0x5b, + 0xff, + 0x68, + 0x39, + 0xff, + 0x54, + 0x0b, + 0xff, + 0xd5, + 0xf5, + 0xfe, + 0x17, + 0xf7, + 0xfe, + 0x10, + 0xfe, + 0xfe, + 0x38, + 0x09, + 0xff, + 0xab, + 0x5d, + 0xff, + 0xdc, + 0xb4, + 0xff, + 0xd2, + 0x79, + 0xff, + 0x45, + 0x24, + 0xff, + 0xa4, + 0x41, + 0x08, + 0x68, + 0xdc, + 0x17, + 0x92, + 0x3d, + 0x17, + 0x3c, + 0xb0, + 0x04, + 0x59, + 0xd9, + 0xf7, + 0x9b, + 0x0b, + 0xf8, + 0xdb, + 0x60, + 0xfe, + 0x24, + 0xad, + 0x04, + 0x26, + 0x0f, + 0x06, + 0xee, + 0x0a, + 0x01, + 0xa0, + 0x52, + 0xfd, + 0x07, + 0x23, + 0xff, + 0x5c, + 0x82, + 0xff, + 0x6e, + 0xe8, + 0xfd, + 0x3e, + 0x82, + 0xfe, + 0x22, + 0x06, + 0x00, + 0x5f, + 0x24, + 0x00, + 0x84, + 0x95, + 0xff, + 0x80, + 0x52, + 0xff, + 0x90, + 0x59, + 0xff, + 0xb5, + 0x89, + 0x00, + 0xc2, + 0xce, + 0x00, + 0x0d, + 0xa3, + 0xff, + 0xef, + 0x02, + 0x00, + 0xe6, + 0x64, + 0x00, + 0xd2, + 0xb2, + 0xff, + 0x4d, + 0x59, + 0x00, + 0x6f, + 0xff, + 0x00, + 0xe5, + 0x58, + 0xff, + 0xc4, + 0xcd, + 0xfd, + 0x72, + 0x7e, + 0xfe, + 0xe9, + 0xf7, + 0xff, + 0x96, + 0x77, + 0x00, + 0x5c, + 0xf6, + 0xff, + 0xb1, + 0x44, + 0xff, + 0xae, + 0x16, + 0xff, + 0x0c, + 0x95, + 0xff, + 0x19, + 0x23, + 0x00, + 0x39, + 0xab, + 0x00, + 0x93, + 0xc3, + 0x00, + 0x57, + 0xc1, + 0xff, + 0x85, + 0xcd, + 0xfe, + 0x28, + 0x26, + 0xff, + 0x15, + 0xd4, + 0xff, + 0x30, + 0x96, + 0xff, + 0xc2, + 0x3d, + 0xff, + 0xff, + 0x54, + 0xff, + 0x70, + 0x83, + 0xff, + 0xf7, + 0xcd, + 0xff, + 0xe7, + 0xdb, + 0xff, + 0x7e, + 0x8d, + 0xff, + 0x2f, + 0x37, + 0xff, + 0x14, + 0x2e, + 0xff, + 0x39, + 0x34, + 0xff, + 0x90, + 0x11, + 0xff, + 0x74, + 0x0c, + 0xff, + 0x10, + 0x16, + 0xff, + 0x7d, + 0x15, + 0xff, + 0x1b, + 0xfe, + 0xfe, + 0x8f, + 0x1e, + 0xff, + 0x64, + 0x81, + 0xff, + 0xf7, + 0x9a, + 0xff, + 0xfa, + 0x79, + 0xff, + 0xf2, + 0x2a, + 0xff, + 0xb2, + 0xe6, + 0x07, + 0xf9, + 0x8a, + 0x18, + 0x4b, + 0x4a, + 0x1a, + 0x88, + 0x72, + 0x06, + 0xa8, + 0x10, + 0xf6, + 0xde, + 0x49, + 0xf6, + 0xa8, + 0x2e, + 0xfe, + 0x5d, + 0xf3, + 0x04, + 0xa4, + 0xfc, + 0x06, + 0xba, + 0x59, + 0x01, + 0xe7, + 0x28, + 0xfc, + 0x05, + 0x87, + 0xfe, + 0x22, + 0x08, + 0x00, + 0x0d, + 0x2f, + 0xfe, + 0xa2, + 0x2c, + 0xfe, + 0x04, + 0xf5, + 0xff, + 0x1c, + 0x5d, + 0x00, + 0xf9, + 0x65, + 0xff, + 0xa4, + 0x09, + 0xff, + 0x4f, + 0x24, + 0xff, + 0x8c, + 0x35, + 0x00, + 0x0c, + 0xc6, + 0x00, + 0xc9, + 0x0a, + 0x00, + 0x1f, + 0xa2, + 0xff, + 0x9f, + 0x94, + 0xff, + 0x31, + 0xe3, + 0xff, + 0xd4, + 0xe9, + 0xff, + 0x4e, + 0x7a, + 0x00, + 0x80, + 0xfa, + 0x00, + 0x44, + 0x16, + 0xff, + 0xc3, + 0xb5, + 0xfd, + 0xee, + 0x29, + 0xff, + 0x8d, + 0x7a, + 0x00, + 0x9d, + 0xb3, + 0xff, + 0xf1, + 0xf5, + 0xfe, + 0x67, + 0x4a, + 0xff, + 0xc9, + 0x4f, + 0xff, + 0x07, + 0xad, + 0xff, + 0xcc, + 0xb1, + 0x00, + 0x79, + 0xd3, + 0x00, + 0x5f, + 0x0d, + 0x00, + 0x8e, + 0x38, + 0xff, + 0xdb, + 0x09, + 0xff, + 0x71, + 0x75, + 0xff, + 0x37, + 0xad, + 0xff, + 0x40, + 0xa6, + 0xff, + 0x62, + 0x89, + 0xff, + 0x09, + 0x90, + 0xff, + 0xfc, + 0xba, + 0xff, + 0x18, + 0xd7, + 0xff, + 0x2b, + 0x94, + 0xff, + 0xb6, + 0xea, + 0xfe, + 0xf8, + 0xf4, + 0xfe, + 0x92, + 0x58, + 0xff, + 0x2a, + 0x23, + 0xff, + 0xd6, + 0xd7, + 0xfe, + 0xbc, + 0xd6, + 0xfe, + 0xe7, + 0xf5, + 0xfe, + 0x69, + 0x25, + 0xff, + 0x82, + 0x83, + 0xff, + 0x79, + 0xa8, + 0xff, + 0xb0, + 0xae, + 0xff, + 0x85, + 0x93, + 0xff, + 0x5c, + 0xeb, + 0xfe, + 0xf2, + 0xca, + 0x09, + 0xa6, + 0x34, + 0x1c, + 0xe3, + 0x44, + 0x1b, + 0x7b, + 0x04, + 0x04, + 0xb4, + 0x94, + 0xf3, + 0x95, + 0x6b, + 0xf5, + 0x8c, + 0xe8, + 0xfe, + 0xfd, + 0x82, + 0x06, + 0x88, + 0x70, + 0x07, + 0x71, + 0xf4, + 0xff, + 0x52, + 0x04, + 0xfb, + 0x6c, + 0x7b, + 0xfe, + 0x93, + 0x39, + 0x00, + 0xa2, + 0x43, + 0xfe, + 0x40, + 0x14, + 0xfe, + 0x1e, + 0xee, + 0xff, + 0xae, + 0x62, + 0x00, + 0x6b, + 0x36, + 0xff, + 0x9e, + 0xaf, + 0xfe, + 0x62, + 0x0e, + 0xff, + 0x1e, + 0x26, + 0x00, + 0x2b, + 0x80, + 0x00, + 0x8f, + 0x1c, + 0x00, + 0xce, + 0xa3, + 0xff, + 0xe2, + 0x0c, + 0xff, + 0x81, + 0x5d, + 0xff, + 0x90, + 0xb7, + 0xff, + 0xaf, + 0x2a, + 0x00, + 0xcd, + 0x24, + 0x01, + 0xa2, + 0x62, + 0x00, + 0x4f, + 0x4f, + 0xfe, + 0x5d, + 0x62, + 0xfe, + 0x30, + 0x06, + 0x00, + 0x8d, + 0xc4, + 0xff, + 0xfc, + 0x9f, + 0xfe, + 0x51, + 0xe9, + 0xfe, + 0x95, + 0x37, + 0xff, + 0x89, + 0x61, + 0xff, + 0x34, + 0x82, + 0x00, + 0x67, + 0xee, + 0x00, + 0x44, + 0xff, + 0xff, + 0xc7, + 0x23, + 0xff, + 0xfd, + 0x0c, + 0xff, + 0xfe, + 0x50, + 0xff, + 0x75, + 0x90, + 0xff, + 0x94, + 0xe2, + 0xff, + 0x9e, + 0xcf, + 0xff, + 0x06, + 0x96, + 0xff, + 0xb8, + 0xc6, + 0xff, + 0x68, + 0xf3, + 0xff, + 0x4f, + 0x66, + 0xff, + 0x06, + 0x90, + 0xfe, + 0xd8, + 0xc2, + 0xfe, + 0x5c, + 0x49, + 0xff, + 0x2f, + 0x29, + 0xff, + 0x64, + 0xcd, + 0xfe, + 0xe8, + 0x7e, + 0xfe, + 0x20, + 0xaa, + 0xfe, + 0xc8, + 0x52, + 0xff, + 0x4b, + 0xcd, + 0xff, + 0x2b, + 0xe9, + 0xff, + 0x69, + 0xbd, + 0xff, + 0x23, + 0x28, + 0xff, + 0xec, + 0xb7, + 0xfe, + 0x4e, + 0x8c, + 0x0a, + 0x24, + 0x6b, + 0x1e, + 0x54, + 0x7f, + 0x1d, + 0xad, + 0xff, + 0x03, + 0x5a, + 0x58, + 0xf1, + 0x0d, + 0xd8, + 0xf3, + 0xd4, + 0x69, + 0xff, + 0x94, + 0x79, + 0x07, + 0x26, + 0xe4, + 0x07, + 0xe0, + 0x84, + 0xff, + 0x43, + 0xc9, + 0xf9, + 0xcd, + 0xf3, + 0xfd, + 0x6e, + 0xdd, + 0x00, + 0x5a, + 0x75, + 0xfe, + 0x83, + 0x9e, + 0xfd, + 0xc5, + 0x18, + 0x00, + 0xae, + 0x74, + 0x00, + 0x3f, + 0xe5, + 0xfe, + 0x40, + 0xa6, + 0xfe, + 0x0e, + 0xf6, + 0xfe, + 0x67, + 0xf7, + 0xff, + 0x80, + 0x75, + 0x00, + 0x0b, + 0x12, + 0x00, + 0xdf, + 0x96, + 0xff, + 0x55, + 0x1a, + 0xff, + 0x95, + 0xbe, + 0xfe, + 0x88, + 0x23, + 0xff, + 0x20, + 0x56, + 0x00, + 0x76, + 0xe4, + 0x00, + 0x2f, + 0x07, + 0x01, + 0x2d, + 0xc3, + 0xff, + 0x4c, + 0x3c, + 0xfe, + 0x8f, + 0x12, + 0xff, + 0xbf, + 0xc8, + 0xff, + 0xb8, + 0xd6, + 0xfe, + 0xda, + 0x72, + 0xfe, + 0xbf, + 0x26, + 0xff, + 0xb7, + 0x31, + 0xff, + 0xb8, + 0xdb, + 0xff, + 0x64, + 0x0b, + 0x01, + 0xd7, + 0x53, + 0x00, + 0xab, + 0x25, + 0xff, + 0x1a, + 0xe7, + 0xfe, + 0xfb, + 0x15, + 0xff, + 0x3f, + 0x45, + 0xff, + 0x21, + 0xe6, + 0xff, + 0xa6, + 0x5c, + 0x00, + 0x28, + 0xe4, + 0xff, + 0xef, + 0xb2, + 0xff, + 0xcd, + 0xb4, + 0xff, + 0x50, + 0x38, + 0xff, + 0xf9, + 0xd2, + 0xfe, + 0x24, + 0xfd, + 0xfe, + 0x74, + 0x0b, + 0xff, + 0x3b, + 0xc8, + 0xfe, + 0x60, + 0x9e, + 0xfe, + 0x81, + 0x8f, + 0xfe, + 0x9f, + 0xd3, + 0xfe, + 0x6c, + 0x50, + 0xff, + 0x7b, + 0xe5, + 0xff, + 0x90, + 0x18, + 0x00, + 0xc6, + 0x78, + 0xff, + 0xc3, + 0xd7, + 0xfe, + 0xfb, + 0x04, + 0xff, + 0x37, + 0x7d, + 0x0b, + 0x4e, + 0xa3, + 0x20, + 0x33, + 0x88, + 0x1f, + 0xfd, + 0x2b, + 0x04, + 0x64, + 0x0f, + 0xef, + 0xb5, + 0x0a, + 0xf2, + 0x5b, + 0x24, + 0x00, + 0xd7, + 0x80, + 0x08, + 0xe8, + 0x1d, + 0x08, + 0x73, + 0xf1, + 0xfe, + 0x77, + 0x8f, + 0xf8, + 0xc7, + 0x4d, + 0xfd, + 0x41, + 0x86, + 0x01, + 0x09, + 0xf0, + 0xfe, + 0xcb, + 0xe9, + 0xfc, + 0xe3, + 0xfd, + 0xff, + 0x7b, + 0xc2, + 0x00, + 0xb0, + 0xa5, + 0xfe, + 0x4b, + 0x63, + 0xfe, + 0xdf, + 0xec, + 0xfe, + 0xe5, + 0x04, + 0x00, + 0x8d, + 0x2e, + 0x00, + 0xb7, + 0x13, + 0x00, + 0x13, + 0x7e, + 0xff, + 0x59, + 0xf4, + 0xfe, + 0x86, + 0xd0, + 0xfe, + 0x7b, + 0x40, + 0xfe, + 0x8b, + 0x14, + 0x00, + 0x68, + 0x41, + 0x01, + 0x5c, + 0xe1, + 0x00, + 0x69, + 0xab, + 0x00, + 0xcf, + 0x4b, + 0xff, + 0xdd, + 0x6e, + 0xfe, + 0x85, + 0xd4, + 0xfe, + 0xce, + 0x30, + 0xff, + 0xf9, + 0x89, + 0xfe, + 0x14, + 0xa5, + 0xfe, + 0x5f, + 0x61, + 0xff, + 0x5d, + 0x72, + 0xff, + 0x39, + 0x53, + 0x00, + 0x45, + 0xb1, + 0x00, + 0xd7, + 0x7e, + 0xff, + 0x71, + 0xb6, + 0xfe, + 0x76, + 0xfa, + 0xfe, + 0x2e, + 0xfd, + 0xfe, + 0xbc, + 0x5e, + 0xff, + 0xce, + 0x75, + 0x00, + 0xa9, + 0x82, + 0x00, + 0xfc, + 0xcc, + 0xff, + 0x61, + 0x17, + 0xff, + 0x48, + 0xc5, + 0xfe, + 0x4b, + 0x38, + 0xff, + 0x14, + 0x8b, + 0xff, + 0xa2, + 0xf5, + 0xfe, + 0xa0, + 0x50, + 0xfe, + 0x65, + 0x53, + 0xfe, + 0xd3, + 0xa8, + 0xfe, + 0xaa, + 0x19, + 0xff, + 0x03, + 0x79, + 0xff, + 0x13, + 0xde, + 0xff, + 0x5b, + 0xcb, + 0xff, + 0xb4, + 0x30, + 0xff, + 0x5f, + 0x03, + 0xff, + 0x41, + 0x42, + 0xff, + 0xc2, + 0xd0, + 0x0b, + 0x72, + 0xb7, + 0x22, + 0x0d, + 0xdf, + 0x21, + 0x59, + 0xa1, + 0x04, + 0xc9, + 0x06, + 0xee, + 0xd0, + 0xda, + 0xef, + 0xdc, + 0xed, + 0xff, + 0xd1, + 0x03, + 0x0a, + 0x1d, + 0x40, + 0x08, + 0xae, + 0x74, + 0xfe, + 0xab, + 0x8c, + 0xf7, + 0x90, + 0x95, + 0xfc, + 0x05, + 0xe3, + 0x01, + 0x87, + 0x94, + 0xff, + 0x6d, + 0x96, + 0xfc, + 0x33, + 0x60, + 0xff, + 0x70, + 0x29, + 0x01, + 0x14, + 0x86, + 0xfe, + 0x0b, + 0x49, + 0xfe, + 0xa6, + 0xd8, + 0xfe, + 0x60, + 0xee, + 0xff, + 0xf4, + 0x66, + 0x00, + 0x49, + 0x98, + 0xff, + 0xd5, + 0x97, + 0xff, + 0x15, + 0xe8, + 0xfe, + 0x76, + 0xa8, + 0xfe, + 0xdb, + 0x39, + 0xfe, + 0xba, + 0x4c, + 0xff, + 0x23, + 0x58, + 0x01, + 0xb3, + 0x35, + 0x01, + 0x54, + 0xbb, + 0x00, + 0xf7, + 0x3d, + 0x00, + 0xe8, + 0x44, + 0xff, + 0x62, + 0xe6, + 0xfd, + 0xbd, + 0x5d, + 0xfe, + 0x30, + 0x2a, + 0xff, + 0xea, + 0x86, + 0xfe, + 0x35, + 0x34, + 0xff, + 0x4f, + 0x8c, + 0xff, + 0x63, + 0x95, + 0xff, + 0xe9, + 0x67, + 0x00, + 0xf1, + 0x11, + 0x00, + 0x25, + 0xe7, + 0xfe, + 0x0b, + 0xb7, + 0xfe, + 0x31, + 0x1c, + 0xff, + 0x57, + 0x11, + 0xff, + 0x0b, + 0xf0, + 0xff, + 0x72, + 0xbd, + 0x00, + 0x5b, + 0xbe, + 0xff, + 0xd7, + 0xb3, + 0xfe, + 0x8e, + 0xb2, + 0xfe, + 0x33, + 0x3c, + 0xff, + 0x0a, + 0xa7, + 0xff, + 0xf3, + 0x36, + 0xff, + 0x02, + 0x5e, + 0xfe, + 0xb3, + 0x39, + 0xfe, + 0xe0, + 0xbb, + 0xfe, + 0xad, + 0x49, + 0xff, + 0x09, + 0xa7, + 0xff, + 0x72, + 0xa8, + 0xff, + 0x80, + 0x61, + 0xff, + 0x91, + 0x4c, + 0xff, + 0xf2, + 0x49, + 0xff, + 0x88, + 0x2c, + 0xff, + 0xd1, + 0x89, + 0x0b, + 0x94, + 0xd9, + 0x23, + 0x15, + 0x8d, + 0x24, + 0xa1, + 0x38, + 0x06, + 0x4f, + 0x1a, + 0xee, + 0x7f, + 0x9d, + 0xed, + 0x1a, + 0x74, + 0xfe, + 0xb5, + 0x8e, + 0x0b, + 0x61, + 0x95, + 0x08, + 0x1d, + 0x23, + 0xfe, + 0x9f, + 0x16, + 0xf7, + 0x89, + 0x4b, + 0xfb, + 0x14, + 0xf2, + 0x01, + 0xab, + 0x8a, + 0x00, + 0x37, + 0x6d, + 0xfc, + 0x09, + 0x62, + 0xfe, + 0x81, + 0x88, + 0x01, + 0x35, + 0xbc, + 0xfe, + 0x65, + 0xe5, + 0xfd, + 0xac, + 0x14, + 0xff, + 0xd8, + 0xc5, + 0xff, + 0x17, + 0x89, + 0x00, + 0xe8, + 0x6a, + 0xff, + 0xbf, + 0x52, + 0xff, + 0xb3, + 0x06, + 0xff, + 0xc1, + 0x81, + 0xfe, + 0x20, + 0x6c, + 0xfe, + 0xd5, + 0xe0, + 0xfe, + 0xf1, + 0xc0, + 0x00, + 0x06, + 0x97, + 0x01, + 0x94, + 0x08, + 0x01, + 0x9e, + 0x42, + 0x00, + 0x15, + 0x57, + 0x00, + 0xb8, + 0x90, + 0xfe, + 0x7d, + 0xf9, + 0xfc, + 0xb2, + 0xde, + 0xfe, + 0x50, + 0x3b, + 0xff, + 0x2c, + 0xd7, + 0xfe, + 0x9f, + 0xaa, + 0xff, + 0x86, + 0x72, + 0xff, + 0xe4, + 0x67, + 0xff, + 0x2e, + 0x54, + 0x00, + 0x02, + 0xa2, + 0xff, + 0x88, + 0x75, + 0xfe, + 0x3b, + 0x25, + 0xff, + 0xa5, + 0x6b, + 0xff, + 0xd2, + 0x79, + 0xff, + 0x21, + 0x0d, + 0x00, + 0xfb, + 0x9e, + 0xff, + 0xa7, + 0xb4, + 0xfe, + 0xd3, + 0x8f, + 0xfe, + 0xae, + 0xf6, + 0xfe, + 0x51, + 0x5c, + 0xff, + 0xb3, + 0x9c, + 0xff, + 0x3f, + 0xf0, + 0xfe, + 0x55, + 0x40, + 0xfe, + 0x51, + 0xbe, + 0xfe, + 0x73, + 0x86, + 0xff, + 0x6b, + 0xbc, + 0xff, + 0x6b, + 0x68, + 0xff, + 0x7f, + 0x41, + 0xff, + 0x99, + 0x65, + 0xff, + 0x51, + 0x4b, + 0xff, + 0xe4, + 0xfd, + 0xfe, + 0x22, + 0x60, + 0x0e, + 0xc8, + 0x15, + 0x28, + 0x76, + 0x43, + 0x23, + 0x87, + 0xd8, + 0x02, + 0xd0, + 0x8f, + 0xed, + 0x24, + 0x6c, + 0xed, + 0x0a, + 0x2f, + 0xff, + 0x62, + 0x0d, + 0x0d, + 0xb4, + 0xd4, + 0x07, + 0x2d, + 0x17, + 0xfc, + 0x2f, + 0xa8, + 0xf6, + 0xd4, + 0x69, + 0xfb, + 0x26, + 0xf1, + 0x01, + 0x6a, + 0xc1, + 0x00, + 0x26, + 0xda, + 0xfb, + 0x44, + 0x3b, + 0xfe, + 0x5a, + 0x72, + 0x01, + 0x78, + 0x78, + 0xfe, + 0x23, + 0xf8, + 0xfd, + 0x2e, + 0x17, + 0xff, + 0x04, + 0x07, + 0x00, + 0xed, + 0x5b, + 0x00, + 0x71, + 0x34, + 0xff, + 0xa4, + 0xef, + 0xfe, + 0xdc, + 0xcb, + 0xfe, + 0x14, + 0x95, + 0xfe, + 0xfb, + 0x4d, + 0xfe, + 0x85, + 0x4b, + 0xff, + 0xa0, + 0x34, + 0x00, + 0xc2, + 0x26, + 0x01, + 0x9e, + 0x99, + 0x01, + 0x43, + 0x0d, + 0x00, + 0x29, + 0x8c, + 0x00, + 0x25, + 0x6e, + 0xff, + 0xde, + 0xa0, + 0xfc, + 0xf8, + 0xe5, + 0xfd, + 0x04, + 0x9b, + 0xff, + 0xc1, + 0x27, + 0xff, + 0x27, + 0x62, + 0xff, + 0x36, + 0x93, + 0xff, + 0x04, + 0xa8, + 0xfe, + 0x37, + 0xb4, + 0xff, + 0x62, + 0x3d, + 0x00, + 0xcd, + 0xa5, + 0xfe, + 0x46, + 0xfa, + 0xfe, + 0x45, + 0xee, + 0xff, + 0x25, + 0x61, + 0xff, + 0xd5, + 0x06, + 0xff, + 0xd6, + 0x3f, + 0xff, + 0x98, + 0xc6, + 0xfe, + 0xd1, + 0x4f, + 0xfe, + 0x59, + 0x7f, + 0xfe, + 0xb3, + 0x11, + 0xff, + 0xe7, + 0xb2, + 0xff, + 0x53, + 0x68, + 0xff, + 0x8f, + 0xa6, + 0xfe, + 0x44, + 0xc9, + 0xfe, + 0x0e, + 0xa0, + 0xff, + 0x1c, + 0xaa, + 0xff, + 0xfa, + 0x60, + 0xff, + 0xe5, + 0x65, + 0xff, + 0x9a, + 0x33, + 0xff, + 0xfd, + 0xf2, + 0xfe, + 0x11, + 0xd9, + 0xfe, + 0x1e, + 0x69, + 0x11, + 0x4c, + 0x6c, + 0x2c, + 0xa7, + 0x46, + 0x21, + 0xbc, + 0x0c, + 0xff, + 0x75, + 0x17, + 0xee, + 0x36, + 0x02, + 0xee, + 0x01, + 0x70, + 0xff, + 0x2a, + 0x0d, + 0x0e, + 0x5d, + 0x24, + 0x07, + 0x7f, + 0x6a, + 0xfa, + 0x86, + 0x48, + 0xf6, + 0xdd, + 0xba, + 0xfb, + 0x14, + 0xf5, + 0x01, + 0x02, + 0xa3, + 0x00, + 0x6d, + 0x93, + 0xfb, + 0xc0, + 0x12, + 0xfe, + 0x3e, + 0x37, + 0x01, + 0xd9, + 0x63, + 0xfe, + 0x44, + 0x3b, + 0xfe, + 0x4d, + 0x35, + 0xff, + 0xa5, + 0x3d, + 0x00, + 0xc5, + 0x71, + 0x00, + 0xbf, + 0xdc, + 0xfe, + 0x25, + 0x99, + 0xfe, + 0x3a, + 0xc6, + 0xfe, + 0x30, + 0x7f, + 0xfe, + 0xf3, + 0x5b, + 0xfe, + 0x1f, + 0xed, + 0xff, + 0x70, + 0x18, + 0x00, + 0xc1, + 0x40, + 0x00, + 0x8b, + 0xca, + 0x01, + 0x8b, + 0x67, + 0x00, + 0x70, + 0x2c, + 0x00, + 0xbb, + 0x3b, + 0x00, + 0xbb, + 0x32, + 0xfd, + 0x63, + 0x05, + 0xfd, + 0x8c, + 0xa3, + 0xff, + 0xa2, + 0x94, + 0xff, + 0x60, + 0x47, + 0xff, + 0x17, + 0xca, + 0xff, + 0x1f, + 0x59, + 0xfe, + 0x15, + 0xb0, + 0xfe, + 0xe2, + 0x59, + 0x00, + 0x94, + 0x69, + 0xff, + 0x65, + 0x04, + 0xff, + 0xc4, + 0x06, + 0x00, + 0x52, + 0x5d, + 0xff, + 0xc2, + 0x8f, + 0xfe, + 0x4b, + 0xdf, + 0xfe, + 0x8c, + 0x8d, + 0xfe, + 0x68, + 0x31, + 0xfe, + 0x32, + 0x5d, + 0xfe, + 0x37, + 0xcf, + 0xfe, + 0x41, + 0x64, + 0xff, + 0x99, + 0xbf, + 0xff, + 0x48, + 0x54, + 0xff, + 0x8a, + 0xde, + 0xfe, + 0xe2, + 0x7e, + 0xff, + 0x7e, + 0xb6, + 0xff, + 0xe3, + 0x93, + 0xff, + 0x2d, + 0x74, + 0xff, + 0x85, + 0xe5, + 0xfe, + 0x89, + 0xb6, + 0xfe, + 0xd8, + 0xf1, + 0xfe, + 0xfc, + 0xf5, + 0x12, + 0xdd, + 0x13, + 0x30, + 0x2c, + 0xc3, + 0x20, + 0xff, + 0x9f, + 0xfb, + 0x29, + 0xa3, + 0xef, + 0x51, + 0x40, + 0xef, + 0xcd, + 0x54, + 0xfe, + 0xa3, + 0x61, + 0x0e, + 0x58, + 0xfb, + 0x06, + 0xe8, + 0xf4, + 0xf9, + 0x26, + 0xa5, + 0xf5, + 0xe8, + 0xaa, + 0xfb, + 0x8d, + 0x06, + 0x02, + 0x99, + 0x5a, + 0x00, + 0x87, + 0xe5, + 0xfb, + 0xa4, + 0x5a, + 0xfd, + 0x74, + 0x19, + 0x01, + 0xef, + 0xab, + 0xfe, + 0x85, + 0x40, + 0xfe, + 0xf2, + 0xa5, + 0xff, + 0x50, + 0x22, + 0x00, + 0x55, + 0xd7, + 0x00, + 0x81, + 0x8e, + 0xfe, + 0x9f, + 0x3e, + 0xfe, + 0xc8, + 0x0d, + 0xff, + 0x1c, + 0x34, + 0xfe, + 0x57, + 0xa3, + 0xfe, + 0xe3, + 0x5b, + 0x00, + 0x22, + 0x67, + 0x00, + 0x36, + 0x6b, + 0xff, + 0x47, + 0x29, + 0x01, + 0x28, + 0x23, + 0x01, + 0xbd, + 0xc0, + 0xff, + 0xf4, + 0x8f, + 0x00, + 0xfd, + 0x5b, + 0xfe, + 0xc7, + 0xd1, + 0xfc, + 0xd7, + 0x50, + 0xff, + 0x7e, + 0xc5, + 0xff, + 0xad, + 0x70, + 0xff, + 0x6c, + 0xda, + 0xff, + 0xa1, + 0x8f, + 0xfe, + 0x9c, + 0xe5, + 0xfd, + 0x1e, + 0x9b, + 0xff, + 0xf4, + 0x62, + 0x00, + 0x87, + 0x6c, + 0xff, + 0xde, + 0x9c, + 0xff, + 0xd1, + 0x84, + 0xff, + 0xc7, + 0x93, + 0xfe, + 0x57, + 0x5c, + 0xfe, + 0x91, + 0x34, + 0xfe, + 0xdd, + 0x5c, + 0xfe, + 0x24, + 0x7b, + 0xfe, + 0x87, + 0x82, + 0xfe, + 0x29, + 0xfc, + 0xfe, + 0xad, + 0xe7, + 0xff, + 0x5d, + 0xe6, + 0xff, + 0xc8, + 0xf7, + 0xfe, + 0x57, + 0x57, + 0xff, + 0x07, + 0xce, + 0xff, + 0x5e, + 0xb9, + 0xff, + 0xf5, + 0x60, + 0xff, + 0x5a, + 0xbb, + 0xfe, + 0x66, + 0xc2, + 0xfe, + 0x38, + 0xff, + 0xfe, + 0xa1, + 0x30, + 0x17, + 0x24, + 0x3c, + 0x35, + 0xab, + 0x3e, + 0x1c, + 0x38, + 0xed, + 0xf5, + 0xdd, + 0x1e, + 0xf1, + 0xca, + 0x1c, + 0xf1, + 0x5b, + 0x56, + 0xff, + 0x48, + 0x05, + 0x0e, + 0xb3, + 0x9b, + 0x05, + 0x4d, + 0x60, + 0xf9, + 0x52, + 0xcd, + 0xf4, + 0x40, + 0x32, + 0xfc, + 0x76, + 0x16, + 0x02, + 0x7e, + 0x6f, + 0xff, + 0x65, + 0x30, + 0xfc, + 0x86, + 0x12, + 0xfd, + 0xc0, + 0xe0, + 0x00, + 0xaf, + 0xcf, + 0xfe, + 0x19, + 0x56, + 0xfe, + 0xdb, + 0xff, + 0xff, + 0x29, + 0x0f, + 0x00, + 0x7b, + 0xfe, + 0x00, + 0xdc, + 0x21, + 0xfe, + 0x52, + 0x17, + 0xfe, + 0x0e, + 0x5e, + 0xff, + 0x8c, + 0xb3, + 0xfd, + 0xd9, + 0x1c, + 0xff, + 0x29, + 0xca, + 0x00, + 0x76, + 0x4d, + 0x00, + 0xe5, + 0xee, + 0xfe, + 0x4d, + 0x42, + 0x00, + 0x1c, + 0x56, + 0x01, + 0x7e, + 0xb4, + 0xff, + 0x4c, + 0x86, + 0x00, + 0xf4, + 0x15, + 0xff, + 0x3b, + 0x4d, + 0xfd, + 0x22, + 0x2a, + 0xff, + 0x0e, + 0xae, + 0xff, + 0x09, + 0xbb, + 0xff, + 0xf1, + 0x93, + 0xff, + 0x9c, + 0xaf, + 0xfe, + 0x0e, + 0xab, + 0xfd, + 0x7c, + 0xe5, + 0xfe, + 0x14, + 0xdd, + 0x00, + 0x46, + 0x9b, + 0xff, + 0xb3, + 0x6c, + 0xff, + 0x7f, + 0x9e, + 0xff, + 0x16, + 0x56, + 0xfe, + 0x7a, + 0xf8, + 0xfd, + 0x9f, + 0x0f, + 0xfe, + 0x95, + 0x74, + 0xfe, + 0x80, + 0x86, + 0xfe, + 0x13, + 0x69, + 0xfe, + 0xe7, + 0xe8, + 0xfe, + 0x12, + 0xd5, + 0xff, + 0x49, + 0xec, + 0xff, + 0x19, + 0x40, + 0xff, + 0xfa, + 0x51, + 0xff, + 0xea, + 0xa2, + 0xff, + 0xaf, + 0xa3, + 0xff, + 0x08, + 0x3f, + 0xff, + 0x51, + 0xd2, + 0xfe, + 0xc1, + 0xc5, + 0xfe, + 0x72, + 0xfd, + 0xfe, + 0x43, + 0xd3, + 0x19, + 0x83, + 0xdc, + 0x39, + 0xe7, + 0xdc, + 0x19, + 0x38, + 0x7d, + 0xf0, + 0xbe, + 0x85, + 0xf2, + 0xdf, + 0x53, + 0xf3, + 0x25, + 0x6b, + 0xff, + 0x69, + 0x5d, + 0x0d, + 0x5e, + 0xd1, + 0x04, + 0xbe, + 0xa3, + 0xf9, + 0xde, + 0xbd, + 0xf3, + 0x86, + 0x23, + 0xfc, + 0x45, + 0x0a, + 0x02, + 0x27, + 0xab, + 0xfe, + 0x74, + 0x02, + 0xfd, + 0xd5, + 0xa3, + 0xfc, + 0x7b, + 0xc9, + 0x00, + 0x37, + 0x2e, + 0xff, + 0xf4, + 0x42, + 0xfe, + 0x49, + 0x58, + 0x00, + 0x8a, + 0xca, + 0xff, + 0x19, + 0x3c, + 0x01, + 0xde, + 0xfb, + 0xfd, + 0xb7, + 0x0a, + 0xfe, + 0xa3, + 0xb2, + 0xff, + 0x16, + 0x64, + 0xfd, + 0xb8, + 0xa0, + 0xff, + 0x69, + 0xe4, + 0x00, + 0xba, + 0xfd, + 0xff, + 0x3f, + 0xa6, + 0xfe, + 0x8e, + 0x67, + 0xff, + 0x17, + 0x2f, + 0x01, + 0xf7, + 0xd9, + 0xff, + 0x11, + 0xb6, + 0x00, + 0x01, + 0xce, + 0xff, + 0xce, + 0xc0, + 0xfd, + 0xa1, + 0x1c, + 0xff, + 0x6f, + 0xe5, + 0xff, + 0x3e, + 0xd2, + 0xff, + 0x43, + 0x33, + 0xff, + 0xcd, + 0xe7, + 0xfe, + 0xec, + 0xc1, + 0xfd, + 0x2b, + 0x67, + 0xfe, + 0x45, + 0xdc, + 0x00, + 0x97, + 0xcd, + 0xff, + 0x9e, + 0x80, + 0xff, + 0x88, + 0x82, + 0xff, + 0x16, + 0x17, + 0xfe, + 0xfb, + 0xe9, + 0xfd, + 0x57, + 0x0a, + 0xfe, + 0xdf, + 0x6b, + 0xfe, + 0xd2, + 0x75, + 0xfe, + 0xc5, + 0x84, + 0xfe, + 0x04, + 0x1a, + 0xff, + 0x31, + 0xa5, + 0xff, + 0x1e, + 0xd3, + 0xff, + 0xa9, + 0x69, + 0xff, + 0x08, + 0x56, + 0xff, + 0xc8, + 0x73, + 0xff, + 0xcd, + 0x59, + 0xff, + 0x07, + 0x3e, + 0xff, + 0x45, + 0xf8, + 0xfe, + 0xc8, + 0xc8, + 0xfe, + 0x48, + 0x01, + 0xff, + 0x54, + 0x80, + 0x1e, + 0xb4, + 0xe8, + 0x3e, + 0x11, + 0x50, + 0x14, + 0xf1, + 0x0a, + 0xeb, + 0xc4, + 0xf7, + 0xf3, + 0x57, + 0xd6, + 0xf4, + 0xeb, + 0x35, + 0x01, + 0x01, + 0x82, + 0x0c, + 0xc8, + 0x97, + 0x03, + 0x17, + 0xa7, + 0xf9, + 0xbc, + 0x66, + 0xf2, + 0xf6, + 0x9c, + 0xfc, + 0x32, + 0x88, + 0x01, + 0x45, + 0x2b, + 0xfe, + 0xfa, + 0x23, + 0xfe, + 0x63, + 0x80, + 0xfc, + 0xd5, + 0xdf, + 0x00, + 0x9f, + 0x3d, + 0xff, + 0x56, + 0x64, + 0xfe, + 0xca, + 0x3a, + 0x00, + 0x23, + 0xc8, + 0xff, + 0x0a, + 0x9f, + 0x01, + 0x9f, + 0xa2, + 0xfd, + 0xee, + 0x77, + 0xfe, + 0xbb, + 0xb1, + 0xff, + 0x8f, + 0x58, + 0xfd, + 0xe8, + 0x2e, + 0x00, + 0x39, + 0x64, + 0x00, + 0x19, + 0xa3, + 0xff, + 0xa5, + 0x75, + 0xfe, + 0x5e, + 0xe9, + 0xfe, + 0x5f, + 0xce, + 0x00, + 0x70, + 0x2d, + 0x00, + 0xe6, + 0x30, + 0x01, + 0x76, + 0xf8, + 0xff, + 0x67, + 0x50, + 0xfe, + 0xc0, + 0x4d, + 0xff, + 0x9b, + 0x0d, + 0x00, + 0x64, + 0xd2, + 0xff, + 0x95, + 0xf6, + 0xfe, + 0xd1, + 0x19, + 0xff, + 0xa2, + 0xca, + 0xfd, + 0x05, + 0x5c, + 0xfe, + 0xf2, + 0x90, + 0x00, + 0x2f, + 0xff, + 0xff, + 0x58, + 0xd5, + 0xff, + 0x2a, + 0xfe, + 0xfe, + 0xd2, + 0x01, + 0xfe, + 0x7d, + 0x0e, + 0xfe, + 0x73, + 0xfd, + 0xfd, + 0x2d, + 0x5a, + 0xfe, + 0xb8, + 0x65, + 0xfe, + 0x32, + 0xbc, + 0xfe, + 0x40, + 0x45, + 0xff, + 0xbf, + 0xa5, + 0xff, + 0x75, + 0xbc, + 0xff, + 0xdf, + 0x51, + 0xff, + 0x8d, + 0x44, + 0xff, + 0x3c, + 0x57, + 0xff, + 0x1b, + 0x2b, + 0xff, + 0xf9, + 0x37, + 0xff, + 0x17, + 0x17, + 0xff, + 0x66, + 0xc0, + 0xfe, + 0x26, + 0xff, + 0xfe, + 0xa3, + 0xd6, + 0x20, + 0x50, + 0x3a, + 0x43, + 0x65, + 0x2e, + 0x12, + 0xd5, + 0xf5, + 0xe5, + 0x3b, + 0xa8, + 0xf4, + 0xf4, + 0xf1, + 0xf5, + 0x7b, + 0x00, + 0x02, + 0xd2, + 0x86, + 0x0c, + 0x80, + 0x64, + 0x02, + 0xad, + 0x1c, + 0xfa, + 0xe1, + 0xf2, + 0xf0, + 0xab, + 0x1d, + 0xfc, + 0x7e, + 0x8f, + 0x01, + 0x84, + 0xdb, + 0xfd, + 0x78, + 0xfd, + 0xff, + 0xff, + 0x01, + 0xfc, + 0x9d, + 0xcf, + 0x00, + 0x07, + 0xbb, + 0xff, + 0x17, + 0x8b, + 0xfd, + 0xb9, + 0x8b, + 0x00, + 0x0e, + 0xd5, + 0xff, + 0xb0, + 0x03, + 0x02, + 0x35, + 0xc1, + 0xfd, + 0xcf, + 0x72, + 0xfe, + 0x65, + 0xf7, + 0xff, + 0xbf, + 0xf8, + 0xfc, + 0x48, + 0x2c, + 0x00, + 0x12, + 0xfb, + 0xff, + 0xab, + 0x5e, + 0xff, + 0x24, + 0x78, + 0xfe, + 0x58, + 0x82, + 0xfe, + 0x10, + 0xcb, + 0x00, + 0x24, + 0x60, + 0x00, + 0x8c, + 0x2b, + 0x01, + 0x32, + 0x65, + 0x00, + 0xc0, + 0x21, + 0xff, + 0xa8, + 0xf5, + 0xfe, + 0x0a, + 0xfd, + 0xff, + 0x65, + 0x78, + 0x00, + 0x7c, + 0xb2, + 0xfe, + 0x80, + 0x03, + 0xff, + 0x25, + 0x0a, + 0xfe, + 0x9e, + 0x5a, + 0xfe, + 0x12, + 0x2e, + 0x00, + 0x50, + 0x11, + 0x00, + 0xe8, + 0x58, + 0x00, + 0x01, + 0xa5, + 0xfe, + 0x58, + 0xf1, + 0xfd, + 0x9a, + 0x2a, + 0xfe, + 0x23, + 0xd4, + 0xfd, + 0x6a, + 0x81, + 0xfe, + 0x84, + 0x51, + 0xfe, + 0x5a, + 0xce, + 0xfe, + 0x52, + 0x5f, + 0xff, + 0x66, + 0x9e, + 0xff, + 0xfe, + 0xc0, + 0xff, + 0x43, + 0x12, + 0xff, + 0x33, + 0x2b, + 0xff, + 0xde, + 0x42, + 0xff, + 0xde, + 0x07, + 0xff, + 0x20, + 0x42, + 0xff, + 0xb2, + 0x13, + 0xff, + 0x95, + 0xbe, + 0xfe, + 0x6a, + 0x09, + 0xff, + 0x21, + 0x8b, + 0x22, + 0xc9, + 0x25, + 0x47, + 0x69, + 0x2b, + 0x11, + 0x41, + 0x78, + 0xe1, + 0xc9, + 0x80, + 0xf4, + 0x69, + 0x18, + 0xf6, + 0xcc, + 0xdf, + 0x02, + 0x74, + 0x4d, + 0x0d, + 0x23, + 0xcb, + 0x00, + 0x49, + 0x63, + 0xfa, + 0x20, + 0xa1, + 0xef, + 0x96, + 0x58, + 0xfb, + 0x15, + 0x2b, + 0x02, + 0x09, + 0xe9, + 0xfd, + 0xd5, + 0xd6, + 0x01, + 0xcc, + 0x7d, + 0xfb, + 0xfb, + 0xcb, + 0x00, + 0x09, + 0xe6, + 0xff, + 0x08, + 0x69, + 0xfc, + 0xf7, + 0x91, + 0x01, + 0xf8, + 0xb8, + 0xff, + 0x7b, + 0x6b, + 0x02, + 0x2c, + 0x32, + 0xfe, + 0x68, + 0x12, + 0xfe, + 0x39, + 0xe9, + 0xff, + 0x97, + 0xf2, + 0xfb, + 0x31, + 0x6b, + 0x00, + 0xe6, + 0xd0, + 0xff, + 0x9e, + 0xe5, + 0xfe, + 0xe1, + 0xf6, + 0xfe, + 0xb8, + 0xa3, + 0xfe, + 0x4a, + 0xad, + 0x00, + 0xbd, + 0xec, + 0xff, + 0xd8, + 0x80, + 0x01, + 0xf5, + 0xda, + 0x00, + 0xb5, + 0x5a, + 0xff, + 0x69, + 0xd0, + 0xfe, + 0x52, + 0xe9, + 0xff, + 0xcb, + 0x42, + 0x01, + 0x7e, + 0x74, + 0xfe, + 0x28, + 0xdc, + 0xfe, + 0x15, + 0x70, + 0xfe, + 0x19, + 0x24, + 0xfe, + 0x14, + 0xf3, + 0xff, + 0xa4, + 0x1c, + 0x00, + 0xe2, + 0xc5, + 0x00, + 0xa5, + 0xbb, + 0xfe, + 0xb9, + 0xd0, + 0xfd, + 0x26, + 0x19, + 0xfe, + 0x1c, + 0xc4, + 0xfd, + 0xe9, + 0xb7, + 0xfe, + 0xa0, + 0x62, + 0xfe, + 0xc0, + 0xa7, + 0xfe, + 0xe2, + 0x43, + 0xff, + 0xc2, + 0xb1, + 0xff, + 0x22, + 0x9e, + 0xff, + 0x6a, + 0xe3, + 0xfe, + 0x60, + 0x37, + 0xff, + 0xe1, + 0x17, + 0xff, + 0x47, + 0x03, + 0xff, + 0xac, + 0x57, + 0xff, + 0xf0, + 0x01, + 0xff, + 0xbd, + 0xb7, + 0xfe, + 0xf5, + 0x00, + 0xff, + 0xfd, + 0x0d, + 0x25, + 0x4c, + 0x79, + 0x4a, + 0x0c, + 0xdf, + 0x0e, + 0x23, + 0x5d, + 0xde, + 0xc5, + 0xf1, + 0xf3, + 0xbd, + 0xf5, + 0xf4, + 0x3b, + 0x81, + 0x04, + 0xd6, + 0x02, + 0x0e, + 0x61, + 0x02, + 0xff, + 0x10, + 0x02, + 0xfa, + 0x2f, + 0xb8, + 0xee, + 0x96, + 0xb9, + 0xfb, + 0x6f, + 0x7d, + 0x02, + 0xe6, + 0x5d, + 0xfe, + 0x13, + 0x8a, + 0x03, + 0x6b, + 0xc3, + 0xfa, + 0xaf, + 0xb3, + 0x00, + 0x6d, + 0xbf, + 0xff, + 0xc8, + 0x1e, + 0xfc, + 0xe7, + 0x9b, + 0x02, + 0xc7, + 0x70, + 0xff, + 0x19, + 0xfd, + 0x02, + 0x36, + 0x59, + 0xfe, + 0x08, + 0x08, + 0xfd, + 0xe3, + 0x3b, + 0xff, + 0x60, + 0xa1, + 0xfb, + 0x54, + 0xc4, + 0x00, + 0x56, + 0x70, + 0xff, + 0x15, + 0x4b, + 0xff, + 0xa6, + 0xa0, + 0xff, + 0x97, + 0x70, + 0xfe, + 0x68, + 0x75, + 0x00, + 0xe3, + 0xcb, + 0xff, + 0xfb, + 0xbc, + 0x01, + 0x2c, + 0x74, + 0x00, + 0x94, + 0xe9, + 0xff, + 0xb4, + 0x49, + 0xff, + 0xc2, + 0x38, + 0xff, + 0x67, + 0xc6, + 0x01, + 0xed, + 0xb7, + 0xfe, + 0xcc, + 0xce, + 0xfe, + 0xba, + 0x7f, + 0xfe, + 0xf2, + 0xd1, + 0xfd, + 0xbb, + 0x0d, + 0x00, + 0x44, + 0x44, + 0x00, + 0xd5, + 0xec, + 0x00, + 0xa4, + 0x06, + 0xff, + 0x71, + 0xed, + 0xfd, + 0x8f, + 0xfe, + 0xfd, + 0xcd, + 0xa5, + 0xfd, + 0x34, + 0xe6, + 0xfe, + 0xfb, + 0x9a, + 0xfe, + 0x4f, + 0x59, + 0xfe, + 0x08, + 0x06, + 0xff, + 0x6d, + 0x9b, + 0xff, + 0x5f, + 0x68, + 0xff, + 0xfd, + 0x06, + 0xff, + 0x1c, + 0x1e, + 0xff, + 0xd2, + 0xfe, + 0xfe, + 0x57, + 0x36, + 0xff, + 0xa1, + 0x45, + 0xff, + 0xe6, + 0xe4, + 0xfe, + 0x94, + 0xb1, + 0xfe, + 0xdb, + 0x11, + 0xff, + 0xd8, + 0x43, + 0x25, + 0xa9, + 0xc1, + 0x4c, + 0xb9, + 0x00, + 0x10, + 0x82, + 0xf7, + 0xdb, + 0xb8, + 0xc5, + 0xf2, + 0x85, + 0x74, + 0xf3, + 0x18, + 0x65, + 0x04, + 0x4e, + 0xc9, + 0x0f, + 0x68, + 0x02, + 0xfd, + 0xfd, + 0x9c, + 0xf9, + 0xdc, + 0xc9, + 0xef, + 0xca, + 0x44, + 0xfb, + 0xcc, + 0xdb, + 0x02, + 0x51, + 0x11, + 0xff, + 0xd1, + 0xcb, + 0x04, + 0xce, + 0xeb, + 0xf9, + 0xd5, + 0x2a, + 0x00, + 0x6a, + 0xc2, + 0x00, + 0xd0, + 0xea, + 0xfb, + 0xf1, + 0x45, + 0x03, + 0xc0, + 0x57, + 0xff, + 0xb8, + 0xa9, + 0x02, + 0x1e, + 0x02, + 0xfe, + 0x01, + 0xf0, + 0xfb, + 0x95, + 0x53, + 0xff, + 0x67, + 0x43, + 0xfb, + 0x6d, + 0x02, + 0x01, + 0x65, + 0x4b, + 0x00, + 0x0c, + 0x51, + 0xff, + 0xef, + 0xbe, + 0xff, + 0x01, + 0x80, + 0xfe, + 0x4c, + 0xa2, + 0x00, + 0xab, + 0x36, + 0xff, + 0xd7, + 0x45, + 0x01, + 0xda, + 0xf5, + 0x00, + 0x39, + 0x4d, + 0x00, + 0x8a, + 0x70, + 0xff, + 0xba, + 0xc5, + 0xfe, + 0xc2, + 0xec, + 0x01, + 0xae, + 0x40, + 0xff, + 0xd3, + 0xc0, + 0xfe, + 0x0d, + 0x8f, + 0xfe, + 0x22, + 0x8d, + 0xfd, + 0x44, + 0x14, + 0x00, + 0x6d, + 0x8a, + 0x00, + 0x52, + 0xf0, + 0x00, + 0xb5, + 0x9a, + 0xff, + 0x99, + 0x59, + 0xfe, + 0xf2, + 0xde, + 0xfd, + 0x6d, + 0x7b, + 0xfd, + 0xcd, + 0xf4, + 0xfe, + 0x98, + 0xd9, + 0xfe, + 0xd2, + 0x2b, + 0xfe, + 0x5c, + 0x8d, + 0xfe, + 0x55, + 0x25, + 0xff, + 0x63, + 0x5e, + 0xff, + 0x60, + 0x5a, + 0xff, + 0xa6, + 0xec, + 0xfe, + 0xef, + 0xfd, + 0xfe, + 0x5b, + 0x6b, + 0xff, + 0x7a, + 0x10, + 0xff, + 0x74, + 0xeb, + 0xfe, + 0xe9, + 0xaa, + 0xfe, + 0x31, + 0x15, + 0xff, + 0x62, + 0x4f, + 0x28, + 0x2c, + 0x0e, + 0x4e, + 0x59, + 0x60, + 0x0b, + 0x3d, + 0x1e, + 0xdc, + 0xa2, + 0xfd, + 0xf2, + 0x24, + 0x0a, + 0xf0, + 0x22, + 0x99, + 0x06, + 0x4b, + 0x01, + 0x10, + 0x40, + 0xc9, + 0xfa, + 0x3c, + 0xfe, + 0xf9, + 0xa1, + 0xe1, + 0xf0, + 0xc0, + 0x4d, + 0xfc, + 0x61, + 0x49, + 0x02, + 0x0f, + 0x6b, + 0x00, + 0xc5, + 0xc4, + 0x04, + 0x8d, + 0x9b, + 0xf8, + 0x11, + 0x88, + 0x01, + 0x07, + 0xef, + 0x00, + 0x43, + 0x63, + 0xfc, + 0xa3, + 0x26, + 0x03, + 0x2e, + 0x30, + 0xfe, + 0x88, + 0x11, + 0x02, + 0xfe, + 0x9b, + 0xfd, + 0xcb, + 0x1f, + 0xfc, + 0xe9, + 0xaf, + 0xfe, + 0x44, + 0xef, + 0xfb, + 0x2b, + 0x36, + 0x02, + 0xfe, + 0x10, + 0x00, + 0xcb, + 0x3a, + 0xff, + 0xc5, + 0x20, + 0x00, + 0xf6, + 0xc9, + 0xfe, + 0x6e, + 0xe4, + 0xff, + 0x0c, + 0xff, + 0xfe, + 0x71, + 0x78, + 0x01, + 0x08, + 0xdb, + 0x00, + 0xac, + 0x7d, + 0x00, + 0x0b, + 0x99, + 0xff, + 0x88, + 0xd4, + 0xfe, + 0x87, + 0x88, + 0x01, + 0x5b, + 0x6f, + 0xff, + 0x25, + 0x20, + 0xff, + 0xe2, + 0x97, + 0xfe, + 0x11, + 0x6a, + 0xfd, + 0xab, + 0xc8, + 0xff, + 0xfa, + 0x23, + 0x01, + 0x62, + 0x3b, + 0x01, + 0x34, + 0xd6, + 0xff, + 0x3f, + 0xfc, + 0xfe, + 0xfb, + 0xcf, + 0xfd, + 0x1e, + 0x76, + 0xfd, + 0x6f, + 0xf4, + 0xfe, + 0x0e, + 0xef, + 0xfe, + 0x4f, + 0x5b, + 0xfe, + 0xa6, + 0xdf, + 0xfd, + 0xf2, + 0x60, + 0xfe, + 0x3c, + 0x77, + 0xff, + 0x25, + 0x9c, + 0xff, + 0x57, + 0x0a, + 0xff, + 0x9d, + 0xe9, + 0xfe, + 0x22, + 0x40, + 0xff, + 0xd4, + 0x34, + 0xff, + 0xb3, + 0x09, + 0xff, + 0x81, + 0xc6, + 0xfe, + 0x45, + 0x03, + 0xff, + 0x20, + 0x3a, + 0x2b, + 0xe1, + 0xf5, + 0x4d, + 0xc4, + 0x15, + 0x07, + 0xcf, + 0x73, + 0xde, + 0xed, + 0xba, + 0xf1, + 0xcc, + 0x4b, + 0xeb, + 0x3a, + 0xed, + 0x08, + 0x42, + 0x18, + 0x10, + 0x24, + 0x56, + 0xfa, + 0x56, + 0x92, + 0xfa, + 0x00, + 0xd5, + 0xf1, + 0x89, + 0x93, + 0xfd, + 0x4e, + 0xbe, + 0x00, + 0x10, + 0xb1, + 0x01, + 0x5d, + 0x98, + 0x04, + 0x31, + 0x35, + 0xf8, + 0x0c, + 0x8c, + 0x03, + 0xa6, + 0x64, + 0x00, + 0x0e, + 0x19, + 0xfc, + 0xff, + 0xc3, + 0x01, + 0x4e, + 0x9c, + 0xfd, + 0x7d, + 0x47, + 0x02, + 0x6f, + 0x1c, + 0xfd, + 0x32, + 0xe0, + 0xfc, + 0xa8, + 0x96, + 0xfe, + 0x67, + 0xb6, + 0xfc, + 0xbe, + 0x62, + 0x02, + 0xc0, + 0x98, + 0xff, + 0x74, + 0xc4, + 0xff, + 0x0a, + 0xe7, + 0xff, + 0xb7, + 0xd4, + 0xfe, + 0x1c, + 0xc5, + 0xff, + 0xa1, + 0xdb, + 0xfe, + 0xdb, + 0x68, + 0x01, + 0x42, + 0xbf, + 0x00, + 0x1a, + 0xaf, + 0x00, + 0x47, + 0xa5, + 0xff, + 0xd6, + 0xb1, + 0xfe, + 0x5a, + 0x36, + 0x01, + 0xc4, + 0xbd, + 0xff, + 0x64, + 0x44, + 0xff, + 0x90, + 0xa3, + 0xfe, + 0xd5, + 0x8b, + 0xfd, + 0x44, + 0x5c, + 0xff, + 0x27, + 0x77, + 0x01, + 0x1e, + 0xd1, + 0x01, + 0x59, + 0xef, + 0xff, + 0x39, + 0x70, + 0xff, + 0x9f, + 0x45, + 0xfe, + 0xa7, + 0x22, + 0xfd, + 0x4b, + 0xd3, + 0xfe, + 0xa4, + 0x51, + 0xff, + 0xd7, + 0x50, + 0xfe, + 0x7c, + 0x60, + 0xfd, + 0x9c, + 0x8a, + 0xfd, + 0xda, + 0x14, + 0xff, + 0x2b, + 0x0c, + 0x00, + 0x60, + 0x57, + 0xff, + 0x6a, + 0x8f, + 0xfe, + 0xa6, + 0x1c, + 0xff, + 0x53, + 0x99, + 0xff, + 0xec, + 0x4f, + 0xff, + 0x7b, + 0xd9, + 0xfe, + 0xf3, + 0xaa, + 0xfe, + 0x22, + 0x39, + 0x2a, + 0x80, + 0x12, + 0x4d, + 0xc9, + 0x34, + 0x08, + 0x0f, + 0x09, + 0xe0, + 0xfe, + 0x4d, + 0xf0, + 0x87, + 0x91, + 0xe6, + 0x08, + 0x9a, + 0x08, + 0xa0, + 0x53, + 0x13, + 0x93, + 0xaa, + 0xf9, + 0x51, + 0x16, + 0xfb, + 0xbe, + 0x0b, + 0xf4, + 0xb2, + 0xce, + 0xfc, + 0xf7, + 0x97, + 0xff, + 0xb1, + 0x50, + 0x02, + 0x31, + 0xd8, + 0x05, + 0xfb, + 0x26, + 0xf8, + 0x62, + 0xbf, + 0x03, + 0x22, + 0xda, + 0xff, + 0x78, + 0x33, + 0xfa, + 0x4d, + 0x23, + 0x02, + 0x22, + 0x8e, + 0xfd, + 0x43, + 0xaf, + 0x01, + 0xcc, + 0x4a, + 0xfe, + 0x38, + 0x52, + 0xfd, + 0xde, + 0x87, + 0xfe, + 0xd9, + 0xc3, + 0xfc, + 0x25, + 0x62, + 0x02, + 0x25, + 0x7b, + 0xff, + 0xf1, + 0xa3, + 0xff, + 0xeb, + 0x3a, + 0x00, + 0xf0, + 0xb1, + 0xfe, + 0xd0, + 0xb5, + 0xff, + 0x6e, + 0xbb, + 0xfe, + 0x44, + 0x53, + 0x01, + 0xd2, + 0xe1, + 0x00, + 0x47, + 0x40, + 0x00, + 0x8d, + 0xf0, + 0xff, + 0xa1, + 0xa7, + 0xfe, + 0xd9, + 0xd7, + 0x00, + 0xcd, + 0x04, + 0x00, + 0x4b, + 0x0e, + 0xff, + 0xec, + 0x00, + 0xff, + 0x6c, + 0x33, + 0xfe, + 0xfc, + 0xd2, + 0xfe, + 0x85, + 0xbf, + 0x00, + 0xbe, + 0xa1, + 0x02, + 0xb9, + 0xb6, + 0x00, + 0xeb, + 0x8d, + 0xff, + 0x2f, + 0x0b, + 0xff, + 0xa9, + 0xc6, + 0xfc, + 0xa4, + 0x8b, + 0xfe, + 0x52, + 0xdd, + 0xff, + 0xff, + 0x04, + 0xfe, + 0x5e, + 0x1e, + 0xfd, + 0x7d, + 0xf3, + 0xfc, + 0x43, + 0x4d, + 0xfe, + 0x0a, + 0xfe, + 0xff, + 0x98, + 0xee, + 0xff, + 0xf1, + 0xc1, + 0xfe, + 0xa0, + 0xa9, + 0xfe, + 0x2a, + 0xfd, + 0xff, + 0xbd, + 0x9a, + 0xff, + 0x03, + 0xac, + 0xfe, + 0x5e, + 0xce, + 0xfe, + 0xbb, + 0x1e, + 0x29, + 0xf6, + 0x08, + 0x4b, + 0x1e, + 0x41, + 0x08, + 0xe7, + 0x89, + 0xe2, + 0x61, + 0x50, + 0xef, + 0x6a, + 0x74, + 0xe2, + 0xd0, + 0x8c, + 0x09, + 0x9e, + 0x92, + 0x15, + 0x26, + 0xdf, + 0xf8, + 0xea, + 0x69, + 0xfc, + 0x18, + 0x95, + 0xf5, + 0xe2, + 0xbb, + 0xfb, + 0xef, + 0x28, + 0xff, + 0x23, + 0xaf, + 0x03, + 0x32, + 0x2b, + 0x06, + 0x4c, + 0x40, + 0xf7, + 0x25, + 0x72, + 0x03, + 0xea, + 0xbe, + 0xfe, + 0x02, + 0xed, + 0xf9, + 0x10, + 0x13, + 0x03, + 0xc2, + 0x06, + 0xfd, + 0x14, + 0xef, + 0x01, + 0x98, + 0x96, + 0xff, + 0x83, + 0x1e, + 0xfd, + 0x0d, + 0x39, + 0xfe, + 0x34, + 0x1a, + 0xfd, + 0xe8, + 0x27, + 0x02, + 0x8e, + 0x55, + 0xff, + 0x22, + 0xb8, + 0xff, + 0xc2, + 0x3a, + 0x00, + 0x3a, + 0xcb, + 0xfe, + 0xcc, + 0xb4, + 0xff, + 0xb7, + 0xb6, + 0xfe, + 0xf6, + 0x5f, + 0x01, + 0xa3, + 0xac, + 0x00, + 0x69, + 0xe2, + 0xff, + 0x39, + 0x57, + 0x00, + 0x43, + 0x99, + 0xfe, + 0x65, + 0x3f, + 0x00, + 0x93, + 0x6f, + 0x00, + 0xa8, + 0x2e, + 0xff, + 0x79, + 0xdf, + 0xfe, + 0x68, + 0xf3, + 0xfe, + 0x56, + 0x0d, + 0xff, + 0x53, + 0x4c, + 0xff, + 0x79, + 0xb1, + 0x02, + 0xc1, + 0xa6, + 0x02, + 0x5f, + 0xba, + 0xff, + 0xa2, + 0xe0, + 0xfe, + 0x83, + 0x08, + 0xfd, + 0x84, + 0x6d, + 0xfe, + 0x34, + 0xea, + 0xff, + 0xe3, + 0xd1, + 0xfd, + 0x53, + 0x00, + 0xfd, + 0x88, + 0xc2, + 0xfc, + 0x44, + 0x9b, + 0xfd, + 0x5f, + 0x4f, + 0xff, + 0x20, + 0x52, + 0x00, + 0x53, + 0xae, + 0xff, + 0x61, + 0x97, + 0xfe, + 0xcc, + 0x9c, + 0xff, + 0x7f, + 0x99, + 0xff, + 0xfe, + 0xd1, + 0xfe, + 0xb8, + 0x1e, + 0xff, + 0x03, + 0x46, + 0x28, + 0x2f, + 0xa9, + 0x47, + 0xf6, + 0x0a, + 0x07, + 0x06, + 0x18, + 0xe6, + 0x77, + 0xed, + 0xee, + 0x68, + 0x36, + 0xe0, + 0xe9, + 0xbc, + 0x0a, + 0x62, + 0xe9, + 0x15, + 0x94, + 0x7f, + 0xf9, + 0x47, + 0x1d, + 0xfd, + 0x90, + 0x5b, + 0xf6, + 0x97, + 0x6e, + 0xfc, + 0x62, + 0x76, + 0xfe, + 0x5b, + 0x4c, + 0x04, + 0x27, + 0x8e, + 0x05, + 0x19, + 0x22, + 0xf6, + 0xa0, + 0x4d, + 0x03, + 0xeb, + 0x98, + 0xfe, + 0x0c, + 0xb5, + 0xfa, + 0xc5, + 0x0e, + 0x03, + 0x2c, + 0x8a, + 0xfd, + 0x81, + 0x6e, + 0x02, + 0x6b, + 0x75, + 0xff, + 0xb7, + 0x3f, + 0xfd, + 0x2f, + 0x08, + 0xfe, + 0x8c, + 0xb7, + 0xfd, + 0xe1, + 0xc5, + 0x01, + 0x75, + 0xd2, + 0xfe, + 0x39, + 0x33, + 0x00, + 0xcc, + 0x2b, + 0x00, + 0x9f, + 0xf9, + 0xfe, + 0xe1, + 0xc7, + 0xff, + 0x4d, + 0xa3, + 0xfe, + 0xc9, + 0x73, + 0x01, + 0xbc, + 0xa8, + 0x00, + 0x89, + 0x92, + 0xff, + 0xa3, + 0x2b, + 0x00, + 0x67, + 0xe7, + 0xfe, + 0xa5, + 0x2d, + 0x00, + 0x77, + 0x79, + 0x00, + 0xac, + 0x69, + 0xff, + 0x19, + 0xa4, + 0xfe, + 0x7b, + 0x46, + 0xff, + 0x49, + 0xe2, + 0xff, + 0xc7, + 0x82, + 0xfe, + 0xbb, + 0xec, + 0x01, + 0x6b, + 0x45, + 0x04, + 0xae, + 0x6d, + 0x00, + 0x8c, + 0x28, + 0xfe, + 0x43, + 0xae, + 0xfd, + 0xce, + 0x87, + 0xfe, + 0x68, + 0x28, + 0xff, + 0xf4, + 0x1e, + 0xfe, + 0x41, + 0x12, + 0xfd, + 0xfb, + 0xb8, + 0xfc, + 0x3d, + 0x98, + 0xfd, + 0xe5, + 0x88, + 0xfe, + 0xb0, + 0xe2, + 0xff, + 0xfb, + 0x4a, + 0x00, + 0x18, + 0xbc, + 0xff, + 0x81, + 0x3e, + 0xff, + 0xea, + 0x95, + 0xfe, + 0x4e, + 0x1c, + 0xff, + 0xd7, + 0x88, + 0xff, + 0xe2, + 0x0d, + 0x26, + 0xda, + 0x94, + 0x42, + 0xa0, + 0xae, + 0x06, + 0x3d, + 0x77, + 0xea, + 0x5c, + 0xe8, + 0xef, + 0xa9, + 0xa5, + 0xdf, + 0xbb, + 0x73, + 0x0a, + 0x95, + 0xa8, + 0x15, + 0x2f, + 0x29, + 0xfa, + 0xa8, + 0xe2, + 0xfd, + 0x09, + 0x0d, + 0xf8, + 0x80, + 0x0f, + 0xfc, + 0x8c, + 0x6f, + 0xfd, + 0x58, + 0xc2, + 0x04, + 0x10, + 0x03, + 0x04, + 0xd6, + 0xbd, + 0xf5, + 0xf1, + 0x3a, + 0x04, + 0x68, + 0x5e, + 0xfe, + 0x1c, + 0x21, + 0xfb, + 0xf0, + 0x0a, + 0x04, + 0x5f, + 0xa5, + 0xfd, + 0x25, + 0xaf, + 0x01, + 0x2a, + 0xbc, + 0xff, + 0xb0, + 0x83, + 0xfd, + 0xcc, + 0x3a, + 0xfe, + 0x01, + 0xdd, + 0xfd, + 0x6c, + 0xe7, + 0x00, + 0x0d, + 0x32, + 0xff, + 0x40, + 0x5d, + 0x00, + 0x5f, + 0xf5, + 0xff, + 0x9f, + 0x58, + 0xff, + 0x34, + 0x7d, + 0xff, + 0x1e, + 0xd7, + 0xfe, + 0x1d, + 0xa6, + 0x01, + 0x1e, + 0x4e, + 0x00, + 0x43, + 0x21, + 0xff, + 0x9b, + 0x47, + 0x00, + 0xa8, + 0x72, + 0xff, + 0x5c, + 0x08, + 0x00, + 0x39, + 0x42, + 0x00, + 0x34, + 0x4b, + 0xff, + 0xee, + 0xe2, + 0xfe, + 0xbd, + 0x91, + 0xff, + 0x32, + 0xfd, + 0xff, + 0x33, + 0xf2, + 0xfe, + 0x2b, + 0x75, + 0x01, + 0x58, + 0xb4, + 0x03, + 0x21, + 0x31, + 0x01, + 0xae, + 0xc8, + 0xfe, + 0x10, + 0x93, + 0xfd, + 0xb1, + 0x69, + 0xfe, + 0x9d, + 0xd2, + 0xfe, + 0xf6, + 0x07, + 0xfe, + 0x57, + 0x94, + 0xfd, + 0x41, + 0x10, + 0xfd, + 0x5f, + 0xaa, + 0xfd, + 0xb3, + 0xdd, + 0xfd, + 0xcc, + 0xfe, + 0xfe, + 0xd0, + 0xd0, + 0x00, + 0x0b, + 0xb5, + 0x00, + 0x6f, + 0x06, + 0xff, + 0x69, + 0xe3, + 0xfd, + 0x8c, + 0xd2, + 0xfe, + 0x0e, + 0x97, + 0xff, + 0xed, + 0x16, + 0x24, + 0xd2, + 0xef, + 0x3b, + 0x16, + 0x93, + 0x05, + 0x5a, + 0xd5, + 0xf0, + 0x57, + 0xba, + 0xf0, + 0x23, + 0x62, + 0xe0, + 0x33, + 0x74, + 0x0a, + 0x9c, + 0xae, + 0x12, + 0x13, + 0xb4, + 0xfc, + 0x5b, + 0xfc, + 0xfe, + 0xad, + 0xde, + 0xf7, + 0xb1, + 0x59, + 0xfc, + 0x3e, + 0x99, + 0xfc, + 0xba, + 0x83, + 0x04, + 0x37, + 0x91, + 0x02, + 0xf8, + 0x1f, + 0xf7, + 0x25, + 0x5c, + 0x04, + 0xa0, + 0xcc, + 0xfd, + 0xe5, + 0x56, + 0xfd, + 0x4f, + 0x7b, + 0x03, + 0x09, + 0x29, + 0xfd, + 0x94, + 0xa2, + 0x01, + 0xdd, + 0xfe, + 0xff, + 0x5f, + 0x12, + 0xfe, + 0x6d, + 0xa6, + 0xfd, + 0x73, + 0x3e, + 0xfe, + 0xff, + 0xc4, + 0x00, + 0x42, + 0x13, + 0xff, + 0x3a, + 0x86, + 0x00, + 0x2b, + 0xd6, + 0xff, + 0xa7, + 0x7b, + 0xff, + 0x95, + 0x8d, + 0xff, + 0xd7, + 0x19, + 0xff, + 0xe4, + 0x6d, + 0x01, + 0x91, + 0x3a, + 0x00, + 0xd6, + 0x21, + 0xff, + 0xf1, + 0x40, + 0x00, + 0x30, + 0xde, + 0xff, + 0xba, + 0xd7, + 0xff, + 0xff, + 0xd3, + 0xff, + 0xf4, + 0x6f, + 0xff, + 0xb1, + 0x72, + 0xff, + 0x85, + 0x9a, + 0xff, + 0x91, + 0xbd, + 0xff, + 0x40, + 0x90, + 0xff, + 0x8b, + 0xad, + 0x01, + 0xf2, + 0x9b, + 0x02, + 0x8d, + 0xd9, + 0x00, + 0x44, + 0xc6, + 0xff, + 0x18, + 0xaa, + 0xfd, + 0x4a, + 0x04, + 0xfe, + 0x5a, + 0x03, + 0xff, + 0x3f, + 0x0b, + 0xfe, + 0x7f, + 0xd9, + 0xfd, + 0x41, + 0x63, + 0xfd, + 0xec, + 0xcb, + 0xfd, + 0xda, + 0xeb, + 0xfd, + 0x1f, + 0x83, + 0xfe, + 0x2c, + 0x96, + 0x00, + 0xd7, + 0xd2, + 0x00, + 0x5e, + 0x1f, + 0xff, + 0xb2, + 0xc9, + 0xfd, + 0x79, + 0x82, + 0xfe, + 0x5f, + 0x94, + 0xff, + 0x10, + 0x97, + 0x1e, + 0xcf, + 0x6b, + 0x35, + 0x96, + 0xd3, + 0x08, + 0xe9, + 0x7c, + 0xf5, + 0x0a, + 0xec, + 0xf3, + 0xee, + 0xd4, + 0xe1, + 0xd9, + 0x49, + 0x06, + 0xa2, + 0xa7, + 0x12, + 0x38, + 0x97, + 0xfe, + 0x4a, + 0xc9, + 0xfe, + 0xfa, + 0xf5, + 0xf8, + 0xff, + 0x0b, + 0xfc, + 0xba, + 0xca, + 0xfb, + 0x3a, + 0xf8, + 0x03, + 0x0b, + 0x08, + 0x03, + 0x0f, + 0x63, + 0xf7, + 0x0b, + 0x42, + 0x04, + 0x77, + 0x2f, + 0xff, + 0xa2, + 0x51, + 0xfd, + 0x8b, + 0x0f, + 0x03, + 0x57, + 0x1c, + 0xfd, + 0x9e, + 0xbe, + 0x01, + 0x8c, + 0x72, + 0x00, + 0xcd, + 0x95, + 0xfd, + 0xd8, + 0x24, + 0xfe, + 0xc2, + 0xbd, + 0xfe, + 0x8b, + 0x33, + 0x00, + 0xd1, + 0x2b, + 0xff, + 0xd9, + 0x8e, + 0x00, + 0x16, + 0xc8, + 0xff, + 0x31, + 0xb1, + 0xff, + 0xa0, + 0x95, + 0xff, + 0x17, + 0x11, + 0xff, + 0xe3, + 0x9d, + 0x01, + 0x9c, + 0x97, + 0x00, + 0x54, + 0xe6, + 0xfe, + 0xc9, + 0x24, + 0x00, + 0x7d, + 0x24, + 0x00, + 0xb0, + 0x9a, + 0xff, + 0x07, + 0xce, + 0xff, + 0x56, + 0xa6, + 0xff, + 0xc3, + 0x9b, + 0xff, + 0xda, + 0xa9, + 0xff, + 0x35, + 0xb1, + 0xff, + 0x2b, + 0xb9, + 0xff, + 0x18, + 0xd9, + 0x01, + 0x74, + 0x69, + 0x02, + 0xab, + 0xcd, + 0xff, + 0x39, + 0x9d, + 0xff, + 0x72, + 0xc5, + 0xfe, + 0xf2, + 0x32, + 0xfe, + 0xfa, + 0xd5, + 0xfe, + 0x00, + 0x1a, + 0xfe, + 0x4c, + 0xef, + 0xfd, + 0xf6, + 0xe7, + 0xfd, + 0xc6, + 0x27, + 0xfe, + 0xae, + 0xfb, + 0xfd, + 0xb0, + 0x98, + 0xfe, + 0xc1, + 0xf9, + 0xff, + 0xb6, + 0x1a, + 0x00, + 0x82, + 0x7e, + 0xff, + 0xd6, + 0x53, + 0xfe, + 0x6d, + 0x5c, + 0xfe, + 0x5a, + 0x29, + 0xff, + 0x55, + 0xd4, + 0x17, + 0x47, + 0x53, + 0x2a, + 0x1a, + 0x75, + 0x04, + 0x15, + 0xa4, + 0xf3, + 0x1e, + 0x59, + 0xfe, + 0xcd, + 0x2a, + 0xf7, + 0x82, + 0xd6, + 0x08, + 0xb8, + 0x60, + 0x07, + 0x6f, + 0x57, + 0xf6, + 0x1d, + 0xd2, + 0xfd, + 0xa1, + 0x51, + 0xfe, + 0x88, + 0xa8, + 0x01, + 0x1e, + 0xb3, + 0xff, + 0x7e, + 0xaa, + 0x00, + 0x57, + 0x4b, + 0x01, + 0x1b, + 0x74, + 0xf9, + 0x50, + 0x2e, + 0x02, + 0x11, + 0x30, + 0xff, + 0xee, + 0x2e, + 0xfc, + 0x10, + 0xe2, + 0x01, + 0xe3, + 0x21, + 0xfe, + 0x56, + 0x39, + 0x00, + 0xcd, + 0x18, + 0x00, + 0x2e, + 0x6b, + 0xfe, + 0xa9, + 0xa5, + 0xfe, + 0x66, + 0x38, + 0x00, + 0x49, + 0xff, + 0x01, + 0x25, + 0xee, + 0xfe, + 0x5c, + 0x7a, + 0x00, + 0x74, + 0x01, + 0x00, + 0xaf, + 0xfc, + 0xfd, + 0x31, + 0x16, + 0x00, + 0xb0, + 0xec, + 0xfe, + 0x4a, + 0xf8, + 0xfe, + 0xfa, + 0x7e, + 0x00, + 0xcb, + 0x70, + 0x00, + 0x3d, + 0x69, + 0x00, + 0xb8, + 0x16, + 0x00, + 0xa2, + 0x34, + 0x00, + 0xd1, + 0x05, + 0xff, + 0x4f, + 0xa2, + 0xfe, + 0x35, + 0xb4, + 0xff, + 0x5e, + 0x95, + 0xff, + 0x9a, + 0x38, + 0x00, + 0xeb, + 0xd1, + 0xff, + 0x68, + 0x4f, + 0xff, + 0x4f, + 0xe6, + 0xff, + 0x78, + 0xe2, + 0xff, + 0xbb, + 0x88, + 0x00, + 0x26, + 0x92, + 0x00, + 0x73, + 0x38, + 0x00, + 0x31, + 0xde, + 0xff, + 0x0a, + 0x6f, + 0xff, + 0x7b, + 0xee, + 0xfe, + 0xe1, + 0x42, + 0xfe, + 0x81, + 0x82, + 0xfe, + 0xeb, + 0x63, + 0xfe, + 0x58, + 0x6b, + 0xfe, + 0x10, + 0xaa, + 0xfe, + 0xc8, + 0x45, + 0xfe, + 0xb0, + 0x7a, + 0xfe, + 0x7e, + 0x54, + 0xff, + 0x04, + 0xc8, + 0xff, + 0x6d, + 0x6d, + 0xff, + 0x48, + 0x44, + 0x17, + 0x89, + 0x38, + 0x25, + 0xb9, + 0x8f, + 0x03, + 0x2c, + 0x38, + 0xf8, + 0xc7, + 0x3f, + 0xfc, + 0x30, + 0xe3, + 0xf7, + 0x74, + 0xa4, + 0x09, + 0x8e, + 0x6a, + 0x05, + 0x3c, + 0x9c, + 0xf9, + 0x61, + 0x8f, + 0xfd, + 0xf1, + 0x40, + 0xfe, + 0xeb, + 0x4f, + 0x01, + 0x6d, + 0x85, + 0xfe, + 0xca, + 0xfc, + 0x01, + 0x55, + 0xd7, + 0xff, + 0xc0, + 0xe5, + 0xfa, + 0x1d, + 0x6b, + 0x02, + 0x55, + 0x87, + 0xfe, + 0x87, + 0xed, + 0xfd, + 0x58, + 0xed, + 0x00, + 0xfa, + 0xce, + 0xfe, + 0xef, + 0x79, + 0x00, + 0xed, + 0xa2, + 0xff, + 0x05, + 0xd3, + 0xfe, + 0x6c, + 0x48, + 0xfe, + 0xe2, + 0x68, + 0x00, + 0x39, + 0x94, + 0x01, + 0xb5, + 0x2b, + 0xff, + 0x41, + 0xcf, + 0x00, + 0xef, + 0x00, + 0x00, + 0x29, + 0x96, + 0xfe, + 0xb4, + 0xdb, + 0xff, + 0x33, + 0x04, + 0xff, + 0xfc, + 0x35, + 0xff, + 0x8d, + 0x22, + 0x00, + 0xb0, + 0x5e, + 0x00, + 0xe7, + 0x42, + 0x00, + 0xed, + 0xe2, + 0xff, + 0xe8, + 0x27, + 0x00, + 0x04, + 0x35, + 0xff, + 0xf9, + 0xd5, + 0xfe, + 0xcf, + 0x72, + 0xff, + 0x35, + 0x99, + 0xff, + 0x8c, + 0x3d, + 0x00, + 0x91, + 0xe6, + 0xff, + 0x0e, + 0x88, + 0xff, + 0xdf, + 0x93, + 0xff, + 0x49, + 0xd5, + 0xff, + 0x5c, + 0x6a, + 0x00, + 0x2b, + 0x51, + 0x00, + 0xf2, + 0x29, + 0x00, + 0x18, + 0x94, + 0xff, + 0x02, + 0x64, + 0xff, + 0x85, + 0x1a, + 0xff, + 0xf8, + 0x2f, + 0xfe, + 0x95, + 0x84, + 0xfe, + 0xef, + 0x06, + 0xff, + 0x17, + 0xb1, + 0xfe, + 0x4a, + 0x5f, + 0xfe, + 0x1f, + 0x72, + 0xfe, + 0x9a, + 0xd4, + 0xfe, + 0xd9, + 0x66, + 0xff, + 0xb1, + 0x61, + 0xff, + 0xce, + 0x0d, + 0xff, + 0x79, + 0x51, + 0x15, + 0x4a, + 0xfe, + 0x20, + 0xc2, + 0xc1, + 0x04, + 0xd6, + 0x00, + 0xfb, + 0xdb, + 0x5d, + 0xfb, + 0x1c, + 0x30, + 0xf9, + 0x36, + 0xdd, + 0x08, + 0x42, + 0xe0, + 0x04, + 0x68, + 0xc7, + 0xfb, + 0xc7, + 0x9a, + 0xfd, + 0xa1, + 0x76, + 0xfe, + 0x52, + 0x88, + 0x00, + 0xba, + 0xba, + 0xfe, + 0x07, + 0x42, + 0x02, + 0xb5, + 0x4e, + 0xff, + 0x5d, + 0x56, + 0xfc, + 0x76, + 0x18, + 0x02, + 0x30, + 0xec, + 0xfe, + 0x3c, + 0xc3, + 0xfe, + 0x54, + 0x92, + 0x00, + 0x8b, + 0x83, + 0xff, + 0x47, + 0x72, + 0x00, + 0x07, + 0xb3, + 0xff, + 0x3b, + 0x17, + 0xff, + 0x9d, + 0x66, + 0xfe, + 0xda, + 0x70, + 0x00, + 0xce, + 0x6b, + 0x01, + 0x00, + 0xaa, + 0xff, + 0x0a, + 0xc6, + 0x00, + 0xae, + 0x0e, + 0x00, + 0xed, + 0xf2, + 0xfe, + 0xb1, + 0xc2, + 0xff, + 0x3a, + 0x39, + 0xff, + 0x37, + 0x38, + 0xff, + 0x30, + 0xfb, + 0xff, + 0x5e, + 0x71, + 0x00, + 0xe3, + 0x16, + 0x00, + 0x8f, + 0xd0, + 0xff, + 0x7e, + 0x59, + 0x00, + 0x42, + 0x85, + 0xff, + 0x23, + 0xf6, + 0xfe, + 0x63, + 0x61, + 0xff, + 0x47, + 0xf3, + 0xff, + 0x11, + 0x60, + 0x00, + 0xe4, + 0x7f, + 0xff, + 0x3c, + 0x5d, + 0xff, + 0xfc, + 0xb0, + 0xff, + 0x80, + 0xed, + 0xff, + 0x29, + 0x68, + 0x00, + 0xa5, + 0x1d, + 0x00, + 0xf3, + 0xf8, + 0xff, + 0x78, + 0xa0, + 0xff, + 0x50, + 0x31, + 0xff, + 0x87, + 0x2a, + 0xff, + 0xc6, + 0xe7, + 0xfe, + 0x91, + 0xd5, + 0xfe, + 0xf5, + 0xf6, + 0xfe, + 0x52, + 0xa9, + 0xfe, + 0xfc, + 0x78, + 0xfe, + 0x8e, + 0xe2, + 0xfe, + 0x08, + 0x25, + 0xff, + 0x69, + 0x3a, + 0xff, + 0xfd, + 0x1a, + 0xff, + 0x96, + 0xeb, + 0xfe, + 0x70, + 0x02, + 0x12, + 0x36, + 0x44, + 0x1e, + 0xd2, + 0x29, + 0x07, + 0x82, + 0xe8, + 0xfb, + 0xbf, + 0xc9, + 0xfb, + 0xa6, + 0xf6, + 0xf9, + 0x45, + 0x5c, + 0x07, + 0x8e, + 0x72, + 0x05, + 0x9a, + 0x19, + 0xfd, + 0x78, + 0x17, + 0xfe, + 0x70, + 0x64, + 0xfe, + 0x2d, + 0x31, + 0x00, + 0xe9, + 0x38, + 0xff, + 0x47, + 0xc5, + 0x01, + 0x23, + 0xba, + 0xff, + 0x19, + 0x30, + 0xfd, + 0xb8, + 0xe7, + 0x01, + 0x2f, + 0x90, + 0xff, + 0xa8, + 0x0b, + 0xff, + 0x76, + 0xa5, + 0x00, + 0x34, + 0xee, + 0xff, + 0x1c, + 0x93, + 0x00, + 0x79, + 0xce, + 0xff, + 0x1c, + 0x71, + 0xff, + 0xb2, + 0xd7, + 0xfe, + 0x8c, + 0x39, + 0x00, + 0x13, + 0x5d, + 0x01, + 0xcb, + 0xe9, + 0xff, + 0xfd, + 0x91, + 0x00, + 0x82, + 0x2f, + 0x00, + 0xd9, + 0x2e, + 0xff, + 0x84, + 0xb5, + 0xff, + 0xfd, + 0x5e, + 0xff, + 0x88, + 0x5f, + 0xff, + 0x55, + 0xec, + 0xff, + 0x05, + 0x38, + 0x00, + 0xc4, + 0x0b, + 0x00, + 0xe3, + 0x16, + 0x00, + 0xe1, + 0x7d, + 0x00, + 0xbb, + 0x99, + 0xff, + 0x3d, + 0x77, + 0xff, + 0x8a, + 0xde, + 0xff, + 0x36, + 0x81, + 0xff, + 0x9f, + 0xcc, + 0xff, + 0x4e, + 0x95, + 0xff, + 0x75, + 0x7a, + 0xff, + 0x89, + 0xe1, + 0xff, + 0xe0, + 0x13, + 0x00, + 0xa6, + 0x2e, + 0x00, + 0x2c, + 0xd7, + 0xff, + 0xb1, + 0xdb, + 0xff, + 0xd3, + 0xc6, + 0xff, + 0xc1, + 0x93, + 0xff, + 0x1c, + 0x7f, + 0xff, + 0x57, + 0xf2, + 0xfe, + 0x29, + 0xc5, + 0xfe, + 0xb8, + 0x17, + 0xff, + 0xf0, + 0xf8, + 0xfe, + 0xcd, + 0xb1, + 0xfe, + 0x82, + 0x03, + 0xff, + 0xbd, + 0x3b, + 0xff, + 0xb4, + 0x22, + 0xff, + 0xd2, + 0x05, + 0xff, + 0xfd, + 0xf2, + 0xfe, + 0x99, + 0xe0, + 0x0e, + 0xba, + 0x1d, + 0x1c, + 0x59, + 0x74, + 0x09, + 0xe1, + 0x10, + 0xfc, + 0x69, + 0x48, + 0xfc, + 0xf4, + 0xb8, + 0xfa, + 0x1f, + 0xaf, + 0x05, + 0xa0, + 0xf7, + 0x05, + 0x04, + 0x0b, + 0xfe, + 0x7a, + 0x8a, + 0xfe, + 0x8c, + 0x70, + 0xfe, + 0x58, + 0xfb, + 0xff, + 0xbf, + 0x8d, + 0xff, + 0x0c, + 0x22, + 0x01, + 0x3d, + 0x51, + 0x00, + 0x94, + 0xcf, + 0xfd, + 0xf9, + 0x9b, + 0x01, + 0x0a, + 0x11, + 0x00, + 0x2d, + 0x2d, + 0xff, + 0x9d, + 0xbc, + 0x00, + 0xc0, + 0x1b, + 0x00, + 0x3c, + 0xbc, + 0x00, + 0xe6, + 0xf7, + 0xff, + 0x80, + 0xa8, + 0xff, + 0xa0, + 0x2b, + 0xff, + 0x9d, + 0xc6, + 0xff, + 0xf7, + 0x19, + 0x01, + 0x59, + 0x13, + 0x00, + 0xfc, + 0x40, + 0x00, + 0x1b, + 0x17, + 0x00, + 0x0c, + 0x59, + 0xff, + 0xdc, + 0xb6, + 0xff, + 0x99, + 0x85, + 0xff, + 0xad, + 0x5f, + 0xff, + 0x45, + 0x91, + 0xff, + 0x75, + 0x1a, + 0x00, + 0xa0, + 0x47, + 0x00, + 0xb2, + 0x04, + 0x00, + 0xf5, + 0x9b, + 0x00, + 0xb2, + 0x74, + 0x00, + 0x96, + 0x63, + 0xff, + 0x6e, + 0xfb, + 0xfe, + 0x08, + 0x67, + 0xff, + 0x6d, + 0xc2, + 0xff, + 0xb4, + 0x7e, + 0xff, + 0xe9, + 0xc9, + 0xff, + 0xc8, + 0xd0, + 0xff, + 0x4a, + 0xb9, + 0xff, + 0xf8, + 0xf5, + 0xff, + 0x58, + 0xad, + 0xff, + 0x60, + 0x32, + 0x00, + 0xb4, + 0x53, + 0x00, + 0x6a, + 0x60, + 0xff, + 0xc2, + 0xf1, + 0xfe, + 0x45, + 0x1a, + 0xff, + 0x13, + 0x4d, + 0xff, + 0xcc, + 0x1a, + 0xff, + 0x89, + 0xe1, + 0xfe, + 0x94, + 0xc1, + 0xfe, + 0x8b, + 0x12, + 0xff, + 0x48, + 0x53, + 0xff, + 0xf5, + 0xfe, + 0xfe, + 0xc5, + 0x03, + 0xff, + 0x5d, + 0x1e, + 0xff, + 0x5e, + 0xf8, + 0x0d, + 0x66, + 0x3e, + 0x1a, + 0xdc, + 0x44, + 0x09, + 0xd3, + 0x88, + 0xfc, + 0xcf, + 0x57, + 0xfc, + 0xe9, + 0xc7, + 0xfb, + 0x6b, + 0x2e, + 0x05, + 0x4c, + 0x50, + 0x05, + 0x68, + 0x06, + 0xff, + 0x0d, + 0xd7, + 0xfe, + 0xfc, + 0xb0, + 0xfe, + 0x9b, + 0x0f, + 0x00, + 0x8c, + 0x90, + 0xff, + 0x9e, + 0x33, + 0x01, + 0xe1, + 0x59, + 0x00, + 0x24, + 0x76, + 0xfe, + 0x95, + 0x99, + 0x01, + 0xab, + 0x1d, + 0x00, + 0x1f, + 0x8d, + 0xff, + 0x8a, + 0xb1, + 0x00, + 0x8b, + 0x5f, + 0x00, + 0xaa, + 0xd6, + 0x00, + 0x05, + 0xe3, + 0xff, + 0xec, + 0xca, + 0xff, + 0x70, + 0x49, + 0xff, + 0x78, + 0x85, + 0xff, + 0x61, + 0xba, + 0x00, + 0xeb, + 0x17, + 0x00, + 0x08, + 0x13, + 0x00, + 0xd4, + 0xf7, + 0xff, + 0x25, + 0xa3, + 0xff, + 0x36, + 0xb5, + 0xff, + 0x21, + 0x6e, + 0xff, + 0xf2, + 0x67, + 0xff, + 0x24, + 0x90, + 0xff, + 0x56, + 0xe6, + 0xff, + 0xc6, + 0x47, + 0x00, + 0x38, + 0xf8, + 0x00, + 0x08, + 0xd4, + 0x00, + 0x9d, + 0x68, + 0xff, + 0xbb, + 0x1b, + 0xff, + 0x81, + 0x3a, + 0xff, + 0x3a, + 0x42, + 0xff, + 0x58, + 0xba, + 0xff, + 0x67, + 0xb4, + 0xff, + 0x62, + 0xa0, + 0xff, + 0x8b, + 0x69, + 0xff, + 0xf0, + 0x92, + 0xff, + 0x92, + 0x30, + 0x00, + 0xab, + 0x46, + 0x00, + 0xd3, + 0x39, + 0x00, + 0x66, + 0xae, + 0xff, + 0x25, + 0x14, + 0xff, + 0x78, + 0x42, + 0xff, + 0x24, + 0x96, + 0xff, + 0x79, + 0x4f, + 0xff, + 0x50, + 0xc9, + 0xfe, + 0xd6, + 0xd0, + 0xfe, + 0x74, + 0x0b, + 0xff, + 0xf8, + 0x36, + 0xff, + 0xc8, + 0x2d, + 0xff, + 0x31, + 0xfc, + 0xfe, + 0x1f, + 0x00, + 0xff, + 0xfa, + 0x11, + 0xff, + 0xc5, + 0xe6, + 0x0c, + 0x0c, + 0xf4, + 0x18, + 0xb5, + 0x8c, + 0x09, + 0xe9, + 0x9b, + 0xfc, + 0xd6, + 0x99, + 0xfc, + 0x31, + 0x9f, + 0xfc, + 0xa9, + 0x8b, + 0x04, + 0xc1, + 0x1a, + 0x05, + 0xb8, + 0xcb, + 0xff, + 0xf8, + 0x14, + 0xff, + 0x3a, + 0xfe, + 0xfe, + 0x4b, + 0x69, + 0x00, + 0x89, + 0x98, + 0xff, + 0xce, + 0x28, + 0x01, + 0x9a, + 0xb5, + 0x00, + 0x80, + 0xbe, + 0xfe, + 0x20, + 0x94, + 0x01, + 0x24, + 0x5d, + 0x00, + 0x66, + 0xbb, + 0xff, + 0xf1, + 0xab, + 0x00, + 0xdc, + 0x63, + 0x00, + 0xec, + 0xf0, + 0x00, + 0xd2, + 0xd4, + 0xff, + 0xf6, + 0xb3, + 0xff, + 0x4f, + 0x77, + 0xff, + 0xba, + 0x4c, + 0xff, + 0xe0, + 0x56, + 0x00, + 0x08, + 0x45, + 0x00, + 0x8d, + 0x24, + 0x00, + 0x78, + 0xda, + 0xff, + 0x2d, + 0xc8, + 0xff, + 0xd2, + 0xba, + 0xff, + 0x73, + 0x8e, + 0xff, + 0x54, + 0x81, + 0xff, + 0x7b, + 0x4b, + 0xff, + 0x74, + 0x62, + 0x00, + 0xff, + 0x06, + 0x01, + 0x27, + 0x68, + 0x00, + 0xab, + 0x0a, + 0x00, + 0x55, + 0x79, + 0xff, + 0x39, + 0x45, + 0xff, + 0x9b, + 0x60, + 0xff, + 0x62, + 0x5b, + 0xff, + 0xcf, + 0x8e, + 0xff, + 0x3b, + 0x99, + 0xff, + 0xa4, + 0x67, + 0xff, + 0x8e, + 0x7b, + 0xff, + 0xa9, + 0x39, + 0x00, + 0xf6, + 0x63, + 0x00, + 0xe1, + 0xd4, + 0xff, + 0x73, + 0xc5, + 0xff, + 0x90, + 0xb4, + 0xff, + 0x51, + 0x91, + 0xff, + 0x98, + 0x83, + 0xff, + 0x2e, + 0x6c, + 0xff, + 0x8e, + 0x34, + 0xff, + 0x5f, + 0xdd, + 0xfe, + 0x97, + 0xff, + 0xfe, + 0xdc, + 0x3b, + 0xff, + 0x62, + 0x2e, + 0xff, + 0xe9, + 0x07, + 0xff, + 0x70, + 0xeb, + 0xfe, + 0x4b, + 0xfb, + 0xfe, + 0x0d, + 0x0d, + 0xff, + 0xad, + 0x0f, + 0x0a, + 0x0a, + 0xad, + 0x17, + 0xd9, + 0x9e, + 0x0c, + 0x0c, + 0x6e, + 0xfc, + 0x31, + 0xc0, + 0xfc, + 0xfe, + 0x73, + 0xfd, + 0x25, + 0xdd, + 0x02, + 0x66, + 0xce, + 0x05, + 0x5f, + 0x66, + 0x00, + 0xeb, + 0x4a, + 0xff, + 0x5a, + 0x35, + 0xff, + 0x91, + 0xa0, + 0x00, + 0x3b, + 0x31, + 0x00, + 0x4d, + 0x2b, + 0x00, + 0x66, + 0x9f, + 0x01, + 0x56, + 0x01, + 0xff, + 0x45, + 0xcc, + 0x00, + 0xbc, + 0x3b, + 0x01, + 0x90, + 0x61, + 0xff, + 0xdc, + 0x87, + 0x00, + 0x06, + 0x55, + 0x00, + 0x25, + 0xe2, + 0x00, + 0x46, + 0x15, + 0x00, + 0x41, + 0x47, + 0xff, + 0x6e, + 0xa0, + 0xff, + 0x5e, + 0x47, + 0xff, + 0x82, + 0x12, + 0x00, + 0x91, + 0x42, + 0x00, + 0x17, + 0x39, + 0x00, + 0x9f, + 0xdb, + 0xff, + 0xf9, + 0xb6, + 0xff, + 0xbd, + 0x0d, + 0x00, + 0x38, + 0x68, + 0xff, + 0x93, + 0x9e, + 0xff, + 0xfe, + 0x2b, + 0x00, + 0x40, + 0x2d, + 0x00, + 0x39, + 0x0f, + 0x00, + 0x90, + 0x26, + 0x00, + 0xfe, + 0x1f, + 0x00, + 0x5b, + 0x87, + 0xff, + 0x4c, + 0x8e, + 0xff, + 0x8e, + 0x6c, + 0xff, + 0x14, + 0x20, + 0xff, + 0x14, + 0x5f, + 0xff, + 0x1c, + 0x75, + 0xff, + 0xa1, + 0xda, + 0xff, + 0x7f, + 0x0b, + 0x00, + 0xab, + 0xdc, + 0xff, + 0xb2, + 0xd6, + 0xff, + 0x12, + 0xa3, + 0xff, + 0x95, + 0xc3, + 0xff, + 0xa7, + 0x13, + 0x00, + 0x44, + 0xd0, + 0xff, + 0x5b, + 0x4a, + 0xff, + 0xc6, + 0x4e, + 0xff, + 0x4d, + 0x7c, + 0xff, + 0xee, + 0x1a, + 0xff, + 0xdf, + 0xf7, + 0xfe, + 0x1b, + 0x2d, + 0xff, + 0x6e, + 0x07, + 0xff, + 0x07, + 0xdb, + 0xfe, + 0x65, + 0xe8, + 0xfe, + 0x94, + 0xf5, + 0xfe, + 0x90, + 0xfa, + 0xfe, + 0x04, + 0x3b, + 0x09, + 0x40, + 0xda, + 0x16, + 0x4a, + 0x57, + 0x0d, + 0x2a, + 0x9a, + 0xfc, + 0xa9, + 0xb8, + 0xfc, + 0xfb, + 0x48, + 0xfe, + 0xce, + 0x90, + 0x02, + 0x85, + 0x8b, + 0x05, + 0xa0, + 0xb6, + 0x00, + 0x7a, + 0x70, + 0xff, + 0xa8, + 0x51, + 0xff, + 0xb0, + 0xd3, + 0x00, + 0xda, + 0xd8, + 0x00, + 0xe1, + 0xb9, + 0xff, + 0x05, + 0x64, + 0x01, + 0x78, + 0xc9, + 0xff, + 0xa3, + 0x55, + 0x00, + 0x53, + 0xe7, + 0x00, + 0x69, + 0xb2, + 0xff, + 0xbe, + 0x62, + 0x00, + 0xce, + 0x0a, + 0x00, + 0xa6, + 0xd0, + 0x00, + 0xf4, + 0x43, + 0x00, + 0x19, + 0x2d, + 0xff, + 0xb0, + 0x70, + 0xff, + 0x1f, + 0x7b, + 0xff, + 0x57, + 0x30, + 0x00, + 0xf5, + 0xe2, + 0xff, + 0xe9, + 0x30, + 0x00, + 0xd3, + 0x3b, + 0x00, + 0x9b, + 0x94, + 0xff, + 0x7d, + 0xf6, + 0xff, + 0x8a, + 0x11, + 0x00, + 0x35, + 0x3f, + 0x00, + 0x47, + 0xa8, + 0xff, + 0x4d, + 0x97, + 0xff, + 0x48, + 0xf9, + 0xff, + 0x54, + 0xa4, + 0xff, + 0xf3, + 0x3b, + 0x00, + 0x17, + 0x04, + 0x00, + 0xe6, + 0x60, + 0xff, + 0x46, + 0x57, + 0xff, + 0xb9, + 0x18, + 0xff, + 0x30, + 0x5e, + 0xff, + 0x82, + 0xf3, + 0xff, + 0xc0, + 0x3d, + 0x00, + 0x5f, + 0xa3, + 0xff, + 0xa3, + 0x63, + 0xff, + 0x2b, + 0xcd, + 0xff, + 0x15, + 0x9c, + 0xff, + 0xf1, + 0xce, + 0xff, + 0x82, + 0x10, + 0x00, + 0x99, + 0xd8, + 0xff, + 0x61, + 0x87, + 0xff, + 0xa9, + 0x60, + 0xff, + 0xc2, + 0xa2, + 0xff, + 0xf7, + 0x4f, + 0xff, + 0xc3, + 0xde, + 0xfe, + 0x37, + 0xeb, + 0xfe, + 0xfe, + 0xde, + 0xfe, + 0x01, + 0xe1, + 0xfe, + 0x34, + 0xe6, + 0xfe, + 0x58, + 0xda, + 0xfe, + 0xd1, + 0xdf, + 0xfe, + 0x14, + 0x9d, + 0x0b, + 0xa2, + 0x2a, + 0x17, + 0x79, + 0xba, + 0x09, + 0x05, + 0x97, + 0xfc, + 0xc3, + 0x48, + 0xfd, + 0x68, + 0xd5, + 0xfe, + 0x4a, + 0x02, + 0x04, + 0xe0, + 0x3e, + 0x04, + 0xef, + 0x7a, + 0x00, + 0xfb, + 0x42, + 0xff, + 0x87, + 0x73, + 0xff, + 0xb3, + 0x69, + 0x01, + 0x70, + 0x54, + 0x00, + 0x45, + 0x8e, + 0x00, + 0x46, + 0xa7, + 0x00, + 0x9e, + 0xae, + 0xff, + 0x14, + 0x15, + 0x01, + 0x14, + 0xd4, + 0xff, + 0x1d, + 0xd7, + 0xff, + 0x86, + 0x7f, + 0x00, + 0xbb, + 0xf9, + 0xff, + 0x2c, + 0x91, + 0x00, + 0x7a, + 0xf9, + 0xff, + 0x51, + 0xb6, + 0xff, + 0xb1, + 0x37, + 0xff, + 0x63, + 0x60, + 0xff, + 0x39, + 0x35, + 0x00, + 0x88, + 0xec, + 0xff, + 0x3c, + 0x3e, + 0x00, + 0x6f, + 0xd3, + 0xff, + 0x2e, + 0xdd, + 0xff, + 0x2b, + 0xd1, + 0x00, + 0xfb, + 0x3c, + 0x00, + 0x51, + 0x7f, + 0xff, + 0x28, + 0xa2, + 0xff, + 0x15, + 0x9f, + 0xff, + 0x23, + 0x51, + 0xff, + 0xbb, + 0xd6, + 0xff, + 0xd4, + 0x2c, + 0x00, + 0x80, + 0xb2, + 0xff, + 0x65, + 0x85, + 0xff, + 0xd7, + 0x4b, + 0xff, + 0x8c, + 0x5f, + 0xff, + 0x7a, + 0xe2, + 0xff, + 0x17, + 0x04, + 0x00, + 0xd3, + 0xb2, + 0xff, + 0x8f, + 0x6e, + 0xff, + 0x8e, + 0x95, + 0xff, + 0xdc, + 0xa8, + 0xff, + 0x3d, + 0x87, + 0xff, + 0x8c, + 0x90, + 0xff, + 0x9d, + 0xeb, + 0xff, + 0xb3, + 0x1f, + 0x00, + 0xd4, + 0xce, + 0xff, + 0xff, + 0xa5, + 0xff, + 0xf5, + 0x9f, + 0xff, + 0xa8, + 0x29, + 0xff, + 0xe4, + 0xb2, + 0xfe, + 0x40, + 0xc4, + 0xfe, + 0xbc, + 0xf2, + 0xfe, + 0x09, + 0xdd, + 0xfe, + 0x8b, + 0xbb, + 0xfe, + 0x5e, + 0xb6, + 0xfe, + 0x87, + 0xdc, + 0xfe, + 0x67, + 0x03, + 0x0b, + 0x74, + 0x1a, + 0x17, + 0x02, + 0x8e, + 0x0a, + 0xdc, + 0x86, + 0xfc, + 0xa2, + 0x6d, + 0xfd, + 0x8f, + 0x54, + 0xff, + 0x67, + 0xdc, + 0x03, + 0xfb, + 0x30, + 0x04, + 0xc7, + 0x4f, + 0x00, + 0xed, + 0xf8, + 0xfe, + 0xc4, + 0x32, + 0xff, + 0x62, + 0x6b, + 0x01, + 0x06, + 0x4a, + 0x00, + 0x0e, + 0x64, + 0x00, + 0x3c, + 0x0c, + 0x01, + 0xdf, + 0x65, + 0xff, + 0x23, + 0xc0, + 0x00, + 0x82, + 0x36, + 0x00, + 0xda, + 0x5e, + 0xff, + 0x3d, + 0x23, + 0x00, + 0x30, + 0x51, + 0x00, + 0xea, + 0x70, + 0x00, + 0x66, + 0xa3, + 0xff, + 0x1d, + 0xde, + 0xff, + 0x80, + 0x90, + 0xff, + 0x6c, + 0x0d, + 0xff, + 0x85, + 0xbf, + 0xff, + 0xa7, + 0x32, + 0x00, + 0x34, + 0x28, + 0x00, + 0x53, + 0x7c, + 0xff, + 0xe2, + 0xa6, + 0x00, + 0x64, + 0x10, + 0x01, + 0x85, + 0x77, + 0xff, + 0xa6, + 0xb8, + 0xff, + 0xe5, + 0xb0, + 0xff, + 0xcd, + 0x25, + 0xff, + 0x16, + 0x8c, + 0xff, + 0x8d, + 0x9f, + 0xff, + 0x6d, + 0xa6, + 0xff, + 0x72, + 0xa9, + 0xff, + 0x39, + 0x79, + 0xff, + 0x1c, + 0x8f, + 0xff, + 0xc9, + 0xf9, + 0xff, + 0x0e, + 0xe0, + 0xff, + 0x55, + 0x63, + 0xff, + 0x55, + 0x8f, + 0xff, + 0xd2, + 0xb0, + 0xff, + 0xaa, + 0x91, + 0xff, + 0x6e, + 0x87, + 0xff, + 0xaa, + 0x3a, + 0xff, + 0xf8, + 0x5c, + 0xff, + 0x8d, + 0xe8, + 0xff, + 0xd7, + 0x1c, + 0x00, + 0x5a, + 0x1c, + 0x00, + 0xeb, + 0xf2, + 0xff, + 0x8f, + 0x95, + 0xff, + 0x95, + 0xfd, + 0xfe, + 0xe4, + 0x9a, + 0xfe, + 0x72, + 0xc7, + 0xfe, + 0x47, + 0xf0, + 0xfe, + 0xfe, + 0xd2, + 0xfe, + 0xe1, + 0x8a, + 0xfe, + 0xbf, + 0x84, + 0xfe, + 0x32, + 0xda, + 0xfe, + 0xdf, + 0x6e, + 0x0a, + 0xe2, + 0x5a, + 0x17, + 0x9e, + 0xc3, + 0x0b, + 0x8b, + 0x44, + 0xfc, + 0x77, + 0x54, + 0xfd, + 0x21, + 0xed, + 0xff, + 0x8b, + 0xf3, + 0x03, + 0x4a, + 0x6b, + 0x04, + 0x18, + 0x22, + 0x00, + 0x23, + 0xcc, + 0xfe, + 0xe6, + 0xda, + 0xfe, + 0xf6, + 0x03, + 0x01, + 0x31, + 0x7f, + 0x00, + 0x7a, + 0x12, + 0x00, + 0xee, + 0x0b, + 0x01, + 0x57, + 0xe9, + 0xff, + 0x3e, + 0xc1, + 0x00, + 0x90, + 0x02, + 0x00, + 0xfb, + 0x6b, + 0xff, + 0x9c, + 0x4b, + 0x00, + 0xbb, + 0xe0, + 0xff, + 0x8a, + 0x7d, + 0x00, + 0x53, + 0x1c, + 0x00, + 0x0c, + 0xa0, + 0xff, + 0x53, + 0x85, + 0xff, + 0xf2, + 0x3c, + 0xff, + 0x58, + 0xe3, + 0xff, + 0x6f, + 0xeb, + 0xff, + 0x92, + 0xbc, + 0xff, + 0x14, + 0x50, + 0x00, + 0x24, + 0x19, + 0x01, + 0x42, + 0x31, + 0x00, + 0xab, + 0x95, + 0xff, + 0xd5, + 0x49, + 0x00, + 0x86, + 0x53, + 0xff, + 0x36, + 0x4a, + 0xff, + 0x10, + 0xe2, + 0xff, + 0x6d, + 0x3b, + 0xff, + 0x23, + 0x7a, + 0xff, + 0xb6, + 0xa7, + 0xff, + 0x7a, + 0x79, + 0xff, + 0x9e, + 0xd2, + 0xff, + 0x5d, + 0x33, + 0x00, + 0x88, + 0xdb, + 0xff, + 0xfb, + 0x40, + 0xff, + 0x29, + 0x91, + 0xff, + 0x1b, + 0xd9, + 0xff, + 0x19, + 0xb1, + 0xff, + 0x74, + 0x52, + 0xff, + 0xad, + 0x18, + 0xff, + 0x07, + 0x8c, + 0xff, + 0xf6, + 0xcd, + 0xff, + 0x87, + 0xfa, + 0xff, + 0x3d, + 0x50, + 0x00, + 0xff, + 0x2c, + 0x00, + 0xa7, + 0x8f, + 0xff, + 0x3b, + 0x0c, + 0xff, + 0x17, + 0xf2, + 0xfe, + 0x02, + 0xce, + 0xfe, + 0xed, + 0xbf, + 0xfe, + 0x83, + 0xd6, + 0xfe, + 0xbe, + 0x9c, + 0xfe, + 0x7f, + 0x73, + 0xfe, + 0xd7, + 0xbc, + 0xfe, + 0x8b, + 0x4e, + 0x09, + 0xfb, + 0x6f, + 0x17, + 0x18, + 0x34, + 0x0e, + 0x60, + 0x12, + 0xfc, + 0x28, + 0x55, + 0xfc, + 0xe4, + 0x6b, + 0x00, + 0xdf, + 0xce, + 0x03, + 0xfe, + 0xf3, + 0x04, + 0x18, + 0x49, + 0x00, + 0x38, + 0x41, + 0xfe, + 0x08, + 0x6a, + 0xfe, + 0x8c, + 0xa3, + 0x00, + 0x91, + 0x74, + 0x00, + 0x07, + 0x4e, + 0xff, + 0x8e, + 0x00, + 0x01, + 0xbc, + 0x07, + 0x00, + 0xb9, + 0x88, + 0x00, + 0xdb, + 0x9a, + 0x00, + 0x54, + 0x22, + 0xff, + 0x7e, + 0xf8, + 0xff, + 0x2c, + 0x1d, + 0x00, + 0x16, + 0x33, + 0x00, + 0x31, + 0xc8, + 0xff, + 0x39, + 0xc7, + 0xff, + 0x16, + 0xab, + 0xff, + 0x52, + 0xda, + 0xfe, + 0x58, + 0xfe, + 0xff, + 0x34, + 0xf8, + 0xff, + 0x5c, + 0x6b, + 0xff, + 0x28, + 0x91, + 0x00, + 0x94, + 0xec, + 0x00, + 0x7a, + 0xd7, + 0xff, + 0x06, + 0xab, + 0xff, + 0xe8, + 0x28, + 0x00, + 0xee, + 0x4d, + 0xff, + 0x2a, + 0x94, + 0xff, + 0x9b, + 0xd2, + 0xff, + 0x56, + 0xfe, + 0xfe, + 0xfe, + 0x90, + 0xff, + 0xce, + 0x89, + 0xff, + 0xf0, + 0x63, + 0xff, + 0x37, + 0xed, + 0xff, + 0x9d, + 0xe1, + 0xff, + 0x3e, + 0xa3, + 0xff, + 0x4c, + 0x65, + 0xff, + 0x6e, + 0xba, + 0xff, + 0x6b, + 0xce, + 0xff, + 0x1a, + 0x86, + 0xff, + 0x3f, + 0x3a, + 0xff, + 0xf0, + 0xfe, + 0xfe, + 0x95, + 0xa3, + 0xff, + 0xe0, + 0xd5, + 0xff, + 0x6c, + 0xb8, + 0xff, + 0xdc, + 0x1c, + 0x00, + 0xb9, + 0x20, + 0x00, + 0xa0, + 0x99, + 0xff, + 0x31, + 0x13, + 0xff, + 0x95, + 0x20, + 0xff, + 0xba, + 0x11, + 0xff, + 0xf9, + 0xb4, + 0xfe, + 0x2c, + 0x93, + 0xfe, + 0xdf, + 0x81, + 0xfe, + 0x36, + 0x8e, + 0xfe, + 0x36, + 0xc2, + 0xfe, + 0xb2, + 0xa3, + 0x0a, + 0x26, + 0xd3, + 0x18, + 0x3f, + 0x49, + 0x0d, + 0x7c, + 0x30, + 0xfb, + 0xae, + 0x26, + 0xfc, + 0x78, + 0xb9, + 0x00, + 0xef, + 0xa0, + 0x04, + 0xb2, + 0xcc, + 0x04, + 0xb1, + 0x28, + 0x00, + 0x91, + 0xe8, + 0xfd, + 0xa1, + 0x02, + 0xfe, + 0xe9, + 0xcd, + 0x00, + 0x1e, + 0x22, + 0x00, + 0x2a, + 0x05, + 0xff, + 0x35, + 0x7f, + 0x00, + 0x93, + 0xe5, + 0xff, + 0x48, + 0xcc, + 0x00, + 0x06, + 0x45, + 0x00, + 0x13, + 0x58, + 0xff, + 0x8d, + 0x4d, + 0x00, + 0xbb, + 0xf8, + 0xff, + 0x0b, + 0x1d, + 0x00, + 0x73, + 0xc3, + 0xff, + 0x91, + 0x89, + 0xff, + 0x79, + 0x4b, + 0xff, + 0x0e, + 0x25, + 0xff, + 0x45, + 0x4f, + 0x00, + 0x65, + 0xb3, + 0xff, + 0xbe, + 0x7a, + 0xff, + 0xc6, + 0xf8, + 0x00, + 0xdf, + 0xa5, + 0x00, + 0xd0, + 0x3f, + 0xff, + 0x85, + 0xc5, + 0xff, + 0xd6, + 0x29, + 0x00, + 0x48, + 0x30, + 0xff, + 0x2e, + 0xcb, + 0xff, + 0xea, + 0xc0, + 0xff, + 0x4b, + 0x0f, + 0xff, + 0x56, + 0xc0, + 0xff, + 0x73, + 0xa1, + 0xff, + 0x68, + 0x74, + 0xff, + 0xed, + 0xd3, + 0xff, + 0xcc, + 0xd4, + 0xff, + 0x3c, + 0x4e, + 0xff, + 0xf9, + 0x4c, + 0xff, + 0xa6, + 0x05, + 0x00, + 0x48, + 0xe0, + 0xff, + 0x7d, + 0x71, + 0xff, + 0xca, + 0xff, + 0xfe, + 0x36, + 0x26, + 0xff, + 0x13, + 0xcd, + 0xff, + 0x72, + 0xc3, + 0xff, + 0xe2, + 0xe0, + 0xff, + 0x16, + 0xef, + 0xff, + 0x35, + 0xb2, + 0xff, + 0x18, + 0x7e, + 0xff, + 0x96, + 0x64, + 0xff, + 0xf9, + 0x34, + 0xff, + 0x0e, + 0xeb, + 0xfe, + 0x32, + 0x03, + 0xff, + 0x63, + 0xb9, + 0xfe, + 0x3a, + 0x56, + 0xfe, + 0xcb, + 0x7e, + 0xfe, + 0x71, + 0xec, + 0xfe, + 0xf0, + 0x39, + 0x0b, + 0x74, + 0x1a, + 0x1a, + 0x14, + 0xd4, + 0x0d, + 0x99, + 0x5a, + 0xfa, + 0xc6, + 0x79, + 0xfb, + 0x13, + 0x33, + 0x01, + 0xd2, + 0x13, + 0x05, + 0xcf, + 0xe4, + 0x04, + 0x8d, + 0x35, + 0x00, + 0x63, + 0x72, + 0xfd, + 0x2a, + 0xde, + 0xfd, + 0x06, + 0x0d, + 0x01, + 0x8a, + 0xe3, + 0xff, + 0x21, + 0xb5, + 0xfe, + 0x48, + 0x42, + 0x00, + 0xb7, + 0xab, + 0xff, + 0x51, + 0x9c, + 0x00, + 0x25, + 0x21, + 0x00, + 0x52, + 0x40, + 0xff, + 0xb8, + 0x43, + 0x00, + 0xf8, + 0x58, + 0x00, + 0x47, + 0x4f, + 0x00, + 0x2c, + 0x7f, + 0xff, + 0xb0, + 0x80, + 0xff, + 0x64, + 0x3b, + 0xff, + 0x22, + 0xd9, + 0xfe, + 0x6b, + 0x5e, + 0x00, + 0x52, + 0x1b, + 0x00, + 0xf1, + 0x83, + 0xff, + 0x8b, + 0xdb, + 0x00, + 0xa5, + 0xcd, + 0x00, + 0x50, + 0x1f, + 0xff, + 0x3b, + 0x74, + 0xff, + 0x08, + 0xf2, + 0xff, + 0x25, + 0x32, + 0xff, + 0x7b, + 0xf7, + 0xff, + 0x43, + 0x96, + 0xff, + 0xfa, + 0x1b, + 0xff, + 0x34, + 0x10, + 0x00, + 0x6b, + 0xb9, + 0xff, + 0x84, + 0x9f, + 0xff, + 0x37, + 0xd4, + 0xff, + 0x56, + 0xcd, + 0xff, + 0xaf, + 0x54, + 0xff, + 0xad, + 0x1a, + 0xff, + 0xdc, + 0xf9, + 0xff, + 0xa0, + 0xe9, + 0xff, + 0xc6, + 0x71, + 0xff, + 0x4e, + 0x0a, + 0xff, + 0xe6, + 0x2b, + 0xff, + 0x67, + 0xf1, + 0xff, + 0xf5, + 0xe4, + 0xff, + 0x97, + 0xe5, + 0xff, + 0xcb, + 0xd9, + 0xff, + 0x36, + 0x6e, + 0xff, + 0x2e, + 0x56, + 0xff, + 0x88, + 0x6e, + 0xff, + 0x20, + 0x49, + 0xff, + 0x99, + 0x05, + 0xff, + 0x27, + 0xfa, + 0xfe, + 0xeb, + 0xcf, + 0xfe, + 0xf2, + 0xa1, + 0xfe, + 0x9e, + 0xa1, + 0xfe, + 0xc7, + 0x03, + 0xff, + 0x99, + 0x7d, + 0x0a, + 0xf9, + 0xea, + 0x1a, + 0xf9, + 0x8e, + 0x10, + 0x83, + 0x05, + 0xfa, + 0x35, + 0x0e, + 0xfa, + 0x17, + 0x7e, + 0x01, + 0x37, + 0x36, + 0x05, + 0x72, + 0x3f, + 0x05, + 0xc0, + 0x36, + 0x00, + 0xb7, + 0x14, + 0xfd, + 0x58, + 0x85, + 0xfd, + 0x1b, + 0x29, + 0x01, + 0x45, + 0x60, + 0x00, + 0x87, + 0x0b, + 0xfe, + 0x9c, + 0xe3, + 0xff, + 0x4d, + 0x96, + 0xff, + 0x8b, + 0x5c, + 0x00, + 0x3d, + 0x17, + 0x00, + 0x32, + 0xa8, + 0xfe, + 0x0a, + 0x2c, + 0x00, + 0x3c, + 0x67, + 0x00, + 0xcb, + 0x43, + 0x00, + 0x30, + 0xba, + 0xff, + 0xfb, + 0x6d, + 0xff, + 0xd2, + 0x41, + 0xff, + 0xdf, + 0xac, + 0xfe, + 0x32, + 0x3f, + 0x00, + 0x3f, + 0x33, + 0x00, + 0xe0, + 0x4b, + 0xff, + 0x27, + 0xc0, + 0x00, + 0x05, + 0x36, + 0x01, + 0x01, + 0x5a, + 0xff, + 0xef, + 0xc8, + 0xfe, + 0xff, + 0xd2, + 0xff, + 0xf7, + 0x4f, + 0xff, + 0x90, + 0x6b, + 0xff, + 0x12, + 0xa6, + 0xff, + 0xef, + 0x2d, + 0xff, + 0xc5, + 0xf8, + 0xff, + 0x14, + 0xd2, + 0xff, + 0x98, + 0xae, + 0xff, + 0x8e, + 0x06, + 0x00, + 0x39, + 0xd9, + 0xff, + 0x98, + 0x84, + 0xff, + 0x54, + 0x02, + 0xff, + 0x0a, + 0xaa, + 0xff, + 0x17, + 0xec, + 0xff, + 0x32, + 0x59, + 0xff, + 0xa0, + 0x1a, + 0xff, + 0xa4, + 0x21, + 0xff, + 0xc2, + 0xd5, + 0xff, + 0x2f, + 0x32, + 0x00, + 0x2b, + 0x11, + 0x00, + 0xd3, + 0x8a, + 0xff, + 0x8a, + 0x1d, + 0xff, + 0x52, + 0x64, + 0xff, + 0x42, + 0x56, + 0xff, + 0x07, + 0x14, + 0xff, + 0xa5, + 0x07, + 0xff, + 0x19, + 0xfe, + 0xfe, + 0x8d, + 0xdd, + 0xfe, + 0x1f, + 0xb2, + 0xfe, + 0xcd, + 0xd0, + 0xfe, + 0xbb, + 0x56, + 0xff, + 0xaf, + 0xac, + 0x0a, + 0x28, + 0x4d, + 0x1c, + 0xdc, + 0x15, + 0x12, + 0xab, + 0x24, + 0xf9, + 0x42, + 0xda, + 0xf8, + 0xc9, + 0xe6, + 0x01, + 0x60, + 0x9c, + 0x05, + 0xd5, + 0x4c, + 0x05, + 0x6e, + 0xe3, + 0xff, + 0xee, + 0x7f, + 0xfc, + 0x41, + 0x33, + 0xfd, + 0x53, + 0x62, + 0x01, + 0x48, + 0xbf, + 0x00, + 0x90, + 0x81, + 0xfd, + 0x6d, + 0x72, + 0xff, + 0xc1, + 0x83, + 0xff, + 0xcc, + 0xff, + 0xff, + 0xcf, + 0xf1, + 0xff, + 0x94, + 0x52, + 0xfe, + 0xf0, + 0xb9, + 0xff, + 0xf0, + 0x36, + 0x00, + 0xbf, + 0x1f, + 0x00, + 0x8a, + 0x85, + 0xff, + 0xa5, + 0x58, + 0xff, + 0xd5, + 0x8e, + 0xff, + 0x7c, + 0xa8, + 0xfe, + 0x74, + 0x0a, + 0x00, + 0x5d, + 0x65, + 0x00, + 0xc4, + 0x24, + 0xff, + 0xca, + 0xea, + 0xff, + 0xce, + 0x3d, + 0x01, + 0x04, + 0x56, + 0x00, + 0x1b, + 0x67, + 0xfe, + 0x4f, + 0x20, + 0xff, + 0x4c, + 0x89, + 0xff, + 0x0a, + 0x27, + 0xff, + 0x3e, + 0x61, + 0xff, + 0x8c, + 0x05, + 0xff, + 0x07, + 0xb6, + 0xff, + 0x1f, + 0xd6, + 0xff, + 0x0b, + 0x8f, + 0xff, + 0xcf, + 0x05, + 0x00, + 0x70, + 0x1d, + 0x00, + 0x99, + 0xd4, + 0xff, + 0xcf, + 0xf7, + 0xfe, + 0x3a, + 0x50, + 0xff, + 0x1c, + 0xdc, + 0xff, + 0x8c, + 0x57, + 0xff, + 0x7d, + 0x1b, + 0xff, + 0x11, + 0x0b, + 0xff, + 0x0b, + 0x9d, + 0xff, + 0x08, + 0x60, + 0x00, + 0xc6, + 0x4c, + 0x00, + 0x47, + 0x57, + 0xff, + 0x6b, + 0xd1, + 0xfe, + 0x94, + 0x44, + 0xff, + 0x4b, + 0x31, + 0xff, + 0x36, + 0xf6, + 0xfe, + 0xff, + 0xf1, + 0xfe, + 0x2b, + 0xbd, + 0xfe, + 0x78, + 0xca, + 0xfe, + 0x13, + 0xe3, + 0xfe, + 0x64, + 0x12, + 0xff, + 0xc7, + 0x8a, + 0xff, + 0xb5, + 0x78, + 0x0d, + 0x9d, + 0x75, + 0x1f, + 0x4a, + 0xd1, + 0x0f, + 0x04, + 0xc5, + 0xf6, + 0x03, + 0x5e, + 0xf9, + 0xeb, + 0xd2, + 0x02, + 0xd0, + 0xb5, + 0x06, + 0x5a, + 0xb8, + 0x04, + 0xcb, + 0xec, + 0xfe, + 0x82, + 0xd6, + 0xfb, + 0x95, + 0x6b, + 0xfd, + 0x0c, + 0x86, + 0x02, + 0xdc, + 0x55, + 0x00, + 0xed, + 0x55, + 0xfd, + 0x0b, + 0x4a, + 0xff, + 0x7f, + 0x60, + 0xff, + 0x1b, + 0x6a, + 0x00, + 0xce, + 0x44, + 0xff, + 0xd4, + 0x2d, + 0xfe, + 0x6a, + 0xea, + 0xff, + 0xa9, + 0x07, + 0x00, + 0x78, + 0xd9, + 0xff, + 0xce, + 0x3a, + 0xff, + 0x47, + 0x72, + 0xff, + 0xff, + 0x8b, + 0xff, + 0x53, + 0x3a, + 0xff, + 0x37, + 0x4b, + 0x00, + 0xb1, + 0x39, + 0x00, + 0xe8, + 0x77, + 0xff, + 0x36, + 0x6b, + 0xff, + 0x38, + 0xd5, + 0x00, + 0xaf, + 0xe5, + 0x00, + 0x0f, + 0xca, + 0xfe, + 0x1f, + 0xcb, + 0xfe, + 0x35, + 0x72, + 0xff, + 0xcb, + 0x5d, + 0xff, + 0x8d, + 0x17, + 0xff, + 0xef, + 0x23, + 0xff, + 0xc4, + 0x8e, + 0xff, + 0xfa, + 0x50, + 0xff, + 0x9f, + 0xa5, + 0xff, + 0x55, + 0x15, + 0x00, + 0x43, + 0x50, + 0x00, + 0xf5, + 0x31, + 0x00, + 0x0c, + 0x4a, + 0xff, + 0x39, + 0x22, + 0xff, + 0xd8, + 0x83, + 0xff, + 0x0c, + 0x9e, + 0xff, + 0x45, + 0x4e, + 0xff, + 0x20, + 0x15, + 0xff, + 0xfb, + 0x9f, + 0xff, + 0xc5, + 0x7d, + 0x00, + 0x7a, + 0x4a, + 0x00, + 0x80, + 0x27, + 0xff, + 0x08, + 0xee, + 0xfe, + 0xb5, + 0x26, + 0xff, + 0xa6, + 0x08, + 0xff, + 0x8b, + 0xe2, + 0xfe, + 0xaf, + 0xc5, + 0xfe, + 0x59, + 0xad, + 0xfe, + 0x93, + 0xab, + 0xfe, + 0xf2, + 0x07, + 0xff, + 0x63, + 0x80, + 0xff, + 0x4e, + 0xc5, + 0xff, + 0xde, + 0xae, + 0x0d, + 0x69, + 0x5f, + 0x21, + 0xb3, + 0xb0, + 0x11, + 0x8b, + 0xa3, + 0xf5, + 0x0e, + 0x38, + 0xf8, + 0x55, + 0x46, + 0x03, + 0x6e, + 0x49, + 0x07, + 0xad, + 0xcb, + 0x04, + 0xca, + 0x37, + 0xfe, + 0x7b, + 0x38, + 0xfb, + 0xb1, + 0x21, + 0xfd, + 0x35, + 0x0d, + 0x03, + 0x4d, + 0xe3, + 0x00, + 0x3c, + 0xc7, + 0xfc, + 0x0e, + 0xe3, + 0xfe, + 0x65, + 0x3a, + 0xff, + 0x7c, + 0x6d, + 0x00, + 0x44, + 0x3c, + 0xff, + 0xe5, + 0xaa, + 0xfd, + 0xc9, + 0xc2, + 0xff, + 0x9e, + 0x1b, + 0x00, + 0x83, + 0x72, + 0xff, + 0x34, + 0xdc, + 0xfe, + 0x61, + 0x63, + 0xff, + 0xa9, + 0x62, + 0xff, + 0xe9, + 0x94, + 0xff, + 0x5c, + 0xb7, + 0x00, + 0x0d, + 0xf7, + 0xff, + 0xfb, + 0xa7, + 0xff, + 0x10, + 0x50, + 0xff, + 0x74, + 0xd5, + 0xff, + 0x5c, + 0x1c, + 0x01, + 0xfd, + 0xb6, + 0xff, + 0xfc, + 0x67, + 0xfe, + 0x36, + 0x05, + 0xff, + 0xad, + 0xbe, + 0xff, + 0x88, + 0x09, + 0xff, + 0x96, + 0xfe, + 0xfe, + 0xd8, + 0x8d, + 0xff, + 0x26, + 0xcd, + 0xfe, + 0xde, + 0x3a, + 0xff, + 0xb6, + 0xfb, + 0xff, + 0x56, + 0x50, + 0x00, + 0xf7, + 0x83, + 0x00, + 0xf3, + 0xa5, + 0xff, + 0x8d, + 0x15, + 0xff, + 0x4f, + 0x23, + 0xff, + 0x54, + 0x91, + 0xff, + 0xbe, + 0x8a, + 0xff, + 0x6b, + 0x54, + 0xff, + 0xcb, + 0xca, + 0xff, + 0x8b, + 0x3d, + 0x00, + 0xf0, + 0x1c, + 0x00, + 0x7d, + 0x2a, + 0xff, + 0xfa, + 0xdf, + 0xfe, + 0x37, + 0x21, + 0xff, + 0xb6, + 0xf3, + 0xfe, + 0x56, + 0xb5, + 0xfe, + 0x1c, + 0x87, + 0xfe, + 0xd8, + 0x8c, + 0xfe, + 0xdd, + 0xa7, + 0xfe, + 0x68, + 0x32, + 0xff, + 0x7b, + 0xa5, + 0xff, + 0xab, + 0xbb, + 0xff, + 0xec, + 0x38, + 0x0e, + 0xa2, + 0x96, + 0x23, + 0x4f, + 0x51, + 0x13, + 0x8c, + 0x63, + 0xf4, + 0xba, + 0x34, + 0xf7, + 0xab, + 0xbc, + 0x03, + 0x3c, + 0xf2, + 0x07, + 0x16, + 0xed, + 0x04, + 0x5f, + 0x64, + 0xfd, + 0x7a, + 0xa7, + 0xfa, + 0x7d, + 0xe4, + 0xfc, + 0xcd, + 0x91, + 0x03, + 0xf0, + 0x8f, + 0x01, + 0x54, + 0x39, + 0xfc, + 0xd1, + 0x9d, + 0xfe, + 0xb6, + 0x1f, + 0xff, + 0xda, + 0x4f, + 0x00, + 0xc9, + 0x4f, + 0xff, + 0x0a, + 0x54, + 0xfd, + 0x7d, + 0x9d, + 0xff, + 0x06, + 0x2d, + 0x00, + 0xb3, + 0x52, + 0xff, + 0xfa, + 0x6b, + 0xfe, + 0x29, + 0x58, + 0xff, + 0x0a, + 0x6f, + 0xff, + 0xbd, + 0x8e, + 0xff, + 0xcb, + 0x58, + 0x01, + 0x40, + 0xf4, + 0xff, + 0x3c, + 0x84, + 0xff, + 0x26, + 0x8d, + 0xff, + 0x57, + 0x2f, + 0xff, + 0x8a, + 0x9a, + 0x00, + 0xa8, + 0x88, + 0x00, + 0x9d, + 0x0a, + 0xff, + 0x10, + 0x3b, + 0xfe, + 0x48, + 0xb8, + 0xff, + 0x91, + 0x9b, + 0xff, + 0xba, + 0xb6, + 0xfe, + 0x48, + 0xbd, + 0xff, + 0xfd, + 0x99, + 0xfe, + 0x5c, + 0xa1, + 0xfe, + 0x0a, + 0xec, + 0xff, + 0x97, + 0x2b, + 0x00, + 0xf3, + 0x95, + 0x00, + 0x99, + 0xee, + 0xff, + 0xcd, + 0x4a, + 0xff, + 0xc2, + 0xda, + 0xfe, + 0x9a, + 0x52, + 0xff, + 0xa5, + 0xcf, + 0xff, + 0xd0, + 0x9b, + 0xff, + 0xac, + 0x2e, + 0x00, + 0x2b, + 0x02, + 0x00, + 0xb1, + 0xb4, + 0xff, + 0x3e, + 0x5b, + 0xff, + 0xeb, + 0xea, + 0xfe, + 0x25, + 0xfe, + 0xfe, + 0x40, + 0xcc, + 0xfe, + 0xb8, + 0xab, + 0xfe, + 0xe1, + 0x69, + 0xfe, + 0x75, + 0x75, + 0xfe, + 0x97, + 0xc4, + 0xfe, + 0x8d, + 0x3a, + 0xff, + 0x1c, + 0xd8, + 0xff, + 0x87, + 0xbe, + 0xff, + 0x23, + 0x63, + 0x10, + 0xb9, + 0x75, + 0x26, + 0xe1, + 0x39, + 0x12, + 0xb6, + 0xbc, + 0xf2, + 0xd0, + 0x89, + 0xf7, + 0x40, + 0x29, + 0x04, + 0x33, + 0xb7, + 0x08, + 0x07, + 0x93, + 0x04, + 0xd3, + 0x53, + 0xfc, + 0xae, + 0x36, + 0xfa, + 0xaf, + 0xfd, + 0xfc, + 0x68, + 0x53, + 0x04, + 0x99, + 0x88, + 0x01, + 0x61, + 0xd6, + 0xfb, + 0x37, + 0x89, + 0xfe, + 0xc2, + 0x09, + 0xff, + 0xaa, + 0x5e, + 0x00, + 0xad, + 0xfb, + 0xfe, + 0x2b, + 0x30, + 0xfd, + 0x95, + 0xa8, + 0xff, + 0xcf, + 0x15, + 0x00, + 0xeb, + 0x4f, + 0xff, + 0x0e, + 0x20, + 0xfe, + 0x5a, + 0x5a, + 0xff, + 0x1c, + 0x78, + 0xff, + 0x62, + 0x99, + 0xff, + 0x50, + 0xe1, + 0x01, + 0x58, + 0xf7, + 0xff, + 0xcd, + 0x66, + 0xff, + 0x70, + 0xa2, + 0xff, + 0x2f, + 0xea, + 0xfe, + 0xec, + 0x12, + 0x00, + 0xf0, + 0xae, + 0x00, + 0xe7, + 0x0f, + 0x00, + 0x81, + 0x0c, + 0xfe, + 0xae, + 0x3c, + 0xff, + 0x9b, + 0x17, + 0x00, + 0x9c, + 0xbd, + 0xfe, + 0xd3, + 0xc7, + 0xff, + 0x69, + 0xa5, + 0xfe, + 0x15, + 0x49, + 0xfe, + 0x83, + 0xc6, + 0xff, + 0xc1, + 0x1f, + 0x00, + 0x96, + 0x87, + 0x00, + 0xf4, + 0xd5, + 0xff, + 0x31, + 0x8e, + 0xff, + 0xee, + 0xf5, + 0xfe, + 0x12, + 0xc7, + 0xfe, + 0x31, + 0xf2, + 0xff, + 0xae, + 0x48, + 0x00, + 0x05, + 0x69, + 0x00, + 0xb6, + 0xb5, + 0xff, + 0xc2, + 0x3d, + 0xff, + 0x3d, + 0x87, + 0xff, + 0x69, + 0x2a, + 0xff, + 0x4c, + 0xd6, + 0xfe, + 0xb9, + 0x8f, + 0xfe, + 0x59, + 0x7f, + 0xfe, + 0xaa, + 0x91, + 0xfe, + 0x9e, + 0x8c, + 0xfe, + 0x65, + 0xdf, + 0xfe, + 0x6e, + 0x6a, + 0xff, + 0x66, + 0xde, + 0xff, + 0xd9, + 0xa4, + 0xff, + 0x12, + 0xc6, + 0x11, + 0xaf, + 0xf9, + 0x28, + 0x04, + 0x55, + 0x12, + 0xe4, + 0x8c, + 0xf1, + 0xb5, + 0x78, + 0xf7, + 0xaa, + 0x1a, + 0x04, + 0x87, + 0x22, + 0x09, + 0x94, + 0x87, + 0x04, + 0xf0, + 0x60, + 0xfb, + 0xdd, + 0xe2, + 0xf9, + 0x59, + 0xe0, + 0xfc, + 0x16, + 0xb3, + 0x04, + 0xeb, + 0xbd, + 0x01, + 0x3d, + 0x59, + 0xfb, + 0x2e, + 0x5e, + 0xfe, + 0xd6, + 0xfb, + 0xfe, + 0x34, + 0x4e, + 0x00, + 0xf3, + 0xc8, + 0xfe, + 0x0c, + 0xf7, + 0xfc, + 0x37, + 0x88, + 0xff, + 0xe4, + 0xf3, + 0xff, + 0xb4, + 0x54, + 0xff, + 0x6e, + 0xf5, + 0xfd, + 0xf1, + 0x57, + 0xff, + 0x54, + 0x99, + 0xff, + 0xba, + 0x7c, + 0xff, + 0xc0, + 0x14, + 0x02, + 0xda, + 0x2c, + 0x00, + 0xd0, + 0x40, + 0xff, + 0xe9, + 0x84, + 0xff, + 0x50, + 0xbc, + 0xfe, + 0x05, + 0x90, + 0xff, + 0x58, + 0x62, + 0x00, + 0xb7, + 0xeb, + 0x00, + 0xd8, + 0xa6, + 0xfe, + 0xa7, + 0x8c, + 0xfe, + 0x62, + 0x23, + 0x00, + 0x05, + 0x0c, + 0xff, + 0xe3, + 0x8a, + 0xff, + 0x65, + 0xda, + 0xfe, + 0x75, + 0x23, + 0xfe, + 0xff, + 0x7a, + 0xff, + 0x19, + 0x24, + 0x00, + 0x31, + 0x68, + 0x00, + 0xbb, + 0x9e, + 0xff, + 0x25, + 0x8b, + 0xff, + 0xa7, + 0x48, + 0xff, + 0xaf, + 0x6c, + 0xfe, + 0x9a, + 0xb2, + 0xff, + 0xa4, + 0xd8, + 0x00, + 0xdc, + 0x86, + 0x00, + 0xa1, + 0x88, + 0xff, + 0x82, + 0xe6, + 0xfe, + 0xa1, + 0x43, + 0xff, + 0xe9, + 0x59, + 0xff, + 0xe4, + 0xe8, + 0xfe, + 0xb4, + 0x56, + 0xfe, + 0xa6, + 0x49, + 0xfe, + 0x14, + 0xab, + 0xfe, + 0xe7, + 0xaf, + 0xfe, + 0x66, + 0x1d, + 0xff, + 0xcf, + 0xa1, + 0xff, + 0x40, + 0x97, + 0xff, + 0xd1, + 0x70, + 0xff, + 0x4d, + 0xa2, + 0x13, + 0x14, + 0x75, + 0x2b, + 0x96, + 0x7e, + 0x11, + 0xef, + 0x97, + 0xf0, + 0x31, + 0xfa, + 0xf7, + 0xc9, + 0xc5, + 0x03, + 0x64, + 0x4f, + 0x09, + 0x2f, + 0x57, + 0x04, + 0xe6, + 0xa0, + 0xfa, + 0xd3, + 0xb0, + 0xf9, + 0x9d, + 0xc7, + 0xfc, + 0x31, + 0x03, + 0x05, + 0xfa, + 0xa8, + 0x01, + 0x58, + 0xfe, + 0xfa, + 0x18, + 0x3c, + 0xfe, + 0x62, + 0xe5, + 0xfe, + 0x20, + 0x49, + 0x00, + 0x3a, + 0x88, + 0xfe, + 0xfd, + 0xd9, + 0xfc, + 0x1e, + 0x58, + 0xff, + 0x29, + 0xbf, + 0xff, + 0x02, + 0x5f, + 0xff, + 0x4e, + 0xf9, + 0xfd, + 0x92, + 0x5f, + 0xff, + 0x8f, + 0xb6, + 0xff, + 0xad, + 0xa0, + 0xff, + 0xfe, + 0xf6, + 0x01, + 0x55, + 0x3a, + 0x00, + 0xbc, + 0x57, + 0xff, + 0xdf, + 0x4a, + 0xff, + 0xa7, + 0x81, + 0xfe, + 0x03, + 0x3f, + 0xff, + 0xc2, + 0x0d, + 0x00, + 0xb9, + 0x20, + 0x01, + 0xb9, + 0x9c, + 0xff, + 0x56, + 0xa1, + 0xfe, + 0xf6, + 0xa7, + 0xff, + 0x21, + 0x46, + 0xff, + 0x75, + 0x5f, + 0xff, + 0xfc, + 0xe8, + 0xfe, + 0x1c, + 0x63, + 0xfe, + 0x87, + 0x3c, + 0xff, + 0x58, + 0xfc, + 0xff, + 0x09, + 0x49, + 0x00, + 0x7e, + 0x9d, + 0xff, + 0x93, + 0x59, + 0xff, + 0x54, + 0x57, + 0xff, + 0x49, + 0xac, + 0xfe, + 0x9f, + 0x85, + 0xff, + 0xd1, + 0xd7, + 0x00, + 0xcb, + 0x91, + 0x00, + 0xdb, + 0x95, + 0xff, + 0x87, + 0xb5, + 0xfe, + 0x2c, + 0xc9, + 0xfe, + 0x4b, + 0x47, + 0xff, + 0x42, + 0x0b, + 0xff, + 0xe8, + 0x60, + 0xfe, + 0xf7, + 0x1d, + 0xfe, + 0x05, + 0x9f, + 0xfe, + 0x0d, + 0xfa, + 0xfe, + 0xc8, + 0x73, + 0xff, + 0x47, + 0xbb, + 0xff, + 0x53, + 0x43, + 0xff, + 0xdc, + 0x41, + 0xff, + 0xc4, + 0x02, + 0x13, + 0xb4, + 0x39, + 0x2d, + 0x77, + 0x9c, + 0x14, + 0x07, + 0xda, + 0xef, + 0xd5, + 0x78, + 0xf7, + 0x3d, + 0x63, + 0x03, + 0xf1, + 0x3a, + 0x08, + 0xef, + 0x77, + 0x05, + 0x3e, + 0x49, + 0xfa, + 0x35, + 0x6f, + 0xf9, + 0x95, + 0x6d, + 0xfc, + 0x37, + 0x48, + 0x04, + 0x20, + 0xc8, + 0x02, + 0x73, + 0x7e, + 0xfa, + 0x56, + 0xfc, + 0xfd, + 0xa8, + 0xf2, + 0xfe, + 0x61, + 0xcd, + 0xff, + 0x93, + 0xff, + 0xfe, + 0xed, + 0x70, + 0xfc, + 0x88, + 0x17, + 0xff, + 0x10, + 0x97, + 0xff, + 0x8f, + 0x76, + 0xff, + 0x62, + 0x54, + 0xfe, + 0xdc, + 0x09, + 0xff, + 0x56, + 0x11, + 0x00, + 0xd3, + 0xae, + 0xff, + 0x0c, + 0xaa, + 0x01, + 0x1f, + 0x5c, + 0x00, + 0x87, + 0x65, + 0xff, + 0xc5, + 0x4c, + 0xff, + 0x8b, + 0x20, + 0xfe, + 0xd2, + 0x05, + 0xff, + 0x41, + 0xd7, + 0xff, + 0x1d, + 0xbe, + 0x00, + 0x8e, + 0x74, + 0x00, + 0x45, + 0x85, + 0xff, + 0x18, + 0x40, + 0xff, + 0x2a, + 0x17, + 0xff, + 0x6c, + 0x5c, + 0xff, + 0xdd, + 0xd2, + 0xfe, + 0x68, + 0xbb, + 0xfe, + 0x0f, + 0x45, + 0xff, + 0x5f, + 0xb6, + 0xff, + 0x7e, + 0xfb, + 0xff, + 0xe3, + 0xac, + 0xff, + 0x90, + 0x68, + 0xff, + 0x4a, + 0x24, + 0xff, + 0x48, + 0x36, + 0xff, + 0x5c, + 0x96, + 0xff, + 0x49, + 0x3f, + 0x00, + 0xc5, + 0xaf, + 0x00, + 0x88, + 0xdc, + 0xff, + 0x88, + 0x91, + 0xfe, + 0x2f, + 0x43, + 0xfe, + 0x8c, + 0x08, + 0xff, + 0x0c, + 0x39, + 0xff, + 0x8a, + 0x87, + 0xfe, + 0x4b, + 0x10, + 0xfe, + 0x63, + 0x6f, + 0xfe, + 0xb8, + 0x46, + 0xff, + 0xca, + 0xc0, + 0xff, + 0xbc, + 0xa6, + 0xff, + 0x17, + 0x2b, + 0xff, + 0x47, + 0x12, + 0xff, + 0xd5, + 0x25, + 0x17, + 0x25, + 0x7d, + 0x30, + 0x11, + 0x60, + 0x0f, + 0xa6, + 0xff, + 0xed, + 0x9f, + 0x30, + 0xfa, + 0xb3, + 0xde, + 0x02, + 0xb5, + 0x01, + 0x08, + 0xe2, + 0x85, + 0x04, + 0x8e, + 0xaa, + 0xf9, + 0xbf, + 0x66, + 0xf9, + 0x6d, + 0x4c, + 0xfc, + 0x3d, + 0xfe, + 0x04, + 0x1a, + 0x93, + 0x01, + 0x6c, + 0x81, + 0xfa, + 0x34, + 0x6f, + 0xfe, + 0x7f, + 0x56, + 0xfe, + 0xfe, + 0x0d, + 0x00, + 0x4d, + 0x6d, + 0xfe, + 0x7d, + 0x72, + 0xfc, + 0x36, + 0x11, + 0xff, + 0x32, + 0x44, + 0xff, + 0xb5, + 0xc2, + 0xff, + 0x79, + 0x48, + 0xfe, + 0x13, + 0x32, + 0xff, + 0x41, + 0x0e, + 0x00, + 0x02, + 0xe8, + 0xff, + 0xcf, + 0x60, + 0x01, + 0x63, + 0xf2, + 0xff, + 0x15, + 0xc1, + 0xff, + 0x3c, + 0xdb, + 0xfe, + 0xb0, + 0xf0, + 0xfd, + 0x43, + 0x11, + 0xff, + 0x84, + 0x95, + 0xff, + 0x9f, + 0x5b, + 0x00, + 0xb2, + 0x9b, + 0x00, + 0xa2, + 0xbb, + 0x00, + 0x1f, + 0x0f, + 0xff, + 0xad, + 0x86, + 0xfe, + 0x3b, + 0x8f, + 0xff, + 0x42, + 0x9f, + 0xfe, + 0x42, + 0xe2, + 0xfe, + 0x9b, + 0x7d, + 0xff, + 0xd4, + 0xa8, + 0xff, + 0xfc, + 0x9d, + 0xff, + 0x98, + 0x6e, + 0xff, + 0x27, + 0x6b, + 0xff, + 0xca, + 0x13, + 0xff, + 0x38, + 0xd0, + 0xff, + 0x7f, + 0xbe, + 0xff, + 0x80, + 0xad, + 0xff, + 0x84, + 0xb2, + 0x00, + 0xd1, + 0xdd, + 0xff, + 0x33, + 0x48, + 0xfe, + 0xb1, + 0x06, + 0xfe, + 0x7f, + 0xc9, + 0xfe, + 0x9f, + 0x29, + 0xff, + 0x6b, + 0x9a, + 0xfe, + 0x5d, + 0x0f, + 0xfe, + 0x66, + 0x69, + 0xfe, + 0x59, + 0x78, + 0xff, + 0x1c, + 0xf1, + 0xff, + 0x0d, + 0x7a, + 0xff, + 0x67, + 0x19, + 0xff, + 0x50, + 0xfb, + 0xfe, + 0xbe, + 0x39, + 0x17, + 0x7d, + 0x17, + 0x33, + 0x41, + 0xa4, + 0x10, + 0x89, + 0x76, + 0xeb, + 0x1c, + 0x4e, + 0xfb, + 0xaf, + 0x01, + 0x03, + 0x95, + 0xef, + 0x05, + 0xc4, + 0xbf, + 0x05, + 0x86, + 0x30, + 0xf9, + 0xb0, + 0x0f, + 0xf9, + 0xaf, + 0x09, + 0xfc, + 0x15, + 0x29, + 0x04, + 0xf2, + 0x77, + 0x02, + 0x23, + 0x3a, + 0xfa, + 0x8b, + 0xc5, + 0xfe, + 0x51, + 0x01, + 0xfe, + 0x6a, + 0xa7, + 0xff, + 0x64, + 0xe6, + 0xfe, + 0x6c, + 0xba, + 0xfb, + 0xfc, + 0x62, + 0xff, + 0x1e, + 0x07, + 0xff, + 0xc2, + 0xef, + 0xff, + 0x11, + 0xa6, + 0xfe, + 0x3b, + 0xce, + 0xfe, + 0xa2, + 0x83, + 0x00, + 0x1e, + 0x5d, + 0xff, + 0xae, + 0x5b, + 0x01, + 0xc2, + 0xf8, + 0xff, + 0x14, + 0x8b, + 0xff, + 0x01, + 0x14, + 0xff, + 0xa7, + 0xb5, + 0xfd, + 0x97, + 0x4b, + 0xff, + 0xcd, + 0xf4, + 0xfe, + 0xcc, + 0x00, + 0x00, + 0xb6, + 0xe9, + 0x00, + 0xae, + 0x47, + 0x01, + 0x00, + 0xb5, + 0xff, + 0xc4, + 0xd8, + 0xfd, + 0x8f, + 0xa5, + 0xff, + 0xca, + 0xc7, + 0xfe, + 0x5f, + 0xb0, + 0xfe, + 0x9c, + 0xde, + 0xff, + 0xc7, + 0x87, + 0xff, + 0xd0, + 0x87, + 0xff, + 0xf6, + 0x24, + 0xff, + 0x13, + 0x3f, + 0xff, + 0xfa, + 0x43, + 0xff, + 0x5b, + 0x2e, + 0x00, + 0x06, + 0x2a, + 0x00, + 0x0b, + 0x47, + 0xff, + 0xea, + 0x6d, + 0x00, + 0xe9, + 0xf1, + 0xff, + 0x59, + 0x36, + 0xfe, + 0x3e, + 0xfa, + 0xfd, + 0xff, + 0x8a, + 0xfe, + 0x91, + 0xfd, + 0xfe, + 0x22, + 0xb3, + 0xfe, + 0x2e, + 0x2f, + 0xfe, + 0x1a, + 0x5f, + 0xfe, + 0xed, + 0x6f, + 0xff, + 0xf4, + 0xfe, + 0xff, + 0xae, + 0x6f, + 0xff, + 0x41, + 0x10, + 0xff, + 0xf9, + 0xe3, + 0xfe, + 0xd7, + 0xa1, + 0x1a, + 0xf6, + 0x70, + 0x36, + 0x7a, + 0xd9, + 0x0b, + 0xda, + 0xe8, + 0xe8, + 0x79, + 0x9f, + 0xfe, + 0xd4, + 0x4e, + 0x02, + 0x22, + 0x2b, + 0x05, + 0xec, + 0x83, + 0x05, + 0x37, + 0x1c, + 0xf8, + 0xd0, + 0x2d, + 0xf9, + 0xc0, + 0xc3, + 0xfb, + 0x61, + 0xad, + 0x04, + 0x78, + 0xfa, + 0x01, + 0x67, + 0x4c, + 0xfa, + 0x59, + 0xa0, + 0xff, + 0x65, + 0x2f, + 0xfd, + 0x82, + 0xf0, + 0xff, + 0xd6, + 0x78, + 0xfe, + 0x0d, + 0x89, + 0xfb, + 0x8f, + 0x16, + 0x00, + 0x4f, + 0xaa, + 0xfe, + 0x85, + 0x1c, + 0x00, + 0xa0, + 0xb0, + 0xfe, + 0xe8, + 0xef, + 0xfe, + 0x01, + 0x27, + 0x00, + 0xce, + 0x29, + 0xff, + 0xe2, + 0xcd, + 0x01, + 0x0a, + 0x54, + 0xff, + 0xce, + 0xb1, + 0xff, + 0xe2, + 0x56, + 0xff, + 0x5b, + 0x96, + 0xfd, + 0x09, + 0x4d, + 0xff, + 0xaf, + 0x7a, + 0xfe, + 0x4c, + 0x2a, + 0x00, + 0x27, + 0xc0, + 0x00, + 0xa0, + 0x4e, + 0x01, + 0xee, + 0x7a, + 0x00, + 0xa8, + 0xba, + 0xfd, + 0x91, + 0x5d, + 0xff, + 0x74, + 0xd0, + 0xfe, + 0x0b, + 0xe4, + 0xfe, + 0xa2, + 0x19, + 0x00, + 0xba, + 0x6b, + 0xff, + 0xc8, + 0x7c, + 0xff, + 0xed, + 0xfc, + 0xfe, + 0x81, + 0xfb, + 0xfe, + 0x34, + 0x65, + 0xff, + 0x92, + 0x8c, + 0x00, + 0x5d, + 0x94, + 0x00, + 0x35, + 0x41, + 0xff, + 0x6c, + 0xf6, + 0xff, + 0x82, + 0xc9, + 0xff, + 0xdb, + 0x48, + 0xfe, + 0xd9, + 0x0d, + 0xfe, + 0x8e, + 0x70, + 0xfe, + 0x5f, + 0xbb, + 0xfe, + 0x80, + 0xb9, + 0xfe, + 0x95, + 0x4a, + 0xfe, + 0x4e, + 0x59, + 0xfe, + 0x26, + 0x65, + 0xff, + 0xa5, + 0xf6, + 0xff, + 0xd1, + 0x5c, + 0xff, + 0x93, + 0xfe, + 0xfe, + 0x79, + 0xd0, + 0xfe, + 0x19, + 0xd9, + 0x1c, + 0xab, + 0x46, + 0x39, + 0xd5, + 0x90, + 0x08, + 0x4a, + 0x4b, + 0xe6, + 0xc3, + 0x5f, + 0x01, + 0xb9, + 0xc7, + 0x01, + 0x0b, + 0x29, + 0x04, + 0x5c, + 0x81, + 0x05, + 0xaf, + 0xdd, + 0xf6, + 0x1f, + 0x4d, + 0xf9, + 0xd1, + 0x83, + 0xfb, + 0x36, + 0x1b, + 0x05, + 0x3b, + 0xf9, + 0x01, + 0x94, + 0x22, + 0xfa, + 0xe9, + 0xaf, + 0x00, + 0xf2, + 0x5d, + 0xfc, + 0x20, + 0xd5, + 0xff, + 0x97, + 0x7f, + 0xfe, + 0x2f, + 0x78, + 0xfb, + 0x6e, + 0xdc, + 0x00, + 0xc2, + 0xde, + 0xfd, + 0xb9, + 0x51, + 0x00, + 0x67, + 0xfb, + 0xfe, + 0xd7, + 0x0e, + 0xfe, + 0xa3, + 0x2b, + 0x00, + 0x85, + 0x67, + 0xff, + 0x98, + 0xa5, + 0x01, + 0x58, + 0x0f, + 0xff, + 0xde, + 0x3a, + 0x00, + 0x4a, + 0x75, + 0xff, + 0x2c, + 0x00, + 0xfd, + 0x94, + 0x8c, + 0xff, + 0x92, + 0x8e, + 0xfe, + 0x65, + 0xb9, + 0xff, + 0xf3, + 0x50, + 0x00, + 0xe0, + 0x75, + 0x01, + 0xa9, + 0x38, + 0x01, + 0x62, + 0xcb, + 0xfd, + 0x63, + 0x02, + 0xff, + 0xb5, + 0xd9, + 0xfe, + 0x84, + 0x28, + 0xff, + 0x88, + 0x31, + 0x00, + 0xa4, + 0x62, + 0xff, + 0x9d, + 0x8a, + 0xff, + 0x9a, + 0xcb, + 0xfe, + 0x6a, + 0xc3, + 0xfe, + 0xd6, + 0x75, + 0xff, + 0xab, + 0xbf, + 0x00, + 0x40, + 0x08, + 0x01, + 0x43, + 0x53, + 0xff, + 0xf5, + 0x78, + 0xff, + 0xae, + 0xa9, + 0xff, + 0xfa, + 0x83, + 0xfe, + 0xc4, + 0x3c, + 0xfe, + 0x6b, + 0x48, + 0xfe, + 0x53, + 0x6c, + 0xfe, + 0x5e, + 0xca, + 0xfe, + 0xbb, + 0x53, + 0xfe, + 0x39, + 0x3a, + 0xfe, + 0x72, + 0x4c, + 0xff, + 0xf3, + 0xe1, + 0xff, + 0x6b, + 0x4f, + 0xff, + 0xe5, + 0xdf, + 0xfe, + 0x41, + 0xdc, + 0xfe, + 0xd7, + 0x1b, + 0x1f, + 0x4f, + 0xac, + 0x3b, + 0xe5, + 0xe1, + 0x04, + 0x6e, + 0x2c, + 0xe4, + 0x1e, + 0x21, + 0x04, + 0x86, + 0xf9, + 0x00, + 0xc4, + 0x75, + 0x03, + 0x0f, + 0x5c, + 0x05, + 0x22, + 0x72, + 0xf5, + 0xa8, + 0xb6, + 0xf9, + 0xc7, + 0xc4, + 0xfb, + 0xf6, + 0xa2, + 0x05, + 0x92, + 0xae, + 0x01, + 0xdd, + 0x63, + 0xfa, + 0xf4, + 0xd0, + 0x01, + 0xaa, + 0x2e, + 0xfb, + 0x31, + 0x18, + 0x00, + 0x95, + 0xff, + 0xfe, + 0x7b, + 0x63, + 0xfb, + 0x97, + 0x3a, + 0x01, + 0x9e, + 0x4b, + 0xfd, + 0x9e, + 0x7f, + 0x00, + 0x50, + 0x84, + 0xfe, + 0x46, + 0xc0, + 0xfd, + 0x5b, + 0x89, + 0x00, + 0x78, + 0x17, + 0xff, + 0x32, + 0x1b, + 0x02, + 0xb4, + 0x55, + 0xff, + 0xf3, + 0x46, + 0x00, + 0x06, + 0x44, + 0xff, + 0x6e, + 0xe4, + 0xfc, + 0x82, + 0x29, + 0x00, + 0xdb, + 0x13, + 0xfe, + 0x98, + 0x22, + 0xff, + 0x8a, + 0x79, + 0x00, + 0x98, + 0x7f, + 0x01, + 0xa4, + 0x79, + 0x01, + 0xa7, + 0x2e, + 0xfe, + 0x53, + 0x08, + 0xff, + 0x6a, + 0x9b, + 0xfe, + 0x38, + 0x59, + 0xff, + 0x26, + 0x83, + 0x00, + 0x50, + 0x6a, + 0xff, + 0x27, + 0x8b, + 0xff, + 0x42, + 0x9f, + 0xfe, + 0x12, + 0xc7, + 0xfe, + 0xba, + 0x88, + 0xff, + 0x70, + 0xa9, + 0x00, + 0xf4, + 0x72, + 0x01, + 0xdb, + 0x9e, + 0xff, + 0x7e, + 0x15, + 0xff, + 0x1f, + 0x99, + 0xff, + 0xd8, + 0xfe, + 0xfe, + 0xb6, + 0x6c, + 0xfe, + 0xd6, + 0x0c, + 0xfe, + 0x4b, + 0x4a, + 0xfe, + 0x3a, + 0xbf, + 0xfe, + 0x8a, + 0x3b, + 0xfe, + 0x09, + 0x2f, + 0xfe, + 0x64, + 0x25, + 0xff, + 0x39, + 0xcc, + 0xff, + 0xb8, + 0x4c, + 0xff, + 0xe9, + 0xd3, + 0xfe, + 0x0a, + 0x02, + 0xff, + 0x09, + 0x3d, + 0x20, + 0x7f, + 0x6e, + 0x3d, + 0x78, + 0xb4, + 0x02, + 0xcf, + 0x44, + 0xe2, + 0x32, + 0x2b, + 0x06, + 0x25, + 0xf4, + 0xff, + 0xbf, + 0xa2, + 0x02, + 0x01, + 0xd1, + 0x05, + 0x53, + 0xd1, + 0xf3, + 0x68, + 0x73, + 0xfa, + 0x5b, + 0x6c, + 0xfc, + 0xd6, + 0x68, + 0x05, + 0x37, + 0xee, + 0x01, + 0xcb, + 0xba, + 0xfa, + 0xcd, + 0x7d, + 0x02, + 0x55, + 0x3e, + 0xfa, + 0x48, + 0xd6, + 0x00, + 0xea, + 0xaa, + 0xff, + 0x6d, + 0x89, + 0xfa, + 0xad, + 0xea, + 0x01, + 0xc2, + 0x70, + 0xfc, + 0x44, + 0xf7, + 0xff, + 0xd9, + 0x2b, + 0xff, + 0x73, + 0x1d, + 0xfd, + 0x20, + 0x70, + 0x00, + 0xd7, + 0xc3, + 0xff, + 0xbe, + 0xa7, + 0x02, + 0x88, + 0x10, + 0xff, + 0x71, + 0x1f, + 0x00, + 0x2d, + 0xb4, + 0xff, + 0x16, + 0xcc, + 0xfc, + 0x25, + 0x07, + 0x00, + 0x5b, + 0xd3, + 0xfd, + 0x17, + 0xee, + 0xfe, + 0x4a, + 0x88, + 0x00, + 0xc3, + 0x55, + 0x01, + 0xb7, + 0xa5, + 0x01, + 0x50, + 0xad, + 0xfe, + 0xc8, + 0x3d, + 0xff, + 0xde, + 0x4e, + 0xfe, + 0xc9, + 0x49, + 0xff, + 0x45, + 0x06, + 0x01, + 0xe0, + 0x68, + 0xff, + 0x53, + 0x62, + 0xff, + 0xcc, + 0xce, + 0xfe, + 0x0b, + 0xd3, + 0xfe, + 0x5b, + 0x63, + 0xff, + 0x88, + 0x5d, + 0x00, + 0x22, + 0xd3, + 0x01, + 0xd9, + 0x24, + 0x00, + 0x46, + 0xc9, + 0xfe, + 0x21, + 0xc5, + 0xff, + 0xa1, + 0x6d, + 0xff, + 0xd8, + 0x68, + 0xfe, + 0x5b, + 0x1b, + 0xfe, + 0x67, + 0x17, + 0xfe, + 0x8d, + 0x83, + 0xfe, + 0xba, + 0x2c, + 0xfe, + 0xe2, + 0x14, + 0xfe, + 0xcd, + 0xf0, + 0xfe, + 0x5a, + 0x94, + 0xff, + 0x1f, + 0x89, + 0xff, + 0x60, + 0xdf, + 0xfe, + 0x6d, + 0xf5, + 0xfe, + 0xde, + 0x23, + 0x25, + 0x45, + 0x1b, + 0x3d, + 0x61, + 0xf2, + 0xf9, + 0x9e, + 0x75, + 0xe5, + 0x54, + 0x0c, + 0x08, + 0xa4, + 0x15, + 0xfc, + 0xc5, + 0x9f, + 0x05, + 0xa4, + 0x9a, + 0x03, + 0xc5, + 0x05, + 0xf3, + 0x49, + 0xd3, + 0xfb, + 0xcf, + 0xa2, + 0xfc, + 0xc6, + 0xc1, + 0x06, + 0xb8, + 0xbb, + 0xff, + 0xcb, + 0xc4, + 0xfc, + 0x9e, + 0x5d, + 0x02, + 0x42, + 0x74, + 0xf9, + 0x44, + 0xf4, + 0x02, + 0xa3, + 0xe5, + 0xfd, + 0x20, + 0x79, + 0xfb, + 0x5f, + 0x0c, + 0x01, + 0x49, + 0xb1, + 0xfb, + 0x20, + 0x2f, + 0x01, + 0x49, + 0xde, + 0xfd, + 0x5f, + 0xb5, + 0xfd, + 0xaa, + 0xb2, + 0x00, + 0x47, + 0x82, + 0x00, + 0xa9, + 0x8c, + 0x02, + 0x46, + 0x87, + 0xfe, + 0x50, + 0x2e, + 0x01, + 0x35, + 0xd8, + 0xfe, + 0x2e, + 0xda, + 0xfc, + 0x86, + 0x21, + 0x00, + 0x75, + 0x73, + 0xfd, + 0x57, + 0x28, + 0xff, + 0x4b, + 0x59, + 0x00, + 0xe0, + 0x8e, + 0x01, + 0x3e, + 0x5c, + 0x01, + 0xfa, + 0x20, + 0xff, + 0xed, + 0x9d, + 0xff, + 0x13, + 0xc6, + 0xfd, + 0x0b, + 0xa3, + 0xff, + 0x9a, + 0x1e, + 0x01, + 0xbd, + 0x51, + 0xff, + 0x0d, + 0x92, + 0xff, + 0x26, + 0xda, + 0xfe, + 0xf7, + 0xd4, + 0xfe, + 0x5a, + 0x4b, + 0xff, + 0xa1, + 0x3f, + 0x00, + 0xe9, + 0xe7, + 0x01, + 0xe0, + 0x87, + 0x00, + 0x26, + 0x0b, + 0xff, + 0xb1, + 0xef, + 0xff, + 0x45, + 0x84, + 0xff, + 0x54, + 0x65, + 0xfe, + 0x39, + 0x47, + 0xfe, + 0xca, + 0xf1, + 0xfd, + 0x83, + 0x2c, + 0xfe, + 0xcb, + 0x22, + 0xfe, + 0x01, + 0xfd, + 0xfd, + 0xb0, + 0xa3, + 0xfe, + 0xce, + 0x7a, + 0xff, + 0x4a, + 0xd6, + 0xff, + 0x42, + 0xf1, + 0xfe, + 0x0e, + 0xe2, + 0xfe, + 0xdb, + 0xaf, + 0x23, + 0x75, + 0xda, + 0x3c, + 0x61, + 0x5f, + 0xfb, + 0x43, + 0xed, + 0xe4, + 0xae, + 0x91, + 0x07, + 0x51, + 0x85, + 0xfa, + 0xa9, + 0xa9, + 0x05, + 0xb6, + 0x8f, + 0x05, + 0xe2, + 0x65, + 0xf1, + 0x2e, + 0x7f, + 0xfc, + 0xb2, + 0xa9, + 0xfd, + 0x3c, + 0x95, + 0x05, + 0xf6, + 0x29, + 0x00, + 0xa2, + 0x60, + 0xfd, + 0x04, + 0x64, + 0x03, + 0xd6, + 0xa6, + 0xf8, + 0x4f, + 0x31, + 0x03, + 0x80, + 0x8e, + 0xfe, + 0xe0, + 0x90, + 0xf9, + 0xc1, + 0xe4, + 0x01, + 0x79, + 0xba, + 0xfb, + 0x20, + 0x61, + 0x00, + 0x93, + 0xed, + 0xfe, + 0xa9, + 0x9e, + 0xfd, + 0x16, + 0xd2, + 0x00, + 0x08, + 0x7d, + 0x00, + 0x58, + 0xc5, + 0x02, + 0x4b, + 0xd7, + 0xfe, + 0xc7, + 0xbf, + 0x00, + 0xa8, + 0x12, + 0xff, + 0xf8, + 0x8f, + 0xfc, + 0x80, + 0x31, + 0x00, + 0x78, + 0xa5, + 0xfd, + 0x10, + 0xbf, + 0xfe, + 0xdd, + 0x99, + 0x00, + 0x2c, + 0x66, + 0x01, + 0x43, + 0x5b, + 0x01, + 0x31, + 0x7f, + 0xff, + 0xb0, + 0xc8, + 0xff, + 0x9c, + 0xf2, + 0xfd, + 0x08, + 0x47, + 0xff, + 0xa4, + 0x14, + 0x01, + 0x18, + 0x96, + 0xff, + 0x90, + 0x9c, + 0xff, + 0x93, + 0xe9, + 0xfe, + 0x91, + 0xe4, + 0xfe, + 0xc3, + 0x6e, + 0xff, + 0xc5, + 0xec, + 0xff, + 0x7f, + 0x83, + 0x01, + 0x4b, + 0x42, + 0x01, + 0xca, + 0xd0, + 0xff, + 0x00, + 0xba, + 0xff, + 0x77, + 0x7f, + 0xff, + 0x9f, + 0x90, + 0xfe, + 0xe8, + 0x4f, + 0xfe, + 0x75, + 0xfc, + 0xfd, + 0xa1, + 0xe4, + 0xfd, + 0x6e, + 0x05, + 0xfe, + 0x52, + 0xed, + 0xfd, + 0x1b, + 0x51, + 0xfe, + 0xc1, + 0x3d, + 0xff, + 0xfe, + 0x03, + 0x00, + 0xc4, + 0x5f, + 0xff, + 0x76, + 0xfb, + 0xfe, + 0x8b, + 0x6a, + 0x24, + 0x26, + 0x8c, + 0x3a, + 0x64, + 0x09, + 0xf9, + 0xf3, + 0x34, + 0xe8, + 0xab, + 0xf7, + 0x05, + 0xea, + 0x04, + 0xf8, + 0x26, + 0xc5, + 0x08, + 0xd7, + 0xdb, + 0x04, + 0xd0, + 0xd7, + 0xf0, + 0xf4, + 0xa3, + 0xfd, + 0x0e, + 0x00, + 0xfe, + 0xf0, + 0xfe, + 0x04, + 0x5d, + 0xa2, + 0xff, + 0xe7, + 0x8f, + 0xff, + 0x3d, + 0x8d, + 0x02, + 0x26, + 0x5c, + 0xf8, + 0x51, + 0xe9, + 0x03, + 0x60, + 0xeb, + 0xfc, + 0x66, + 0x68, + 0xfa, + 0xb1, + 0xd8, + 0x01, + 0x19, + 0x74, + 0xfb, + 0xe6, + 0x27, + 0x01, + 0x68, + 0x0b, + 0xff, + 0x76, + 0xd2, + 0xfd, + 0x89, + 0x50, + 0x00, + 0xa0, + 0x00, + 0x01, + 0x8b, + 0xd6, + 0x02, + 0x1b, + 0x62, + 0xfe, + 0x50, + 0xf0, + 0x00, + 0x6e, + 0xbf, + 0xfe, + 0x44, + 0xc8, + 0xfc, + 0xd6, + 0x57, + 0x00, + 0xfe, + 0x6d, + 0xfd, + 0x0a, + 0xd7, + 0xfe, + 0x91, + 0xea, + 0x00, + 0x04, + 0x4a, + 0x01, + 0x29, + 0xf0, + 0x00, + 0x9e, + 0xdf, + 0xff, + 0xac, + 0x14, + 0x00, + 0xbe, + 0xda, + 0xfd, + 0xe1, + 0x32, + 0xff, + 0x4a, + 0xd2, + 0x00, + 0xbe, + 0x96, + 0xff, + 0xc0, + 0xcf, + 0xff, + 0x9a, + 0x00, + 0xff, + 0x19, + 0x00, + 0xff, + 0xbb, + 0x9c, + 0xff, + 0xf9, + 0xd4, + 0xff, + 0x8f, + 0xf8, + 0x00, + 0x03, + 0xa8, + 0x01, + 0xb9, + 0xc7, + 0x00, + 0xc0, + 0x4e, + 0xff, + 0x8a, + 0x52, + 0xff, + 0x88, + 0xf1, + 0xfe, + 0x6d, + 0xfa, + 0xfd, + 0x32, + 0x1f, + 0xfe, + 0x84, + 0xf9, + 0xfd, + 0xce, + 0xc0, + 0xfd, + 0xd2, + 0xff, + 0xfd, + 0x38, + 0x12, + 0xfe, + 0x21, + 0xeb, + 0xfe, + 0xaf, + 0x23, + 0x00, + 0x2f, + 0xe1, + 0xff, + 0xc7, + 0x2c, + 0xff, + 0xcb, + 0x9e, + 0x1f, + 0x6e, + 0x77, + 0x38, + 0x80, + 0xff, + 0xfe, + 0x27, + 0xb1, + 0xe7, + 0xa9, + 0x17, + 0x04, + 0x89, + 0xf0, + 0xf7, + 0x8c, + 0xa1, + 0x07, + 0xae, + 0x31, + 0x08, + 0x0e, + 0x47, + 0xf0, + 0xe4, + 0x74, + 0xfd, + 0xf0, + 0xb0, + 0xfe, + 0xd1, + 0x74, + 0x03, + 0xec, + 0x23, + 0x01, + 0x27, + 0xf7, + 0xfe, + 0xda, + 0x8b, + 0x03, + 0x2b, + 0xcd, + 0xf7, + 0x41, + 0x6a, + 0x02, + 0x8f, + 0x0c, + 0xff, + 0x1a, + 0x11, + 0xf9, + 0xf1, + 0x6e, + 0x02, + 0x33, + 0x62, + 0xfc, + 0x79, + 0x89, + 0x00, + 0x4c, + 0x06, + 0x00, + 0x1a, + 0x30, + 0xfd, + 0x2f, + 0x5f, + 0x00, + 0xd4, + 0xd5, + 0x00, + 0x05, + 0xc2, + 0x02, + 0xa6, + 0x72, + 0xfe, + 0xff, + 0x60, + 0x00, + 0x69, + 0xb7, + 0xff, + 0x86, + 0x80, + 0xfc, + 0x51, + 0x2b, + 0x00, + 0x90, + 0xfc, + 0xfd, + 0x4d, + 0xa6, + 0xfe, + 0x0d, + 0x2a, + 0x01, + 0x75, + 0xcd, + 0x00, + 0x3d, + 0xf9, + 0x00, + 0xf8, + 0x22, + 0x00, + 0x39, + 0x10, + 0x00, + 0x44, + 0x62, + 0xfe, + 0xff, + 0xa2, + 0xfe, + 0x6f, + 0x7f, + 0x00, + 0xe5, + 0xc7, + 0xff, + 0x4b, + 0xe6, + 0xff, + 0x26, + 0x53, + 0xff, + 0x96, + 0x04, + 0xff, + 0x1c, + 0xbb, + 0xff, + 0x5a, + 0xce, + 0xff, + 0x72, + 0xbf, + 0x00, + 0x77, + 0x7e, + 0x01, + 0x34, + 0x3c, + 0x01, + 0x91, + 0xae, + 0xff, + 0x29, + 0xf5, + 0xfe, + 0x71, + 0x13, + 0xff, + 0x85, + 0xfd, + 0xfd, + 0x71, + 0x07, + 0xfe, + 0x92, + 0x4f, + 0xfe, + 0xe0, + 0xce, + 0xfd, + 0xac, + 0xea, + 0xfd, + 0xe5, + 0xf5, + 0xfd, + 0x28, + 0x84, + 0xfe, + 0x66, + 0x12, + 0x00, + 0x53, + 0x6a, + 0x00, + 0xe9, + 0x41, + 0xff, + 0x40, + 0xd6, + 0x1f, + 0x1c, + 0xc4, + 0x33, + 0xd7, + 0xfc, + 0xfc, + 0xc6, + 0x69, + 0xed, + 0x34, + 0x8b, + 0x01, + 0x88, + 0x85, + 0xf6, + 0x63, + 0xd1, + 0x0a, + 0x2a, + 0x20, + 0x06, + 0xcb, + 0xfe, + 0xf1, + 0x84, + 0xe3, + 0xfd, + 0x02, + 0xd7, + 0xfe, + 0xa4, + 0x87, + 0x03, + 0x72, + 0x7e, + 0xff, + 0xe0, + 0x60, + 0x01, + 0x08, + 0x91, + 0x01, + 0x59, + 0xc8, + 0xf7, + 0x53, + 0xae, + 0x03, + 0x0e, + 0x7c, + 0xfd, + 0x51, + 0xf2, + 0xfa, + 0x02, + 0x2e, + 0x02, + 0x77, + 0xfc, + 0xfc, + 0xfb, + 0xe6, + 0x00, + 0xaf, + 0x4e, + 0xff, + 0xa0, + 0x20, + 0xfe, + 0xd4, + 0xa7, + 0xff, + 0x0e, + 0xfe, + 0x00, + 0x5d, + 0x42, + 0x02, + 0x35, + 0x45, + 0xfe, + 0xc5, + 0x0a, + 0x01, + 0xd1, + 0x41, + 0xff, + 0x7d, + 0xf4, + 0xfc, + 0x35, + 0x41, + 0x00, + 0x12, + 0x47, + 0xfe, + 0x84, + 0xf3, + 0xfe, + 0x4c, + 0xef, + 0x00, + 0x6f, + 0xea, + 0x00, + 0xd2, + 0xa3, + 0x00, + 0x92, + 0x28, + 0x00, + 0x8e, + 0x4a, + 0x00, + 0x48, + 0x60, + 0xfe, + 0x92, + 0xa8, + 0xfe, + 0xaa, + 0x36, + 0x00, + 0xc8, + 0xc0, + 0xff, + 0xf3, + 0x18, + 0x00, + 0xf8, + 0x78, + 0xff, + 0xf3, + 0x38, + 0xff, + 0x46, + 0xb2, + 0xff, + 0x53, + 0xfa, + 0xff, + 0xb8, + 0xda, + 0x00, + 0xb1, + 0x08, + 0x01, + 0x70, + 0x1d, + 0x01, + 0x2e, + 0x15, + 0x00, + 0xa8, + 0xe0, + 0xfe, + 0x44, + 0xa5, + 0xfe, + 0x67, + 0x4e, + 0xfe, + 0x89, + 0x46, + 0xfe, + 0x12, + 0x33, + 0xfe, + 0xef, + 0x25, + 0xfe, + 0xd2, + 0x01, + 0xfe, + 0xdb, + 0xcf, + 0xfd, + 0x17, + 0x7a, + 0xfe, + 0x20, + 0x0c, + 0x00, + 0x3d, + 0x84, + 0x00, + 0x6e, + 0x3c, + 0xff, + 0x9f, + 0x79, + 0x1d, + 0x7f, + 0xe8, + 0x2e, + 0x8f, + 0xa9, + 0xfe, + 0x74, + 0x7a, + 0xf1, + 0xbb, + 0x2c, + 0xff, + 0x2a, + 0x83, + 0xf6, + 0xbe, + 0x77, + 0x0b, + 0xd3, + 0x84, + 0x05, + 0xaf, + 0x27, + 0xf4, + 0xc3, + 0x29, + 0xfe, + 0x25, + 0x95, + 0xfe, + 0x15, + 0xb8, + 0x02, + 0x97, + 0x59, + 0xff, + 0x4d, + 0xa1, + 0x01, + 0x88, + 0x8e, + 0x00, + 0x30, + 0xd5, + 0xf8, + 0x29, + 0x36, + 0x03, + 0xb0, + 0xb8, + 0xfd, + 0x00, + 0x1c, + 0xfc, + 0x1d, + 0xd9, + 0x01, + 0xad, + 0xbc, + 0xfd, + 0x3f, + 0x6b, + 0x00, + 0x82, + 0x93, + 0xff, + 0x0a, + 0x95, + 0xfe, + 0xa7, + 0xd5, + 0xfe, + 0x14, + 0xce, + 0x00, + 0x2c, + 0xfd, + 0x01, + 0xed, + 0x95, + 0xfe, + 0xfe, + 0xee, + 0x00, + 0xf2, + 0x50, + 0xff, + 0xc1, + 0x81, + 0xfd, + 0x81, + 0x4b, + 0x00, + 0x31, + 0x90, + 0xfe, + 0x61, + 0x05, + 0xff, + 0x2b, + 0xde, + 0x00, + 0x02, + 0x9a, + 0x00, + 0x3d, + 0x73, + 0x00, + 0x56, + 0x33, + 0x00, + 0xcc, + 0x38, + 0x00, + 0xd4, + 0xa0, + 0xfe, + 0x7a, + 0x93, + 0xfe, + 0xb9, + 0xf8, + 0xff, + 0xb2, + 0xb1, + 0xff, + 0xa4, + 0x23, + 0x00, + 0x80, + 0xb5, + 0xff, + 0x43, + 0x43, + 0xff, + 0x7c, + 0xba, + 0xff, + 0x30, + 0x08, + 0x00, + 0xf8, + 0xd5, + 0x00, + 0xa6, + 0xcd, + 0x00, + 0x49, + 0x8b, + 0x00, + 0x5f, + 0x14, + 0x00, + 0x79, + 0x22, + 0xff, + 0xe2, + 0x80, + 0xfe, + 0x09, + 0x80, + 0xfe, + 0x8a, + 0x73, + 0xfe, + 0x1a, + 0x20, + 0xfe, + 0xe0, + 0x54, + 0xfe, + 0x04, + 0x2c, + 0xfe, + 0x3d, + 0x0d, + 0xfe, + 0x34, + 0xa0, + 0xfe, + 0xa5, + 0xa2, + 0xff, + 0xbd, + 0x1b, + 0x00, + 0xf4, + 0x68, + 0xff, + 0x41, + 0x74, + 0x15, + 0xca, + 0x9c, + 0x29, + 0x30, + 0xdf, + 0x06, + 0x1e, + 0x47, + 0xf1, + 0x68, + 0xb9, + 0x00, + 0x18, + 0xb4, + 0xfc, + 0x81, + 0xa8, + 0x03, + 0x15, + 0xd5, + 0x03, + 0x88, + 0xf7, + 0xf6, + 0x15, + 0x28, + 0xfd, + 0x4b, + 0x51, + 0xff, + 0xf9, + 0xc3, + 0x02, + 0xa8, + 0xda, + 0x00, + 0xe4, + 0xf0, + 0xff, + 0x3c, + 0x04, + 0x02, + 0xd4, + 0x73, + 0xfb, + 0x7c, + 0xd2, + 0x01, + 0xdf, + 0x20, + 0x00, + 0x98, + 0x3a, + 0xfc, + 0x8d, + 0x1c, + 0x01, + 0xd7, + 0x9b, + 0xfe, + 0x7f, + 0x1d, + 0x00, + 0xf5, + 0x7b, + 0xff, + 0xec, + 0x8b, + 0xfe, + 0x60, + 0xa0, + 0xff, + 0xcc, + 0xf7, + 0xff, + 0xd9, + 0x68, + 0x01, + 0xe7, + 0xd3, + 0xfe, + 0x2e, + 0x35, + 0x00, + 0xba, + 0x52, + 0x00, + 0x50, + 0xea, + 0xfd, + 0x29, + 0x8a, + 0xff, + 0xeb, + 0xf5, + 0xfe, + 0x47, + 0xbc, + 0xfe, + 0x27, + 0xee, + 0xff, + 0xf4, + 0xc1, + 0x00, + 0x7a, + 0x19, + 0x01, + 0x3b, + 0x75, + 0x00, + 0xdb, + 0x70, + 0x00, + 0xb3, + 0x65, + 0xff, + 0x52, + 0x0b, + 0xff, + 0xc3, + 0xcc, + 0xff, + 0x9e, + 0x78, + 0xff, + 0x95, + 0xd5, + 0xff, + 0x43, + 0x91, + 0xff, + 0x7e, + 0x0d, + 0xff, + 0xc5, + 0x92, + 0xff, + 0x57, + 0xdb, + 0xff, + 0x1a, + 0x34, + 0x00, + 0x5c, + 0x25, + 0x00, + 0x19, + 0x1c, + 0x00, + 0x39, + 0x13, + 0x00, + 0xdd, + 0xfb, + 0xff, + 0x6b, + 0x09, + 0x00, + 0x9e, + 0x6d, + 0xff, + 0x92, + 0xfd, + 0xfe, + 0xf7, + 0xb7, + 0xfe, + 0xcf, + 0x18, + 0xfe, + 0xbc, + 0x18, + 0xfe, + 0x32, + 0x9f, + 0xfe, + 0x14, + 0x88, + 0xfe, + 0xd0, + 0xa0, + 0xfe, + 0xe7, + 0x21, + 0xff, + 0x7b, + 0xb2, + 0xff, + 0xe2, + 0xf1, + 0x12, + 0x63, + 0x06, + 0x25, + 0x14, + 0x3c, + 0x08, + 0x5b, + 0x9b, + 0xf4, + 0xeb, + 0xdc, + 0xfe, + 0x2b, + 0xc0, + 0xfc, + 0x53, + 0x64, + 0x04, + 0x2f, + 0xd9, + 0x03, + 0xeb, + 0x31, + 0xf9, + 0xf7, + 0x6c, + 0xfd, + 0x36, + 0xbe, + 0xfe, + 0x31, + 0x23, + 0x02, + 0x99, + 0xbb, + 0x00, + 0x32, + 0x2b, + 0x00, + 0x0e, + 0x8b, + 0x01, + 0x0f, + 0x5b, + 0xfc, + 0x4a, + 0x56, + 0x01, + 0xe6, + 0x42, + 0x00, + 0x37, + 0x83, + 0xfd, + 0x78, + 0xfe, + 0x00, + 0x15, + 0x4d, + 0xff, + 0x95, + 0x2a, + 0x00, + 0xae, + 0xa6, + 0xff, + 0xfb, + 0xe2, + 0xfe, + 0x0e, + 0x12, + 0xff, + 0x6b, + 0xd5, + 0xff, + 0xf6, + 0x34, + 0x01, + 0x96, + 0x0d, + 0xff, + 0x84, + 0x41, + 0x00, + 0x1f, + 0x78, + 0x00, + 0xd1, + 0x80, + 0xfe, + 0x65, + 0x8b, + 0xff, + 0x35, + 0x28, + 0xff, + 0x8e, + 0xe4, + 0xfe, + 0x83, + 0xc5, + 0xff, + 0x18, + 0x78, + 0x00, + 0xf5, + 0xdb, + 0x00, + 0x65, + 0x80, + 0x00, + 0xc4, + 0x66, + 0x00, + 0x69, + 0x87, + 0xff, + 0xaa, + 0x47, + 0xff, + 0x14, + 0xd8, + 0xff, + 0x3f, + 0x7b, + 0xff, + 0xad, + 0xd2, + 0xff, + 0xbf, + 0x9a, + 0xff, + 0x6f, + 0x0f, + 0xff, + 0xad, + 0x7c, + 0xff, + 0x9e, + 0xae, + 0xff, + 0xa0, + 0x00, + 0x00, + 0xb3, + 0x1c, + 0x00, + 0x13, + 0x30, + 0x00, + 0x3a, + 0x16, + 0x00, + 0x45, + 0x95, + 0xff, + 0x55, + 0xbe, + 0xff, + 0x96, + 0xd3, + 0xff, + 0x79, + 0x27, + 0xff, + 0x12, + 0xc6, + 0xfe, + 0x0a, + 0xa3, + 0xfe, + 0x3d, + 0x64, + 0xfe, + 0x3d, + 0xb4, + 0xfe, + 0xdf, + 0xb8, + 0xfe, + 0x98, + 0xa2, + 0xfe, + 0x97, + 0x0f, + 0xff, + 0x76, + 0x80, + 0xff, + 0xa0, + 0x66, + 0x11, + 0xad, + 0x29, + 0x21, + 0xf6, + 0x44, + 0x08, + 0xc2, + 0x43, + 0xf7, + 0xca, + 0xcb, + 0xfd, + 0x0b, + 0x15, + 0xfd, + 0x4b, + 0xbd, + 0x04, + 0x53, + 0x5b, + 0x03, + 0xc2, + 0x63, + 0xfb, + 0x20, + 0x9e, + 0xfd, + 0xbb, + 0x5a, + 0xfe, + 0x86, + 0xf2, + 0x01, + 0x68, + 0x51, + 0x00, + 0xe7, + 0x87, + 0x00, + 0xbb, + 0x48, + 0x01, + 0xaf, + 0x29, + 0xfd, + 0x05, + 0x38, + 0x01, + 0x1c, + 0x52, + 0x00, + 0xcf, + 0xaa, + 0xfe, + 0x70, + 0xb7, + 0x00, + 0x75, + 0xbb, + 0xff, + 0xb1, + 0x8c, + 0x00, + 0x32, + 0x9f, + 0xff, + 0xde, + 0x24, + 0xff, + 0xec, + 0xfe, + 0xfe, + 0x47, + 0xaa, + 0xff, + 0x6f, + 0xf2, + 0x00, + 0xf2, + 0x46, + 0xff, + 0x79, + 0x2c, + 0x00, + 0x5f, + 0x56, + 0x00, + 0xc0, + 0xf4, + 0xfe, + 0x1d, + 0x99, + 0xff, + 0xd7, + 0x43, + 0xff, + 0x54, + 0x2a, + 0xff, + 0xa7, + 0x90, + 0xff, + 0xd5, + 0x2d, + 0x00, + 0xae, + 0xca, + 0x00, + 0x52, + 0x7b, + 0x00, + 0x41, + 0x69, + 0x00, + 0xcc, + 0xac, + 0xff, + 0x2e, + 0xb0, + 0xff, + 0xb3, + 0x06, + 0x00, + 0xdb, + 0x0b, + 0xff, + 0xa3, + 0x7e, + 0xff, + 0x14, + 0xc7, + 0xff, + 0xa4, + 0x30, + 0xff, + 0x99, + 0x4c, + 0xff, + 0xe4, + 0x73, + 0xff, + 0x7a, + 0xf8, + 0xff, + 0x8a, + 0x27, + 0x00, + 0xb0, + 0x02, + 0x00, + 0x85, + 0xe8, + 0xff, + 0x9c, + 0xa4, + 0xff, + 0x64, + 0xd8, + 0xff, + 0xe8, + 0xd0, + 0xff, + 0xc3, + 0x22, + 0xff, + 0xec, + 0xf6, + 0xfe, + 0x6c, + 0x1c, + 0xff, + 0x75, + 0xcd, + 0xfe, + 0x48, + 0x90, + 0xfe, + 0x9b, + 0xa7, + 0xfe, + 0x61, + 0xed, + 0xfe, + 0x11, + 0x1a, + 0xff, + 0xe3, + 0x34, + 0xff, + 0x10, + 0xcf, + 0x0e, + 0x71, + 0x3d, + 0x1e, + 0xf2, + 0x0f, + 0x0a, + 0xee, + 0x59, + 0xf8, + 0xd9, + 0x2c, + 0xfd, + 0x76, + 0xae, + 0xfd, + 0x1b, + 0xea, + 0x03, + 0x5e, + 0xc5, + 0x03, + 0x18, + 0xcb, + 0xfc, + 0x31, + 0xca, + 0xfd, + 0x6f, + 0x48, + 0xfe, + 0x5a, + 0x79, + 0x01, + 0x3a, + 0x82, + 0x00, + 0x09, + 0x47, + 0x00, + 0x40, + 0x6e, + 0x01, + 0xc7, + 0x01, + 0xfe, + 0xf3, + 0xd1, + 0x00, + 0x87, + 0xa0, + 0x00, + 0xab, + 0x24, + 0xff, + 0xd2, + 0x92, + 0x00, + 0x5d, + 0xfa, + 0xff, + 0x34, + 0xbd, + 0x00, + 0x5d, + 0xba, + 0xff, + 0xbc, + 0x3f, + 0xff, + 0xac, + 0x0b, + 0xff, + 0xee, + 0x46, + 0xff, + 0x3f, + 0xa2, + 0x00, + 0xda, + 0x58, + 0xff, + 0x44, + 0xcb, + 0xff, + 0x11, + 0x39, + 0x00, + 0x22, + 0x5e, + 0xff, + 0xe8, + 0xa7, + 0xff, + 0xea, + 0x50, + 0xff, + 0xdd, + 0x3f, + 0xff, + 0x1a, + 0x5c, + 0xff, + 0x02, + 0x17, + 0x00, + 0x89, + 0xb2, + 0x00, + 0x02, + 0x4d, + 0x00, + 0xa3, + 0xb3, + 0x00, + 0x3e, + 0x2e, + 0x00, + 0x83, + 0x37, + 0xff, + 0x0f, + 0x47, + 0xff, + 0xf1, + 0x4b, + 0xff, + 0xd9, + 0x8b, + 0xff, + 0xd2, + 0x8a, + 0xff, + 0xe5, + 0x42, + 0xff, + 0xa5, + 0x18, + 0xff, + 0x6a, + 0x68, + 0xff, + 0xa1, + 0xf7, + 0xff, + 0x3a, + 0xd9, + 0xff, + 0xb0, + 0xf4, + 0xff, + 0x62, + 0x17, + 0x00, + 0xfd, + 0xad, + 0xff, + 0xb9, + 0x8a, + 0xff, + 0x74, + 0xbf, + 0xff, + 0xea, + 0x8f, + 0xff, + 0x75, + 0x24, + 0xff, + 0xb0, + 0x0c, + 0xff, + 0x03, + 0xeb, + 0xfe, + 0xba, + 0xc5, + 0xfe, + 0x70, + 0xae, + 0xfe, + 0xfb, + 0xbb, + 0xfe, + 0xdb, + 0xf2, + 0xfe, + 0x1d, + 0x14, + 0xff, + 0x00, + 0x4d, + 0x0f, + 0xc8, + 0x42, + 0x1c, + 0xcc, + 0x11, + 0x08, + 0x31, + 0x92, + 0xf9, + 0xa3, + 0x10, + 0xfd, + 0xd8, + 0x4e, + 0xfe, + 0xca, + 0x4e, + 0x04, + 0xa2, + 0xe1, + 0x02, + 0xac, + 0x01, + 0xfe, + 0x11, + 0xec, + 0xfd, + 0x9c, + 0x8e, + 0xfe, + 0x43, + 0xa0, + 0x01, + 0xfa, + 0x3a, + 0x00, + 0x98, + 0xe5, + 0x00, + 0xec, + 0xf9, + 0x00, + 0xc8, + 0xd5, + 0xfe, + 0x65, + 0x23, + 0x01, + 0x78, + 0x21, + 0x00, + 0xd6, + 0xc5, + 0xff, + 0x31, + 0x79, + 0x00, + 0x2c, + 0x32, + 0x00, + 0x01, + 0xc1, + 0x00, + 0xb1, + 0xa5, + 0xff, + 0x8d, + 0x8c, + 0xff, + 0xf5, + 0xe6, + 0xfe, + 0x29, + 0x2f, + 0xff, + 0x27, + 0x3e, + 0x00, + 0x18, + 0x47, + 0xff, + 0xe7, + 0xd3, + 0xff, + 0x4a, + 0x31, + 0x00, + 0x00, + 0xc8, + 0xff, + 0x17, + 0x8d, + 0xff, + 0x65, + 0x51, + 0xff, + 0x54, + 0xaa, + 0xff, + 0xc5, + 0x64, + 0xff, + 0x7e, + 0xe7, + 0xff, + 0xb5, + 0x0f, + 0x01, + 0xc9, + 0x00, + 0x01, + 0xa1, + 0xd1, + 0xff, + 0x1d, + 0x1c, + 0xff, + 0xe1, + 0xcc, + 0xff, + 0x4c, + 0x7f, + 0xff, + 0x22, + 0x11, + 0xff, + 0x85, + 0xa2, + 0xff, + 0xa1, + 0x66, + 0xff, + 0x5a, + 0x29, + 0xff, + 0x0c, + 0x4f, + 0xff, + 0x19, + 0x90, + 0xff, + 0xe5, + 0xf3, + 0xff, + 0x75, + 0x05, + 0x00, + 0x47, + 0xb0, + 0xff, + 0x60, + 0x78, + 0xff, + 0x9c, + 0xf5, + 0xff, + 0x42, + 0x2f, + 0x00, + 0x7c, + 0xc2, + 0xff, + 0x85, + 0x52, + 0xff, + 0xac, + 0x2a, + 0xff, + 0xcb, + 0x57, + 0xff, + 0x9f, + 0x2b, + 0xff, + 0x05, + 0xa3, + 0xfe, + 0x63, + 0x81, + 0xfe, + 0x44, + 0xcd, + 0xfe, + 0xc0, + 0xe7, + 0xfe, + 0x98, + 0xdb, + 0xfe, + 0x57, + 0xee, + 0x0a, + 0xd3, + 0x66, + 0x1a, + 0x6e, + 0x82, + 0x0d, + 0x0d, + 0xb0, + 0xf9, + 0x94, + 0x54, + 0xfc, + 0xb5, + 0x3c, + 0xff, + 0x57, + 0x77, + 0x02, + 0xa8, + 0x45, + 0x04, + 0x0f, + 0xad, + 0xfe, + 0xda, + 0xed, + 0xfd, + 0x49, + 0x86, + 0xfe, + 0x95, + 0xf7, + 0x00, + 0x96, + 0x3d, + 0x01, + 0x44, + 0x36, + 0x00, + 0xd5, + 0x9c, + 0x01, + 0xc1, + 0x2b, + 0xff, + 0x92, + 0xa9, + 0x00, + 0x45, + 0x04, + 0x01, + 0xfd, + 0xf4, + 0xfe, + 0x2a, + 0x9b, + 0x00, + 0xec, + 0x53, + 0x00, + 0xc0, + 0x7a, + 0x00, + 0x7f, + 0xd3, + 0xff, + 0x90, + 0x5b, + 0xff, + 0x45, + 0x7f, + 0xff, + 0x4f, + 0x83, + 0xfe, + 0x2c, + 0xca, + 0xff, + 0x94, + 0xce, + 0xff, + 0x35, + 0x98, + 0xff, + 0x05, + 0x1e, + 0x00, + 0x1f, + 0xad, + 0xff, + 0x53, + 0xea, + 0xff, + 0x00, + 0xa8, + 0xff, + 0x0c, + 0x54, + 0xff, + 0x6d, + 0xba, + 0xff, + 0x2a, + 0xca, + 0x00, + 0x4e, + 0xbe, + 0x00, + 0x4e, + 0x74, + 0xff, + 0xa7, + 0xb1, + 0xff, + 0xb6, + 0xba, + 0xff, + 0xe4, + 0x6e, + 0xff, + 0xa7, + 0xaa, + 0xff, + 0xc1, + 0x2a, + 0xff, + 0xa6, + 0x44, + 0xff, + 0xec, + 0x9b, + 0xff, + 0x41, + 0x35, + 0xff, + 0xd1, + 0x63, + 0xff, + 0xe4, + 0x12, + 0x00, + 0x1d, + 0xf0, + 0xff, + 0x9f, + 0x2c, + 0xff, + 0x1b, + 0x32, + 0xff, + 0x86, + 0xe4, + 0xff, + 0x8f, + 0x46, + 0x00, + 0xb2, + 0x04, + 0x00, + 0xe2, + 0xaa, + 0xff, + 0x72, + 0xb3, + 0xff, + 0x49, + 0x85, + 0xff, + 0x15, + 0x30, + 0xff, + 0x62, + 0xff, + 0xfe, + 0x23, + 0xc5, + 0xfe, + 0xf9, + 0xa2, + 0xfe, + 0xd0, + 0x9d, + 0xfe, + 0x43, + 0x9a, + 0xfe, + 0x35, + 0xa6, + 0xfe, + 0xd7, + 0x16, + 0x0b, + 0xca, + 0xf7, + 0x19, + 0xc6, + 0xb6, + 0x0c, + 0x46, + 0xd4, + 0xf9, + 0x81, + 0x9d, + 0xfc, + 0xd0, + 0xd8, + 0xff, + 0xdb, + 0xe3, + 0x02, + 0x5e, + 0xa9, + 0x03, + 0x3c, + 0xe1, + 0xfe, + 0x15, + 0xfb, + 0xfd, + 0x0f, + 0x22, + 0xfe, + 0xb0, + 0x46, + 0x01, + 0xcd, + 0x2f, + 0x01, + 0x51, + 0x0c, + 0x00, + 0x6b, + 0xc6, + 0x01, + 0xd5, + 0x75, + 0xff, + 0xd8, + 0x93, + 0x00, + 0x06, + 0xf6, + 0x00, + 0x3c, + 0x21, + 0xff, + 0x57, + 0xff, + 0xff, + 0x84, + 0x2c, + 0x00, + 0x2c, + 0xcf, + 0x00, + 0xb3, + 0x82, + 0xff, + 0x0b, + 0x01, + 0xff, + 0xdd, + 0x8e, + 0xff, + 0xf7, + 0xe6, + 0xfe, + 0x60, + 0x9d, + 0xff, + 0x72, + 0x79, + 0xff, + 0x8d, + 0xbf, + 0xff, + 0xdb, + 0xeb, + 0xff, + 0x2c, + 0xaf, + 0xff, + 0x11, + 0x1c, + 0x00, + 0x25, + 0x6b, + 0xff, + 0x5f, + 0x1f, + 0x00, + 0xec, + 0xbd, + 0x00, + 0xdd, + 0xac, + 0xff, + 0x5d, + 0xa7, + 0xff, + 0x16, + 0xd8, + 0xff, + 0x2b, + 0x8c, + 0xff, + 0x1b, + 0x95, + 0xff, + 0xa5, + 0x7c, + 0xff, + 0x2b, + 0x1e, + 0xff, + 0xda, + 0x74, + 0xff, + 0xef, + 0xac, + 0xff, + 0x36, + 0x59, + 0xff, + 0x25, + 0x96, + 0xff, + 0xba, + 0xc3, + 0xff, + 0x90, + 0xb2, + 0xff, + 0x08, + 0x6a, + 0xff, + 0x33, + 0x1e, + 0xff, + 0x39, + 0x74, + 0xff, + 0x91, + 0xc7, + 0xff, + 0xd7, + 0xcd, + 0xff, + 0xe9, + 0xd7, + 0xff, + 0xa7, + 0x3d, + 0x00, + 0xc1, + 0x3b, + 0x00, + 0xac, + 0x5d, + 0xff, + 0x59, + 0xe6, + 0xfe, + 0x85, + 0xfc, + 0xfe, + 0xf2, + 0xe7, + 0xfe, + 0x73, + 0x9e, + 0xfe, + 0xf3, + 0x76, + 0xfe, + 0x70, + 0x64, + 0xfe, + 0x40, + 0x79, + 0xfe, + 0x34, + 0xc7, + 0x0b, + 0x67, + 0x4f, + 0x1a, + 0xc2, + 0xb0, + 0x0b, + 0xd6, + 0x78, + 0xf9, + 0xea, + 0x02, + 0xfd, + 0xa1, + 0x8a, + 0x00, + 0x2c, + 0x90, + 0x03, + 0x4b, + 0x46, + 0x03, + 0x0f, + 0x86, + 0xfe, + 0x28, + 0xce, + 0xfd, + 0xb7, + 0x17, + 0xfe, + 0xf3, + 0x1b, + 0x01, + 0xc7, + 0xd4, + 0x00, + 0x20, + 0x22, + 0x00, + 0x60, + 0x75, + 0x01, + 0xc1, + 0xc2, + 0xff, + 0xdc, + 0x0b, + 0x01, + 0x72, + 0x86, + 0x00, + 0x30, + 0x33, + 0xff, + 0xc7, + 0x21, + 0x00, + 0x77, + 0xda, + 0xff, + 0x4e, + 0x63, + 0x00, + 0x2a, + 0x90, + 0xff, + 0xda, + 0x2b, + 0xff, + 0x4e, + 0x27, + 0xff, + 0xe3, + 0xfe, + 0xfe, + 0x1b, + 0x19, + 0x00, + 0x8d, + 0x62, + 0xff, + 0xad, + 0x31, + 0xff, + 0x42, + 0xfe, + 0xff, + 0x80, + 0xf2, + 0xff, + 0x4e, + 0x9d, + 0xff, + 0x2f, + 0x2b, + 0x00, + 0x4c, + 0x00, + 0x01, + 0xd1, + 0x93, + 0xff, + 0xb4, + 0x3c, + 0xff, + 0xc8, + 0x0f, + 0x00, + 0x58, + 0x9b, + 0xff, + 0x9f, + 0xca, + 0xff, + 0x1b, + 0x65, + 0xff, + 0xd2, + 0xd3, + 0xfe, + 0xa2, + 0x62, + 0xff, + 0xf6, + 0x96, + 0xff, + 0xc2, + 0xa5, + 0xff, + 0x97, + 0xe1, + 0xff, + 0x2e, + 0xe0, + 0xff, + 0x2a, + 0x55, + 0xff, + 0x9e, + 0x18, + 0xff, + 0x35, + 0x8d, + 0xff, + 0x17, + 0x9f, + 0xff, + 0x27, + 0x66, + 0xff, + 0xc4, + 0x32, + 0xff, + 0x1e, + 0x67, + 0xff, + 0x6e, + 0x36, + 0x00, + 0x2a, + 0x8f, + 0x00, + 0xbe, + 0x12, + 0x00, + 0x28, + 0x75, + 0xff, + 0x52, + 0x23, + 0xff, + 0x0f, + 0xf8, + 0xfe, + 0xf5, + 0xcc, + 0xfe, + 0x15, + 0xa4, + 0xfe, + 0x93, + 0x63, + 0xfe, + 0x2c, + 0x49, + 0xfe, + 0x9d, + 0x77, + 0xfe, + 0x72, + 0x01, + 0x0d, + 0xd4, + 0x23, + 0x1b, + 0x32, + 0x8c, + 0x0a, + 0x55, + 0xfc, + 0xf8, + 0xca, + 0x3e, + 0xfd, + 0xf3, + 0x5c, + 0x01, + 0x0c, + 0x57, + 0x04, + 0x63, + 0xe1, + 0x02, + 0x88, + 0x58, + 0xfe, + 0x9a, + 0x3a, + 0xfd, + 0x6f, + 0xf8, + 0xfd, + 0x38, + 0x6a, + 0x01, + 0xfc, + 0x2f, + 0x00, + 0xce, + 0xcc, + 0xff, + 0xe8, + 0x47, + 0x01, + 0x59, + 0xcf, + 0xff, + 0x1a, + 0x37, + 0x01, + 0x48, + 0xb4, + 0x00, + 0xca, + 0x64, + 0xff, + 0x7f, + 0xf8, + 0xff, + 0xd6, + 0x32, + 0x00, + 0x10, + 0x2b, + 0x00, + 0xc8, + 0xcf, + 0xfe, + 0x3b, + 0x45, + 0xff, + 0xcf, + 0x78, + 0xff, + 0xc2, + 0x0b, + 0xff, + 0x57, + 0xd6, + 0xff, + 0x15, + 0x7e, + 0xff, + 0x1c, + 0xc1, + 0xff, + 0x30, + 0xb8, + 0xff, + 0xcb, + 0x32, + 0xff, + 0xa3, + 0x48, + 0x00, + 0xb9, + 0xfa, + 0x00, + 0x8d, + 0xeb, + 0xff, + 0x66, + 0x20, + 0xff, + 0x39, + 0xe2, + 0xff, + 0x31, + 0xe7, + 0xff, + 0x19, + 0xc4, + 0xff, + 0xeb, + 0xf0, + 0xff, + 0x91, + 0x11, + 0xff, + 0xcb, + 0x01, + 0xff, + 0x78, + 0x5e, + 0xff, + 0xc9, + 0x86, + 0xff, + 0x3b, + 0xf6, + 0xff, + 0xe4, + 0xfa, + 0xff, + 0x7e, + 0xac, + 0xff, + 0xe6, + 0x31, + 0xff, + 0xd7, + 0x42, + 0xff, + 0x21, + 0x8c, + 0xff, + 0xe1, + 0x8f, + 0xff, + 0x94, + 0x6d, + 0xff, + 0x6c, + 0x1e, + 0xff, + 0xac, + 0x8a, + 0xff, + 0xb7, + 0x35, + 0x00, + 0x8e, + 0x4a, + 0x00, + 0x77, + 0xeb, + 0xff, + 0x95, + 0x94, + 0xff, + 0xb3, + 0x7c, + 0xff, + 0xc3, + 0x25, + 0xff, + 0xb5, + 0xd6, + 0xfe, + 0xa3, + 0x99, + 0xfe, + 0x36, + 0x56, + 0xfe, + 0xfd, + 0x53, + 0xfe, + 0xd8, + 0x7c, + 0xfe, + 0x93, + 0xf9, + 0x0a, + 0x04, + 0x89, + 0x1b, + 0xba, + 0xfb, + 0x0e, + 0xfd, + 0x79, + 0xf8, + 0x0f, + 0xba, + 0xfb, + 0x55, + 0x4c, + 0x02, + 0x0b, + 0x24, + 0x04, + 0xa1, + 0xcc, + 0x03, + 0xea, + 0x4a, + 0xfe, + 0xe2, + 0xea, + 0xfc, + 0x00, + 0x92, + 0xfd, + 0xa2, + 0xb7, + 0x00, + 0xc9, + 0x01, + 0x01, + 0x31, + 0xd2, + 0xfe, + 0x5a, + 0xc9, + 0x00, + 0x58, + 0xe6, + 0xff, + 0xdc, + 0xc3, + 0x00, + 0x77, + 0x35, + 0x01, + 0xe5, + 0x17, + 0xff, + 0xe0, + 0x61, + 0x00, + 0xd3, + 0x87, + 0x00, + 0x35, + 0xf4, + 0xff, + 0xee, + 0xfc, + 0xfe, + 0x80, + 0xc0, + 0xfe, + 0xf6, + 0x45, + 0xff, + 0xdc, + 0xf6, + 0xfe, + 0xd1, + 0x29, + 0x00, + 0xfb, + 0xb2, + 0xff, + 0x27, + 0x54, + 0xff, + 0x6b, + 0x04, + 0x00, + 0xac, + 0x5d, + 0xff, + 0x96, + 0x29, + 0x00, + 0xd5, + 0xac, + 0x00, + 0xb6, + 0xa5, + 0xff, + 0x60, + 0x35, + 0xff, + 0xc4, + 0x9d, + 0xff, + 0xc2, + 0xfb, + 0xff, + 0x99, + 0x08, + 0x00, + 0xcd, + 0xe0, + 0xff, + 0xb4, + 0x2f, + 0xff, + 0xce, + 0x33, + 0xff, + 0x05, + 0x87, + 0xff, + 0x34, + 0x8e, + 0xff, + 0x60, + 0xf3, + 0xff, + 0xb9, + 0xfd, + 0xff, + 0x03, + 0x83, + 0xff, + 0xa7, + 0xe9, + 0xfe, + 0x20, + 0x5c, + 0xff, + 0xaa, + 0xf0, + 0xff, + 0x2a, + 0x75, + 0xff, + 0xf3, + 0x22, + 0xff, + 0x5c, + 0x32, + 0xff, + 0x75, + 0xd6, + 0xff, + 0x04, + 0x3b, + 0x00, + 0x35, + 0xff, + 0xff, + 0x49, + 0xaa, + 0xff, + 0xa3, + 0x68, + 0xff, + 0xba, + 0xa6, + 0xff, + 0x05, + 0x6c, + 0xff, + 0x8f, + 0xef, + 0xfe, + 0x4d, + 0x9d, + 0xfe, + 0x36, + 0x72, + 0xfe, + 0xd7, + 0x93, + 0xfe, + 0xa2, + 0x80, + 0xfe, + 0x65, + 0x79, + 0x0b, + 0x73, + 0x2d, + 0x1d, + 0x0a, + 0xec, + 0x0f, + 0x8d, + 0x3c, + 0xf7, + 0x92, + 0x27, + 0xfb, + 0x49, + 0x34, + 0x03, + 0x37, + 0x72, + 0x04, + 0xfa, + 0xab, + 0x03, + 0x9c, + 0xf5, + 0xfd, + 0xf9, + 0x69, + 0xfc, + 0xaf, + 0x73, + 0xfd, + 0x12, + 0xdf, + 0x00, + 0x11, + 0x05, + 0x01, + 0x1d, + 0x4b, + 0xfe, + 0x2b, + 0x45, + 0x00, + 0x11, + 0xc7, + 0xff, + 0xea, + 0x90, + 0x00, + 0x78, + 0xe1, + 0x00, + 0xea, + 0xd0, + 0xfe, + 0x52, + 0x58, + 0x00, + 0x88, + 0xb7, + 0x00, + 0x20, + 0x1a, + 0x00, + 0xad, + 0xf6, + 0xfe, + 0xf0, + 0xa6, + 0xfe, + 0x64, + 0x1f, + 0xff, + 0x63, + 0xc6, + 0xfe, + 0x7e, + 0x04, + 0x00, + 0x4e, + 0xa7, + 0xff, + 0xb7, + 0x97, + 0xff, + 0x1e, + 0x0f, + 0x00, + 0xa7, + 0x0a, + 0xff, + 0x74, + 0x2d, + 0x00, + 0x85, + 0xcb, + 0x00, + 0xf2, + 0x81, + 0xff, + 0x75, + 0xa9, + 0xfe, + 0x1c, + 0x56, + 0xff, + 0x12, + 0x4a, + 0x00, + 0xec, + 0xd3, + 0xff, + 0x82, + 0x9c, + 0xff, + 0x45, + 0x5a, + 0xff, + 0xe4, + 0x5d, + 0xff, + 0xad, + 0xad, + 0xff, + 0x55, + 0xa7, + 0xff, + 0xd0, + 0x33, + 0x00, + 0x6e, + 0xf8, + 0xff, + 0x19, + 0x43, + 0xff, + 0xa6, + 0xdb, + 0xfe, + 0x29, + 0x1e, + 0xff, + 0xa5, + 0xd6, + 0xff, + 0x02, + 0x99, + 0xff, + 0xae, + 0x3f, + 0xff, + 0xf5, + 0x2c, + 0xff, + 0xa5, + 0xb3, + 0xff, + 0xd1, + 0x68, + 0x00, + 0x7b, + 0xfe, + 0xff, + 0x36, + 0x55, + 0xff, + 0x64, + 0x57, + 0xff, + 0x43, + 0x6d, + 0xff, + 0xfc, + 0x10, + 0xff, + 0xd1, + 0xef, + 0xfe, + 0x44, + 0xc8, + 0xfe, + 0x5b, + 0x94, + 0xfe, + 0x5a, + 0xa5, + 0xfe, + 0xeb, + 0xcb, + 0xfe, + 0x02, + 0x6c, + 0x0e, + 0x3c, + 0x39, + 0x20, + 0x52, + 0x07, + 0x0d, + 0x6f, + 0x26, + 0xf5, + 0xd9, + 0x61, + 0xfc, + 0xfd, + 0xe7, + 0x03, + 0xf9, + 0x16, + 0x05, + 0x73, + 0x91, + 0x02, + 0xc5, + 0x10, + 0xfd, + 0xe1, + 0x26, + 0xfc, + 0x82, + 0x7f, + 0xfd, + 0x88, + 0xf8, + 0x01, + 0x15, + 0x54, + 0x00, + 0x34, + 0xdc, + 0xfd, + 0xa6, + 0x18, + 0x00, + 0xd2, + 0x4c, + 0xff, + 0xa3, + 0x08, + 0x01, + 0xd6, + 0x34, + 0x00, + 0xa3, + 0x3d, + 0xfe, + 0xcd, + 0x68, + 0x00, + 0x94, + 0x9c, + 0x00, + 0x8f, + 0xdb, + 0xff, + 0xbb, + 0xbf, + 0xfe, + 0xfe, + 0x10, + 0xff, + 0x13, + 0x02, + 0xff, + 0x5a, + 0xea, + 0xfe, + 0x25, + 0x53, + 0x00, + 0x76, + 0x06, + 0xff, + 0xc9, + 0x6e, + 0xff, + 0xee, + 0x37, + 0x00, + 0x83, + 0x19, + 0xff, + 0x69, + 0xdc, + 0xff, + 0x14, + 0x70, + 0x00, + 0x4f, + 0x04, + 0x00, + 0xc3, + 0xac, + 0xfe, + 0xc9, + 0xeb, + 0xfe, + 0xd8, + 0x3e, + 0x00, + 0xfd, + 0x7b, + 0xff, + 0x3f, + 0x4f, + 0xff, + 0xd8, + 0x66, + 0xff, + 0x02, + 0x46, + 0xff, + 0xa6, + 0xb2, + 0xff, + 0x28, + 0x07, + 0x00, + 0x35, + 0x3c, + 0x00, + 0xb7, + 0xf9, + 0xff, + 0x99, + 0x7d, + 0xff, + 0xcd, + 0xc4, + 0xfe, + 0x7f, + 0xe8, + 0xfe, + 0x89, + 0xba, + 0xff, + 0xe0, + 0xa3, + 0xff, + 0x2f, + 0x18, + 0xff, + 0x6d, + 0x31, + 0xff, + 0xfc, + 0x1e, + 0x00, + 0x58, + 0x4d, + 0x00, + 0xe9, + 0xa0, + 0xff, + 0xd2, + 0x58, + 0xff, + 0xed, + 0x5f, + 0xff, + 0xe5, + 0x10, + 0xff, + 0x4c, + 0xa9, + 0xfe, + 0x60, + 0xa6, + 0xfe, + 0x79, + 0xab, + 0xfe, + 0xb1, + 0xc7, + 0xfe, + 0x61, + 0xe2, + 0xfe, + 0x73, + 0x28, + 0xff, + 0x0d, + 0xa9, + 0x0f, + 0xb8, + 0xe8, + 0x22, + 0xff, + 0x59, + 0x0d, + 0xa4, + 0x55, + 0xf3, + 0x17, + 0x88, + 0xfc, + 0x15, + 0xcc, + 0x04, + 0x12, + 0x2a, + 0x05, + 0xb6, + 0x0e, + 0x02, + 0x01, + 0x21, + 0xfc, + 0x1d, + 0xe0, + 0xfb, + 0x29, + 0xb4, + 0xfd, + 0x24, + 0xa9, + 0x02, + 0x72, + 0x77, + 0x00, + 0x94, + 0xf9, + 0xfc, + 0xae, + 0xe6, + 0xff, + 0x37, + 0x4b, + 0xff, + 0xdf, + 0xef, + 0x00, + 0x6b, + 0x1e, + 0x00, + 0xdd, + 0xd1, + 0xfd, + 0x44, + 0x1c, + 0x00, + 0x13, + 0x61, + 0x00, + 0xa1, + 0xc0, + 0xff, + 0x02, + 0x7e, + 0xfe, + 0xb5, + 0x17, + 0xff, + 0xad, + 0x71, + 0xff, + 0xb6, + 0xfb, + 0xfe, + 0xcf, + 0xaf, + 0x00, + 0x1f, + 0x1c, + 0xff, + 0xec, + 0xea, + 0xfe, + 0x32, + 0x18, + 0x00, + 0x7f, + 0xfd, + 0xfe, + 0xde, + 0x8e, + 0xff, + 0xcc, + 0x30, + 0x00, + 0xc9, + 0x6b, + 0x00, + 0x65, + 0x3c, + 0xff, + 0x8f, + 0xa3, + 0xfe, + 0x56, + 0x4e, + 0x00, + 0x25, + 0x8b, + 0xff, + 0xe6, + 0x93, + 0xfe, + 0x92, + 0x3c, + 0xff, + 0x8b, + 0x54, + 0xff, + 0x2e, + 0x82, + 0xff, + 0x21, + 0x26, + 0x00, + 0xff, + 0x3e, + 0x00, + 0xe2, + 0xfa, + 0xff, + 0x65, + 0xd1, + 0xff, + 0xc7, + 0x13, + 0xff, + 0xea, + 0xd7, + 0xfe, + 0xd2, + 0x86, + 0xff, + 0x4d, + 0xae, + 0xff, + 0x73, + 0x25, + 0xff, + 0x54, + 0x4a, + 0xff, + 0xb2, + 0x1f, + 0x00, + 0xf1, + 0x18, + 0x00, + 0x9b, + 0xb9, + 0xff, + 0x64, + 0x81, + 0xff, + 0x80, + 0x15, + 0xff, + 0xf8, + 0xaa, + 0xfe, + 0xa5, + 0x7d, + 0xfe, + 0xc7, + 0x78, + 0xfe, + 0xf5, + 0x96, + 0xfe, + 0x59, + 0xcb, + 0xfe, + 0x84, + 0x01, + 0xff, + 0x48, + 0x9f, + 0xff, + 0xd4, + 0xb3, + 0x10, + 0x03, + 0xd1, + 0x25, + 0x8a, + 0x57, + 0x0e, + 0x62, + 0x97, + 0xf1, + 0x8e, + 0xae, + 0xfc, + 0xde, + 0x85, + 0x05, + 0xaa, + 0xfb, + 0x04, + 0x4d, + 0xda, + 0x01, + 0xee, + 0x32, + 0xfb, + 0x1d, + 0xac, + 0xfb, + 0x28, + 0x02, + 0xfe, + 0xcb, + 0x47, + 0x03, + 0x2e, + 0xe7, + 0x00, + 0xd7, + 0x24, + 0xfc, + 0x5c, + 0xbc, + 0xff, + 0xad, + 0x6b, + 0xff, + 0xe0, + 0xe5, + 0x00, + 0x17, + 0x0f, + 0x00, + 0x88, + 0x7c, + 0xfd, + 0xfb, + 0x1f, + 0x00, + 0x7f, + 0x00, + 0x00, + 0xfc, + 0x9b, + 0xff, + 0xd4, + 0x94, + 0xfe, + 0x98, + 0xed, + 0xfe, + 0x63, + 0xda, + 0xff, + 0xed, + 0x3e, + 0xff, + 0xf4, + 0xde, + 0x00, + 0x99, + 0x6e, + 0xff, + 0x85, + 0xe1, + 0xfe, + 0xe5, + 0xf0, + 0xff, + 0xd4, + 0xad, + 0xfe, + 0x32, + 0x2d, + 0xff, + 0x9e, + 0xe5, + 0xff, + 0x8f, + 0x98, + 0x00, + 0x17, + 0x35, + 0x00, + 0xb1, + 0x0c, + 0xff, + 0x43, + 0xd2, + 0xff, + 0x15, + 0xcd, + 0xff, + 0x25, + 0xc6, + 0xfe, + 0x25, + 0xa9, + 0xfe, + 0x17, + 0x40, + 0xff, + 0x1e, + 0x7a, + 0xff, + 0x0e, + 0x04, + 0x00, + 0xc1, + 0x4a, + 0x00, + 0x16, + 0xe9, + 0xff, + 0xcd, + 0xee, + 0xff, + 0x6c, + 0x73, + 0xff, + 0x6c, + 0x38, + 0xff, + 0x83, + 0x63, + 0xff, + 0x8a, + 0x8b, + 0xff, + 0xfa, + 0x78, + 0xff, + 0x21, + 0x9d, + 0xff, + 0x77, + 0x12, + 0x00, + 0x8a, + 0xa5, + 0xff, + 0xae, + 0xe9, + 0xff, + 0xe9, + 0xcc, + 0xff, + 0xf2, + 0xca, + 0xfe, + 0x5c, + 0x5b, + 0xfe, + 0x77, + 0x36, + 0xfe, + 0x4f, + 0x8d, + 0xfe, + 0xfe, + 0x9e, + 0xfe, + 0x14, + 0xe0, + 0xfe, + 0xdb, + 0x4f, + 0xff, + 0x21, + 0xb1, + 0xff, + 0x0a, + 0xc0, + 0x12, + 0xf8, + 0x16, + 0x29, + 0xcf, + 0x98, + 0x0d, + 0x71, + 0xc4, + 0xef, + 0x9d, + 0x8a, + 0xfd, + 0x47, + 0x7e, + 0x05, + 0x1d, + 0x83, + 0x04, + 0xc8, + 0x74, + 0x01, + 0xbf, + 0x40, + 0xfa, + 0x44, + 0x82, + 0xfb, + 0x20, + 0x35, + 0xfe, + 0x6e, + 0xe5, + 0x03, + 0x96, + 0xcc, + 0x00, + 0x5e, + 0x75, + 0xfb, + 0x75, + 0xba, + 0xff, + 0x26, + 0x41, + 0xff, + 0x88, + 0xec, + 0x00, + 0x82, + 0xc8, + 0xff, + 0xe8, + 0x0e, + 0xfd, + 0x1c, + 0x0b, + 0x00, + 0xc5, + 0xa6, + 0xff, + 0xfd, + 0x8d, + 0xff, + 0x94, + 0x77, + 0xfe, + 0xd2, + 0xdd, + 0xfe, + 0xde, + 0x15, + 0x00, + 0xb0, + 0x4d, + 0xff, + 0xf7, + 0xdf, + 0x00, + 0x24, + 0x7f, + 0xff, + 0x7c, + 0x13, + 0xff, + 0x5f, + 0xae, + 0xff, + 0xcb, + 0x50, + 0xfe, + 0x94, + 0xdf, + 0xfe, + 0x03, + 0x54, + 0xff, + 0x8b, + 0x69, + 0x00, + 0x73, + 0xc7, + 0x00, + 0x82, + 0x09, + 0x00, + 0xa7, + 0x9b, + 0xff, + 0x20, + 0x58, + 0xff, + 0xa7, + 0x1d, + 0xff, + 0xa3, + 0x4b, + 0xfe, + 0xab, + 0x3d, + 0xff, + 0x99, + 0x8d, + 0xff, + 0xc6, + 0x7b, + 0xff, + 0x6f, + 0x35, + 0x00, + 0x5a, + 0xbf, + 0xff, + 0x2e, + 0xc8, + 0xff, + 0xed, + 0x8f, + 0xff, + 0xfa, + 0x91, + 0xff, + 0x0f, + 0x5b, + 0xff, + 0xab, + 0x18, + 0xff, + 0x3e, + 0xfd, + 0xff, + 0x33, + 0xf3, + 0xff, + 0x10, + 0x9a, + 0xff, + 0x1f, + 0x75, + 0xff, + 0x96, + 0xe3, + 0xff, + 0xc0, + 0xb6, + 0xff, + 0xdc, + 0x7d, + 0xfe, + 0x5f, + 0x0a, + 0xfe, + 0x26, + 0x18, + 0xfe, + 0x9f, + 0x85, + 0xfe, + 0x05, + 0xa5, + 0xfe, + 0x82, + 0x02, + 0xff, + 0x1f, + 0x95, + 0xff, + 0xe3, + 0xb4, + 0xff, + 0xfd, + 0xee, + 0x15, + 0x75, + 0x88, + 0x2c, + 0x2d, + 0xdf, + 0x0a, + 0x09, + 0x67, + 0xee, + 0x59, + 0x4e, + 0xff, + 0xc5, + 0x9f, + 0x04, + 0x59, + 0x09, + 0x04, + 0x27, + 0xf8, + 0x00, + 0x15, + 0x9e, + 0xf9, + 0xb5, + 0x92, + 0xfb, + 0xda, + 0x4f, + 0xfe, + 0x17, + 0xa1, + 0x04, + 0x86, + 0x3a, + 0x00, + 0x1b, + 0x3c, + 0xfb, + 0x37, + 0xf4, + 0xff, + 0x90, + 0xec, + 0xfe, + 0x31, + 0x2c, + 0x01, + 0x60, + 0x50, + 0xff, + 0xe8, + 0xdf, + 0xfc, + 0xca, + 0xec, + 0xff, + 0x3d, + 0x63, + 0xff, + 0x57, + 0xcc, + 0xff, + 0xae, + 0x4e, + 0xfe, + 0x7e, + 0x23, + 0xff, + 0xc4, + 0x2e, + 0x00, + 0x59, + 0x45, + 0xff, + 0xbb, + 0xe1, + 0x00, + 0x2d, + 0x62, + 0xff, + 0x51, + 0x81, + 0xff, + 0x7e, + 0x66, + 0xff, + 0x88, + 0x19, + 0xfe, + 0xb6, + 0xd1, + 0xfe, + 0x60, + 0xb8, + 0xfe, + 0xad, + 0x48, + 0x00, + 0x72, + 0x10, + 0x01, + 0xce, + 0xef, + 0x00, + 0x62, + 0xea, + 0xff, + 0x6d, + 0xe8, + 0xfe, + 0x75, + 0x46, + 0xff, + 0x8e, + 0x29, + 0xfe, + 0x71, + 0x4a, + 0xff, + 0x7c, + 0xe7, + 0xff, + 0x77, + 0x43, + 0xff, + 0xe0, + 0x00, + 0x00, + 0x32, + 0x7b, + 0xff, + 0x46, + 0x9c, + 0xff, + 0x5d, + 0xc0, + 0xff, + 0xa7, + 0xc7, + 0xff, + 0xea, + 0x79, + 0xff, + 0xc8, + 0xfc, + 0xfe, + 0xfe, + 0x32, + 0x00, + 0x28, + 0x2a, + 0x00, + 0x44, + 0x73, + 0xff, + 0x4b, + 0x82, + 0xff, + 0xd4, + 0x97, + 0xff, + 0x50, + 0x5e, + 0xff, + 0x47, + 0x6b, + 0xfe, + 0xc0, + 0xf9, + 0xfd, + 0x6a, + 0x1e, + 0xfe, + 0xbe, + 0x61, + 0xfe, + 0x14, + 0xe1, + 0xfe, + 0xab, + 0x4a, + 0xff, + 0x61, + 0xa9, + 0xff, + 0xad, + 0xe6, + 0xff, + 0x5c, + 0xee, + 0x17, + 0xff, + 0xb3, + 0x2f, + 0xb8, + 0xac, + 0x09, + 0x03, + 0x97, + 0xec, + 0x86, + 0x91, + 0x00, + 0x55, + 0x9d, + 0x03, + 0x3b, + 0xd6, + 0x02, + 0xbf, + 0x16, + 0x01, + 0xae, + 0xed, + 0xf8, + 0xd3, + 0x7c, + 0xfb, + 0x8b, + 0x1b, + 0xfe, + 0x5f, + 0xb8, + 0x04, + 0x01, + 0x35, + 0x00, + 0x61, + 0xe8, + 0xfa, + 0x55, + 0x2a, + 0x00, + 0x2e, + 0x80, + 0xfe, + 0x75, + 0x10, + 0x01, + 0xf8, + 0x21, + 0xff, + 0xe9, + 0x6f, + 0xfc, + 0x3b, + 0xda, + 0xff, + 0x0e, + 0x26, + 0xff, + 0xa3, + 0xdc, + 0xff, + 0xc7, + 0x42, + 0xfe, + 0x98, + 0x34, + 0xff, + 0xa2, + 0x1a, + 0x00, + 0x61, + 0x01, + 0xff, + 0x74, + 0xe2, + 0x00, + 0xf7, + 0x15, + 0xff, + 0x4a, + 0xb1, + 0xff, + 0x6a, + 0x66, + 0xff, + 0x58, + 0xc9, + 0xfd, + 0x04, + 0xbe, + 0xfe, + 0x10, + 0x15, + 0xfe, + 0x10, + 0x1a, + 0x00, + 0x5b, + 0x1f, + 0x01, + 0x2e, + 0x24, + 0x01, + 0x66, + 0x9b, + 0x00, + 0x4e, + 0xaf, + 0xfe, + 0x91, + 0x0b, + 0xff, + 0x77, + 0x31, + 0xfe, + 0x10, + 0x22, + 0xff, + 0xc6, + 0x40, + 0x00, + 0x45, + 0x30, + 0xff, + 0xfc, + 0xbc, + 0xff, + 0xdb, + 0x33, + 0xff, + 0x64, + 0x2b, + 0xff, + 0x97, + 0xf7, + 0xff, + 0xd2, + 0xc3, + 0xff, + 0x38, + 0x91, + 0xff, + 0xe6, + 0x5b, + 0xff, + 0x0b, + 0xdb, + 0xff, + 0xa2, + 0xf4, + 0xff, + 0x2c, + 0x98, + 0xff, + 0xb5, + 0x92, + 0xff, + 0xda, + 0x39, + 0xff, + 0xe2, + 0xcc, + 0xfe, + 0x15, + 0x58, + 0xfe, + 0x5a, + 0x0c, + 0xfe, + 0x76, + 0x1b, + 0xfe, + 0x5f, + 0x38, + 0xfe, + 0x52, + 0xe7, + 0xfe, + 0x9a, + 0x92, + 0xff, + 0xa8, + 0xb4, + 0xff, + 0xa0, + 0xd8, + 0xff, + 0x0b, + 0x1f, + 0x19, + 0x2a, + 0xd4, + 0x32, + 0x5a, + 0x61, + 0x09, + 0xc6, + 0x0a, + 0xea, + 0x9c, + 0xfa, + 0x01, + 0x71, + 0x15, + 0x03, + 0x2a, + 0x0c, + 0x01, + 0xe1, + 0xa8, + 0x01, + 0x76, + 0x2f, + 0xf8, + 0xe6, + 0x72, + 0xfb, + 0x37, + 0xdc, + 0xfd, + 0xb3, + 0xb2, + 0x04, + 0xcd, + 0xd1, + 0x00, + 0xe6, + 0x59, + 0xfa, + 0x2f, + 0xd5, + 0x00, + 0xd5, + 0x26, + 0xfe, + 0x85, + 0x9f, + 0x00, + 0x05, + 0x69, + 0xff, + 0xd4, + 0x08, + 0xfc, + 0x06, + 0x2f, + 0x00, + 0x26, + 0x97, + 0xfe, + 0xd6, + 0xfa, + 0xff, + 0x7c, + 0xb2, + 0xfe, + 0xa2, + 0x84, + 0xfe, + 0x7f, + 0x3b, + 0x00, + 0xb4, + 0x04, + 0xff, + 0xf1, + 0xb8, + 0x00, + 0x72, + 0xf5, + 0xfe, + 0x79, + 0xfc, + 0xff, + 0xd7, + 0xaf, + 0xff, + 0xf3, + 0x34, + 0xfd, + 0xfa, + 0xdd, + 0xfe, + 0x21, + 0x0d, + 0xfe, + 0xd5, + 0x90, + 0xff, + 0x15, + 0xf2, + 0x00, + 0x20, + 0x30, + 0x01, + 0x84, + 0x5b, + 0x01, + 0x82, + 0xe8, + 0xfe, + 0xae, + 0xb6, + 0xfe, + 0xe9, + 0x51, + 0xfe, + 0xb6, + 0x1a, + 0xff, + 0x58, + 0x77, + 0x00, + 0x99, + 0x5b, + 0xff, + 0x5b, + 0x87, + 0xff, + 0x78, + 0x15, + 0xff, + 0x6a, + 0xc9, + 0xfe, + 0x4a, + 0xf0, + 0xff, + 0x7a, + 0x04, + 0x00, + 0x17, + 0xb0, + 0xff, + 0xb6, + 0xbb, + 0xff, + 0xab, + 0xaa, + 0xff, + 0x99, + 0x97, + 0xff, + 0x88, + 0xc3, + 0xff, + 0xff, + 0xb9, + 0xff, + 0x9b, + 0x1d, + 0xff, + 0x4e, + 0x54, + 0xfe, + 0x39, + 0x41, + 0xfe, + 0x88, + 0x30, + 0xfe, + 0x87, + 0xfc, + 0xfd, + 0xb7, + 0x35, + 0xfe, + 0xdc, + 0xce, + 0xfe, + 0x14, + 0xb3, + 0xff, + 0x6a, + 0xc2, + 0xff, + 0x66, + 0xb2, + 0xff, + 0xfa, + 0xe2, + 0x1b, + 0xeb, + 0x92, + 0x35, + 0x99, + 0xa1, + 0x05, + 0xb9, + 0x65, + 0xe8, + 0xf8, + 0xb3, + 0x04, + 0x21, + 0xd6, + 0x01, + 0xa0, + 0xf7, + 0xff, + 0x63, + 0x5b, + 0x01, + 0xda, + 0x7a, + 0xf7, + 0xb4, + 0xb3, + 0xfb, + 0x89, + 0xcc, + 0xfd, + 0x59, + 0x96, + 0x05, + 0x5a, + 0x52, + 0x00, + 0xb0, + 0x81, + 0xfa, + 0xb1, + 0xfb, + 0x01, + 0xc1, + 0x2a, + 0xfd, + 0x57, + 0xc9, + 0x00, + 0x3a, + 0x9e, + 0xff, + 0x13, + 0x24, + 0xfc, + 0x74, + 0x28, + 0x00, + 0x20, + 0xf8, + 0xfd, + 0x0e, + 0x99, + 0x00, + 0x35, + 0x26, + 0xfe, + 0xcd, + 0x32, + 0xfe, + 0xe5, + 0xaf, + 0x00, + 0xd6, + 0xa8, + 0xfe, + 0x18, + 0xf4, + 0x00, + 0xc1, + 0x42, + 0xff, + 0x23, + 0x3f, + 0x00, + 0x0c, + 0x78, + 0xff, + 0x00, + 0xf1, + 0xfc, + 0x80, + 0x6f, + 0xff, + 0xd0, + 0xdf, + 0xfd, + 0x3b, + 0xd5, + 0xfe, + 0x6e, + 0xdd, + 0x00, + 0x58, + 0x71, + 0x01, + 0x1b, + 0x92, + 0x01, + 0x83, + 0x3a, + 0xff, + 0x8f, + 0xce, + 0xfe, + 0x68, + 0x56, + 0xfe, + 0x68, + 0x42, + 0xff, + 0x70, + 0x8a, + 0x00, + 0x41, + 0x94, + 0xff, + 0x8c, + 0x7b, + 0xff, + 0xe2, + 0xf5, + 0xfe, + 0x5e, + 0xa6, + 0xfe, + 0x88, + 0xca, + 0xff, + 0xbb, + 0x51, + 0x00, + 0x10, + 0xc1, + 0xff, + 0x0f, + 0xf9, + 0xff, + 0xb4, + 0xd6, + 0xff, + 0x75, + 0x33, + 0xff, + 0x4c, + 0xf5, + 0xff, + 0x54, + 0x0c, + 0x00, + 0x9d, + 0x0d, + 0xff, + 0xef, + 0x22, + 0xfe, + 0x12, + 0x1e, + 0xfe, + 0x70, + 0x39, + 0xfe, + 0x59, + 0xdd, + 0xfd, + 0xb6, + 0x29, + 0xfe, + 0xf9, + 0xc6, + 0xfe, + 0xbb, + 0x9d, + 0xff, + 0x82, + 0xcd, + 0xff, + 0x3b, + 0xb6, + 0xff, + 0xcf, + 0x72, + 0x1f, + 0x81, + 0x05, + 0x37, + 0x0a, + 0xaa, + 0xff, + 0x93, + 0x77, + 0xe8, + 0x4e, + 0x88, + 0x07, + 0xfc, + 0x8f, + 0xff, + 0xc6, + 0xd1, + 0xff, + 0x56, + 0x61, + 0x00, + 0xfe, + 0xb8, + 0xf6, + 0x34, + 0x46, + 0xfc, + 0x5d, + 0x18, + 0xfe, + 0x1f, + 0x64, + 0x06, + 0xba, + 0x37, + 0xff, + 0x7c, + 0xb6, + 0xfb, + 0xcb, + 0x59, + 0x02, + 0x0c, + 0xfc, + 0xfb, + 0x05, + 0x22, + 0x02, + 0x6a, + 0x34, + 0xff, + 0x24, + 0xfd, + 0xfb, + 0xf1, + 0x50, + 0x00, + 0xec, + 0x3d, + 0xfd, + 0xd2, + 0x69, + 0x00, + 0xff, + 0xf6, + 0xfd, + 0x1c, + 0x42, + 0xfe, + 0x78, + 0x3b, + 0x00, + 0x3f, + 0x52, + 0xff, + 0x71, + 0x7f, + 0x01, + 0x71, + 0xd6, + 0xfe, + 0x8a, + 0x8c, + 0x00, + 0x2f, + 0x57, + 0xff, + 0x07, + 0x12, + 0xfd, + 0xeb, + 0x4c, + 0xff, + 0x16, + 0x71, + 0xfd, + 0xcd, + 0xd5, + 0xfe, + 0x02, + 0x99, + 0x00, + 0xcb, + 0x7e, + 0x01, + 0x0f, + 0x9c, + 0x01, + 0x9f, + 0x79, + 0xff, + 0x18, + 0x30, + 0xff, + 0xd8, + 0x51, + 0xfe, + 0x9f, + 0x41, + 0xff, + 0x09, + 0x84, + 0x00, + 0x1c, + 0xc7, + 0xff, + 0x40, + 0x74, + 0xff, + 0xb2, + 0xca, + 0xfe, + 0xdf, + 0xba, + 0xfe, + 0xe2, + 0xa2, + 0xff, + 0x49, + 0x45, + 0x00, + 0xd8, + 0xdb, + 0xff, + 0x92, + 0x10, + 0x00, + 0xcf, + 0x06, + 0x00, + 0x05, + 0x41, + 0xff, + 0x26, + 0x02, + 0x00, + 0x10, + 0x4d, + 0x00, + 0x52, + 0x1c, + 0xff, + 0xff, + 0xf4, + 0xfd, + 0x07, + 0x05, + 0xfe, + 0x6b, + 0x06, + 0xfe, + 0xaa, + 0xbb, + 0xfd, + 0x95, + 0x23, + 0xfe, + 0xd1, + 0x8d, + 0xfe, + 0x89, + 0x7f, + 0xff, + 0x32, + 0xe8, + 0xff, + 0x5c, + 0xb5, + 0xff, + 0xd1, + 0x7e, + 0x1d, + 0xbb, + 0x87, + 0x37, + 0x7e, + 0x2f, + 0x02, + 0x7a, + 0x6d, + 0xe6, + 0x57, + 0xf3, + 0x07, + 0xb6, + 0xb2, + 0xff, + 0x46, + 0x05, + 0xfe, + 0xeb, + 0xd8, + 0x01, + 0x80, + 0x87, + 0xf5, + 0x5f, + 0xb5, + 0xfc, + 0x85, + 0x95, + 0xfe, + 0xd7, + 0x99, + 0x05, + 0xa8, + 0xd2, + 0x00, + 0x3d, + 0x17, + 0xfb, + 0xdb, + 0x43, + 0x03, + 0xcf, + 0x1b, + 0xfc, + 0x2a, + 0xa8, + 0x01, + 0xf7, + 0x57, + 0x00, + 0x59, + 0x21, + 0xfb, + 0x6c, + 0x53, + 0x00, + 0x2d, + 0x78, + 0xfc, + 0xb5, + 0x7c, + 0x00, + 0x9b, + 0x51, + 0xfe, + 0x0e, + 0x59, + 0xfd, + 0x49, + 0x62, + 0x01, + 0x05, + 0x6e, + 0xff, + 0x8d, + 0x84, + 0x01, + 0x1b, + 0x1b, + 0xff, + 0xd3, + 0x93, + 0x00, + 0x51, + 0xd6, + 0xff, + 0xee, + 0x53, + 0xfc, + 0x06, + 0x6b, + 0xff, + 0x58, + 0xa9, + 0xfd, + 0xe3, + 0x6e, + 0xfe, + 0x21, + 0x7e, + 0x00, + 0x5e, + 0x3c, + 0x01, + 0x9b, + 0xed, + 0x01, + 0x20, + 0xd8, + 0xff, + 0xef, + 0x9c, + 0xff, + 0x5d, + 0x66, + 0xfe, + 0x67, + 0x16, + 0xff, + 0x5a, + 0x98, + 0x00, + 0x63, + 0xaa, + 0xff, + 0x6a, + 0xc2, + 0xff, + 0x5b, + 0xd0, + 0xfe, + 0x77, + 0xa4, + 0xfe, + 0x1c, + 0x8c, + 0xff, + 0x92, + 0x25, + 0x00, + 0xeb, + 0x3a, + 0x00, + 0xc3, + 0xd4, + 0xff, + 0xb4, + 0x36, + 0x00, + 0x84, + 0xe9, + 0xff, + 0x18, + 0x07, + 0x00, + 0x89, + 0x49, + 0x00, + 0xfe, + 0x3f, + 0xff, + 0x6e, + 0x38, + 0xfe, + 0x9e, + 0xe6, + 0xfd, + 0x1e, + 0xbd, + 0xfd, + 0xc3, + 0xa8, + 0xfd, + 0xbd, + 0x26, + 0xfe, + 0xd2, + 0x59, + 0xfe, + 0xed, + 0x25, + 0xff, + 0x04, + 0xfc, + 0xff, + 0x5f, + 0xc9, + 0xff, + 0xbc, + 0x38, + 0x1e, + 0x28, + 0xde, + 0x35, + 0x64, + 0x93, + 0xff, + 0x87, + 0xe3, + 0xe8, + 0xb8, + 0xe2, + 0x07, + 0x03, + 0x7b, + 0xfd, + 0xbd, + 0xe3, + 0xff, + 0xeb, + 0x9b, + 0x01, + 0xf3, + 0x00, + 0xf5, + 0x29, + 0x52, + 0xfd, + 0x78, + 0x19, + 0xff, + 0xfc, + 0xab, + 0x05, + 0xb5, + 0xd8, + 0xff, + 0x02, + 0x25, + 0xfd, + 0x82, + 0x7f, + 0x03, + 0x4b, + 0x15, + 0xfb, + 0xf6, + 0xf7, + 0x02, + 0x6f, + 0xaa, + 0xff, + 0x91, + 0x99, + 0xfa, + 0x64, + 0xae, + 0x00, + 0x71, + 0x60, + 0xfc, + 0x5e, + 0x38, + 0x00, + 0xfb, + 0xbe, + 0xfe, + 0x28, + 0xf0, + 0xfd, + 0x61, + 0xf3, + 0x00, + 0x6f, + 0xf4, + 0xff, + 0x94, + 0xcc, + 0x01, + 0xb2, + 0x15, + 0xff, + 0xcf, + 0x9c, + 0x00, + 0x0b, + 0x67, + 0xff, + 0x45, + 0xa0, + 0xfc, + 0xe6, + 0x73, + 0xff, + 0x22, + 0xbe, + 0xfd, + 0x84, + 0x7e, + 0xfe, + 0x54, + 0x4b, + 0x00, + 0x39, + 0x75, + 0x01, + 0x14, + 0xee, + 0x01, + 0x4e, + 0xf9, + 0xff, + 0x97, + 0xe7, + 0xff, + 0x36, + 0x9d, + 0xfe, + 0x1a, + 0x32, + 0xff, + 0xdf, + 0x57, + 0x00, + 0x66, + 0x92, + 0xff, + 0x85, + 0x05, + 0x00, + 0x79, + 0xd2, + 0xfe, + 0x28, + 0x9a, + 0xfe, + 0xfe, + 0xad, + 0xff, + 0xe3, + 0x2b, + 0x00, + 0xdb, + 0x7e, + 0x00, + 0x78, + 0xab, + 0xff, + 0x96, + 0x1a, + 0x00, + 0x3b, + 0xd7, + 0x00, + 0x32, + 0x1a, + 0x00, + 0x4a, + 0xc3, + 0xff, + 0x31, + 0xae, + 0xff, + 0x25, + 0x79, + 0xfe, + 0x68, + 0xa0, + 0xfd, + 0x8d, + 0xbc, + 0xfd, + 0x2d, + 0xd3, + 0xfd, + 0x94, + 0x1f, + 0xfe, + 0x73, + 0x2a, + 0xfe, + 0x29, + 0xdf, + 0xfe, + 0xd2, + 0xd6, + 0xff, + 0xec, + 0x22, + 0x00, + 0x92, + 0x2f, + 0x1d, + 0x3c, + 0x95, + 0x32, + 0x40, + 0x77, + 0xff, + 0x23, + 0xfe, + 0xeb, + 0x5a, + 0xf4, + 0x05, + 0xa9, + 0x3d, + 0xfc, + 0x7b, + 0x3f, + 0x02, + 0xd9, + 0x85, + 0x01, + 0x65, + 0xf5, + 0xf4, + 0x81, + 0xbb, + 0xfd, + 0x32, + 0x25, + 0xff, + 0x1d, + 0x10, + 0x05, + 0xc4, + 0x06, + 0x00, + 0x96, + 0xb5, + 0xfe, + 0xb6, + 0xd9, + 0x02, + 0x7d, + 0x29, + 0xfb, + 0xf5, + 0xee, + 0x02, + 0xc0, + 0xee, + 0xfe, + 0x85, + 0x67, + 0xfb, + 0x08, + 0x6a, + 0x00, + 0x83, + 0xc8, + 0xfc, + 0xee, + 0xb7, + 0x00, + 0x68, + 0xbf, + 0xfe, + 0xf2, + 0x2d, + 0xfe, + 0x5a, + 0x80, + 0x00, + 0x47, + 0x85, + 0x00, + 0x4c, + 0xcd, + 0x01, + 0x10, + 0x8a, + 0xfe, + 0xb6, + 0xb7, + 0x00, + 0xc1, + 0x69, + 0xff, + 0xb3, + 0xf4, + 0xfc, + 0x3d, + 0x8a, + 0xff, + 0xbb, + 0xd2, + 0xfd, + 0xdb, + 0xaf, + 0xfe, + 0xf1, + 0x6e, + 0x00, + 0x6b, + 0x57, + 0x01, + 0xcf, + 0x83, + 0x01, + 0xbd, + 0x45, + 0x00, + 0x53, + 0x49, + 0x00, + 0x29, + 0x98, + 0xfe, + 0x37, + 0x4a, + 0xff, + 0x72, + 0x3a, + 0x00, + 0xf2, + 0x39, + 0xff, + 0xa5, + 0x25, + 0x00, + 0xbc, + 0x0e, + 0xff, + 0xf1, + 0x90, + 0xfe, + 0xfb, + 0xdd, + 0xff, + 0x0a, + 0x1d, + 0x00, + 0x37, + 0x80, + 0x00, + 0x4e, + 0xf3, + 0xff, + 0xad, + 0xe0, + 0xff, + 0x94, + 0xe1, + 0x00, + 0x89, + 0x6a, + 0x00, + 0x38, + 0x8a, + 0xff, + 0xf2, + 0x9e, + 0xff, + 0x91, + 0xc5, + 0xfe, + 0x6f, + 0xb7, + 0xfd, + 0x80, + 0xe1, + 0xfd, + 0xf8, + 0xf4, + 0xfd, + 0xe7, + 0xff, + 0xfd, + 0x0a, + 0x28, + 0xfe, + 0xd9, + 0xb6, + 0xfe, + 0xe0, + 0x99, + 0xff, + 0xb3, + 0x65, + 0x00, + 0x50, + 0xa5, + 0x1b, + 0x4e, + 0x0d, + 0x2e, + 0x89, + 0xdd, + 0xff, + 0x51, + 0xf8, + 0xef, + 0xe9, + 0x21, + 0x03, + 0xb4, + 0xa2, + 0xfb, + 0x45, + 0x99, + 0x04, + 0xbd, + 0x1e, + 0x01, + 0x45, + 0x0f, + 0xf6, + 0x41, + 0x70, + 0xfd, + 0xcd, + 0x30, + 0xff, + 0xd5, + 0xae, + 0x04, + 0x75, + 0x59, + 0xff, + 0xfd, + 0x72, + 0x00, + 0x0f, + 0x03, + 0x02, + 0x25, + 0xbe, + 0xfa, + 0xe2, + 0x27, + 0x03, + 0x99, + 0xac, + 0xfe, + 0x28, + 0xfe, + 0xfb, + 0xa1, + 0xb3, + 0x00, + 0x32, + 0xb1, + 0xfd, + 0x42, + 0x7a, + 0x00, + 0xa2, + 0xe1, + 0xfe, + 0xb6, + 0x6f, + 0xfe, + 0x54, + 0xfd, + 0xff, + 0x0b, + 0xa4, + 0x00, + 0x34, + 0x32, + 0x01, + 0x80, + 0x98, + 0xfe, + 0x32, + 0xb4, + 0x00, + 0x1a, + 0x6f, + 0xff, + 0x1d, + 0x8b, + 0xfd, + 0xcf, + 0x67, + 0xff, + 0xae, + 0x55, + 0xfe, + 0xe2, + 0xf5, + 0xfe, + 0xf9, + 0x19, + 0x00, + 0x08, + 0x12, + 0x01, + 0x95, + 0x4b, + 0x01, + 0x37, + 0x63, + 0x00, + 0xa2, + 0x52, + 0x00, + 0xfc, + 0xda, + 0xfe, + 0x67, + 0x4f, + 0xff, + 0x58, + 0xde, + 0xff, + 0xbd, + 0x22, + 0xff, + 0x1b, + 0x26, + 0x00, + 0x2b, + 0x3f, + 0xff, + 0x58, + 0xb2, + 0xfe, + 0xa7, + 0xce, + 0xff, + 0xfd, + 0x16, + 0x00, + 0xd9, + 0x5b, + 0x00, + 0x75, + 0x08, + 0x00, + 0x4c, + 0xfa, + 0xff, + 0x34, + 0x5c, + 0x00, + 0xb8, + 0x4e, + 0x00, + 0xb3, + 0xd0, + 0xff, + 0x00, + 0x40, + 0xff, + 0xbb, + 0xff, + 0xfe, + 0x67, + 0x43, + 0xfe, + 0x71, + 0xae, + 0xfd, + 0xa9, + 0x08, + 0xfe, + 0x0d, + 0x3c, + 0xfe, + 0x4e, + 0x4d, + 0xfe, + 0x48, + 0xb8, + 0xfe, + 0xf0, + 0x40, + 0xff, + 0x9c, + 0x34, + 0x00, + 0xa5, + 0x86, + 0x12, + 0x3a, + 0x36, + 0x27, + 0xa1, + 0xe9, + 0x08, + 0xce, + 0x42, + 0xf0, + 0xfe, + 0x31, + 0x03, + 0x7b, + 0xc0, + 0x02, + 0xb1, + 0x05, + 0x00, + 0xf3, + 0x9d, + 0x01, + 0x35, + 0x4c, + 0xf9, + 0x37, + 0x0d, + 0xfd, + 0x49, + 0xc2, + 0xff, + 0xe4, + 0x64, + 0x03, + 0x08, + 0x5a, + 0x01, + 0x64, + 0xe6, + 0xfd, + 0x10, + 0x0d, + 0x02, + 0x74, + 0x14, + 0xfe, + 0x61, + 0x18, + 0x01, + 0x8d, + 0x69, + 0x00, + 0xb1, + 0x7b, + 0xfc, + 0xe0, + 0x06, + 0x00, + 0x80, + 0xf3, + 0xfd, + 0xc7, + 0xcf, + 0xff, + 0x4b, + 0xba, + 0xff, + 0xa5, + 0x7e, + 0xfe, + 0x8c, + 0x71, + 0x00, + 0x0c, + 0x1e, + 0x00, + 0x5a, + 0x4c, + 0x01, + 0xad, + 0x68, + 0xff, + 0x49, + 0xe4, + 0xff, + 0x98, + 0x0c, + 0x00, + 0x27, + 0x9d, + 0xfd, + 0x62, + 0x28, + 0xff, + 0x27, + 0xb7, + 0xfe, + 0xef, + 0xaf, + 0xfe, + 0xc6, + 0xb5, + 0xff, + 0xd6, + 0x78, + 0x00, + 0x7b, + 0x47, + 0x01, + 0x3e, + 0x16, + 0x00, + 0x8f, + 0x42, + 0x00, + 0x0e, + 0xdb, + 0xff, + 0x66, + 0x8e, + 0xff, + 0x6c, + 0xfe, + 0xff, + 0x64, + 0xe8, + 0xfe, + 0xfb, + 0x55, + 0xff, + 0xb0, + 0x40, + 0xff, + 0x4c, + 0xc2, + 0xfe, + 0xa3, + 0xab, + 0xff, + 0x98, + 0x24, + 0x00, + 0x41, + 0x8b, + 0x00, + 0x0f, + 0x1f, + 0x00, + 0xfb, + 0x33, + 0xff, + 0x8c, + 0xf9, + 0xfe, + 0xea, + 0x8b, + 0xff, + 0xd3, + 0x83, + 0x00, + 0x02, + 0x92, + 0x00, + 0x5b, + 0xda, + 0xff, + 0x1f, + 0x60, + 0xff, + 0xf2, + 0x36, + 0xff, + 0x74, + 0xd9, + 0xfe, + 0x06, + 0x94, + 0xfe, + 0x48, + 0x78, + 0xfe, + 0x70, + 0x55, + 0xfe, + 0x31, + 0x4f, + 0xfe, + 0xd0, + 0xb8, + 0xfe, + 0xb7, + 0xa7, + 0x15, + 0x31, + 0xbe, + 0x24, + 0xad, + 0xcd, + 0x02, + 0xf1, + 0x86, + 0xf3, + 0xf6, + 0xc9, + 0x01, + 0xaa, + 0x16, + 0x01, + 0x50, + 0xf7, + 0x03, + 0xea, + 0x39, + 0x00, + 0x55, + 0x9f, + 0xfa, + 0x06, + 0xc4, + 0xfc, + 0x9b, + 0x96, + 0xfe, + 0xdb, + 0xc4, + 0x03, + 0x32, + 0xec, + 0xff, + 0x33, + 0x16, + 0x00, + 0x1a, + 0x49, + 0x01, + 0xe3, + 0x46, + 0xfe, + 0x61, + 0x50, + 0x02, + 0xb6, + 0x67, + 0xff, + 0x5b, + 0x15, + 0xfe, + 0xb1, + 0xf3, + 0xff, + 0x28, + 0x11, + 0xff, + 0xf7, + 0x2f, + 0x00, + 0x5b, + 0xfd, + 0xfe, + 0x7f, + 0x40, + 0xff, + 0xf0, + 0x4e, + 0xff, + 0xf5, + 0x6d, + 0x00, + 0x25, + 0x24, + 0x01, + 0xeb, + 0xd6, + 0xfe, + 0xcf, + 0x5b, + 0x00, + 0x8b, + 0xc9, + 0xff, + 0x45, + 0x57, + 0xfe, + 0x8a, + 0x45, + 0xff, + 0x8b, + 0xd6, + 0xfe, + 0xa1, + 0x1f, + 0xff, + 0x3a, + 0xb1, + 0xff, + 0x24, + 0xc6, + 0x00, + 0xae, + 0xf3, + 0x00, + 0x01, + 0x48, + 0x00, + 0xbc, + 0x43, + 0x00, + 0x31, + 0x72, + 0xff, + 0xa3, + 0xc2, + 0xff, + 0x21, + 0xe1, + 0xff, + 0x7b, + 0x4e, + 0xff, + 0x5f, + 0x86, + 0xff, + 0x33, + 0xfe, + 0xfe, + 0xf8, + 0xb0, + 0xfe, + 0x09, + 0x57, + 0xff, + 0x34, + 0x08, + 0x00, + 0xdf, + 0x3b, + 0x00, + 0xb5, + 0x0f, + 0x00, + 0x1c, + 0x8a, + 0xff, + 0xdd, + 0x4d, + 0xff, + 0x8b, + 0xda, + 0xff, + 0xfd, + 0x2b, + 0x00, + 0x3d, + 0x4f, + 0x00, + 0x8f, + 0xeb, + 0xff, + 0x94, + 0x61, + 0xff, + 0x6a, + 0x64, + 0xff, + 0x1f, + 0x15, + 0xff, + 0x9b, + 0xaa, + 0xfe, + 0xe1, + 0x9a, + 0xfe, + 0xbd, + 0x88, + 0xfe, + 0x61, + 0x53, + 0xfe, + 0x38, + 0x82, + 0xfe, + 0x33, + 0x62, + 0x13, + 0x28, + 0x47, + 0x23, + 0xec, + 0x7b, + 0x05, + 0x53, + 0x6d, + 0xf3, + 0x14, + 0x82, + 0xff, + 0x14, + 0x18, + 0x01, + 0x69, + 0x51, + 0x04, + 0xe7, + 0x76, + 0x01, + 0x17, + 0x9f, + 0xfb, + 0xf0, + 0xaf, + 0xfc, + 0xe7, + 0xd5, + 0xfd, + 0x63, + 0xf2, + 0x02, + 0xf4, + 0x55, + 0x00, + 0x83, + 0x22, + 0x00, + 0x2f, + 0x92, + 0x01, + 0x05, + 0x9c, + 0xfe, + 0x7c, + 0x1e, + 0x02, + 0x06, + 0x21, + 0x00, + 0x20, + 0x6c, + 0xfe, + 0x5d, + 0x12, + 0x00, + 0xa0, + 0x9f, + 0xff, + 0xca, + 0x53, + 0x00, + 0x3a, + 0xea, + 0xfe, + 0x03, + 0x54, + 0xff, + 0x6a, + 0x0a, + 0xff, + 0x67, + 0x9f, + 0xff, + 0xe1, + 0x2b, + 0x01, + 0x9a, + 0x05, + 0xff, + 0x11, + 0xd2, + 0xff, + 0x87, + 0x09, + 0x00, + 0x98, + 0xd9, + 0xfe, + 0x30, + 0x3d, + 0xff, + 0xe8, + 0x0b, + 0xff, + 0x91, + 0x6f, + 0xff, + 0x7e, + 0x8f, + 0xff, + 0xcf, + 0xae, + 0x00, + 0x42, + 0x41, + 0x01, + 0x10, + 0x5e, + 0x00, + 0xdc, + 0x13, + 0x00, + 0x6c, + 0x21, + 0xff, + 0x1d, + 0x6c, + 0xff, + 0x4f, + 0xbe, + 0xff, + 0x58, + 0x4f, + 0xff, + 0xbf, + 0xc2, + 0xff, + 0xd1, + 0x31, + 0xff, + 0x9d, + 0xcc, + 0xfe, + 0xf8, + 0x36, + 0xff, + 0x4b, + 0xa8, + 0xff, + 0x9d, + 0x23, + 0x00, + 0x07, + 0xe8, + 0xff, + 0xfc, + 0x68, + 0xff, + 0x6a, + 0x57, + 0xff, + 0x7e, + 0xf5, + 0xff, + 0xd4, + 0x76, + 0x00, + 0x48, + 0x4a, + 0x00, + 0x6d, + 0xea, + 0xff, + 0x18, + 0x7b, + 0xff, + 0x75, + 0x50, + 0xff, + 0xfa, + 0x46, + 0xff, + 0x72, + 0xd4, + 0xfe, + 0x91, + 0xa8, + 0xfe, + 0x90, + 0xae, + 0xfe, + 0x1d, + 0x39, + 0xfe, + 0xcc, + 0x42, + 0xfe, + 0x6f, + 0x17, + 0x11, + 0x91, + 0x7b, + 0x22, + 0x4c, + 0xa5, + 0x08, + 0xbc, + 0x15, + 0xf3, + 0x51, + 0x28, + 0xfe, + 0x8a, + 0x83, + 0x01, + 0x33, + 0x02, + 0x04, + 0xd7, + 0x68, + 0x02, + 0x1a, + 0xf8, + 0xfb, + 0x59, + 0xc5, + 0xfc, + 0x94, + 0x95, + 0xfd, + 0xb2, + 0x36, + 0x02, + 0xbe, + 0xae, + 0x00, + 0x47, + 0xa2, + 0xff, + 0xbd, + 0xd4, + 0x01, + 0x5e, + 0xd6, + 0xfe, + 0x0a, + 0xe8, + 0x01, + 0xe1, + 0xce, + 0x00, + 0xdc, + 0x55, + 0xfe, + 0x91, + 0x56, + 0x00, + 0x51, + 0xc0, + 0xff, + 0x44, + 0x17, + 0x00, + 0x52, + 0xda, + 0xfe, + 0xdd, + 0x34, + 0xff, + 0xc9, + 0x34, + 0xff, + 0x2c, + 0xce, + 0xfe, + 0x35, + 0xe5, + 0x00, + 0x4a, + 0x8d, + 0xff, + 0x1d, + 0x82, + 0xff, + 0x13, + 0xfc, + 0xff, + 0x8a, + 0x06, + 0xff, + 0x29, + 0x67, + 0xff, + 0xae, + 0x26, + 0xff, + 0xfc, + 0x71, + 0xff, + 0xe6, + 0xc5, + 0xff, + 0xbc, + 0xbb, + 0x00, + 0x6f, + 0x4a, + 0x01, + 0x0a, + 0xca, + 0xff, + 0xd5, + 0x93, + 0xff, + 0x9f, + 0xb6, + 0xff, + 0x31, + 0x3c, + 0xff, + 0x5b, + 0x3f, + 0xff, + 0x96, + 0x8c, + 0xff, + 0x50, + 0x95, + 0xff, + 0x68, + 0x23, + 0xff, + 0x6b, + 0x3a, + 0xff, + 0xf2, + 0x5c, + 0xff, + 0x60, + 0x95, + 0xff, + 0x20, + 0xf3, + 0xff, + 0xb6, + 0x71, + 0xff, + 0xb1, + 0x1f, + 0xff, + 0x27, + 0xaf, + 0xff, + 0x6f, + 0x14, + 0x00, + 0xe0, + 0x1f, + 0x00, + 0x7d, + 0x5f, + 0x00, + 0x6a, + 0x2c, + 0x00, + 0xc9, + 0x8d, + 0xff, + 0xae, + 0x55, + 0xff, + 0x31, + 0x33, + 0xff, + 0x33, + 0xe2, + 0xfe, + 0x0c, + 0xbf, + 0xfe, + 0x4e, + 0x9a, + 0xfe, + 0xaf, + 0x2b, + 0xfe, + 0x12, + 0x44, + 0xfe, + 0x8f, + 0x11, + 0x10, + 0x4d, + 0x69, + 0x22, + 0xd1, + 0x60, + 0x0a, + 0x0f, + 0x95, + 0xf2, + 0x19, + 0xfd, + 0xfd, + 0x37, + 0xce, + 0x02, + 0x7e, + 0xdb, + 0x03, + 0x89, + 0x9c, + 0x02, + 0xdb, + 0xb1, + 0xfb, + 0x4c, + 0x7a, + 0xfc, + 0x7c, + 0xc6, + 0xfd, + 0xb7, + 0xfb, + 0x01, + 0x3c, + 0xe6, + 0x00, + 0x1e, + 0xcd, + 0xfe, + 0x2a, + 0x97, + 0x01, + 0x69, + 0x4b, + 0xff, + 0x3d, + 0x70, + 0x01, + 0x69, + 0x1b, + 0x01, + 0x2d, + 0x90, + 0xfe, + 0xc9, + 0x65, + 0x00, + 0xf8, + 0xfb, + 0xff, + 0xca, + 0xe8, + 0xff, + 0x06, + 0x7f, + 0xfe, + 0x00, + 0xc3, + 0xfe, + 0x25, + 0x5e, + 0xff, + 0xe1, + 0xea, + 0xfe, + 0x8e, + 0x8d, + 0x00, + 0x25, + 0x97, + 0xff, + 0x13, + 0xb2, + 0xff, + 0xfd, + 0xf7, + 0xff, + 0xca, + 0x03, + 0xff, + 0x06, + 0x80, + 0xff, + 0x08, + 0xf1, + 0xfe, + 0x58, + 0x74, + 0xff, + 0x8f, + 0x4b, + 0x00, + 0xfc, + 0x9f, + 0x00, + 0x0e, + 0x94, + 0x00, + 0xd8, + 0x68, + 0xff, + 0x10, + 0xe4, + 0xff, + 0x65, + 0xd7, + 0xff, + 0x61, + 0xd6, + 0xfe, + 0x03, + 0x66, + 0xff, + 0x27, + 0xcf, + 0xff, + 0x52, + 0x89, + 0xff, + 0xda, + 0x28, + 0xff, + 0x37, + 0x1f, + 0xff, + 0x49, + 0x92, + 0xff, + 0xd6, + 0xd4, + 0xff, + 0xc1, + 0x74, + 0xff, + 0x0f, + 0x17, + 0xff, + 0x23, + 0x83, + 0xff, + 0x43, + 0xd1, + 0xff, + 0x04, + 0xa4, + 0xff, + 0x4e, + 0xe2, + 0xff, + 0xfc, + 0x8c, + 0x00, + 0x74, + 0x58, + 0x00, + 0x62, + 0x8f, + 0xff, + 0xec, + 0x4b, + 0xff, + 0x81, + 0x17, + 0xff, + 0x77, + 0x0d, + 0xff, + 0x40, + 0x00, + 0xff, + 0x3d, + 0x63, + 0xfe, + 0x32, + 0x02, + 0xfe, + 0xba, + 0x58, + 0xfe, + 0x0b, + 0x91, + 0x12, + 0x7a, + 0x58, + 0x23, + 0x99, + 0xab, + 0x06, + 0x15, + 0xb0, + 0xf2, + 0x7c, + 0x51, + 0x00, + 0x29, + 0xa1, + 0x03, + 0xf9, + 0x64, + 0x04, + 0x02, + 0x0a, + 0x01, + 0xe7, + 0x20, + 0xfb, + 0x4b, + 0x85, + 0xfc, + 0x13, + 0x29, + 0xfe, + 0x3f, + 0xc0, + 0x02, + 0x79, + 0x0c, + 0x00, + 0xeb, + 0x9f, + 0xfe, + 0x48, + 0xd3, + 0x00, + 0xf3, + 0x25, + 0xff, + 0xc6, + 0xf9, + 0x01, + 0xcd, + 0x05, + 0x00, + 0x04, + 0xa2, + 0xfe, + 0x14, + 0x02, + 0x01, + 0x87, + 0xec, + 0xff, + 0x6b, + 0x8b, + 0xff, + 0x0d, + 0x57, + 0xfe, + 0x36, + 0xb1, + 0xfe, + 0x3f, + 0xe1, + 0xfe, + 0x54, + 0x56, + 0xff, + 0x6b, + 0xde, + 0x00, + 0xf1, + 0x67, + 0xff, + 0xad, + 0xa9, + 0xff, + 0xd5, + 0xdf, + 0xff, + 0xd8, + 0x34, + 0xff, + 0x8e, + 0x3c, + 0xff, + 0xca, + 0xb9, + 0xfe, + 0xe1, + 0xa8, + 0xff, + 0x04, + 0x4d, + 0x00, + 0xd4, + 0x8f, + 0x00, + 0xf9, + 0xff, + 0xff, + 0x2c, + 0x44, + 0xff, + 0xaa, + 0x2d, + 0x00, + 0x00, + 0x61, + 0xff, + 0x17, + 0xdd, + 0xfe, + 0xcf, + 0xf8, + 0xff, + 0x12, + 0xe4, + 0xff, + 0x8b, + 0x62, + 0xff, + 0x17, + 0x26, + 0xff, + 0xd6, + 0x34, + 0xff, + 0x8c, + 0x85, + 0xff, + 0x32, + 0xd1, + 0xff, + 0x11, + 0x93, + 0xff, + 0x22, + 0x3a, + 0xff, + 0xf5, + 0x94, + 0xff, + 0x29, + 0x8e, + 0xff, + 0x81, + 0x38, + 0xff, + 0x35, + 0xee, + 0xff, + 0x89, + 0xb4, + 0x00, + 0xd2, + 0x28, + 0x00, + 0x99, + 0x81, + 0xff, + 0xb8, + 0x52, + 0xff, + 0xf1, + 0x28, + 0xff, + 0xf1, + 0x05, + 0xff, + 0x8f, + 0xa9, + 0xfe, + 0x4e, + 0x69, + 0xfe, + 0xb4, + 0x5a, + 0xfe, + 0xca, + 0x65, + 0xfe, + 0x1d, + 0xf5, + 0x10, + 0xbc, + 0xb9, + 0x24, + 0x35, + 0x73, + 0x0a, + 0x29, + 0x4c, + 0xf1, + 0xa7, + 0xcf, + 0x00, + 0xae, + 0x27, + 0x05, + 0xf3, + 0x9e, + 0x02, + 0x67, + 0x4c, + 0x01, + 0xb2, + 0x77, + 0xfa, + 0x4b, + 0xa2, + 0xfc, + 0x46, + 0xf5, + 0xfe, + 0x9f, + 0xb7, + 0x02, + 0x31, + 0xcb, + 0x00, + 0xa6, + 0x17, + 0xfd, + 0x0e, + 0xa8, + 0x00, + 0x0e, + 0x5c, + 0xff, + 0x35, + 0x06, + 0x01, + 0x9b, + 0x38, + 0x00, + 0x75, + 0xdf, + 0xfd, + 0x9e, + 0xc4, + 0x00, + 0x97, + 0xe8, + 0xff, + 0xb0, + 0x6d, + 0xff, + 0x1c, + 0x80, + 0xfe, + 0xd3, + 0x9b, + 0xfe, + 0xde, + 0x4d, + 0xff, + 0x9e, + 0x17, + 0xff, + 0xf0, + 0xc0, + 0x00, + 0x5b, + 0xa2, + 0xff, + 0x1c, + 0xc2, + 0xff, + 0xf7, + 0xdd, + 0xff, + 0xb1, + 0xb0, + 0xfe, + 0x6c, + 0x42, + 0xff, + 0x58, + 0x98, + 0xfe, + 0x46, + 0x79, + 0xff, + 0xd9, + 0x64, + 0x00, + 0x97, + 0x53, + 0x00, + 0xf2, + 0x1b, + 0x00, + 0x26, + 0x09, + 0xff, + 0xb8, + 0xe1, + 0xff, + 0x33, + 0x91, + 0xff, + 0x24, + 0xdd, + 0xfe, + 0xee, + 0xfb, + 0xff, + 0x97, + 0xb5, + 0xff, + 0x2f, + 0x2e, + 0xff, + 0xb1, + 0x4a, + 0xff, + 0xae, + 0x7c, + 0xff, + 0x42, + 0xc7, + 0xff, + 0x99, + 0xf6, + 0xff, + 0x2b, + 0xb6, + 0xff, + 0x66, + 0x49, + 0xff, + 0x00, + 0x70, + 0xff, + 0x1e, + 0x1b, + 0xff, + 0x01, + 0xfa, + 0xfe, + 0xe2, + 0x27, + 0x00, + 0x83, + 0xa6, + 0x00, + 0xf3, + 0xf1, + 0xff, + 0x40, + 0xbe, + 0xff, + 0x7e, + 0x6f, + 0xff, + 0xd9, + 0xdb, + 0xfe, + 0xdd, + 0xcf, + 0xfe, + 0x67, + 0x6d, + 0xfe, + 0x56, + 0x5a, + 0xfe, + 0x0c, + 0x96, + 0xfe, + 0x3b, + 0xb9, + 0xfe, + 0x7b, + 0x76, + 0x15, + 0x3c, + 0x3a, + 0x27, + 0x42, + 0x0c, + 0x05, + 0xc9, + 0xe3, + 0xf1, + 0xcb, + 0x94, + 0x03, + 0xa1, + 0x24, + 0x03, + 0xfd, + 0xe0, + 0x01, + 0x19, + 0xb5, + 0xff, + 0x94, + 0x99, + 0xfa, + 0xbb, + 0x96, + 0xfd, + 0x7d, + 0x0f, + 0x00, + 0xfa, + 0x14, + 0x04, + 0xf5, + 0xfc, + 0xfe, + 0x05, + 0x06, + 0xfd, + 0x26, + 0xa5, + 0x00, + 0x4c, + 0xf3, + 0xfe, + 0x0a, + 0xfe, + 0x00, + 0x71, + 0xd2, + 0xfe, + 0x3a, + 0x08, + 0xfe, + 0xfd, + 0xe7, + 0xff, + 0xf5, + 0x36, + 0xff, + 0x83, + 0xdd, + 0xff, + 0x1b, + 0x27, + 0xfe, + 0x1a, + 0x36, + 0xff, + 0x55, + 0xa0, + 0xff, + 0xfa, + 0x40, + 0xff, + 0x71, + 0x89, + 0x00, + 0xb7, + 0x76, + 0xff, + 0x21, + 0x4d, + 0x00, + 0xb7, + 0x41, + 0xff, + 0xae, + 0x44, + 0xfe, + 0x2e, + 0x41, + 0xff, + 0x06, + 0x56, + 0xfe, + 0xb2, + 0x54, + 0xff, + 0xa1, + 0x59, + 0x00, + 0x7d, + 0xaf, + 0x00, + 0x4a, + 0x36, + 0x00, + 0x15, + 0x0b, + 0xff, + 0x07, + 0xad, + 0xff, + 0x91, + 0x22, + 0xff, + 0x17, + 0xb5, + 0xfe, + 0xdb, + 0xb2, + 0xff, + 0x66, + 0x95, + 0xff, + 0xfc, + 0x3b, + 0xff, + 0x1c, + 0x93, + 0xff, + 0x35, + 0xc2, + 0xff, + 0xb3, + 0xf3, + 0xff, + 0xfc, + 0x43, + 0x00, + 0x69, + 0xab, + 0xff, + 0x8a, + 0x07, + 0xff, + 0x58, + 0xd2, + 0xfe, + 0xa0, + 0xda, + 0xfe, + 0xe6, + 0x97, + 0xff, + 0xd3, + 0x6e, + 0x00, + 0x66, + 0x54, + 0x00, + 0x7d, + 0xd1, + 0xff, + 0xb1, + 0xdf, + 0xff, + 0xfc, + 0x25, + 0xff, + 0x16, + 0x7c, + 0xfe, + 0xfb, + 0x74, + 0xfe, + 0xbd, + 0x36, + 0xfe, + 0x51, + 0x8f, + 0xfe, + 0x3e, + 0xa8, + 0xfe, + 0x11, + 0xf0, + 0xfe, + 0xd1, + 0x7f, + 0x16, + 0x2a, + 0x7a, + 0x2a, + 0x89, + 0xab, + 0x05, + 0x7f, + 0xc4, + 0xef, + 0x64, + 0xd7, + 0x03, + 0x02, + 0x97, + 0x01, + 0x94, + 0xf6, + 0xff, + 0x83, + 0x86, + 0x00, + 0xa6, + 0x9b, + 0xfa, + 0x7d, + 0x33, + 0xfe, + 0x7f, + 0xdd, + 0x00, + 0x8a, + 0x86, + 0x04, + 0x4f, + 0xa2, + 0xfe, + 0x23, + 0x5d, + 0xfc, + 0x2b, + 0x56, + 0x01, + 0xad, + 0xfd, + 0xfd, + 0x39, + 0x65, + 0x00, + 0xd5, + 0x0b, + 0xff, + 0x8d, + 0xce, + 0xfc, + 0xcf, + 0x3a, + 0xff, + 0xba, + 0x0c, + 0xff, + 0x2d, + 0x0b, + 0x00, + 0xcb, + 0x23, + 0xfe, + 0xc9, + 0x4f, + 0xff, + 0xca, + 0x17, + 0x00, + 0xec, + 0xfa, + 0xfe, + 0xd6, + 0xaf, + 0x00, + 0x1b, + 0xac, + 0xff, + 0x0d, + 0x0b, + 0x00, + 0x86, + 0x00, + 0xff, + 0x45, + 0x07, + 0xfe, + 0xa5, + 0x43, + 0xff, + 0x3d, + 0xc7, + 0xfd, + 0xfd, + 0xdf, + 0xfe, + 0x59, + 0xa6, + 0x00, + 0x8e, + 0xd5, + 0x00, + 0x46, + 0xb1, + 0x00, + 0xd8, + 0x50, + 0xff, + 0xf2, + 0xf9, + 0xfe, + 0xc8, + 0xb1, + 0xfe, + 0x33, + 0x89, + 0xfe, + 0x84, + 0x88, + 0xff, + 0x20, + 0x03, + 0x00, + 0x57, + 0x8e, + 0xff, + 0x3d, + 0x75, + 0xff, + 0x5b, + 0xad, + 0xff, + 0xa3, + 0xca, + 0xff, + 0xab, + 0x31, + 0x00, + 0x10, + 0xca, + 0xff, + 0x2d, + 0x03, + 0xff, + 0x61, + 0x66, + 0xfe, + 0xf6, + 0xbe, + 0xfe, + 0xae, + 0x28, + 0x00, + 0xf9, + 0x78, + 0x00, + 0x63, + 0x29, + 0x00, + 0xaa, + 0xdb, + 0xff, + 0x86, + 0x9f, + 0xff, + 0x9a, + 0xe9, + 0xfe, + 0x8d, + 0x24, + 0xfe, + 0x1a, + 0x3b, + 0xfe, + 0xa1, + 0x41, + 0xfe, + 0x5d, + 0x8c, + 0xfe, + 0x87, + 0xb2, + 0xfe, + 0xc2, + 0x14, + 0xff, + 0x3a, + 0x7c, + 0x1a, + 0x20, + 0x51, + 0x2c, + 0x6e, + 0xd8, + 0x00, + 0xc3, + 0x4f, + 0xf0, + 0x74, + 0x24, + 0x05, + 0x60, + 0xf9, + 0xfe, + 0x14, + 0xf0, + 0xff, + 0x62, + 0x31, + 0x00, + 0x76, + 0xfe, + 0xfa, + 0xed, + 0xd3, + 0xfe, + 0x94, + 0x95, + 0x01, + 0x7a, + 0x28, + 0x05, + 0x7f, + 0x69, + 0xfd, + 0xe2, + 0x80, + 0xfd, + 0xe9, + 0x74, + 0x01, + 0x26, + 0x08, + 0xfd, + 0x23, + 0xf5, + 0x00, + 0xf2, + 0x70, + 0xfe, + 0xa6, + 0x64, + 0xfc, + 0x4c, + 0xdb, + 0xfe, + 0xeb, + 0xec, + 0xfe, + 0x9a, + 0x4e, + 0x00, + 0xee, + 0x22, + 0xfe, + 0xab, + 0x90, + 0xff, + 0x56, + 0x32, + 0x00, + 0x4f, + 0x65, + 0xff, + 0x5c, + 0xdf, + 0x00, + 0x19, + 0xc7, + 0xff, + 0xab, + 0x06, + 0x00, + 0x76, + 0xbc, + 0xfe, + 0x85, + 0x3e, + 0xfe, + 0x70, + 0xd3, + 0xfe, + 0x71, + 0x78, + 0xfd, + 0x5c, + 0x1b, + 0xff, + 0x57, + 0x95, + 0x00, + 0xd8, + 0x15, + 0x01, + 0x63, + 0xfd, + 0x00, + 0xff, + 0x80, + 0xff, + 0x53, + 0xcf, + 0xfe, + 0x42, + 0x83, + 0xfe, + 0xd8, + 0xde, + 0xfe, + 0x80, + 0x92, + 0xff, + 0x8b, + 0x39, + 0x00, + 0x02, + 0xf6, + 0xff, + 0xd9, + 0x40, + 0xff, + 0x18, + 0x72, + 0xff, + 0x7d, + 0xb8, + 0xff, + 0x4c, + 0x26, + 0x00, + 0x74, + 0x01, + 0x00, + 0x07, + 0x29, + 0xff, + 0x0b, + 0x62, + 0xfe, + 0xfc, + 0xd9, + 0xfe, + 0x86, + 0x66, + 0x00, + 0x5f, + 0xc5, + 0x00, + 0x2b, + 0x2f, + 0x00, + 0xc8, + 0xaf, + 0xff, + 0x66, + 0x6e, + 0xff, + 0xcb, + 0xb8, + 0xfe, + 0x64, + 0x1d, + 0xfe, + 0xc9, + 0x34, + 0xfe, + 0xa8, + 0x48, + 0xfe, + 0x61, + 0x80, + 0xfe, + 0xc5, + 0xb3, + 0xfe, + 0xd0, + 0x42, + 0xff, + 0x1e, + 0x3e, + 0x17, + 0x07, + 0xe3, + 0x2c, + 0x07, + 0x65, + 0x05, + 0x2d, + 0xdd, + 0xed, + 0x6d, + 0x3a, + 0x05, + 0x54, + 0x2f, + 0x00, + 0xdf, + 0xd2, + 0xfd, + 0x96, + 0x58, + 0x01, + 0xb6, + 0x15, + 0xfa, + 0xc9, + 0xa7, + 0xfe, + 0xb9, + 0x63, + 0x01, + 0xa0, + 0xec, + 0x04, + 0xbb, + 0x2c, + 0xff, + 0xe9, + 0x58, + 0xfc, + 0x09, + 0x74, + 0x02, + 0x4f, + 0x33, + 0xfd, + 0x8c, + 0x10, + 0x00, + 0x44, + 0xad, + 0xff, + 0xbb, + 0xf0, + 0xfb, + 0xcc, + 0x76, + 0xfe, + 0x83, + 0x3f, + 0xfe, + 0x47, + 0xa4, + 0x00, + 0x12, + 0x38, + 0xfe, + 0x49, + 0xf6, + 0xfe, + 0x0e, + 0x44, + 0x01, + 0xc1, + 0x3b, + 0xff, + 0x10, + 0xec, + 0x00, + 0x90, + 0x00, + 0x00, + 0x9e, + 0xfe, + 0xff, + 0xcc, + 0x0f, + 0xff, + 0xe3, + 0x8c, + 0xfd, + 0xc9, + 0x01, + 0xff, + 0x04, + 0xaf, + 0xfd, + 0xa5, + 0x99, + 0xfe, + 0xae, + 0x68, + 0x00, + 0x66, + 0xcf, + 0x00, + 0x8f, + 0x3e, + 0x01, + 0x17, + 0x1b, + 0x00, + 0x5c, + 0x39, + 0xff, + 0xc1, + 0xa0, + 0xfe, + 0x82, + 0x0f, + 0xff, + 0xb3, + 0x6a, + 0xff, + 0x67, + 0x93, + 0xff, + 0xe2, + 0x3a, + 0x00, + 0xf3, + 0x5b, + 0xff, + 0x5e, + 0x31, + 0xff, + 0xb3, + 0xd1, + 0xff, + 0x2d, + 0x04, + 0x00, + 0xdd, + 0x2e, + 0x00, + 0xd6, + 0x7e, + 0xff, + 0xda, + 0x82, + 0xfe, + 0x05, + 0xb3, + 0xfe, + 0x60, + 0x57, + 0x00, + 0xe8, + 0x07, + 0x01, + 0x88, + 0x24, + 0x00, + 0x7c, + 0x91, + 0xff, + 0x8d, + 0x71, + 0xff, + 0x12, + 0xbd, + 0xfe, + 0x62, + 0x1f, + 0xfe, + 0x14, + 0x4e, + 0xfe, + 0x0c, + 0x4a, + 0xfe, + 0x05, + 0x68, + 0xfe, + 0x0c, + 0x95, + 0xfe, + 0xa0, + 0x04, + 0xff, + 0x30, + 0x50, + 0x16, + 0xf2, + 0x9f, + 0x2a, + 0xa3, + 0xf0, + 0x04, + 0x38, + 0x69, + 0xef, + 0x8e, + 0x7d, + 0x05, + 0x67, + 0xc3, + 0x00, + 0x05, + 0xcf, + 0xfe, + 0xfe, + 0xbc, + 0x00, + 0x34, + 0x8e, + 0xf9, + 0x43, + 0x2c, + 0xfe, + 0x01, + 0xca, + 0x00, + 0xb0, + 0xd5, + 0x04, + 0x4c, + 0x90, + 0xff, + 0x87, + 0x4f, + 0xfd, + 0x3a, + 0x7e, + 0x02, + 0x0d, + 0x3b, + 0xfd, + 0x8e, + 0xfd, + 0x00, + 0xe6, + 0xbc, + 0xff, + 0xd9, + 0x1b, + 0xfc, + 0x23, + 0x16, + 0xff, + 0x9b, + 0xb3, + 0xfd, + 0x8a, + 0x3b, + 0x00, + 0x65, + 0xe4, + 0xfe, + 0x05, + 0xf5, + 0xfe, + 0x0d, + 0x0a, + 0x01, + 0x04, + 0xbd, + 0xff, + 0xae, + 0x04, + 0x01, + 0x13, + 0xe4, + 0xff, + 0x68, + 0x12, + 0x00, + 0xec, + 0x18, + 0xff, + 0x82, + 0x9c, + 0xfd, + 0x8f, + 0x1a, + 0xff, + 0xf5, + 0x22, + 0xfe, + 0xee, + 0xa6, + 0xfe, + 0xe0, + 0xe0, + 0xff, + 0x09, + 0xb9, + 0x00, + 0x27, + 0x39, + 0x01, + 0x6d, + 0x3f, + 0x00, + 0xd9, + 0xfb, + 0xff, + 0x47, + 0x3d, + 0xff, + 0xf2, + 0x56, + 0xff, + 0xab, + 0x54, + 0xff, + 0xe1, + 0x03, + 0xff, + 0x58, + 0xe6, + 0xff, + 0x52, + 0x58, + 0xff, + 0x25, + 0x18, + 0xff, + 0xf9, + 0xed, + 0xff, + 0x95, + 0x4c, + 0x00, + 0xc6, + 0x3d, + 0x00, + 0xad, + 0xb1, + 0xff, + 0x30, + 0xe5, + 0xfe, + 0x30, + 0x9a, + 0xfe, + 0xcc, + 0x12, + 0x00, + 0x5d, + 0x13, + 0x01, + 0x6b, + 0x28, + 0x00, + 0x4e, + 0x92, + 0xff, + 0xaf, + 0x9a, + 0xff, + 0xcc, + 0xde, + 0xfe, + 0x33, + 0x38, + 0xfe, + 0xa0, + 0x8d, + 0xfe, + 0x13, + 0x66, + 0xfe, + 0x2b, + 0x39, + 0xfe, + 0x86, + 0x84, + 0xfe, + 0xe6, + 0xda, + 0xfe, + 0xab, + 0xd8, + 0x10, + 0x14, + 0x6d, + 0x23, + 0xe2, + 0x78, + 0x09, + 0x0d, + 0x6f, + 0xf3, + 0x80, + 0xeb, + 0x02, + 0xee, + 0xd8, + 0x03, + 0xa2, + 0xb0, + 0xff, + 0xa4, + 0x87, + 0x00, + 0x6b, + 0xf2, + 0xfb, + 0xab, + 0x25, + 0xfe, + 0xc3, + 0x81, + 0x01, + 0x6c, + 0xdb, + 0x03, + 0x72, + 0xff, + 0xff, + 0x2b, + 0xb2, + 0xfd, + 0x6a, + 0x04, + 0x01, + 0xb8, + 0x34, + 0xff, + 0xde, + 0x78, + 0x00, + 0x80, + 0xe3, + 0xff, + 0x10, + 0xed, + 0xfd, + 0x5d, + 0xc4, + 0xfe, + 0x55, + 0xbc, + 0xfe, + 0x9e, + 0x12, + 0x00, + 0x9e, + 0x86, + 0xfe, + 0x48, + 0x0e, + 0xff, + 0x73, + 0xae, + 0x00, + 0x2e, + 0x03, + 0x00, + 0x5b, + 0x28, + 0x01, + 0x27, + 0xa5, + 0x00, + 0xd8, + 0x12, + 0x00, + 0x5a, + 0xd1, + 0xfe, + 0xd5, + 0x6b, + 0xfd, + 0xc4, + 0x64, + 0xfe, + 0x53, + 0xb6, + 0xfe, + 0xf1, + 0xc4, + 0xff, + 0xdd, + 0xb5, + 0x00, + 0x54, + 0xe3, + 0x00, + 0x64, + 0xc4, + 0x00, + 0xe9, + 0x70, + 0xff, + 0x48, + 0x00, + 0xff, + 0x08, + 0x47, + 0xff, + 0x8a, + 0xaf, + 0xff, + 0xe5, + 0xf6, + 0xff, + 0x73, + 0x0b, + 0x00, + 0x98, + 0xd6, + 0xff, + 0x1a, + 0xf9, + 0xfe, + 0x90, + 0x2c, + 0xff, + 0x7d, + 0x97, + 0xff, + 0x5e, + 0xed, + 0xff, + 0x79, + 0x4b, + 0x00, + 0x51, + 0x94, + 0xff, + 0xad, + 0x34, + 0xff, + 0xf3, + 0x10, + 0xff, + 0x3c, + 0x3a, + 0xff, + 0x5e, + 0x55, + 0x00, + 0x45, + 0xf6, + 0x00, + 0x7e, + 0x6a, + 0x00, + 0xad, + 0x88, + 0xff, + 0xd3, + 0x44, + 0xff, + 0x6a, + 0xe0, + 0xfe, + 0x96, + 0x6e, + 0xfe, + 0x57, + 0xea, + 0xfe, + 0x72, + 0xed, + 0xfe, + 0xc7, + 0x73, + 0xfe, + 0x3e, + 0xae, + 0xfe, + 0x1d, + 0x29, + 0x2d, + 0x30, + 0x31, + 0x30, + 0x2c, + 0x28, + 0x25, + 0x22, + 0x22, + 0x23, + 0x26, + 0x37, + 0x3c, + 0x4a, + 0x4f, + 0x52, + 0x54, + 0x54, + 0x54, + 0x51, + 0x4e, + 0x3e, + 0x3a, + 0x35, + 0x31, + 0x2e, + 0x2a, + 0x28, + 0x26, + 0x26, + 0x27, + 0x28, + 0x2b, + 0x2e, + 0x32, + 0x46, + 0x4b, + 0x52, + 0x5a, + 0x5e, + 0x62, + 0x65, + 0x67, + 0x63, + 0x66, + 0x65, + 0x62, + 0x5f, + 0x5c, + 0x56, + 0x4d, + 0x49, + 0x3a, + 0x36, + 0x3c, + 0x41, + 0x3e, + 0x3b, + 0x38, + 0x22, + 0x20, + 0x2a, + 0x29, + 0x2a, + 0x2b, + 0x2c, + 0x34, + 0x37, + 0x3a, + 0x3e, + 0x42, + 0x55, + 0x5b, + 0x5f, + 0x65, + 0x6b, + 0x6f, + 0x72, + 0x76, + 0x79, + 0x79, + 0x73, + 0x77, + 0x78, + 0x74, + 0x71, + 0x6d, + 0x6a, + 0x66, + 0x60, + 0x5b, + 0x57, + 0x3d, + 0x39, + 0x35, + 0x51, + 0x52, + 0x4f, + 0x4c, + 0x49, + 0x43, + 0x1c, + 0x1a, + 0x2a, + 0x2d, + 0x2d, + 0x2d, + 0x2e, + 0x30, + 0x34, + 0x3e, + 0x41, + 0x45, + 0x49, + 0x4d, + 0x51, + 0x65, + 0x6b, + 0x6f, + 0x73, + 0x77, + 0x7b, + 0x7f, + 0x82, + 0x86, + 0x89, + 0x8c, + 0x8f, + 0x81, + 0x83, + 0x8a, + 0x8a, + 0x86, + 0x82, + 0x7e, + 0x7a, + 0x77, + 0x74, + 0x70, + 0x6c, + 0x68, + 0x64, + 0x3f, + 0x3c, + 0x38, + 0x33, + 0x67, + 0x64, + 0x60, + 0x5d, + 0x5a, + 0x58, + 0x55, + 0x16, + 0x14, + 0x12, + 0x30, + 0x30, + 0x30, + 0x30, + 0x31, + 0x32, + 0x33, + 0x35, + 0x46, + 0x49, + 0x4d, + 0x50, + 0x54, + 0x58, + 0x5d, + 0x61, + 0x66, + 0x6c, + 0x70, + 0x75, + 0x7a, + 0x7e, + 0x83, + 0x88, + 0x8c, + 0x7c, + 0x80, + 0xa9, + 0xac, + 0xac, + 0x95, + 0x92, + 0x90, + 0x8c, + 0x88, + 0x85, + 0x82, + 0x7e, + 0x7a, + 0x76, + 0x72, + 0x6e, + 0x4c, + 0x48, + 0x44, + 0x40, + 0x57, + 0x52, + 0x6a, + 0x66, + 0x62, + 0x5e, + 0x5b, + 0x1c, + 0x19, + 0x16, + 0x14, + 0x12, + 0x10, + 0x0f, + 0x0e, + 0x0d, + 0x0d, + 0x2b, + 0x2c, + 0x2e, + 0x30, + 0x32, + 0x35, + 0x38, + 0x3b, + 0x50, + 0x55, + 0x5a, + 0x5e, + 0x62, + 0x4a, + 0x65, + 0x68, + 0x57, + 0x5b, + 0x5f, + 0x63, + 0x67, + 0x6c, + 0x88, + 0x8b, + 0x7a, + 0x7e, + 0xa8, + 0x89, + 0xb0, + 0xb4, + 0x95, + 0xb2, + 0xb3, + 0xb1, + 0x88, + 0x84, + 0x82, + 0x7e, + 0x7b, + 0x77, + 0x74, + 0x70, + 0x6c, + 0x67, + 0x63, + 0x5f, + 0x5b, + 0x57, + 0x53, + 0x4f, + 0x4a, + 0x46, + 0x41, + 0x3c, + 0x38, + 0x34, + 0x31, + 0x2e, + 0x2b, + 0x10, + 0x0e, + 0x0c, + 0x0a, + 0x08, + 0x06, + 0x06, + 0x05, + 0x04, + 0x04, + 0x04, + 0x05, + 0x06, + 0x23, + 0x25, + 0x27, + 0x2a, + 0x2c, + 0x2f, + 0x32, + 0x36, + 0x39, + 0x3c, + 0x40, + 0x43, + 0x46, + 0x5f, + 0x63, + 0x67, + 0x6b, + 0x70, + 0x5e, + 0x62, + 0x67, + 0x6b, + 0x70, + 0x75, + 0x7a, + 0x7f, + 0x85, + 0x8b, + 0x90, + 0x96, + 0xbc, + 0xba, + 0xbc, + 0xbf, + 0x88, + 0x86, + 0x81, + 0x7d, + 0x79, + 0x75, + 0x71, + 0x6d, + 0x69, + 0x65, + 0x60, + 0x5c, + 0x58, + 0x54, + 0x50, + 0x4c, + 0x47, + 0x43, + 0x3e, + 0x3a, + 0x35, + 0x31, + 0x2e, + 0x2a, + 0x10, + 0x0e, + 0x0b, + 0x08, + 0x06, + 0x05, + 0x04, + 0x02, + 0x02, + 0x01, + 0x01, + 0x02, + 0x02, + 0x03, + 0x1e, + 0x20, + 0x22, + 0x24, + 0x28, + 0x2b, + 0x2e, + 0x32, + 0x36, + 0x50, + 0x53, + 0x57, + 0x5b, + 0x5d, + 0x62, + 0x66, + 0x6a, + 0x6f, + 0x74, + 0x78, + 0x7d, + 0x82, + 0x87, + 0x75, + 0x7a, + 0x7f, + 0x84, + 0x8a, + 0x90, + 0xba, + 0xc0, + 0x9f, + 0xc0, + 0xc4, + 0x88, + 0x85, + 0x80, + 0x7c, + 0x78, + 0x74, + 0x6f, + 0x6b, + 0x67, + 0x62, + 0x5e, + 0x5a, + 0x56, + 0x51, + 0x4d, + 0x49, + 0x44, + 0x40, + 0x3c, + 0x37, + 0x33, + 0x2f, + 0x2b, + 0x28, + 0x3d, + 0x0c, + 0x09, + 0x07, + 0x05, + 0x03, + 0x02, + 0x01, + 0x00, + 0x00, + 0x16, + 0x17, + 0x18, + 0x19, + 0x1a, + 0x1c, + 0x1f, + 0x21, + 0x24, + 0x28, + 0x2b, + 0x47, + 0x4a, + 0x4e, + 0x52, + 0x56, + 0x5a, + 0x5e, + 0x63, + 0x67, + 0x6c, + 0x70, + 0x75, + 0x7a, + 0x7e, + 0x83, + 0x88, + 0x8d, + 0x92, + 0x7e, + 0x82, + 0x88, + 0x8c, + 0xba, + 0xb8, + 0x97, + 0x96, + 0xbe, + 0x8b, + 0x88, + 0x82, + 0x7e, + 0x7a, + 0x75, + 0x71, + 0x6c, + 0x68, + 0x64, + 0x5f, + 0x5b, + 0x57, + 0x52, + 0x4e, + 0x4a, + 0x46, + 0x41, + 0x3d, + 0x39, + 0x35, + 0x31, + 0x2e, + 0x2a, + 0x40, + 0x3d, + 0x0d, + 0x0a, + 0x08, + 0x07, + 0x06, + 0x05, + 0x04, + 0x04, + 0x04, + 0x04, + 0x05, + 0x1a, + 0x1c, + 0x1e, + 0x20, + 0x22, + 0x25, + 0x28, + 0x2c, + 0x2f, + 0x4c, + 0x50, + 0x53, + 0x57, + 0x5b, + 0x64, + 0x68, + 0x6c, + 0x70, + 0x74, + 0x79, + 0x7e, + 0x82, + 0x87, + 0x8c, + 0x90, + 0x78, + 0x7c, + 0x80, + 0x85, + 0x88, + 0xae, + 0xb4, + 0xb5, + 0xb8, + 0x90, + 0x8d, + 0x8a, + 0x86, + 0x82, + 0x7d, + 0x79, + 0x75, + 0x70, + 0x6c, + 0x68, + 0x64, + 0x5f, + 0x5b, + 0x57, + 0x53, + 0x4f, + 0x4a, + 0x47, + 0x43, + 0x3f, + 0x3b, + 0x38, + 0x34, + 0x32, + 0x54, + 0x51, + 0x15, + 0x13, + 0x11, + 0x10, + 0x0e, + 0x0e, + 0x0d, + 0x0d, + 0x0d, + 0x0d, + 0x0e, + 0x0f, + 0x10, + 0x12, + 0x14, + 0x28, + 0x2b, + 0x2e, + 0x31, + 0x34, + 0x37, + 0x3b, + 0x59, + 0x5c, + 0x60, + 0x3a, + 0x5c, + 0x60, + 0x64, + 0x69, + 0x6e, + 0x74, + 0x7a, + 0x7f, + 0x62, + 0x89, + 0x6c, + 0x70, + 0x73, + 0x74, + 0xa1, + 0x78, + 0x6a, + 0x75, + 0x72, + 0x6f, + 0x6a, + 0x66, + 0x61, + 0x5c, + 0x58, + 0x53, + 0x4e, + 0x4a, + 0x45, + 0x40, + 0x3c, + 0x37, + 0x33, + 0x2f, + 0x2b, + 0x28, + 0x25, + 0x22, + 0x0c, + 0x09, + 0x08, + 0x06, + 0x05, + 0x04, + 0x04, + 0x04, + 0x04, + 0x06, + 0x07, + 0x08, + 0x0a, + 0x0d, + 0x10, + 0x24, + 0x27, + 0x2b, + 0x2f, + 0x32, + 0x52, + 0x45, + 0x4a, + 0x4e, + 0x53, + 0x57, + 0x5c, + 0x60, + 0x64, + 0x69, + 0x6d, + 0x72, + 0x75, + 0x78, + 0x7a, + 0x6d, + 0x6e, + 0x6d, + 0x6b, + 0x68, + 0x73, + 0x6f, + 0x6b, + 0x66, + 0x62, + 0x5d, + 0x59, + 0x54, + 0x50, + 0x4b, + 0x46, + 0x42, + 0x3e, + 0x3b, + 0x37, + 0x34, + 0x32, + 0x2f, + 0x1c, + 0x1a, + 0x18, + 0x17, + 0x16, + 0x16, + 0x16, + 0x17, + 0x18, + 0x19, + 0x1b, + 0x1d, + 0x1f, + 0x30, + 0x33, + 0x36, + 0x3a, + 0x3e, + 0x42, + 0x2e, + 0x35, + 0x3a, + 0x3e, + 0x43, + 0x48, + 0x4c, + 0x50, + 0x54, + 0x57, + 0x59, + 0x5b, + 0x4d, + 0x4c, + 0x4b, + 0x48, + 0x44, + 0x40, + 0x49, + 0x44, + 0x40, + 0x3a, + 0x36, + 0x31, + 0x2c, + 0x28, + 0x24, + 0x20, + 0x1d, + 0x1a, + 0x18, + 0x08, + 0x06, + 0x06, + 0x05, + 0x06, + 0x06, + 0x08, + 0x0a, + 0x0c, + 0x0f, + 0x12, + 0x22, + 0x26, + 0x2a, + 0x16, + 0x1a, + 0x1e, + 0x2e, + 0x32, + 0x36, + 0x38, + 0x3b, + 0x3d, + 0x3d, + 0x32, + 0x30, + 0x2e, + 0x37, + 0x33, + 0x30, + 0x20, + 0x1c, + 0x18, + 0x14, + 0x10, + 0x0d, + 0x0a, + 0x07, + 0x05, + 0x04, + 0x02, + 0x02, + 0x02, + 0x03, + 0x05, + 0x07, + 0x09, + 0x0c, + 0x0f, + 0x12, + 0x35, + 0x3a, + 0x3e, + 0x4e, + 0x51, + 0x54, + 0x54, + 0x54, + 0x52, + 0x4f, + 0x4a, + 0x3c, + 0x37, + 0x32, + 0x2e, + 0x2b, + 0x28, + 0x27, + 0x26, + 0x26, + 0x28, + 0x2a, + 0x2e, + 0x31, + 0x28, + 0x2c, + 0x30, + 0x31, + 0x30, + 0x2d, + 0x29, + 0x26, + 0x23, + 0x22, + 0x22, + 0x25, + 0x1d, diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a new file mode 100644 index 0000000..4c00bbf Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so new file mode 120000 index 0000000..fe266de --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so @@ -0,0 +1 @@ +libopenal.so.1 \ No newline at end of file diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 new file mode 120000 index 0000000..7c9c044 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 @@ -0,0 +1 @@ +libopenal.so.1.23.1 \ No newline at end of file diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 new file mode 100755 index 0000000..850ac0f Binary files /dev/null and b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 differ diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc new file mode 100644 index 0000000..bd44244 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc @@ -0,0 +1,12 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: OpenAL +Description: OpenAL is a cross-platform 3D audio API +Requires: +Version: 1.23.1 +Libs: -L${libdir} -lopenal +Libs.private: +Cflags: -I${includedir} -I${includedir}/AL diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake new file mode 100644 index 0000000..e9cbd10 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake new file mode 100644 index 0000000..dc93aa2 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Release") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h new file mode 100644 index 0000000..8375601 --- /dev/null +++ b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h @@ -0,0 +1,9 @@ +/* Define to the library version */ +#define ALSOFT_VERSION "1.23.1" +#define ALSOFT_VERSION_NUM 1,23,1,0 + +/* Define the branch being built */ +#define ALSOFT_GIT_BRANCH "HEAD" + +/* Define the hash of the head commit */ +#define ALSOFT_GIT_COMMIT_HASH "2757bded" diff --git a/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt b/cmake-build-release/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/cache-v2 b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/codemodel-v2 b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/toolchains-v1 b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/cache-v2-4485f602ac95509968e2.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/cache-v2-4485f602ac95509968e2.json new file mode 100644 index 0000000..13357ed --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/cache-v2-4485f602ac95509968e2.json @@ -0,0 +1,7791 @@ +{ + "entries" : + [ + { + "name" : "ALSA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) include directory" + } + ], + "type" : "PATH", + "value" : "ALSA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "ALSA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) library" + } + ], + "type" : "FILEPATH", + "value" : "ALSA_LIBRARY-NOTFOUND" + }, + { + "name" : "ALSOFT_BACKEND_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ALSA backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable JACK backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Oboe backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OSS backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_BACKEND_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SndIO backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Solaris backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_WAVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Wave Writer backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE2 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE3 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_DLOPEN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Check for the dlopen API for loading optional libs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EAX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable legacy EAX extensions" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_EMBED_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Embed the HRTF data files (increases library footprint)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install main library" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_AMBDEC_PRESETS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install AmbDec preset files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_CONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install alsoft.conf sample configuration file" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install example programs (alplay, alstream, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install HRTF data files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install utility programs (openal-info, alsoft-config, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_NO_CONFIG_UTIL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable building the alsoft-config utility" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ALSA backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require JACK backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Oboe backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OSS backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require RTKit/D-Bus support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SndIO backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Solaris backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE2 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE3 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable RTKit support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_SEARCH_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Search the installation data directory" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_LIBGCC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Force -static-libgcc for static GCC runtimes" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_STDCXX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Static link libstdc++" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_UPDATE_BUILD_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Update git build version info" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build utility programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_WERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Treat compile warnings as errors" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "AUDIOIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The AudioIO include directory" + } + ], + "type" : "PATH", + "value" : "AUDIOIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "AUDIOUNIT_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "AUDIOUNIT_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BLT_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_DISABLE_DEBUG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_DEBUG macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_ERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_ERROR macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_FATAL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_FATAL macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_INFO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_INFO macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_LOGGING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging (all macros and will safely disable logging function!)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_TRACE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_TRACE macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_WARN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_WARN macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;ZLIB::ZLIB;" + }, + { + "name" : "BLT_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_WITH_GRAPHICS_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BLT_WITH_GRAPHICS_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_WITH_GRAPHICS_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "BUILD_GRAPHICS_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT Graphics test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_NBT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT NBT + eNBT extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PARSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT parsers" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PROFILING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT profiler extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build shared libraries" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_STD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT standard utilities." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BZIP2_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "BZIP2_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_RELEASE-NOTFOUND" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "RelWithDebInfo" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "25" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Library postfix for debug builds. Normally left blank." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "gp_image_test" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.9.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "9" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake-3.25" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "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." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "COREAUDIO_FRAMEWORK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "COREAUDIO_FRAMEWORK-NOTFOUND" + }, + { + "name" : "CPACK_SOURCE_RPM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build RPM source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CPACK_SOURCE_TBZ2", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TBZ2 source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TGZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TGZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TXZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TXZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_ZIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build ZIP source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "DBus1_ARCH_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "DBus1_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for DBus1." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1" + }, + { + "name" : "DBus1_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/dbus-1.0" + }, + { + "name" : "DBus1_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding BrotliDec" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Git", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Git" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/git][v2.39.2()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding HarfBuzz" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OSS" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/x86_64-linux-gnu][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PNG" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PkgConfig" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/pkg-config][v1.8.1()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_SndFile", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding SndFile" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding ZLIB" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()]" + }, + { + "name" : "FT_DISABLE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable HarfBuzz (used for improving auto-hinting of OpenType fonts)." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable use of system zlib and use internal zlib library instead." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_ENABLE_ERROR_STRINGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable support for meaningful error descriptions." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require HarfBuzz for improving auto-hinting of OpenType fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require system zlib instead of internal zlib library." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GIT_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Git command line client" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/git" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "HAVE_ARM_NEON_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include arm_neon.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_CPUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include cpuid.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_DLFCN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include dlfcn.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_EMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include emmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FCNTL_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include fcntl.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FNO_MATH_ERRNO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_FNO_MATH_ERRNO" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_GET_CPUID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_GET_CPUID" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_PROTECTED_VISIBILITY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_PROTECTED_VISIBILITY" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GETOPT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol getopt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GUIDDEF_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include guiddef.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INITGUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include initguid.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include intrin.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_LIBATOMIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_LIBATOMIC" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBDL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library dl" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library m" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBRT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library rt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MALLOC_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include malloc.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MSSE2_SWITCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_MSSE2_SWITCH" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_POSIX_MEMALIGN_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol posix_memalign" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PROC_PIDPATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol proc_pidpath" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pthread.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_NP_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have includes pthread.h;pthread_np.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETNAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setname_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETSCHEDPARAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setschedparam" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_SET_NAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_set_name_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_SMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include smmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_SSE_INTRINSICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_SSE_INTRINSICS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_STDC_FORMAT_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_STDC_FORMAT_MACROS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_UNISTD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include unistd.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_WNO_CXX20_ATTR_EXT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_WNO_CXX20_ATTR_EXT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_XMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include xmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE___RESTRICT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE___RESTRICT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HarfBuzz_ICU_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_ICU_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/harfbuzz" + }, + { + "name" : "HarfBuzz_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "JACK_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK include directory" + } + ], + "type" : "PATH", + "value" : "JACK_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "JACK_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK library" + } + ], + "type" : "FILEPATH", + "value" : "JACK_LIBRARY-NOTFOUND" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "MYSOFA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA include directory" + } + ], + "type" : "PATH", + "value" : "MYSOFA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "MYSOFA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA library" + } + ], + "type" : "FILEPATH", + "value" : "MYSOFA_LIBRARY-NOTFOUND" + }, + { + "name" : "MYSOFA_M_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The math library for MySOFA" + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "OPENSL_ANDROID_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL Android include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL library" + } + ], + "type" : "FILEPATH", + "value" : "OPENSL_LIBRARY-NOTFOUND" + }, + { + "name" : "OSS_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OSS include directory" + } + ], + "type" : "PATH", + "value" : "/usr/include/x86_64-linux-gnu" + }, + { + "name" : "OSS_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Optional OSS library" + } + ], + "type" : "FILEPATH", + "value" : "OSS_LIBRARY-NOTFOUND" + }, + { + "name" : "OpenAL_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "OpenAL_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "OpenAL_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_BROTLIDEC_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec" + }, + { + "name" : "PC_BROTLIDEC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec;brotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.0.9" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_DBUS1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_DBUS1_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1" + }, + { + "name" : "PC_DBUS1_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1;systemd" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.14.10" + }, + { + "name" : "PC_DBUS1_dbus-1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_HARFBUZZ_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_HARFBUZZ_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread;-pthread" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "6.0.0" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PIPEWIRE_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PIPEWIRE_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3" + }, + { + "name" : "PIPEWIRE_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "0.3.65" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_CONFIG_ARGN", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Arguments to supply to pkg-config" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PKG_CONFIG_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "pkg-config executable" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/pkg-config" + }, + { + "name" : "PNG_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "PNG_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "PNG_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpng.so" + }, + { + "name" : "PNG_PNG_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "PORTAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio include directory" + } + ], + "type" : "PATH", + "value" : "PORTAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PORTAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PORTAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio include directory" + } + ], + "type" : "PATH", + "value" : "PULSEAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PULSEAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "Qt5Widgets_DIR-NOTFOUND" + }, + { + "name" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/librt.a" + }, + { + "name" : "SDL2_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for SDL2." + } + ], + "type" : "PATH", + "value" : "SDL2_DIR-NOTFOUND" + }, + { + "name" : "SNDFILE_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "SNDFILE_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libsndfile.so" + }, + { + "name" : "SOUNDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO include directory" + } + ], + "type" : "PATH", + "value" : "SOUNDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "SOUNDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO library" + } + ], + "type" : "FILEPATH", + "value" : "SOUNDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libSM.so" + }, + { + "name" : "X11_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libX11.so" + }, + { + "name" : "X11_X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_X11_xcb_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_X11_xcb_LIB-NOTFOUND" + }, + { + "name" : "X11_XRes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_XRes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_XRes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_XRes_LIB-NOTFOUND" + }, + { + "name" : "X11_XShm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XSync_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessrules_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaccessrules_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaccessstr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXau.so" + }, + { + "name" : "X11_Xaw_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaw_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xaw_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xcomposite_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xcomposite_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcursor_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcursor_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXcursor.so" + }, + { + "name" : "X11_Xdamage_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xdamage_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xdamage_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xdamage_LIB-NOTFOUND" + }, + { + "name" : "X11_Xdmcp_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdmcp_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXdmcp.so" + }, + { + "name" : "X11_Xext_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xext_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXext.so" + }, + { + "name" : "X11_Xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXfixes.so" + }, + { + "name" : "X11_Xft_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xft_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xft_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xft_LIB-NOTFOUND" + }, + { + "name" : "X11_Xi_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xi_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXi.so" + }, + { + "name" : "X11_Xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXinerama.so" + }, + { + "name" : "X11_Xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xkblib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xlib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xmu_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xmu_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xmu_LIB-NOTFOUND" + }, + { + "name" : "X11_Xpm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xpm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xpm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xpm_LIB-NOTFOUND" + }, + { + "name" : "X11_Xrandr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrandr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrandr.so" + }, + { + "name" : "X11_Xrender_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrender_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrender.so" + }, + { + "name" : "X11_Xshape_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xss_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xss_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xss_LIB-NOTFOUND" + }, + { + "name" : "X11_Xt_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXt.so" + }, + { + "name" : "X11_Xtst_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xtst_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xtst_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xtst_LIB-NOTFOUND" + }, + { + "name" : "X11_Xutil_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xv_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xv_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86misc_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86vm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86vm_LIB-NOTFOUND" + }, + { + "name" : "X11_dpms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libxcb.so" + }, + { + "name" : "X11_xcb_icccm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_icccm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_icccm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_icccm_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_keysyms_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_randr_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_randr_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_util_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_util_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_util_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_util_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xfixes_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xkb_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xtest_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_X11_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbfile_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbfile_LIB-NOTFOUND" + }, + { + "name" : "ZLIB_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "ZLIB_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "ZLIB_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "ZLIB_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libz.so" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "__pkg_config_arguments_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;libbrotlidec" + }, + { + "name" : "__pkg_config_arguments_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;dbus-1" + }, + { + "name" : "__pkg_config_arguments_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;harfbuzz" + }, + { + "name" : "__pkg_config_arguments_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3>=0.3.23" + }, + { + "name" : "__pkg_config_checked_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "alsoft-config_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "alsoft-config_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "alsoft-config_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "freetype_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "freetype_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "freetype_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so;" + }, + { + "name" : "freetype_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "gp_image_test_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan" + }, + { + "name" : "gp_image_test_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "gp_image_test_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "pkgcfg_lib_PC_BROTLIDEC_brotlidec", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "pkgcfg_lib_PC_DBUS1_dbus-1", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "pkgcfg_lib_PC_HARFBUZZ_harfbuzz", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "pkgcfg_lib_PIPEWIRE_pipewire-0.3", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so" + }, + { + "name" : "prefix_result", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/cmakeFiles-v1-242acc3dd662171deeb1.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/cmakeFiles-v1-242acc3dd662171deeb1.json new file mode 100644 index 0000000..8a42ab2 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/cmakeFiles-v1-242acc3dd662171deeb1.json @@ -0,0 +1,813 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPNG.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindBZip2.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPack.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPackComponent.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/codemodel-v2-bddbf2c678d181e21e18.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/codemodel-v2-bddbf2c678d181e21e18.json new file mode 100644 index 0000000..58fafe9 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/codemodel-v2-bddbf2c678d181e21e18.json @@ -0,0 +1,467 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-RelWithDebInfo-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 18 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template", + "childIndexes" : + [ + 2, + 4, + 6, + 7 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "libraries/BLT-With-Graphics-Template", + "targetIndexes" : + [ + 1 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "childIndexes" : + [ + 3 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-94fab6a972c56f26fcf1.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "targetIndexes" : + [ + 22 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "targetIndexes" : + [ + 17, + 23 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "childIndexes" : + [ + 5 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-a4f591b5cab26150b3de.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 1, + "projectIndex" : 3, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 4, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-a43ac00b2e20a51300a5.json", + "minimumCMakeVersion" : + { + "string" : "3.5" + }, + "parentIndex" : 1, + "projectIndex" : 5, + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-8c81f9aa13abe71a073c.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 6, + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "targetIndexes" : + [ + 16 + ] + } + ], + "name" : "RelWithDebInfo", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "gp_image_test", + "targetIndexes" : + [ + 18 + ] + }, + { + "childIndexes" : + [ + 2, + 3, + 5, + 6 + ], + "directoryIndexes" : + [ + 1 + ], + "name" : "BLT_WITH_GRAPHICS", + "parentIndex" : 0, + "targetIndexes" : + [ + 1 + ] + }, + { + "directoryIndexes" : + [ + 2, + 3 + ], + "name" : "GLFW", + "parentIndex" : 1, + "targetIndexes" : + [ + 17, + 22, + 23 + ] + }, + { + "childIndexes" : + [ + 4 + ], + "directoryIndexes" : + [ + 4 + ], + "name" : "OpenAL", + "parentIndex" : 1, + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "directoryIndexes" : + [ + 5 + ], + "name" : "alsoft-config", + "parentIndex" : 3 + }, + { + "directoryIndexes" : + [ + 6 + ], + "name" : "BLT", + "parentIndex" : 1, + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "freetype", + "parentIndex" : 1, + "targetIndexes" : + [ + 16 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 6, + "id" : "BLT::@50366bf68bbd07315335", + "jsonFile" : "target-BLT-RelWithDebInfo-6ce140bc14e57dd7107a.json", + "name" : "BLT", + "projectIndex" : 5 + }, + { + "directoryIndex" : 1, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "jsonFile" : "target-BLT_WITH_GRAPHICS-RelWithDebInfo-d0d0a205a1a70fe46ae4.json", + "name" : "BLT_WITH_GRAPHICS", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "OpenAL::@1336fb67af673d856491", + "jsonFile" : "target-OpenAL-RelWithDebInfo-8723434566e6b6b6a26b.json", + "name" : "OpenAL", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "al-excommon::@1336fb67af673d856491", + "jsonFile" : "target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json", + "name" : "al-excommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alcommon::@1336fb67af673d856491", + "jsonFile" : "target-alcommon-RelWithDebInfo-e9ba7d5c40ca3bac3f6c.json", + "name" : "alcommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alconvolve::@1336fb67af673d856491", + "jsonFile" : "target-alconvolve-RelWithDebInfo-cff370a2e778625d7f2d.json", + "name" : "alconvolve", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alhrtf::@1336fb67af673d856491", + "jsonFile" : "target-alhrtf-RelWithDebInfo-059ef9374003f8df2876.json", + "name" : "alhrtf", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "allatency::@1336fb67af673d856491", + "jsonFile" : "target-allatency-RelWithDebInfo-9da4b9bbf758fec4bb23.json", + "name" : "allatency", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "almultireverb::@1336fb67af673d856491", + "jsonFile" : "target-almultireverb-RelWithDebInfo-13aceaa06dad19733115.json", + "name" : "almultireverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alplay::@1336fb67af673d856491", + "jsonFile" : "target-alplay-RelWithDebInfo-4924794ade2da39d9bff.json", + "name" : "alplay", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alrecord::@1336fb67af673d856491", + "jsonFile" : "target-alrecord-RelWithDebInfo-f15f22ab2c48784762e6.json", + "name" : "alrecord", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alreverb::@1336fb67af673d856491", + "jsonFile" : "target-alreverb-RelWithDebInfo-edc90ae3cfdf25ac4545.json", + "name" : "alreverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstream::@1336fb67af673d856491", + "jsonFile" : "target-alstream-RelWithDebInfo-2c0d26daae11a4dc9d00.json", + "name" : "alstream", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstreamcb::@1336fb67af673d856491", + "jsonFile" : "target-alstreamcb-RelWithDebInfo-bd269427817c8c1eaf44.json", + "name" : "alstreamcb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "altonegen::@1336fb67af673d856491", + "jsonFile" : "target-altonegen-RelWithDebInfo-08ca4d8d69e24d8d732e.json", + "name" : "altonegen", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "build_version::@1336fb67af673d856491", + "jsonFile" : "target-build_version-RelWithDebInfo-97bbd120a8aaca0a33c3.json", + "name" : "build_version", + "projectIndex" : 3 + }, + { + "directoryIndex" : 7, + "id" : "freetype::@e00407d3eb957746b2e2", + "jsonFile" : "target-freetype-RelWithDebInfo-2d713309a66b20f6571f.json", + "name" : "freetype", + "projectIndex" : 6 + }, + { + "directoryIndex" : 3, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-glfw-RelWithDebInfo-84fcf05d1c3c64ea0464.json", + "name" : "glfw", + "projectIndex" : 2 + }, + { + "directoryIndex" : 0, + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "jsonFile" : "target-gp_image_test-RelWithDebInfo-a1c29fde92b87a2151be.json", + "name" : "gp_image_test", + "projectIndex" : 0 + }, + { + "directoryIndex" : 4, + "id" : "openal-info::@1336fb67af673d856491", + "jsonFile" : "target-openal-info-RelWithDebInfo-457ed30aa0d3206f5eef.json", + "name" : "openal-info", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjdecoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjdecoder-RelWithDebInfo-3c0296183170050b7da8.json", + "name" : "uhjdecoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjencoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjencoder-RelWithDebInfo-e8265012de098cc3ee53.json", + "name" : "uhjencoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 2, + "id" : "uninstall::@14b83a2e4b8869b63580", + "jsonFile" : "target-uninstall-RelWithDebInfo-0d6785bca82b8d2c6db4.json", + "name" : "uninstall", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-update_mappings-RelWithDebInfo-6d5163af8fc0deb93847.json", + "name" : "update_mappings", + "projectIndex" : 2 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json new file mode 100644 index 0000000..2e49953 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-a43ac00b2e20a51300a5.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-a43ac00b2e20a51300a5.json new file mode 100644 index 0000000..e743c69 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-a43ac00b2e20a51300a5.json @@ -0,0 +1,573 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 120, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 125, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h" + ], + "type" : "file" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h" + ], + "type" : "file" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h" + ], + "type" : "file" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h" + ], + "type" : "file" + }, + { + "backtrace" : 10, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h" + ], + "type" : "file" + }, + { + "backtrace" : 11, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 12, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h" + ], + "type" : "file" + }, + { + "backtrace" : 13, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h" + ], + "type" : "file" + }, + { + "backtrace" : 14, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h" + ], + "type" : "file" + }, + { + "backtrace" : 15, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h" + ], + "type" : "file" + }, + { + "backtrace" : 16, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h" + ], + "type" : "file" + }, + { + "backtrace" : 17, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h" + ], + "type" : "file" + }, + { + "backtrace" : 18, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h" + ], + "type" : "file" + }, + { + "backtrace" : 19, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h" + ], + "type" : "file" + }, + { + "backtrace" : 20, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 21, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h" + ], + "type" : "file" + }, + { + "backtrace" : 22, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h" + ], + "type" : "file" + }, + { + "backtrace" : 23, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 24, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h" + ], + "type" : "file" + }, + { + "backtrace" : 25, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h" + ], + "type" : "file" + }, + { + "backtrace" : 26, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h" + ], + "type" : "file" + }, + { + "backtrace" : 27, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h" + ], + "type" : "file" + }, + { + "backtrace" : 28, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h" + ], + "type" : "file" + }, + { + "backtrace" : 29, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h" + ], + "type" : "file" + }, + { + "backtrace" : 30, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h" + ], + "type" : "file" + }, + { + "backtrace" : 31, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h" + ], + "type" : "file" + }, + { + "backtrace" : 32, + "component" : "Unspecified", + "destination" : "include/blt/window", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h" + ], + "type" : "file" + }, + { + "backtrace" : 33, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/config/blt/config.h" + ], + "type" : "file" + }, + { + "backtrace" : 34, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a" + ], + "targetId" : "BLT::@50366bf68bbd07315335", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-8c81f9aa13abe71a073c.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-8c81f9aa13abe71a073c.json new file mode 100644 index 0000000..b2b6162 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-8c81f9aa13abe71a073c.json @@ -0,0 +1,141 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 561, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 569, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 623, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 642, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 647, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "headers", + "destination" : "include/freetype2", + "paths" : + [ + { + "from" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "headers", + "destination" : "include/freetype2/freetype/config", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "pkgconfig", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a" + ], + "targetId" : "freetype::@e00407d3eb957746b2e2", + "targetIndex" : 16, + "type" : "target" + }, + { + "backtrace" : 5, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "exportName" : "freetype-targets", + "exportTargets" : + [ + { + "id" : "freetype::@e00407d3eb957746b2e2", + "index" : 16 + }, + { + "id" : "freetype-interface::@e00407d3eb957746b2e2", + "index" : 0 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 6, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-94fab6a972c56f26fcf1.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-94fab6a972c56f26fcf1.json new file mode 100644 index 0000000..00353e1 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-94fab6a972c56f26fcf1.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake", + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@c52b2194413d9c9d0e1f", + "index" : 17 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json new file mode 100644 index 0000000..060768e --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + ], + "targetId" : "glfw::@c52b2194413d9c9d0e1f", + "targetIndex" : 17, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-a4f591b5cab26150b3de.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-a4f591b5cab26150b3de.json new file mode 100644 index 0000000..322a82d --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-a4f591b5cab26150b3de.json @@ -0,0 +1,294 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1571, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1575, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1577, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1579, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1591, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1597, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1603, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1824, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "skip", + "type" : "target" + }, + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "only", + "type" : "target" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "exportName" : "OpenAL", + "exportTargets" : + [ + { + "id" : "OpenAL::@1336fb67af673d856491", + "index" : 2 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + ], + "type" : "directory" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "paths" : + [ + "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf" + ], + "type" : "directory" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets" + ], + "type" : "directory" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + ], + "targetId" : "openal-info::@1336fb67af673d856491", + "targetIndex" : 19, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + ], + "targetId" : "altonegen::@1336fb67af673d856491", + "targetIndex" : 14, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + ], + "targetId" : "alrecord::@1336fb67af673d856491", + "targetIndex" : 10, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + ], + "targetId" : "alplay::@1336fb67af673d856491", + "targetIndex" : 9, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + ], + "targetId" : "alstream::@1336fb67af673d856491", + "targetIndex" : 12, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + ], + "targetId" : "alreverb::@1336fb67af673d856491", + "targetIndex" : 11, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + ], + "targetId" : "almultireverb::@1336fb67af673d856491", + "targetIndex" : 8, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + ], + "targetId" : "allatency::@1336fb67af673d856491", + "targetIndex" : 7, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + ], + "targetId" : "alhrtf::@1336fb67af673d856491", + "targetIndex" : 6, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json new file mode 100644 index 0000000..83c282b --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0360.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0360.json new file mode 100644 index 0000000..23ac8f5 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0360.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-3.25" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 25, + "patch" : 1, + "string" : "3.25.1", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-bddbf2c678d181e21e18.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + { + "jsonFile" : "cache-v2-4485f602ac95509968e2.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-242acc3dd662171deeb1.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-4485f602ac95509968e2.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-242acc3dd662171deeb1.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-bddbf2c678d181e21e18.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-6ce140bc14e57dd7107a.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-6ce140bc14e57dd7107a.json new file mode 100644 index 0000000..8e77ff4 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-6ce140bc14e57dd7107a.json @@ -0,0 +1,258 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 84, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 125, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 100, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 76, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 77, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "id" : "BLT::@50366bf68bbd07315335", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "BLT", + "nameOnDisk" : "libBLT.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-RelWithDebInfo-d0d0a205a1a70fe46ae4.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-RelWithDebInfo-d0d0a205a1a70fe46ae4.json new file mode 100644 index 0000000..f1be88d --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-RelWithDebInfo-d0d0a205a1a70fe46ae4.json @@ -0,0 +1,380 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 118, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 54, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 120, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 44, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-fsanitize=address" + }, + { + "backtrace" : 7, + "fragment" : "-Wall" + }, + { + "backtrace" : 7, + "fragment" : "-Werror" + }, + { + "backtrace" : 7, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 7, + "fragment" : "-Wno-comment" + }, + { + "backtrace" : 7, + "fragment" : "-Wno-strict-aliasing" + }, + { + "backtrace" : 7, + "fragment" : "-Wno-unused-function" + } + ], + "includes" : + [ + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui" + }, + { + "backtrace" : 9, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples" + }, + { + "backtrace" : 10, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 5, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "name" : "BLT_WITH_GRAPHICS", + "nameOnDisk" : "libBLT_WITH_GRAPHICS.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-OpenAL-RelWithDebInfo-8723434566e6b6b6a26b.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-OpenAL-RelWithDebInfo-8723434566e6b6b6a26b.json new file mode 100644 index 0000000..f712fc2 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-OpenAL-RelWithDebInfo-8723434566e6b6b6a26b.json @@ -0,0 +1,1464 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_options", + "target_link_libraries", + "add_dependencies", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1404, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1432, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1409, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1496, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1493, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1490, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 1471, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 1485, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-Winline" + }, + { + "backtrace" : 6, + "fragment" : "-Wunused" + }, + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Wextra" + }, + { + "backtrace" : 6, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 6, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 6, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 6, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 6, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 6, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 6, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 6, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "ALC_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_ALEXT_PROTOTYPES" + }, + { + "backtrace" : 7, + "define" : "AL_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_BUILD_LIBRARY" + }, + { + "define" : "OpenAL_EXPORTS" + }, + { + "backtrace" : 7, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/dbus-1.0" + }, + { + "backtrace" : 8, + "path" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/pipewire-0.3" + }, + { + "backtrace" : 8, + "path" : "/usr/include/spa-0.2" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 9 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "build_version::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "OpenAL::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + }, + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version", + "role" : "flags" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-latomic", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lm", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "OpenAL", + "nameOnDisk" : "libopenal.so", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150, + 151 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 6, + 8, + 17, + 27, + 30, + 32, + 34, + 38, + 40, + 42, + 44, + 45, + 61, + 62, + 63, + 66, + 68, + 70, + 72, + 74, + 76, + 79, + 81, + 82, + 84, + 86, + 87, + 89, + 90, + 92, + 94, + 96, + 98, + 99, + 101, + 103, + 105, + 106, + 108, + 110, + 111, + 114, + 116, + 118, + 120, + 121, + 123, + 125, + 127, + 129, + 131, + 132, + 134, + 137, + 138, + 140, + 142, + 143, + 144, + 145, + 152, + 153, + 154, + 155, + 156 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 77 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 157 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/export_list.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfbase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/resources/openal32.rc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx-presets.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json new file mode 100644 index 0000000..3bc40b7 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json @@ -0,0 +1,204 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1694, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1699, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1697, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1698, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1701, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "al-excommon::@1336fb67af673d856491", + "name" : "al-excommon", + "nameOnDisk" : "libal-excommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alcommon-RelWithDebInfo-e9ba7d5c40ca3bac3f6c.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alcommon-RelWithDebInfo-e9ba7d5c40ca3bac3f6c.json new file mode 100644 index 0000000..0087c6e --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alcommon-RelWithDebInfo-e9ba7d5c40ca3bac3f6c.json @@ -0,0 +1,422 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1338, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1342, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1341, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1339, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1343, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "id" : "alcommon::@1336fb67af673d856491", + "name" : "alcommon", + "nameOnDisk" : "libalcommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 5, + 6, + 7, + 9, + 10, + 12, + 14, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 24, + 25, + 27, + 28, + 30, + 32, + 33, + 34 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/comptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/phase_shifter.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alconvolve-RelWithDebInfo-cff370a2e778625d7f2d.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alconvolve-RelWithDebInfo-cff370a2e778625d7f2d.json new file mode 100644 index 0000000..c6b0a26 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alconvolve-RelWithDebInfo-cff370a2e778625d7f2d.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1754, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1755, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1757, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alconvolve::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alconvolve", + "nameOnDisk" : "alconvolve", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alhrtf-RelWithDebInfo-059ef9374003f8df2876.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alhrtf-RelWithDebInfo-059ef9374003f8df2876.json new file mode 100644 index 0000000..1b19ae1 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alhrtf-RelWithDebInfo-059ef9374003f8df2876.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1744, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1745, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1747, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alhrtf::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alhrtf", + "nameOnDisk" : "alhrtf", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-allatency-RelWithDebInfo-9da4b9bbf758fec4bb23.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-allatency-RelWithDebInfo-9da4b9bbf758fec4bb23.json new file mode 100644 index 0000000..f357ea5 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-allatency-RelWithDebInfo-9da4b9bbf758fec4bb23.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1739, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1740, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1742, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "allatency::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "allatency", + "nameOnDisk" : "allatency", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-almultireverb-RelWithDebInfo-13aceaa06dad19733115.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-almultireverb-RelWithDebInfo-13aceaa06dad19733115.json new file mode 100644 index 0000000..982d7fe --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-almultireverb-RelWithDebInfo-13aceaa06dad19733115.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1734, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1735, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1737, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "almultireverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "almultireverb", + "nameOnDisk" : "almultireverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alplay-RelWithDebInfo-4924794ade2da39d9bff.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alplay-RelWithDebInfo-4924794ade2da39d9bff.json new file mode 100644 index 0000000..5ccba34 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alplay-RelWithDebInfo-4924794ade2da39d9bff.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1719, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1720, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1722, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alplay::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alplay", + "nameOnDisk" : "alplay", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alrecord-RelWithDebInfo-f15f22ab2c48784762e6.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alrecord-RelWithDebInfo-f15f22ab2c48784762e6.json new file mode 100644 index 0000000..c0550fa --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alrecord-RelWithDebInfo-f15f22ab2c48784762e6.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1708, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1709, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1710, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alrecord::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alrecord", + "nameOnDisk" : "alrecord", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alreverb-RelWithDebInfo-edc90ae3cfdf25ac4545.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alreverb-RelWithDebInfo-edc90ae3cfdf25ac4545.json new file mode 100644 index 0000000..ec32a8d --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alreverb-RelWithDebInfo-edc90ae3cfdf25ac4545.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1729, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1730, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1732, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alreverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alreverb", + "nameOnDisk" : "alreverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alstream-RelWithDebInfo-2c0d26daae11a4dc9d00.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alstream-RelWithDebInfo-2c0d26daae11a4dc9d00.json new file mode 100644 index 0000000..32a6c48 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alstream-RelWithDebInfo-2c0d26daae11a4dc9d00.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1724, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1725, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1727, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstream::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alstream", + "nameOnDisk" : "alstream", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alstreamcb-RelWithDebInfo-bd269427817c8c1eaf44.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alstreamcb-RelWithDebInfo-bd269427817c8c1eaf44.json new file mode 100644 index 0000000..e5c5634 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-alstreamcb-RelWithDebInfo-bd269427817c8c1eaf44.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1749, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1750, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1752, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstreamcb::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alstreamcb", + "nameOnDisk" : "alstreamcb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-altonegen-RelWithDebInfo-08ca4d8d69e24d8d732e.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-altonegen-RelWithDebInfo-08ca4d8d69e24d8d732e.json new file mode 100644 index 0000000..6ec1839 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-altonegen-RelWithDebInfo-08ca4d8d69e24d8d732e.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1704, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1705, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1706, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "altonegen::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "altonegen", + "nameOnDisk" : "altonegen", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-build_version-RelWithDebInfo-97bbd120a8aaca0a33c3.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-build_version-RelWithDebInfo-97bbd120a8aaca0a33c3.json new file mode 100644 index 0000000..492da9c --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-build_version-RelWithDebInfo-97bbd120a8aaca0a33c3.json @@ -0,0 +1,78 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1251, + "parent" : 0 + } + ] + }, + "id" : "build_version::@1336fb67af673d856491", + "name" : "build_version", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-freetype-RelWithDebInfo-2d713309a66b20f6571f.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-freetype-RelWithDebInfo-2d713309a66b20f6571f.json new file mode 100644 index 0000000..f7961e3 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-freetype-RelWithDebInfo-2d713309a66b20f6571f.json @@ -0,0 +1,958 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 454, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 465, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 484, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 546, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "FT2_BUILD_LIBRARY" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config" + }, + { + "backtrace" : 5, + "path" : "/usr/include/harfbuzz" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "id" : "freetype::@e00407d3eb957746b2e2", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "freetype", + "nameOnDisk" : "libfreetype.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftadvanc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbbox.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbzip2.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcache.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftchapters.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftfntfmt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgasp.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgxval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgzip.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlogging.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlzw.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmac.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftotval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftpfr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsnames.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftstroke.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsynth.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftwinfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftmodule.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftrfork.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fttrace.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/svginterface.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-84fcf05d1c3c64ea0464.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-84fcf05d1c3c64ea0464.json new file mode 100644 index 0000000..4fb9b36 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-84fcf05d1c3c64ea0464.json @@ -0,0 +1,429 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-gp_image_test-RelWithDebInfo-a1c29fde92b87a2151be.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-gp_image_test-RelWithDebInfo-a1c29fde92b87a2151be.json new file mode 100644 index 0000000..c1f5ada --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-gp_image_test-RelWithDebInfo-a1c29fde92b87a2151be.json @@ -0,0 +1,423 @@ +{ + "artifacts" : + [ + { + "path" : "gp_image_test" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_options", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 15, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 18, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 24, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 49, + "parent" : 5 + }, + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 89, + "parent" : 7 + }, + { + "command" : 2, + "file" : 1, + "line" : 50, + "parent" : 5 + }, + { + "file" : 3 + }, + { + "command" : 2, + "file" : 3, + "line" : 525, + "parent" : 10 + }, + { + "command" : 2, + "file" : 3, + "line" : 539, + "parent" : 10 + }, + { + "command" : 2, + "file" : 3, + "line" : 545, + "parent" : 10 + }, + { + "command" : 2, + "file" : 3, + "line" : 550, + "parent" : 10 + }, + { + "command" : 2, + "file" : 1, + "line" : 117, + "parent" : 5 + }, + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 119, + "parent" : 16 + }, + { + "command" : 2, + "file" : 1, + "line" : 118, + "parent" : 5 + }, + { + "command" : 3, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 23, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 12, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 19, + "fragment" : "-Wall" + }, + { + "backtrace" : 19, + "fragment" : "-Wextra" + }, + { + "backtrace" : 19, + "fragment" : "-Werror" + }, + { + "backtrace" : 19, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 19, + "fragment" : "-Wno-comment" + }, + { + "backtrace" : 20, + "fragment" : "-fsanitize=address" + } + ], + "includes" : + [ + { + "backtrace" : 21, + "path" : "/home/brett/Documents/code/c++/gp_image_test/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 4, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b" + }, + { + "backtrace" : 4, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 4, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 4, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wall", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Werror", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-comment", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-fsanitize=address", + "role" : "flags" + }, + { + "backtrace" : 4, + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a", + "role" : "libraries" + }, + { + "backtrace" : 6, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so", + "role" : "libraries" + }, + { + "backtrace" : 15, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 17, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 17, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 17, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + }, + { + "backtrace" : 18, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "gp_image_test", + "nameOnDisk" : "gp_image_test", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-openal-info-RelWithDebInfo-457ed30aa0d3206f5eef.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-openal-info-RelWithDebInfo-457ed30aa0d3206f5eef.json new file mode 100644 index 0000000..5fc678c --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-openal-info-RelWithDebInfo-457ed30aa0d3206f5eef.json @@ -0,0 +1,227 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "target_compile_options", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1615, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1618, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1617, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1616, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1619, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 4, + "fragment" : "-Winline" + }, + { + "backtrace" : 4, + "fragment" : "-Wunused" + }, + { + "backtrace" : 4, + "fragment" : "-Wall" + }, + { + "backtrace" : 4, + "fragment" : "-Wextra" + }, + { + "backtrace" : 4, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 4, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 4, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 4, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 4, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 4, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "openal-info::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "openal-info", + "nameOnDisk" : "openal-info", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uhjdecoder-RelWithDebInfo-3c0296183170050b7da8.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uhjdecoder-RelWithDebInfo-3c0296183170050b7da8.json new file mode 100644 index 0000000..9bc4b73 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uhjdecoder-RelWithDebInfo-3c0296183170050b7da8.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1625, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1630, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1629, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1626, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1627, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1632, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjdecoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjdecoder", + "nameOnDisk" : "uhjdecoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uhjencoder-RelWithDebInfo-e8265012de098cc3ee53.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uhjencoder-RelWithDebInfo-e8265012de098cc3ee53.json new file mode 100644 index 0000000..8956b6c --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uhjencoder-RelWithDebInfo-e8265012de098cc3ee53.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1634, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1639, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1638, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1635, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1636, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1641, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjencoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjencoder", + "nameOnDisk" : "uhjencoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-0d6785bca82b8d2c6db4.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-0d6785bca82b8d2c6db4.json new file mode 100644 index 0000000..a34c5da --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-0d6785bca82b8d2c6db4.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@14b83a2e4b8869b63580", + "name" : "uninstall", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-6d5163af8fc0deb93847.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-6d5163af8fc0deb93847.json new file mode 100644 index 0000000..a6fd2e6 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-6d5163af8fc0deb93847.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "name" : "update_mappings", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json new file mode 100644 index 0000000..d98e41f --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json @@ -0,0 +1,107 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "12.2.0" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/12", + "/usr/include/x86_64-linux-gnu/c++/12", + "/usr/include/c++/12/backward", + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "12.2.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeCache.txt b/cmake-build-relwithdebinfo-addrsan/CMakeCache.txt new file mode 100644 index 0000000..b573eab --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeCache.txt @@ -0,0 +1,1761 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan +# 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 +######################## + +//The ALSA (asound) include directory +ALSA_INCLUDE_DIR:PATH=ALSA_INCLUDE_DIR-NOTFOUND + +//The ALSA (asound) library +ALSA_LIBRARY:FILEPATH=ALSA_LIBRARY-NOTFOUND + +//Enable ALSA backend +ALSOFT_BACKEND_ALSA:BOOL=ON + +//Enable CoreAudio backend +ALSOFT_BACKEND_COREAUDIO:BOOL=ON + +//Enable JACK backend +ALSOFT_BACKEND_JACK:BOOL=ON + +//Enable Oboe backend +ALSOFT_BACKEND_OBOE:BOOL=ON + +//Enable OpenSL backend +ALSOFT_BACKEND_OPENSL:BOOL=ON + +//Enable OSS backend +ALSOFT_BACKEND_OSS:BOOL=ON + +//Enable PipeWire backend +ALSOFT_BACKEND_PIPEWIRE:BOOL=ON + +//Enable PortAudio backend +ALSOFT_BACKEND_PORTAUDIO:BOOL=ON + +//Enable PulseAudio backend +ALSOFT_BACKEND_PULSEAUDIO:BOOL=ON + +//Enable SDL2 backend +ALSOFT_BACKEND_SDL2:BOOL=OFF + +//Enable SndIO backend +ALSOFT_BACKEND_SNDIO:BOOL=ON + +//Enable Solaris backend +ALSOFT_BACKEND_SOLARIS:BOOL=ON + +//Enable Wave Writer backend +ALSOFT_BACKEND_WAVE:BOOL=ON + +//Enable ARM NEON support +ALSOFT_CPUEXT_NEON:BOOL=ON + +//Enable SSE support +ALSOFT_CPUEXT_SSE:BOOL=ON + +//Enable SSE2 support +ALSOFT_CPUEXT_SSE2:BOOL=ON + +//Enable SSE3 support +ALSOFT_CPUEXT_SSE3:BOOL=ON + +//Enable SSE4.1 support +ALSOFT_CPUEXT_SSE4_1:BOOL=ON + +//Check for the dlopen API for loading optional libs +ALSOFT_DLOPEN:BOOL=ON + +//Enable legacy EAX extensions +ALSOFT_EAX:BOOL=OFF + +//Embed the HRTF data files (increases library footprint) +ALSOFT_EMBED_HRTF_DATA:BOOL=ON + +//Build example programs +ALSOFT_EXAMPLES:BOOL=ON + +//Install main library +ALSOFT_INSTALL:BOOL=ON + +//Install AmbDec preset files +ALSOFT_INSTALL_AMBDEC_PRESETS:BOOL=ON + +//Install alsoft.conf sample configuration file +ALSOFT_INSTALL_CONFIG:BOOL=ON + +//Install example programs (alplay, alstream, ...) +ALSOFT_INSTALL_EXAMPLES:BOOL=ON + +//Install HRTF data files +ALSOFT_INSTALL_HRTF_DATA:BOOL=ON + +//Install utility programs (openal-info, alsoft-config, ...) +ALSOFT_INSTALL_UTILS:BOOL=ON + +//Disable building the alsoft-config utility +ALSOFT_NO_CONFIG_UTIL:BOOL=OFF + +//Require ALSA backend +ALSOFT_REQUIRE_ALSA:BOOL=OFF + +//Require CoreAudio backend +ALSOFT_REQUIRE_COREAUDIO:BOOL=OFF + +//Require JACK backend +ALSOFT_REQUIRE_JACK:BOOL=OFF + +//Require ARM NEON support +ALSOFT_REQUIRE_NEON:BOOL=OFF + +//Require Oboe backend +ALSOFT_REQUIRE_OBOE:BOOL=OFF + +//Require OpenSL backend +ALSOFT_REQUIRE_OPENSL:BOOL=OFF + +//Require OSS backend +ALSOFT_REQUIRE_OSS:BOOL=OFF + +//Require PipeWire backend +ALSOFT_REQUIRE_PIPEWIRE:BOOL=OFF + +//Require PortAudio backend +ALSOFT_REQUIRE_PORTAUDIO:BOOL=OFF + +//Require PulseAudio backend +ALSOFT_REQUIRE_PULSEAUDIO:BOOL=OFF + +//Require RTKit/D-Bus support +ALSOFT_REQUIRE_RTKIT:BOOL=OFF + +//Require SDL2 backend +ALSOFT_REQUIRE_SDL2:BOOL=OFF + +//Require SndIO backend +ALSOFT_REQUIRE_SNDIO:BOOL=OFF + +//Require Solaris backend +ALSOFT_REQUIRE_SOLARIS:BOOL=OFF + +//Require SSE support +ALSOFT_REQUIRE_SSE:BOOL=OFF + +//Require SSE2 support +ALSOFT_REQUIRE_SSE2:BOOL=OFF + +//Require SSE3 support +ALSOFT_REQUIRE_SSE3:BOOL=OFF + +//Require SSE4.1 support +ALSOFT_REQUIRE_SSE4_1:BOOL=OFF + +//Enable RTKit support +ALSOFT_RTKIT:BOOL=ON + +//Search the installation data directory +ALSOFT_SEARCH_INSTALL_DATADIR:BOOL=OFF + +//Force -static-libgcc for static GCC runtimes +ALSOFT_STATIC_LIBGCC:BOOL=OFF + +//Static link libstdc++ +ALSOFT_STATIC_STDCXX:BOOL=OFF + +//Build test programs +ALSOFT_TESTS:BOOL=OFF + +//Update git build version info +ALSOFT_UPDATE_BUILD_VERSION:BOOL=ON + +//Build utility programs +ALSOFT_UTILS:BOOL=ON + +//Treat compile warnings as errors +ALSOFT_WERROR:BOOL=OFF + +//The AudioIO include directory +AUDIOIO_INCLUDE_DIR:PATH=AUDIOIO_INCLUDE_DIR-NOTFOUND + +//Path to a file. +AUDIOUNIT_INCLUDE_DIR:PATH=AUDIOUNIT_INCLUDE_DIR-NOTFOUND + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Disable blt::logging BLT_DEBUG macro +BLT_DISABLE_DEBUG:BOOL=OFF + +//Disable blt::logging BLT_ERROR macro +BLT_DISABLE_ERROR:BOOL=OFF + +//Disable blt::logging BLT_FATAL macro +BLT_DISABLE_FATAL:BOOL=OFF + +//Disable blt::logging BLT_INFO macro +BLT_DISABLE_INFO:BOOL=OFF + +//Disable blt::logging (all macros and will safely disable logging +// function!) +BLT_DISABLE_LOGGING:BOOL=OFF + +//Disable blt::logging BLT_TRACE macro +BLT_DISABLE_TRACE:BOOL=OFF + +//Disable blt::logging BLT_WARN macro +BLT_DISABLE_WARN:BOOL=OFF + +//Value Computed by CMake +BLT_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +BLT_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Value Computed by CMake +BLT_WITH_GRAPHICS_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template + +//Value Computed by CMake +BLT_WITH_GRAPHICS_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +BLT_WITH_GRAPHICS_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +//Path to a file. +BROTLIDEC_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +BROTLIDEC_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Build the BLT Graphics test set +BUILD_GRAPHICS_TESTS:BOOL=OFF + +//Build the BLT NBT + eNBT extension +BUILD_NBT:BOOL=ON + +//Build the BLT parsers +BUILD_PARSE:BOOL=ON + +//Build the BLT profiler extension +BUILD_PROFILING:BOOL=ON + +//Build shared libraries +BUILD_SHARED_LIBS:BOOL=OFF + +//Build the BLT standard utilities. +BUILD_STD:BOOL=ON + +//Build the BLT test set +BUILD_TESTS:BOOL=OFF + +//Path to a file. +BZIP2_INCLUDE_DIR:PATH=BZIP2_INCLUDE_DIR-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_RELEASE:FILEPATH=BZIP2_LIBRARY_RELEASE-NOTFOUND + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//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 + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//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 + +//Library postfix for debug builds. Normally left blank. +CMAKE_DEBUG_POSTFIX:STRING= + +//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= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja + +//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=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/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=gp_image_test + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.9.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=9 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/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=/usr/bin/strip + +//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 + +//Path to a library. +COREAUDIO_FRAMEWORK:FILEPATH=COREAUDIO_FRAMEWORK-NOTFOUND + +//Enable to build RPM source packages +CPACK_SOURCE_RPM:BOOL=OFF + +//Enable to build TBZ2 source packages +CPACK_SOURCE_TBZ2:BOOL=ON + +//Enable to build TGZ source packages +CPACK_SOURCE_TGZ:BOOL=ON + +//Enable to build TXZ source packages +CPACK_SOURCE_TXZ:BOOL=ON + +//Enable to build TZ source packages +CPACK_SOURCE_TZ:BOOL=ON + +//Enable to build ZIP source packages +CPACK_SOURCE_ZIP:BOOL=OFF + +//Path to a file. +DBus1_ARCH_INCLUDE_DIR:PATH=/usr/lib/x86_64-linux-gnu/dbus-1.0/include + +//The directory containing a CMake configuration file for DBus1. +DBus1_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/DBus1 + +//Path to a file. +DBus1_INCLUDE_DIR:PATH=/usr/include/dbus-1.0 + +//Path to a library. +DBus1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=ON + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + +//Disable support of compressed WOFF2 fonts. +FT_DISABLE_BROTLI:BOOL=OFF + +//Disable support of bzip2 compressed fonts. +FT_DISABLE_BZIP2:BOOL=OFF + +//Disable HarfBuzz (used for improving auto-hinting of OpenType +// fonts). +FT_DISABLE_HARFBUZZ:BOOL=OFF + +//Disable support of PNG compressed OpenType embedded bitmaps. +FT_DISABLE_PNG:BOOL=OFF + +//Disable use of system zlib and use internal zlib library instead. +FT_DISABLE_ZLIB:BOOL=OFF + +//Enable support for meaningful error descriptions. +FT_ENABLE_ERROR_STRINGS:BOOL=OFF + +//Require support of compressed WOFF2 fonts. +FT_REQUIRE_BROTLI:BOOL=OFF + +//Require support of bzip2 compressed fonts. +FT_REQUIRE_BZIP2:BOOL=OFF + +//Require HarfBuzz for improving auto-hinting of OpenType fonts. +FT_REQUIRE_HARFBUZZ:BOOL=OFF + +//Require support of PNG compressed OpenType embedded bitmaps. +FT_REQUIRE_PNG:BOOL=OFF + +//Require system zlib instead of internal zlib library. +FT_REQUIRE_ZLIB:BOOL=OFF + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=OFF + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=OFF + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=OFF + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Path to a file. +HarfBuzz_INCLUDE_DIR:PATH=/usr/include/harfbuzz + +//Path to a library. +HarfBuzz_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//The JACK include directory +JACK_INCLUDE_DIR:PATH=JACK_INCLUDE_DIR-NOTFOUND + +//The JACK library +JACK_LIBRARY:FILEPATH=JACK_LIBRARY-NOTFOUND + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The MySOFA include directory +MYSOFA_INCLUDE_DIR:PATH=MYSOFA_INCLUDE_DIR-NOTFOUND + +//The MySOFA library +MYSOFA_LIBRARY:FILEPATH=MYSOFA_LIBRARY-NOTFOUND + +//The math library for MySOFA +MYSOFA_M_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The OpenSL Android include directory +OPENSL_ANDROID_INCLUDE_DIR:PATH=OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND + +//The OpenSL include directory +OPENSL_INCLUDE_DIR:PATH=OPENSL_INCLUDE_DIR-NOTFOUND + +//The OpenSL library +OPENSL_LIBRARY:FILEPATH=OPENSL_LIBRARY-NOTFOUND + +//The OSS include directory +OSS_INCLUDE_DIR:PATH=/usr/include/x86_64-linux-gnu + +//Optional OSS library +OSS_LIBRARY:FILEPATH=OSS_LIBRARY-NOTFOUND + +//Value Computed by CMake +OpenAL_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Value Computed by CMake +OpenAL_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +OpenAL_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +PNG_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libpng.so + +//Path to a file. +PNG_PNG_INCLUDE_DIR:PATH=/usr/include + +//The PortAudio include directory +PORTAUDIO_INCLUDE_DIR:PATH=PORTAUDIO_INCLUDE_DIR-NOTFOUND + +//The PortAudio library +PORTAUDIO_LIBRARY:FILEPATH=PORTAUDIO_LIBRARY-NOTFOUND + +//The PulseAudio include directory +PULSEAUDIO_INCLUDE_DIR:PATH=PULSEAUDIO_INCLUDE_DIR-NOTFOUND + +//The PulseAudio library +PULSEAUDIO_LIBRARY:FILEPATH=PULSEAUDIO_LIBRARY-NOTFOUND + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=Qt5Widgets_DIR-NOTFOUND + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.a + +//The directory containing a CMake configuration file for SDL2. +SDL2_DIR:PATH=SDL2_DIR-NOTFOUND + +//Path to a file. +SNDFILE_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +SNDFILE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libsndfile.so + +//The SoundIO include directory +SOUNDIO_INCLUDE_DIR:PATH=SOUNDIO_INCLUDE_DIR-NOTFOUND + +//The SoundIO library +SOUNDIO_LIBRARY:FILEPATH=SOUNDIO_LIBRARY-NOTFOUND + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=X11_X11_xcb_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=X11_X11_xcb_LIB-NOTFOUND + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=X11_Xaw_LIB-NOTFOUND + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=X11_Xdamage_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=X11_Xss_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xss_LIB:FILEPATH=X11_Xss_LIB-NOTFOUND + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=X11_Xtst_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xtst_LIB:FILEPATH=X11_Xtst_LIB-NOTFOUND + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=X11_Xxf86vm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=X11_Xxf86vm_LIB-NOTFOUND + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=X11_xcb_icccm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=X11_xcb_icccm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=X11_xcb_keysyms_LIB-NOTFOUND + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=X11_xcb_randr_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=X11_xcb_randr_LIB-NOTFOUND + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=X11_xcb_util_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=X11_xcb_util_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=X11_xcb_xfixes_LIB-NOTFOUND + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=X11_xcb_xkb_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=X11_xcb_xtest_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=X11_xcb_xtest_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=X11_xkbcommon_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=X11_xkbcommon_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=X11_xkbcommon_X11_LIB-NOTFOUND + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=X11_xkbfile_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=X11_xkbfile_LIB-NOTFOUND + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so + +//Value Computed by CMake +alsoft-config_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +alsoft-config_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +alsoft-config_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +freetype_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +freetype_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +freetype_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so; + +//Value Computed by CMake +freetype_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +gp_image_test_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + +//Value Computed by CMake +gp_image_test_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +gp_image_test_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test + +//Path to a library. +pkgcfg_lib_PC_BROTLIDEC_brotlidec:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Path to a library. +pkgcfg_lib_PC_DBUS1_dbus-1:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Path to a library. +pkgcfg_lib_PC_HARFBUZZ_harfbuzz:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//Path to a library. +pkgcfg_lib_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: ALSA_INCLUDE_DIR +ALSA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ALSA_LIBRARY +ALSA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AUDIOIO_INCLUDE_DIR +AUDIOIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_INCLUDE_DIRS +BROTLIDEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_LIBRARIES +BROTLIDEC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_INCLUDE_DIR +BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG +BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE +BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan +//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=25 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION: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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//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 +CMAKE_C_COMPILER-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 +//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=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/Documents/code/c++/gp_image_test +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-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=8 +//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-3.25 +//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 +//ADVANCED property for variable: CPACK_SOURCE_RPM +CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TBZ2 +CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TGZ +CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TXZ +CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TZ +CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_ZIP +CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_INCLUDE_DIR +DBus1_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_LIBRARY +DBus1_LIBRARY-ADVANCED:INTERNAL=1 +//Details about finding BrotliDec +FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()] +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.39.2()] +//Details about finding HarfBuzz +FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz:INTERNAL=[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)] +//Details about finding OSS +FIND_PACKAGE_MESSAGE_DETAILS_OSS:INTERNAL=[/usr/include/x86_64-linux-gnu][v()] +//Details about finding PNG +FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()] +//Details about finding PkgConfig +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()] +//Details about finding SndFile +FIND_PACKAGE_MESSAGE_DETAILS_SndFile:INTERNAL=[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()] +//Details about finding ZLIB +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Have include arm_neon.h +HAVE_ARM_NEON_H:INTERNAL= +//Have include cpuid.h +HAVE_CPUID_H:INTERNAL=1 +//Have include dlfcn.h +HAVE_DLFCN_H:INTERNAL=1 +//Have include emmintrin.h +HAVE_EMMINTRIN_H:INTERNAL=1 +//Have include fcntl.h +HAVE_FCNTL_H:INTERNAL=1 +//Test HAVE_FNO_MATH_ERRNO +HAVE_FNO_MATH_ERRNO:INTERNAL=1 +//Test HAVE_GCC_GET_CPUID +HAVE_GCC_GET_CPUID:INTERNAL=1 +//Test HAVE_GCC_PROTECTED_VISIBILITY +HAVE_GCC_PROTECTED_VISIBILITY:INTERNAL=1 +//Have symbol getopt +HAVE_GETOPT:INTERNAL=1 +//Have include guiddef.h +HAVE_GUIDDEF_H:INTERNAL= +//Have include initguid.h +HAVE_INITGUID_H:INTERNAL= +//Have include intrin.h +HAVE_INTRIN_H:INTERNAL= +//Test HAVE_LIBATOMIC +HAVE_LIBATOMIC:INTERNAL=1 +//Have library dl +HAVE_LIBDL:INTERNAL=1 +//Have library m +HAVE_LIBM:INTERNAL=1 +//Have library rt +HAVE_LIBRT:INTERNAL=1 +//Have include malloc.h +HAVE_MALLOC_H:INTERNAL=1 +//Test HAVE_MSSE2_SWITCH +HAVE_MSSE2_SWITCH:INTERNAL=1 +//Have include pmmintrin.h +HAVE_PMMINTRIN_H:INTERNAL=1 +//Have symbol posix_memalign +HAVE_POSIX_MEMALIGN_DEFAULT:INTERNAL=1 +//Have symbol proc_pidpath +HAVE_PROC_PIDPATH:INTERNAL= +//Test HAVE_PTHREAD +HAVE_PTHREAD:INTERNAL=1 +//Have include pthread.h +HAVE_PTHREAD_H:INTERNAL=1 +//Have includes pthread.h;pthread_np.h +HAVE_PTHREAD_NP_H:INTERNAL= +//Have symbol pthread_setname_np +HAVE_PTHREAD_SETNAME_NP:INTERNAL= +//Have symbol pthread_setschedparam +HAVE_PTHREAD_SETSCHEDPARAM:INTERNAL=1 +//Have symbol pthread_set_name_np +HAVE_PTHREAD_SET_NAME_NP:INTERNAL= +//Have include smmintrin.h +HAVE_SMMINTRIN_H:INTERNAL=1 +//Test HAVE_SSE_INTRINSICS +HAVE_SSE_INTRINSICS:INTERNAL=1 +//Test HAVE_STDC_FORMAT_MACROS +HAVE_STDC_FORMAT_MACROS:INTERNAL=1 +//Have include unistd.h +HAVE_UNISTD_H:INTERNAL=1 +//Test HAVE_WNO_CXX20_ATTR_EXT +HAVE_WNO_CXX20_ATTR_EXT:INTERNAL=1 +//Have include xmmintrin.h +HAVE_XMMINTRIN_H:INTERNAL=1 +//Test HAVE___RESTRICT +HAVE___RESTRICT:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_INCLUDE_DIR +HarfBuzz_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_LIBRARY +HarfBuzz_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_INCLUDE_DIR +JACK_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_LIBRARY +JACK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_INCLUDE_DIR +MYSOFA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_LIBRARY +MYSOFA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_ANDROID_INCLUDE_DIR +OPENSL_ANDROID_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_INCLUDE_DIR +OPENSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_LIBRARY +OPENSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_INCLUDE_DIR +OSS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_LIBRARY +OSS_LIBRARY-ADVANCED:INTERNAL=1 +PC_BROTLIDEC_CFLAGS:INTERNAL= +PC_BROTLIDEC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_FOUND:INTERNAL=1 +PC_BROTLIDEC_INCLUDEDIR:INTERNAL=/usr/include +PC_BROTLIDEC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec +PC_BROTLIDEC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBRARIES:INTERNAL=brotlidec +PC_BROTLIDEC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBS:INTERNAL= +PC_BROTLIDEC_LIBS_L:INTERNAL= +PC_BROTLIDEC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_MODULE_NAME:INTERNAL=libbrotlidec +PC_BROTLIDEC_PREFIX:INTERNAL=/usr +PC_BROTLIDEC_STATIC_CFLAGS:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon +PC_BROTLIDEC_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBDIR:INTERNAL= +PC_BROTLIDEC_STATIC_LIBRARIES:INTERNAL=brotlidec;brotlicommon +PC_BROTLIDEC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_STATIC_LIBS:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_L:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_VERSION:INTERNAL=1.0.9 +PC_BROTLIDEC_libbrotlidec_INCLUDEDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_LIBDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_PREFIX:INTERNAL= +PC_BROTLIDEC_libbrotlidec_VERSION:INTERNAL= +PC_BZIP2_CFLAGS:INTERNAL= +PC_BZIP2_CFLAGS_I:INTERNAL= +PC_BZIP2_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_FOUND:INTERNAL= +PC_BZIP2_INCLUDEDIR:INTERNAL= +PC_BZIP2_LIBDIR:INTERNAL= +PC_BZIP2_LIBS:INTERNAL= +PC_BZIP2_LIBS_L:INTERNAL= +PC_BZIP2_LIBS_OTHER:INTERNAL= +PC_BZIP2_LIBS_PATHS:INTERNAL= +PC_BZIP2_MODULE_NAME:INTERNAL= +PC_BZIP2_PREFIX:INTERNAL= +PC_BZIP2_STATIC_CFLAGS:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_I:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBDIR:INTERNAL= +PC_BZIP2_STATIC_LIBS:INTERNAL= +PC_BZIP2_STATIC_LIBS_L:INTERNAL= +PC_BZIP2_STATIC_LIBS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBS_PATHS:INTERNAL= +PC_BZIP2_VERSION:INTERNAL= +PC_BZIP2_bzip2_INCLUDEDIR:INTERNAL= +PC_BZIP2_bzip2_LIBDIR:INTERNAL= +PC_BZIP2_bzip2_PREFIX:INTERNAL= +PC_BZIP2_bzip2_VERSION:INTERNAL= +PC_DBUS1_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_CFLAGS_I:INTERNAL= +PC_DBUS1_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_FOUND:INTERNAL=1 +PC_DBUS1_INCLUDEDIR:INTERNAL=/usr/include +PC_DBUS1_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1 +PC_DBUS1_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBRARIES:INTERNAL=dbus-1 +PC_DBUS1_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBS:INTERNAL= +PC_DBUS1_LIBS_L:INTERNAL= +PC_DBUS1_LIBS_OTHER:INTERNAL= +PC_DBUS1_LIBS_PATHS:INTERNAL= +PC_DBUS1_MODULE_NAME:INTERNAL=dbus-1 +PC_DBUS1_PREFIX:INTERNAL=/usr +PC_DBUS1_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_CFLAGS_I:INTERNAL= +PC_DBUS1_STATIC_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd +PC_DBUS1_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBDIR:INTERNAL= +PC_DBUS1_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd +PC_DBUS1_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_STATIC_LIBS:INTERNAL= +PC_DBUS1_STATIC_LIBS_L:INTERNAL= +PC_DBUS1_STATIC_LIBS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBS_PATHS:INTERNAL= +PC_DBUS1_VERSION:INTERNAL=1.14.10 +PC_DBUS1_dbus-1_INCLUDEDIR:INTERNAL= +PC_DBUS1_dbus-1_LIBDIR:INTERNAL= +PC_DBUS1_dbus-1_PREFIX:INTERNAL= +PC_DBUS1_dbus-1_VERSION:INTERNAL= +PC_HARFBUZZ_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_FOUND:INTERNAL=1 +PC_HARFBUZZ_INCLUDEDIR:INTERNAL=/usr/include +PC_HARFBUZZ_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz +PC_HARFBUZZ_LDFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBRARIES:INTERNAL=harfbuzz +PC_HARFBUZZ_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBS:INTERNAL= +PC_HARFBUZZ_LIBS_L:INTERNAL= +PC_HARFBUZZ_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_MODULE_NAME:INTERNAL=harfbuzz +PC_HARFBUZZ_PREFIX:INTERNAL=/usr +PC_HARFBUZZ_STATIC_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_STATIC_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8 +PC_HARFBUZZ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL= +PC_HARFBUZZ_STATIC_LIBRARIES:INTERNAL=harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8 +PC_HARFBUZZ_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_STATIC_LIBS:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_L:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_VERSION:INTERNAL=6.0.0 +PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL= +PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL= +PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_CFLAGS_I:INTERNAL= +PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_FOUND:INTERNAL=1 +PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include +PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBS:INTERNAL= +PIPEWIRE_LIBS_L:INTERNAL= +PIPEWIRE_LIBS_OTHER:INTERNAL= +PIPEWIRE_LIBS_PATHS:INTERNAL= +PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 +PIPEWIRE_PREFIX:INTERNAL=/usr +PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= +PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBDIR:INTERNAL= +PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_STATIC_LIBS:INTERNAL= +PIPEWIRE_STATIC_LIBS_L:INTERNAL= +PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= +PIPEWIRE_VERSION:INTERNAL=0.3.65 +PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= +PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_DEBUG +PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_RELEASE +PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR +PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_INCLUDE_DIR +PORTAUDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_LIBRARY +PORTAUDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_INCLUDE_DIR +SNDFILE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_LIBRARY +SNDFILE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_INCLUDE_DIR +SOUNDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_LIBRARY +SOUNDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_PC_BROTLIDEC:INTERNAL=QUIET;libbrotlidec +__pkg_config_arguments_PC_DBUS1:INTERNAL=QUIET;dbus-1 +__pkg_config_arguments_PC_HARFBUZZ:INTERNAL=QUIET;harfbuzz +__pkg_config_arguments_PIPEWIRE:INTERNAL=libpipewire-0.3>=0.3.23 +__pkg_config_checked_PC_BROTLIDEC:INTERNAL=1 +__pkg_config_checked_PC_BZIP2:INTERNAL=1 +__pkg_config_checked_PC_DBUS1:INTERNAL=1 +__pkg_config_checked_PC_HARFBUZZ:INTERNAL=1 +__pkg_config_checked_PIPEWIRE:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_BROTLIDEC_brotlidec +pkgcfg_lib_PC_BROTLIDEC_brotlidec-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_DBUS1_dbus-1 +pkgcfg_lib_PC_DBUS1_dbus-1-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_HARFBUZZ_harfbuzz +pkgcfg_lib_PC_HARFBUZZ_harfbuzz-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PIPEWIRE_pipewire-0.3 +pkgcfg_lib_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu + diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCCompiler.cmake b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..14ce679 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "12.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;c_std_17;c_std_23") +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_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..1be14a5 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;cxx_std_23") +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_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +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 "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..f38c8e7 Binary files /dev/null and b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..60578f9 Binary files /dev/null and b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeSystem.cmake b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeSystem.cmake new file mode 100644 index 0000000..8e69a26 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..a83e378 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,868 @@ +#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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdC/a.out b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdC/a.out new file mode 100755 index 0000000..2842992 Binary files /dev/null and b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdC/a.out differ diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..c9ba632 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,857 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef 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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdCXX/a.out b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..af69ab5 Binary files /dev/null and b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdCXX/a.out differ diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeError.log b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeError.log new file mode 100644 index 0000000..b9838b7 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeError.log @@ -0,0 +1,162 @@ +Determining if the include file arm_neon.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-tOr8oh + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_9ddb6 && [1/2] Building C object CMakeFiles/cmTC_9ddb6.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_9ddb6.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_9ddb6.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-tOr8oh/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-tOr8oh/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file intrin.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-vlMXtA + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_68c55 && [1/2] Building C object CMakeFiles/cmTC_68c55.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_68c55.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_68c55.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-vlMXtA/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-vlMXtA/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory + 1 | #include + | ^~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file guiddef.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-Ob2vIt + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_742da && [1/2] Building C object CMakeFiles/cmTC_742da.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_742da.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_742da.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-Ob2vIt/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-Ob2vIt/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file initguid.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-kjC5KU + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_a9350 && [1/2] Building C object CMakeFiles/cmTC_a9350.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_a9350.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_a9350.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-kjC5KU/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-kjC5KU/CheckIncludeFile.c:1:10: fatal error: initguid.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the proc_pidpath exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-StULxI + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0f512 && [1/2] Building C object CMakeFiles/cmTC_0f512.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_0f512.dir/CheckSymbolExists.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_0f512.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-StULxI/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-StULxI/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory + 2 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef proc_pidpath + return ((int*)(&proc_pidpath))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if files pthread.h;pthread_np.h exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-cLtsRl + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_5617e && [1/2] Building C object CMakeFiles/cmTC_5617e.dir/HAVE_PTHREAD_NP_H.c.o +FAILED: CMakeFiles/cmTC_5617e.dir/HAVE_PTHREAD_NP_H.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_5617e.dir/HAVE_PTHREAD_NP_H.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-cLtsRl/HAVE_PTHREAD_NP_H.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-cLtsRl/HAVE_PTHREAD_NP_H.c:3:10: fatal error: pthread_np.h: No such file or directory + 3 | #include + | ^~~~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +Source: +/* */ +#include +#include + + +int main(void){return 0;} + +Determining if the pthread_setname_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-h3G8Q9 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_1aaa9 && [1/2] Building C object CMakeFiles/cmTC_1aaa9.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_1aaa9.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_1aaa9.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-h3G8Q9/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-h3G8Q9/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-h3G8Q9/CheckSymbolExists.c:8:19: error: ‘pthread_setname_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_setname_np))[argc]; + | ^~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-h3G8Q9/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setname_np + return ((int*)(&pthread_setname_np))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the pthread_set_name_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-HC5UAk + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e0e89 && [1/2] Building C object CMakeFiles/cmTC_e0e89.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_e0e89.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_e0e89.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-HC5UAk/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-HC5UAk/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-HC5UAk/CheckSymbolExists.c:8:19: error: ‘pthread_set_name_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_set_name_np))[argc]; + | ^~~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-HC5UAk/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_set_name_np + return ((int*)(&pthread_set_name_np))[argc]; +#else + (void)argc; + return 0; +#endif +} diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeOutput.log b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..d954369 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeOutput.log @@ -0,0 +1,798 @@ +The system is: Linux - 6.1.0-16-amd64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/3.25.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-CKbFmr + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_3f27f && [1/2] Building C object CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3f27f.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3f27f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccWAOMkK.s +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3f27f.dir/' + as -v --64 -o CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o /tmp/ccWAOMkK.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.' +[2/2] Linking C executable cmTC_3f27f +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3f27f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3f27f.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxnnZOh.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3f27f /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3f27f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3f27f.' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-CKbFmr] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_3f27f && [1/2] Building C object CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3f27f.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3f27f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccWAOMkK.s] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3f27f.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o /tmp/ccWAOMkK.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] Linking C executable cmTC_3f27f] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3f27f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3f27f.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxnnZOh.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3f27f /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccxnnZOh.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_3f27f] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_3f27f.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-ZJ2HTO + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_14bd5 && [1/2] Building CXX object CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_14bd5.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_14bd5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccp6StMw.s +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/12 + /usr/include/x86_64-linux-gnu/c++/12 + /usr/include/c++/12/backward + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_14bd5.dir/' + as -v --64 -o CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccp6StMw.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.' +[2/2] Linking CXX executable cmTC_14bd5 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_14bd5' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_14bd5.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccuPBMxe.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_14bd5 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_14bd5' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_14bd5.' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/12] + add: [/usr/include/x86_64-linux-gnu/c++/12] + add: [/usr/include/c++/12/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/12] ==> [/usr/include/c++/12] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/12] ==> [/usr/include/x86_64-linux-gnu/c++/12] + collapse include dir [/usr/include/c++/12/backward] ==> [/usr/include/c++/12/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-ZJ2HTO] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_14bd5 && [1/2] Building CXX object CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_14bd5.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_14bd5.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccp6StMw.s] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/12] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/12] + ignore line: [ /usr/include/c++/12/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_14bd5.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccp6StMw.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] Linking CXX executable cmTC_14bd5] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_14bd5' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_14bd5.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccuPBMxe.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_14bd5 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccuPBMxe.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_14bd5] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_14bd5.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-BBI909 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_486fb && [1/2] Building C object CMakeFiles/cmTC_486fb.dir/src.c.o +[2/2] Linking C executable cmTC_486fb + + +Source file was: +#include + +static void* test_func(void* data) +{ + return data; +} + +int main(void) +{ + pthread_t thread; + pthread_create(&thread, NULL, test_func, NULL); + pthread_detach(thread); + pthread_cancel(thread); + pthread_join(thread, NULL); + pthread_atfork(NULL, NULL, NULL); + pthread_exit(NULL); + + return 0; +} + + +Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-yx8n1O + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e61c1 && [1/2] Building C object CMakeFiles/cmTC_e61c1.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_e61c1 + + + +Determining if the function gethostbyname exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-QQ7zfI + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b6869 && [1/2] Building C object CMakeFiles/cmTC_b6869.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_b6869 + + + +Determining if the function connect exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-Ig2rMd + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_4df43 && [1/2] Building C object CMakeFiles/cmTC_4df43.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_4df43 + + + +Determining if the function remove exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-529QY8 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ede1f && [1/2] Building C object CMakeFiles/cmTC_ede1f.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_ede1f + + + +Determining if the function shmat exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-rtnfMO + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d2a6b && [1/2] Building C object CMakeFiles/cmTC_d2a6b.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_d2a6b + + + +Determining if the function IceConnectionNumber exists in the ICE passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-FdCjRX + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_58b3b && [1/2] Building C object CMakeFiles/cmTC_58b3b.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_58b3b + + + +Performing C++ SOURCE FILE Test HAVE_STDC_FORMAT_MACROS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-YS1QB6 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_46e5d && [1/2] Building CXX object CMakeFiles/cmTC_46e5d.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_46e5d + + +Source file was: +#include +#include +int main() +{ + int64_t i64{}; + std::printf("%" PRId64, i64); +} + +Determining if the posix_memalign exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-gdu0yP + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ab4ab && [1/2] Building C object CMakeFiles/cmTC_ab4ab.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_ab4ab + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef posix_memalign + return ((int*)(&posix_memalign))[argc]; +#else + (void)argc; + return 0; +#endif +} +Performing C++ SOURCE FILE Test HAVE___RESTRICT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-p2SoWE + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0fe0f && [1/2] Building CXX object CMakeFiles/cmTC_0fe0f.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_0fe0f + + +Source file was: +int *__restrict foo; +int main() { return 0; } + +Performing C++ SOURCE FILE Test HAVE_LIBATOMIC succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-NRBQo5 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d47b8 && [1/2] Building CXX object CMakeFiles/cmTC_d47b8.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_d47b8 + + +Source file was: +#include +std::atomic foo{0}; +int main() { return foo.fetch_add(2); } + +Performing C++ SOURCE FILE Test HAVE_WNO_CXX20_ATTR_EXT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-FicezH + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_25ed6 && [1/2] Building CXX object CMakeFiles/cmTC_25ed6.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_25ed6 + + +Source file was: +int main() { return 0; } + +Performing C SOURCE FILE Test HAVE_FNO_MATH_ERRNO succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-1SVay6 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_4bda4 && [1/2] Building C object CMakeFiles/cmTC_4bda4.dir/src.c.o +[2/2] Linking C executable cmTC_4bda4 + + +Source file was: +int main(void) { return 0; } + +Performing C SOURCE FILE Test HAVE_GCC_PROTECTED_VISIBILITY succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-H2REQ5 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b5fa9 && [1/2] Building C object CMakeFiles/cmTC_b5fa9.dir/src.c.o +[2/2] Linking C executable cmTC_b5fa9 + + +Source file was: +int foo() __attribute__((visibility("protected"))); + int main() {return 0;} + +Performing C SOURCE FILE Test HAVE_MSSE2_SWITCH succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-MolZUT + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_04169 && [1/2] Building C object CMakeFiles/cmTC_04169.dir/src.c.o +[2/2] Linking C executable cmTC_04169 + + +Source file was: +int main(void) { return 0; } + +Determining if the include file xmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-4t3Hau + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_5df30 && [1/2] Building C object CMakeFiles/cmTC_5df30.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_5df30 + + + +Determining if the include file emmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-BihNbf + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b6bcc && [1/2] Building C object CMakeFiles/cmTC_b6bcc.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_b6bcc + + + +Determining if the include file pmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-g6cS54 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_6948b && [1/2] Building C object CMakeFiles/cmTC_6948b.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_6948b + + + +Determining if the include file smmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-JI1DDx + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_64a27 && [1/2] Building C object CMakeFiles/cmTC_64a27.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_64a27 + + + +Performing C SOURCE FILE Test HAVE_SSE_INTRINSICS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-HZ6xsG + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_c7c95 && [1/2] Building C object CMakeFiles/cmTC_c7c95.dir/src.c.o +[2/2] Linking C executable cmTC_c7c95 + + +Source file was: +#include + int main() {_mm_pause(); return 0;} + +Determining if the include file malloc.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-oO6Lq4 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_abdbc && [1/2] Building C object CMakeFiles/cmTC_abdbc.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_abdbc + + + +Determining if the include file cpuid.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-lNumy5 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_21de4 && [1/2] Building C object CMakeFiles/cmTC_21de4.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_21de4 + + + +Determining if the function pow exists in the m passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-PUSyOF + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0872b && [1/2] Building C object CMakeFiles/cmTC_0872b.dir/CheckFunctionExists.c.o +: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-PUSyOF/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ + 7 | CHECK_FUNCTION_EXISTS(void); + | ^~~~~~~~~~~~~~~~~~~~~ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-PUSyOF/CheckFunctionExists.c:1:1: note: ‘pow’ is declared in header ‘’ + +++ |+#include + 1 | #ifdef CHECK_FUNCTION_EXISTS +[2/2] Linking C executable cmTC_0872b + + + +Determining if the function clock_gettime exists in the rt passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-OAIfhi + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d3860 && [1/2] Building C object CMakeFiles/cmTC_d3860.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_d3860 + + + +Determining if the include file dlfcn.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-fKNnIU + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_8499c && [1/2] Building C object CMakeFiles/cmTC_8499c.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_8499c + + + +Determining if the function dlopen exists in the dl passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-Ba3dUh + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b278a && [1/2] Building C object CMakeFiles/cmTC_b278a.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_b278a + + + +Performing C SOURCE FILE Test HAVE_GCC_GET_CPUID succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-8wMC6l + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_8d62d && [1/2] Building C object CMakeFiles/cmTC_8d62d.dir/src.c.o +[2/2] Linking C executable cmTC_8d62d + + +Source file was: +#include + int main() + { + unsigned int eax, ebx, ecx, edx; + return __get_cpuid(0, &eax, &ebx, &ecx, &edx); + } + +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-DhCMPF + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0f7a0 && [1/2] Building C object CMakeFiles/cmTC_0f7a0.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_0f7a0 + + + +Performing C SOURCE FILE Test HAVE_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-2excpI + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_93d83 && [1/2] Building C object CMakeFiles/cmTC_93d83.dir/src.c.o +[2/2] Linking C executable cmTC_93d83 + + +Source file was: +int main(void) { return 0; } + +Determining if the pthread_setschedparam exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-e8b4ig + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_82e6e && [1/2] Building C object CMakeFiles/cmTC_82e6e.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_82e6e + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setschedparam + return ((int*)(&pthread_setschedparam))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the getopt exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-e8zDgd + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b5f49 && [1/2] Building C object CMakeFiles/cmTC_b5f49.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_b5f49 + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef getopt + return ((int*)(&getopt))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the include file unistd.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-gmFlOq + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_9f28b && [1/2] Building C object CMakeFiles/cmTC_9f28b.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_9f28b + + + +Determining if the include file fcntl.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/CMakeScratch/TryCompile-iAKao3 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ae986 && [1/2] Building C object CMakeFiles/cmTC_ae986.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_ae986 + + + diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/TargetDirectories.txt b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..5cf0c14 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,88 @@ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/gp_image_test.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.dir diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/clion-RelWithDebInfo Addrsan-log.txt b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/clion-RelWithDebInfo Addrsan-log.txt new file mode 100644 index 0000000..ef4f8a9 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/clion-RelWithDebInfo Addrsan-log.txt @@ -0,0 +1,51 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_MAKE_PROGRAM=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -DENABLE_ADDRSAN=ON -G Ninja -S /home/brett/Documents/code/c++/gp_image_test -B /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan +Not using emscripten! (linking GLFW) +-- Using X11 for window creation +-- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR) +-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) +-- Could NOT find AudioIO (missing: AUDIOIO_INCLUDE_DIR) +-- Could NOT find SoundIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR) +-- Could NOT find JACK (missing: JACK_LIBRARY JACK_INCLUDE_DIR) +-- Could NOT find OpenSL (missing: OPENSL_LIBRARY OPENSL_INCLUDE_DIR OPENSL_ANDROID_INCLUDE_DIR) +-- Could NOT find PortAudio (missing: PORTAUDIO_LIBRARY PORTAUDIO_INCLUDE_DIR) +-- Could NOT find MySOFA (missing: MYSOFA_LIBRARY MYSOFA_INCLUDE_DIR) +-- Could NOT find Qt5Widgets +-- +-- Building OpenAL with support for the following backends: +-- PipeWire, OSS, WaveFile, Null +-- +-- Building with support for CPU extensions: +-- Default, SSE, SSE2, SSE3, SSE4.1 +-- +-- Embedding HRTF datasets +-- +-- Installing library and headers +-- Installing sample configuration +-- Installing HRTF data files +-- Installing AmbDec presets +-- +-- Building utility programs +-- +-- Building example programs +-- Building SndFile example programs +-- +Building STD +Building Profiling +Building NBT +Building Parsers +Found Parallel Hashmaps +Standard Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp +Profiler Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp +Source: /home/brett/Documents/code/c++/gp_image_test +Current Source: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT +Including phmap +BLT Successfully included! +Installing to lib with headers at include +-- Found the following HarfBuzz libraries: +-- HarfBuzz (required): /usr/lib/x86_64-linux-gnu/libharfbuzz.so +-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) +-- Checking for module 'bzip2' +-- Package 'bzip2', required by 'virtual:world', not found +-- Configuring done +-- Generating done +-- Build files have been written to: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/clion-environment.txt b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..e2d30f9 Binary files /dev/null and b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/clion-environment.txt differ diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/cmake.check_cache b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-relwithdebinfo-addrsan/CMakeFiles/rules.ninja b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/rules.ninja new file mode 100644 index 0000000..69322cd --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CMakeFiles/rules.ninja @@ -0,0 +1,452 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: gp_image_test +# Configurations: RelWithDebInfo +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__gp_image_test_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__gp_image_test_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alcommon_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__alcommon_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__OpenAL_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX shared library. + +rule CXX_SHARED_LIBRARY_LINKER__OpenAL_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX shared library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for creating library symlink. + +rule CMAKE_SYMLINK_LIBRARY + command = /usr/bin/cmake -E cmake_symlink_library $in $SONAME $out && $POST_BUILD + description = Creating library symlink $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__openal-info_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__openal-info_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjdecoder_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjdecoder_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjencoder_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjencoder_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__al-excommon_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__al-excommon_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__altonegen_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__altonegen_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alrecord_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alrecord_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alplay_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alplay_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alstream_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alstream_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alreverb_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alreverb_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__almultireverb_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__almultireverb_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__allatency_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__allatency_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alhrtf_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alhrtf_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alstreamcb_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alstreamcb_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alconvolve_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alconvolve_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__freetype_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__freetype_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/cmake-build-relwithdebinfo-addrsan/CPackConfig.cmake b/cmake-build-relwithdebinfo-addrsan/CPackConfig.cmake new file mode 100644 index 0000000..1420574 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CPackConfig.cmake @@ -0,0 +1,78 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TGZ") +set(CPACK_INSTALL_CMAKE_PROJECTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan;gp_image_test;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Linux") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake b/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake new file mode 100644 index 0000000..d22b59b --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake @@ -0,0 +1,86 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-relwithdebinfo-addrsan/build.ninja b/cmake-build-relwithdebinfo-addrsan/build.ninja new file mode 100644 index 0000000..a9a886d --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/build.ninja @@ -0,0 +1,3134 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: gp_image_test +# Configurations: RelWithDebInfo +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = RelWithDebInfo +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/ +# ============================================================================= +# Object build statements for EXECUTABLE target gp_image_test + + +############################################# +# Order-only phony target for gp_image_test + +build cmake_object_order_depends_target_gp_image_test: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_BLT_WITH_GRAPHICS cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build CMakeFiles/gp_image_test.dir/src/main.cpp.o: CXX_COMPILER__gp_image_test_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/src/main.cpp || cmake_object_order_depends_target_gp_image_test + DEP_FILE = CMakeFiles/gp_image_test.dir/src/main.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Werror -Wpedantic -Wno-comment -fsanitize=address + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = CMakeFiles/gp_image_test.dir + OBJECT_FILE_DIR = CMakeFiles/gp_image_test.dir/src + + +# ============================================================================= +# Link build statements for EXECUTABLE target gp_image_test + + +############################################# +# Link the executable gp_image_test + +build gp_image_test: CXX_EXECUTABLE_LINKER__gp_image_test_RelWithDebInfo CMakeFiles/gp_image_test.dir/src/main.cpp.o | libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -DNDEBUG + LINK_FLAGS = -Wall -Wextra -Werror -Wpedantic -Wno-comment -fsanitize=address -rdynamic + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = CMakeFiles/gp_image_test.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = gp_image_test + TARGET_PDB = gp_image_test.dbg + + +############################################# +# Utility command for package + +build CMakeFiles/package.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build package: phony CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build package_source: phony CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Order-only phony target for BLT_WITH_GRAPHICS + +build cmake_object_order_depends_target_BLT_WITH_GRAPHICS: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -fsanitize=address -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_RelWithDebInfo libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o || libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + TARGET_PDB = BLT_WITH_GRAPHICS.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package_source: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/edit_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/rebuild_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/local: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/strip: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + TARGET_PDB = glfw3.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Order-only phony target for alcommon + +build cmake_object_order_depends_target_alcommon: phony || libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a: CXX_STATIC_LIBRARY_LINKER__alcommon_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -D_DEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + TARGET_PDB = alcommon.a.dbg + +# ============================================================================= +# Object build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Order-only phony target for OpenAL + +build cmake_object_order_depends_target_OpenAL: phony || cmake_object_order_depends_target_alcommon libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + + +# ============================================================================= +# Link build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Link the shared library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1: CXX_SHARED_LIBRARY_LINKER__OpenAL_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + LANGUAGE_COMPILE_FLAGS = -O2 -g -D_DEBUG + LINK_FLAGS = -Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread -ldl -latomic -lm + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + POST_BUILD = : + PRE_LINK = : + SONAME = libopenal.so.1 + SONAME_FLAG = -Wl,-soname, + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + TARGET_PDB = openal.so.dbg + + +############################################# +# Create library symlink libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so: CMAKE_SYMLINK_LIBRARY libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + POST_BUILD = : + +# ============================================================================= +# Object build statements for EXECUTABLE target openal-info + + +############################################# +# Order-only phony target for openal-info + +build cmake_object_order_depends_target_openal-info: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: C_COMPILER__openal-info_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c || cmake_object_order_depends_target_openal-info + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target openal-info + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info: C_EXECUTABLE_LINKER__openal-info_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + TARGET_PDB = openal-info.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Order-only phony target for uhjdecoder + +build cmake_object_order_depends_target_uhjdecoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: CXX_COMPILER__uhjdecoder_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp || cmake_object_order_depends_target_uhjdecoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder: CXX_EXECUTABLE_LINKER__uhjdecoder_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + TARGET_PDB = uhjdecoder.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjencoder + + +############################################# +# Order-only phony target for uhjencoder + +build cmake_object_order_depends_target_uhjencoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: CXX_COMPILER__uhjencoder_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp || cmake_object_order_depends_target_uhjencoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjencoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder: CXX_EXECUTABLE_LINKER__uhjencoder_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + TARGET_PDB = uhjencoder.dbg + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Order-only phony target for al-excommon + +build cmake_object_order_depends_target_al-excommon: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: C_COMPILER__al-excommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c || cmake_object_order_depends_target_al-excommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a: C_STATIC_LIBRARY_LINKER__al-excommon_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -O2 -g -D_DEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + TARGET_PDB = al-excommon.a.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target altonegen + + +############################################# +# Order-only phony target for altonegen + +build cmake_object_order_depends_target_altonegen: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: C_COMPILER__altonegen_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c || cmake_object_order_depends_target_altonegen + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target altonegen + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen: C_EXECUTABLE_LINKER__altonegen_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + TARGET_PDB = altonegen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alrecord + + +############################################# +# Order-only phony target for alrecord + +build cmake_object_order_depends_target_alrecord: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: C_COMPILER__alrecord_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c || cmake_object_order_depends_target_alrecord + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alrecord + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord: C_EXECUTABLE_LINKER__alrecord_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + TARGET_PDB = alrecord.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alplay + + +############################################# +# Order-only phony target for alplay + +build cmake_object_order_depends_target_alplay: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o: C_COMPILER__alplay_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c || cmake_object_order_depends_target_alplay + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alplay + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay: C_EXECUTABLE_LINKER__alplay_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + TARGET_PDB = alplay.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstream + + +############################################# +# Order-only phony target for alstream + +build cmake_object_order_depends_target_alstream: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o: C_COMPILER__alstream_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c || cmake_object_order_depends_target_alstream + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstream + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream: C_EXECUTABLE_LINKER__alstream_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + TARGET_PDB = alstream.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alreverb + + +############################################# +# Order-only phony target for alreverb + +build cmake_object_order_depends_target_alreverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o: C_COMPILER__alreverb_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c || cmake_object_order_depends_target_alreverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alreverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb: C_EXECUTABLE_LINKER__alreverb_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + TARGET_PDB = alreverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target almultireverb + + +############################################# +# Order-only phony target for almultireverb + +build cmake_object_order_depends_target_almultireverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: C_COMPILER__almultireverb_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c || cmake_object_order_depends_target_almultireverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target almultireverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb: C_EXECUTABLE_LINKER__almultireverb_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + TARGET_PDB = almultireverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target allatency + + +############################################# +# Order-only phony target for allatency + +build cmake_object_order_depends_target_allatency: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o: C_COMPILER__allatency_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c || cmake_object_order_depends_target_allatency + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target allatency + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency: C_EXECUTABLE_LINKER__allatency_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + TARGET_PDB = allatency.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alhrtf + + +############################################# +# Order-only phony target for alhrtf + +build cmake_object_order_depends_target_alhrtf: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: C_COMPILER__alhrtf_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c || cmake_object_order_depends_target_alhrtf + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alhrtf + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf: C_EXECUTABLE_LINKER__alhrtf_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + TARGET_PDB = alhrtf.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstreamcb + + +############################################# +# Order-only phony target for alstreamcb + +build cmake_object_order_depends_target_alstreamcb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: CXX_COMPILER__alstreamcb_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp || cmake_object_order_depends_target_alstreamcb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstreamcb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb: CXX_EXECUTABLE_LINKER__alstreamcb_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + TARGET_PDB = alstreamcb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alconvolve + + +############################################# +# Order-only phony target for alconvolve + +build cmake_object_order_depends_target_alconvolve: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: C_COMPILER__alconvolve_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c || cmake_object_order_depends_target_alconvolve + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alconvolve + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve: CXX_EXECUTABLE_LINKER__alconvolve_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + TARGET_PDB = alconvolve.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in /home/brett/Documents/code/c++/gp_image_test/.git/modules/libraries/BLT-With-Graphics-Template/modules/libraries/openal-soft/index /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D GIT_EXECUTABLE=/usr/bin/git -D LIB_VERSION=1.23.1 -D LIB_VERSION_NUM=1,23,1,0 -D SRC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in -D DST=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake && /usr/bin/cmake -E touch /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + DESC = Generating version_witness.txt + restat = 1 + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default$ HRTF.mhr /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D "INPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default HRTF.mhr" -D OUTPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake + DESC = Generating default_hrtf.txt + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT + + +############################################# +# Order-only phony target for BLT + +build cmake_object_order_depends_target_BLT: phony || libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: CXX_STATIC_LIBRARY_LINKER__BLT_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + TARGET_PDB = BLT.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package_source: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/BLT/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/local: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target freetype + + +############################################# +# Order-only phony target for freetype + +build cmake_object_order_depends_target_freetype: phony || libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target freetype + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a: C_STATIC_LIBRARY_LINKER__freetype_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + TARGET_PDB = freetype.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package_source: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/local: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build BLT: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build BLT_WITH_GRAPHICS: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build OpenAL: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build al-excommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build alcommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build alconvolve: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build alhrtf: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build allatency: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build almultireverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build alplay: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build alrecord: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build alreverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build alstream: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build alstreamcb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build altonegen: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version + +build freetype: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build glfw: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libBLT.a: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libBLT_WITH_GRAPHICS.a: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libal-excommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libalcommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libfreetype.a: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build libglfw3.a: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libopenal.so: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build openal-info: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build uhjdecoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build uhjencoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall + +build update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan + +build all: phony gp_image_test libraries/BLT-With-Graphics-Template/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template + +build libraries/BLT-With-Graphics-Template/all: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all libraries/BLT-With-Graphics-Template/libraries/openal-soft/all libraries/BLT-With-Graphics-Template/libraries/BLT/all libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT + +build libraries/BLT-With-Graphics-Template/libraries/BLT/all: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/all: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all: phony + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake-build-relwithdebinfo-addrsan/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/cmake_install.cmake new file mode 100644 index 0000000..1d3a947 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/cmake_install.cmake new file mode 100644 index 0000000..cf4bfcf --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/cmake_install.cmake @@ -0,0 +1,64 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake") +endif() + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake new file mode 100644 index 0000000..6af6255 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake @@ -0,0 +1,182 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/window" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/config/blt/config.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a") + endif() +endif() + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h new file mode 100755 index 0000000..c59bead --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h @@ -0,0 +1,13 @@ +#ifndef BLT_CONFIG_H +#define BLT_CONFIG_H + +/* #undef ZLIB_FOUND */ +/* #undef BLT_DISABLE_LOGGING */ +/* #undef BLT_DISABLE_TRACE */ +/* #undef BLT_DISABLE_DEBUG */ +/* #undef BLT_DISABLE_INFO */ +/* #undef BLT_DISABLE_WARN */ +/* #undef BLT_DISABLE_ERROR */ +/* #undef BLT_DISABLE_FATAL */ + +#endif // BLT_CONFIG_H diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake new file mode 100644 index 0000000..579c512 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "freetype" for configuration "RelWithDebInfo" +set_property(TARGET freetype APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(freetype PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libfreetype.a" + ) + +list(APPEND _cmake_import_check_targets freetype ) +list(APPEND _cmake_import_check_files_for_freetype "${_IMPORT_PREFIX}/lib/libfreetype.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake new file mode 100644 index 0000000..b2b4557 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS freetype Freetype::Freetype) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target freetype +add_library(freetype STATIC IMPORTED) + +set_target_properties(freetype PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/freetype2" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;/usr/lib/x86_64-linux-gnu/libbrotlidec.so" +) + +# Create imported target Freetype::Freetype +add_library(Freetype::Freetype INTERFACE IMPORTED) + +set_target_properties(Freetype::Freetype PROPERTIES + INTERFACE_LINK_LIBRARIES "freetype" +) + +if(CMAKE_VERSION VERSION_LESS 3.0.0) + message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") +endif() + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/freetype-config-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake new file mode 100644 index 0000000..763385a --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake @@ -0,0 +1,90 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/" REGEX "/internal$" EXCLUDE REGEX "/ftconfig\\.h$" EXCLUDE REGEX "/ftoption\\.h$" EXCLUDE) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2/freetype/config" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "pkgconfig" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake") +endif() + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake new file mode 100644 index 0000000..5f85b31 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "2.13.2") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("2.13.2" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "2.13.2") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc new file mode 100644 index 0000000..d491ff4 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc @@ -0,0 +1,14 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: FreeType 2 +URL: https://freetype.org +Description: A free, high-quality, and portable font engine. +Version: 26.1.20 +Requires: zlib, libpng, harfbuzz >= 2.0.0, libbrotlidec +Requires.private: +Libs: -L${libdir} -lfreetype +Libs.private: +Cflags: -I${includedir}/freetype2 diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h new file mode 100644 index 0000000..3d8dede --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h @@ -0,0 +1,52 @@ +/**************************************************************************** + * + * ftconfig.h.in + * + * UNIX-specific configuration file (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + + /************************************************************************** + * + * This header file contains a number of macro definitions that are used by + * the rest of the engine. Most of the macros here are automatically + * determined at compile time, and you should not need to change it to port + * FreeType, except to compile the library with a non-ANSI compiler. + * + * Note however that if some specific modifications are needed, we advise + * you to place a modified copy in your build directory. + * + * The build directory is usually `builds/`, and contains + * system-specific files that are always included first when building the + * library. + * + */ + +#ifndef FTCONFIG_H_ +#define FTCONFIG_H_ + +#include +#include FT_CONFIG_OPTIONS_H +#include FT_CONFIG_STANDARD_LIBRARY_H + +#define HAVE_UNISTD_H 1 +#define HAVE_FCNTL_H 1 + +#include +#include +#include + +#endif /* FTCONFIG_H_ */ + + +/* END */ diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h new file mode 100644 index 0000000..c1347f2 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h @@ -0,0 +1,1014 @@ +/**************************************************************************** + * + * ftoption.h + * + * User-selectable configuration macros (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + +#ifndef FTOPTION_H_ +#define FTOPTION_H_ + + +#include + + +FT_BEGIN_HEADER + + /************************************************************************** + * + * USER-SELECTABLE CONFIGURATION MACROS + * + * This file contains the default configuration macro definitions for a + * standard build of the FreeType library. There are three ways to use + * this file to build project-specific versions of the library: + * + * - You can modify this file by hand, but this is not recommended in + * cases where you would like to build several versions of the library + * from a single source directory. + * + * - You can put a copy of this file in your build directory, more + * precisely in `$BUILD/freetype/config/ftoption.h`, where `$BUILD` is + * the name of a directory that is included _before_ the FreeType include + * path during compilation. + * + * The default FreeType Makefiles use the build directory + * `builds/` by default, but you can easily change that for your + * own projects. + * + * - Copy the file to `$BUILD/ft2build.h` and modify it + * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate + * this file during the build. For example, + * + * ``` + * #define FT_CONFIG_OPTIONS_H + * #include + * ``` + * + * will use `$BUILD/myftoptions.h` instead of this file for macro + * definitions. + * + * Note also that you can similarly pre-define the macro + * `FT_CONFIG_MODULES_H` used to locate the file listing of the modules + * that are statically linked to the library at compile time. By + * default, this file is ``. + * + * We highly recommend using the third method whenever possible. + * + */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** G E N E R A L F R E E T Y P E 2 C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /*#************************************************************************ + * + * If you enable this configuration option, FreeType recognizes an + * environment variable called `FREETYPE_PROPERTIES`, which can be used to + * control the various font drivers and modules. The controllable + * properties are listed in the section @properties. + * + * You have to undefine this configuration option on platforms that lack + * the concept of environment variables (and thus don't have the `getenv` + * function), for example Windows CE. + * + * `FREETYPE_PROPERTIES` has the following syntax form (broken here into + * multiple lines for better readability). + * + * ``` + * + * ':' + * '=' + * + * ':' + * '=' + * ... + * ``` + * + * Example: + * + * ``` + * FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ + * cff:no-stem-darkening=1 + * ``` + * + */ +#define FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES + + + /************************************************************************** + * + * Uncomment the line below if you want to activate LCD rendering + * technology similar to ClearType in this build of the library. This + * technology triples the resolution in the direction color subpixels. To + * mitigate color fringes inherent to this technology, you also need to + * explicitly set up LCD filtering. + * + * When this macro is not defined, FreeType offers alternative LCD + * rendering technology that produces excellent output. + */ +/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ + + + /************************************************************************** + * + * Many compilers provide a non-ANSI 64-bit data type that can be used by + * FreeType to speed up some computations. However, this will create some + * problems when compiling the library in strict ANSI mode. + * + * For this reason, the use of 64-bit integers is normally disabled when + * the `__STDC__` macro is defined. You can however disable this by + * defining the macro `FT_CONFIG_OPTION_FORCE_INT64` here. + * + * For most compilers, this will only create compilation warnings when + * building the library. + * + * ObNote: The compiler-specific 64-bit integers are detected in the + * file `ftconfig.h` either statically or through the `configure` + * script on supported platforms. + */ +#undef FT_CONFIG_OPTION_FORCE_INT64 + + + /************************************************************************** + * + * If this macro is defined, do not try to use an assembler version of + * performance-critical functions (e.g., @FT_MulFix). You should only do + * that to verify that the assembler function works properly, or to execute + * benchmark tests of the various implementations. + */ +/* #define FT_CONFIG_OPTION_NO_ASSEMBLER */ + + + /************************************************************************** + * + * If this macro is defined, try to use an inlined assembler version of the + * @FT_MulFix function, which is a 'hotspot' when loading and hinting + * glyphs, and which should be executed as fast as possible. + * + * Note that if your compiler or CPU is not supported, this will default to + * the standard and portable implementation found in `ftcalc.c`. + */ +#define FT_CONFIG_OPTION_INLINE_MULFIX + + + /************************************************************************** + * + * LZW-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `compress` program. This is mostly used to parse many of the PCF + * files that come with various X11 distributions. The implementation + * uses NetBSD's `zopen` to partially uncompress the file on the fly (see + * `src/lzw/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. + */ +#define FT_CONFIG_OPTION_USE_LZW + + + /************************************************************************** + * + * Gzip-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `gzip` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses 'zlib' to partially + * uncompress the file on the fly (see `src/gzip/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. See also the + * macro `FT_CONFIG_OPTION_SYSTEM_ZLIB` below. + */ +#define FT_CONFIG_OPTION_USE_ZLIB + + + /************************************************************************** + * + * ZLib library selection + * + * This macro is only used when `FT_CONFIG_OPTION_USE_ZLIB` is defined. + * It allows FreeType's 'ftgzip' component to link to the system's + * installation of the ZLib library. This is useful on systems like + * Unix or VMS where it generally is already available. + * + * If you let it undefined, the component will use its own copy of the + * zlib sources instead. These have been modified to be included + * directly within the component and **not** export external function + * names. This allows you to link any program with FreeType _and_ ZLib + * without linking conflicts. + * + * Do not `#undef` this macro here since the build system might define + * it for certain configurations only. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + * + * If you use the GNU make build system directly (that is, without the + * `configure` script) and you define this macro, you also have to pass + * `SYSTEM_ZLIB=yes` as an argument to make. + */ +#define FT_CONFIG_OPTION_SYSTEM_ZLIB + + + /************************************************************************** + * + * Bzip2-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `bzip2` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses `libbz2` to partially + * uncompress the file on the fly (see `src/bzip2/ftbzip2.c`). Contrary + * to gzip, bzip2 currently is not included and need to use the system + * available bzip2 implementation. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +/* #define FT_CONFIG_OPTION_USE_BZIP2 */ + + + /************************************************************************** + * + * Define to disable the use of file stream functions and types, `FILE`, + * `fopen`, etc. Enables the use of smaller system libraries on embedded + * systems that have multiple system libraries, some with or without file + * stream support, in the cases where file stream support is not necessary + * such as memory loading of font files. + */ +/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */ + + + /************************************************************************** + * + * PNG bitmap support. + * + * FreeType now handles loading color bitmap glyphs in the PNG format. + * This requires help from the external libpng library. Uncompressed + * color bitmaps do not need any external libraries and will be supported + * regardless of this configuration. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_PNG + + + /************************************************************************** + * + * HarfBuzz support. + * + * FreeType uses the HarfBuzz library to improve auto-hinting of OpenType + * fonts. If available, many glyphs not directly addressable by a font's + * character map will be hinted also. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_HARFBUZZ + + + /************************************************************************** + * + * Brotli support. + * + * FreeType uses the Brotli library to provide support for decompressing + * WOFF2 streams. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_BROTLI + + + /************************************************************************** + * + * Glyph Postscript Names handling + * + * By default, FreeType 2 is compiled with the 'psnames' module. This + * module is in charge of converting a glyph name string into a Unicode + * value, or return a Macintosh standard glyph name for the use with the + * TrueType 'post' table. + * + * Undefine this macro if you do not want 'psnames' compiled in your + * build of FreeType. This has the following effects: + * + * - The TrueType driver will provide its own set of glyph names, if you + * build it to support postscript names in the TrueType 'post' table, + * but will not synthesize a missing Unicode charmap. + * + * - The Type~1 driver will not be able to synthesize a Unicode charmap + * out of the glyphs found in the fonts. + * + * You would normally undefine this configuration macro when building a + * version of FreeType that doesn't contain a Type~1 or CFF driver. + */ +#define FT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Postscript Names to Unicode Values support + * + * By default, FreeType~2 is built with the 'psnames' module compiled in. + * Among other things, the module is used to convert a glyph name into a + * Unicode value. This is especially useful in order to synthesize on + * the fly a Unicode charmap from the CFF/Type~1 driver through a big + * table named the 'Adobe Glyph List' (AGL). + * + * Undefine this macro if you do not want the Adobe Glyph List compiled + * in your 'psnames' module. The Type~1 driver will not be able to + * synthesize a Unicode charmap out of the glyphs found in the fonts. + */ +#define FT_CONFIG_OPTION_ADOBE_GLYPH_LIST + + + /************************************************************************** + * + * Support for Mac fonts + * + * Define this macro if you want support for outline fonts in Mac format + * (mac dfont, mac resource, macbinary containing a mac resource) on + * non-Mac platforms. + * + * Note that the 'FOND' resource isn't checked. + */ +#define FT_CONFIG_OPTION_MAC_FONTS + + + /************************************************************************** + * + * Guessing methods to access embedded resource forks + * + * Enable extra Mac fonts support on non-Mac platforms (e.g., GNU/Linux). + * + * Resource forks which include fonts data are stored sometimes in + * locations which users or developers don't expected. In some cases, + * resource forks start with some offset from the head of a file. In + * other cases, the actual resource fork is stored in file different from + * what the user specifies. If this option is activated, FreeType tries + * to guess whether such offsets or different file names must be used. + * + * Note that normal, direct access of resource forks is controlled via + * the `FT_CONFIG_OPTION_MAC_FONTS` option. + */ +#ifdef FT_CONFIG_OPTION_MAC_FONTS +#define FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK +#endif + + + /************************************************************************** + * + * Allow the use of `FT_Incremental_Interface` to load typefaces that + * contain no glyph data, but supply it via a callback function. This is + * required by clients supporting document formats which supply font data + * incrementally as the document is parsed, such as the Ghostscript + * interpreter for the PostScript language. + */ +#define FT_CONFIG_OPTION_INCREMENTAL + + + /************************************************************************** + * + * The size in bytes of the render pool used by the scan-line converter to + * do all of its work. + */ +#define FT_RENDER_POOL_SIZE 16384L + + + /************************************************************************** + * + * FT_MAX_MODULES + * + * The maximum number of modules that can be registered in a single + * FreeType library object. 32~is the default. + */ +#define FT_MAX_MODULES 32 + + + /************************************************************************** + * + * Debug level + * + * FreeType can be compiled in debug or trace mode. In debug mode, + * errors are reported through the 'ftdebug' component. In trace mode, + * additional messages are sent to the standard output during execution. + * + * Define `FT_DEBUG_LEVEL_ERROR` to build the library in debug mode. + * Define `FT_DEBUG_LEVEL_TRACE` to build it in trace mode. + * + * Don't define any of these macros to compile in 'release' mode! + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_LEVEL_ERROR */ +/* #define FT_DEBUG_LEVEL_TRACE */ + + + /************************************************************************** + * + * Logging + * + * Compiling FreeType in debug or trace mode makes FreeType write error + * and trace log messages to `stderr`. Enabling this macro + * automatically forces the `FT_DEBUG_LEVEL_ERROR` and + * `FT_DEBUG_LEVEL_TRACE` macros and allows FreeType to write error and + * trace log messages to a file instead of `stderr`. For writing logs + * to a file, FreeType uses an the external `dlg` library (the source + * code is in `src/dlg`). + * + * This option needs a C99 compiler. + */ +/* #define FT_DEBUG_LOGGING */ + + + /************************************************************************** + * + * Autofitter debugging + * + * If `FT_DEBUG_AUTOFIT` is defined, FreeType provides some means to + * control the autofitter behaviour for debugging purposes with global + * boolean variables (consequently, you should **never** enable this + * while compiling in 'release' mode): + * + * ``` + * af_debug_disable_horz_hints_ + * af_debug_disable_vert_hints_ + * af_debug_disable_blue_hints_ + * ``` + * + * Additionally, the following functions provide dumps of various + * internal autofit structures to stdout (using `printf`): + * + * ``` + * af_glyph_hints_dump_points + * af_glyph_hints_dump_segments + * af_glyph_hints_dump_edges + * af_glyph_hints_get_num_segments + * af_glyph_hints_get_segment_offset + * ``` + * + * As an argument, they use another global variable: + * + * ``` + * af_debug_hints_ + * ``` + * + * Please have a look at the `ftgrid` demo program to see how those + * variables and macros should be used. + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_AUTOFIT */ + + + /************************************************************************** + * + * Memory Debugging + * + * FreeType now comes with an integrated memory debugger that is capable + * of detecting simple errors like memory leaks or double deletes. To + * compile it within your build of the library, you should define + * `FT_DEBUG_MEMORY` here. + * + * Note that the memory debugger is only activated at runtime when when + * the _environment_ variable `FT2_DEBUG_MEMORY` is defined also! + * + * Do not `#undef` this macro here since the build system might define it + * for certain configurations only. + */ +/* #define FT_DEBUG_MEMORY */ + + + /************************************************************************** + * + * Module errors + * + * If this macro is set (which is _not_ the default), the higher byte of + * an error code gives the module in which the error has occurred, while + * the lower byte is the real error code. + * + * Setting this macro makes sense for debugging purposes only, since it + * would break source compatibility of certain programs that use + * FreeType~2. + * + * More details can be found in the files `ftmoderr.h` and `fterrors.h`. + */ +#undef FT_CONFIG_OPTION_USE_MODULE_ERRORS + + + /************************************************************************** + * + * OpenType SVG Glyph Support + * + * Setting this macro enables support for OpenType SVG glyphs. By + * default, FreeType can only fetch SVG documents. However, it can also + * render them if external rendering hook functions are plugged in at + * runtime. + * + * More details on the hooks can be found in file `otsvg.h`. + */ +#define FT_CONFIG_OPTION_SVG + + + /************************************************************************** + * + * Error Strings + * + * If this macro is set, `FT_Error_String` will return meaningful + * descriptions. This is not enabled by default to reduce the overall + * size of FreeType. + * + * More details can be found in the file `fterrors.h`. + */ +/* #define FT_CONFIG_OPTION_ERROR_STRINGS */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** S F N T D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_EMBEDDED_BITMAPS` if you want to support + * embedded bitmaps in all formats using the 'sfnt' module (namely + * TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_EMBEDDED_BITMAPS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support colored + * outlines (from the 'COLR'/'CPAL' tables) in all formats using the 'sfnt' + * module (namely TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_COLOR_LAYERS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_POSTSCRIPT_NAMES` if you want to be able to + * load and enumerate Postscript names of glyphs in a TrueType or OpenType + * file. + * + * Note that if you do not compile the 'psnames' module by undefining the + * above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES` macro, the 'sfnt' module will + * contain additional code to read the PostScript name table from a font. + * + * (By default, the module uses 'psnames' to extract glyph names.) + */ +#define TT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SFNT_NAMES` if your applications need to access + * the internal name table in a SFNT-based format like TrueType or + * OpenType. The name table contains various strings used to describe the + * font, like family name, copyright, version, etc. It does not contain + * any glyph name though. + * + * Accessing SFNT names is done through the functions declared in + * `ftsnames.h`. + */ +#define TT_CONFIG_OPTION_SFNT_NAMES + + + /************************************************************************** + * + * TrueType CMap support + * + * Here you can fine-tune which TrueType CMap table format shall be + * supported. + */ +#define TT_CONFIG_CMAP_FORMAT_0 +#define TT_CONFIG_CMAP_FORMAT_2 +#define TT_CONFIG_CMAP_FORMAT_4 +#define TT_CONFIG_CMAP_FORMAT_6 +#define TT_CONFIG_CMAP_FORMAT_8 +#define TT_CONFIG_CMAP_FORMAT_10 +#define TT_CONFIG_CMAP_FORMAT_12 +#define TT_CONFIG_CMAP_FORMAT_13 +#define TT_CONFIG_CMAP_FORMAT_14 + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T R U E T Y P E D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` if you want to compile a + * bytecode interpreter in the TrueType driver. + * + * By undefining this, you will only compile the code necessary to load + * TrueType glyphs without hinting. + * + * Do not `#undef` this macro here, since the build system might define it + * for certain configurations only. + */ +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SUBPIXEL_HINTING` if you want to compile + * subpixel hinting support into the TrueType driver. This modifies the + * TrueType hinting mechanism when anything but `FT_RENDER_MODE_MONO` is + * requested. + * + * In particular, it modifies the bytecode interpreter to interpret (or + * not) instructions in a certain way so that all TrueType fonts look like + * they do in a Windows ClearType (DirectWrite) environment. See [1] for a + * technical overview on what this means. See `ttinterp.h` for more + * details on this option. + * + * The new default mode focuses on applying a minimal set of rules to all + * fonts indiscriminately so that modern and web fonts render well while + * legacy fonts render okay. The corresponding interpreter version is v40. + * The so-called Infinality mode (v38) is no longer available in FreeType. + * + * By undefining these, you get rendering behavior like on Windows without + * ClearType, i.e., Windows XP without ClearType enabled and Win9x + * (interpreter version v35). Or not, depending on how much hinting blood + * and testing tears the font designer put into a given font. If you + * define one or both subpixel hinting options, you can switch between + * between v35 and the ones you define (using `FT_Property_Set`). + * + * This option requires `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` to be + * defined. + * + * [1] + * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx + */ +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED` to compile the + * TrueType glyph loader to use Apple's definition of how to handle + * component offsets in composite glyphs. + * + * Apple and MS disagree on the default behavior of component offsets in + * composites. Apple says that they should be scaled by the scaling + * factors in the transformation matrix (roughly, it's more complex) while + * MS says they should not. OpenType defines two bits in the composite + * flags array which can be used to disambiguate, but old fonts will not + * have them. + * + * https://www.microsoft.com/typography/otspec/glyf.htm + * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html + */ +#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_GX_VAR_SUPPORT` if you want to include support + * for Apple's distortable font technology ('fvar', 'gvar', 'cvar', and + * 'avar' tables). Tagged 'Font Variations', this is now part of OpenType + * also. This has many similarities to Type~1 Multiple Masters support. + */ +#define TT_CONFIG_OPTION_GX_VAR_SUPPORT + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_NO_BORING_EXPANSION` if you want to exclude + * support for 'boring' OpenType specification expansions. + * + * https://github.com/harfbuzz/boring-expansion-spec + * + * Right now, the following features are covered: + * + * - 'avar' version 2.0 + * + * Most likely, this is a temporary configuration option to be removed in + * the near future, since it is assumed that eventually those features are + * added to the OpenType standard. + */ +/* #define TT_CONFIG_OPTION_NO_BORING_EXPANSION */ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BDF` if you want to include support for an + * embedded 'BDF~' table within SFNT-based bitmap formats. + */ +#define TT_CONFIG_OPTION_BDF + + + /************************************************************************** + * + * Option `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES` controls the maximum + * number of bytecode instructions executed for a single run of the + * bytecode interpreter, needed to prevent infinite loops. You don't want + * to change this except for very special situations (e.g., making a + * library fuzzer spend less time to handle broken fonts). + * + * It is not expected that this value is ever modified by a configuring + * script; instead, it gets surrounded with `#ifndef ... #endif` so that + * the value can be set as a preprocessor option on the compiler's command + * line. + */ +#ifndef TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES +#define TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES 1000000L +#endif + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T Y P E 1 D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * `T1_MAX_DICT_DEPTH` is the maximum depth of nest dictionaries and arrays + * in the Type~1 stream (see `t1load.c`). A minimum of~4 is required. + */ +#define T1_MAX_DICT_DEPTH 5 + + + /************************************************************************** + * + * `T1_MAX_SUBRS_CALLS` details the maximum number of nested sub-routine + * calls during glyph loading. + */ +#define T1_MAX_SUBRS_CALLS 16 + + + /************************************************************************** + * + * `T1_MAX_CHARSTRING_OPERANDS` is the charstring stack's capacity. A + * minimum of~16 is required. + * + * The Chinese font 'MingTiEG-Medium' (covering the CNS 11643 character + * set) needs 256. + */ +#define T1_MAX_CHARSTRINGS_OPERANDS 256 + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the 't1afm' module, which is in charge of reading Type~1 AFM files + * into an existing face. Note that if set, the Type~1 driver will be + * unable to produce kerning distances. + */ +#undef T1_CONFIG_OPTION_NO_AFM + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the Multiple Masters font support in the Type~1 driver. + */ +#undef T1_CONFIG_OPTION_NO_MM_SUPPORT + + + /************************************************************************** + * + * `T1_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe Type~1 + * engine gets compiled into FreeType. If defined, it is possible to + * switch between the two engines using the `hinting-engine` property of + * the 'type1' driver module. + */ +/* #define T1_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** C F F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Using `CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4}` it is + * possible to set up the default values of the four control points that + * define the stem darkening behaviour of the (new) CFF engine. For more + * details please read the documentation of the `darkening-parameters` + * property (file `ftdriver.h`), which allows the control at run-time. + * + * Do **not** undefine these macros! + */ +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 500 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 400 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 1000 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 1667 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 2333 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 0 + + + /************************************************************************** + * + * `CFF_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe CFF engine + * gets compiled into FreeType. If defined, it is possible to switch + * between the two engines using the `hinting-engine` property of the 'cff' + * driver module. + */ +/* #define CFF_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** P C F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * There are many PCF fonts just called 'Fixed' which look completely + * different, and which have nothing to do with each other. When selecting + * 'Fixed' in KDE or Gnome one gets results that appear rather random, the + * style changes often if one changes the size and one cannot select some + * fonts at all. This option makes the 'pcf' module prepend the foundry + * name (plus a space) to the family name. + * + * We also check whether we have 'wide' characters; all put together, we + * get family names like 'Sony Fixed' or 'Misc Fixed Wide'. + * + * If this option is activated, it can be controlled with the + * `no-long-family-names` property of the 'pcf' driver module. + */ +/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** A U T O F I T M O D U L E C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Compile 'autofit' module with CJK (Chinese, Japanese, Korean) script + * support. + */ +#define AF_CONFIG_OPTION_CJK + + + /************************************************************************** + * + * Compile 'autofit' module with fallback Indic script support, covering + * some scripts that the 'latin' submodule of the 'autofit' module doesn't + * (yet) handle. Currently, this needs option `AF_CONFIG_OPTION_CJK`. + */ +#ifdef AF_CONFIG_OPTION_CJK +#define AF_CONFIG_OPTION_INDIC +#endif + + + /************************************************************************** + * + * Use TrueType-like size metrics for 'light' auto-hinting. + * + * It is strongly recommended to avoid this option, which exists only to + * help some legacy applications retain its appearance and behaviour with + * respect to auto-hinted TrueType fonts. + * + * The very reason this option exists at all are GNU/Linux distributions + * like Fedora that did not un-patch the following change (which was + * present in FreeType between versions 2.4.6 and 2.7.1, inclusive). + * + * ``` + * 2011-07-16 Steven Chu + * + * [truetype] Fix metrics on size request for scalable fonts. + * ``` + * + * This problematic commit is now reverted (more or less). + */ +/* #define AF_CONFIG_OPTION_TT_SIZE_METRICS */ + + /* */ + + + /* + * This macro is obsolete. Support has been removed in FreeType version + * 2.5. + */ +/* #define FT_CONFIG_OPTION_OLD_INTERNALS */ + + + /* + * The next two macros are defined if native TrueType hinting is + * requested by the definitions above. Don't change this. + */ +#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER +#define TT_USE_BYTECODE_INTERPRETER +#ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING +#define TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL +#endif +#endif + + + /* + * The TT_SUPPORT_COLRV1 macro is defined to indicate to clients that this + * version of FreeType has support for 'COLR' v1 API. This definition is + * useful to FreeType clients that want to build in support for 'COLR' v1 + * depending on a tip-of-tree checkout before it is officially released in + * FreeType, and while the feature cannot yet be tested against using + * version macros. Don't change this macro. This may be removed once the + * feature is in a FreeType release version and version macros can be used + * to test for availability. + */ +#ifdef TT_CONFIG_OPTION_COLOR_LAYERS +#define TT_SUPPORT_COLRV1 +#endif + + + /* + * Check CFF darkening parameters. The checks are the same as in function + * `cff_property_set` in file `cffdrivr.c`. + */ +#if CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 > 500 +#error "Invalid CFF darkening parameters!" +#endif + + +FT_END_HEADER + +#endif /* FTOPTION_H_ */ + + +/* END */ diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake new file mode 100644 index 0000000..f4ff602 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "RelWithDebInfo" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..6189407 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,103 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/librt.a;/usr/lib/x86_64-linux-gnu/libm.so;\$;/usr/lib/x86_64-linux-gnu/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..1374312 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,87 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..9ac84b6 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..fc7c016 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..733a6c8 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake new file mode 100644 index 0000000..595f1b0 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" + IMPORTED_SONAME_RELWITHDEBINFO "libopenal.so.1" + ) + +list(APPEND _cmake_import_check_targets OpenAL::OpenAL ) +list(APPEND _cmake_import_check_files_for_OpenAL::OpenAL "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake new file mode 100644 index 0000000..330a22a --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake @@ -0,0 +1,102 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL;${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenALTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake new file mode 100644 index 0000000..e4600a1 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("utils/alsoft-config") diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake new file mode 100644 index 0000000..9ac79f9 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.1...3.18) + +include("${CMAKE_CURRENT_LIST_DIR}/OpenALTargets.cmake") + +set(OPENAL_FOUND ON) +set(OPENAL_INCLUDE_DIR $) +set(OPENAL_LIBRARY $) +set(OPENAL_DEFINITIONS $) +set(OPENAL_VERSION_STRING 1.23.1) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake new file mode 100644 index 0000000..d025c6c --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" +) + +# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_RELWITHDEBINFO "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + IMPORTED_SONAME_RELWITHDEBINFO "libopenal.so.1" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake new file mode 100644 index 0000000..23ec59b --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake @@ -0,0 +1,322 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + file(RPATH_CHECK + FILE "${file}" + RPATH "") + endif() + endforeach() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake") + +endif() + diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h new file mode 100644 index 0000000..8fd4374 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h @@ -0,0 +1,119 @@ +/* Define the alignment attribute for externally callable functions. */ +#define FORCE_ALIGN + +/* Define if deprecated EAX extensions are enabled */ +/* #undef ALSOFT_EAX */ + +/* Define if HRTF data is embedded in the library */ +#define ALSOFT_EMBED_HRTF_DATA + +/* Define if we have the proc_pidpath function */ +/* #undef HAVE_PROC_PIDPATH */ + +/* Define if we have the getopt function */ +#define HAVE_GETOPT + +/* Define if we have DBus/RTKit */ +#define HAVE_RTKIT + +/* Define if we have SSE CPU extensions */ +#define HAVE_SSE +#define HAVE_SSE2 +#define HAVE_SSE3 +#define HAVE_SSE4_1 + +/* Define if we have ARM Neon CPU extensions */ +/* #undef HAVE_NEON */ + +/* Define if we have the ALSA backend */ +/* #undef HAVE_ALSA */ + +/* Define if we have the OSS backend */ +#define HAVE_OSS + +/* Define if we have the PipeWire backend */ +#define HAVE_PIPEWIRE + +/* Define if we have the Solaris backend */ +/* #undef HAVE_SOLARIS */ + +/* Define if we have the SndIO backend */ +/* #undef HAVE_SNDIO */ + +/* Define if we have the WASAPI backend */ +/* #undef HAVE_WASAPI */ + +/* Define if we have the DSound backend */ +/* #undef HAVE_DSOUND */ + +/* Define if we have the Windows Multimedia backend */ +/* #undef HAVE_WINMM */ + +/* Define if we have the PortAudio backend */ +/* #undef HAVE_PORTAUDIO */ + +/* Define if we have the PulseAudio backend */ +/* #undef HAVE_PULSEAUDIO */ + +/* Define if we have the JACK backend */ +/* #undef HAVE_JACK */ + +/* Define if we have the CoreAudio backend */ +/* #undef HAVE_COREAUDIO */ + +/* Define if we have the OpenSL backend */ +/* #undef HAVE_OPENSL */ + +/* Define if we have the Oboe backend */ +/* #undef HAVE_OBOE */ + +/* Define if we have the Wave Writer backend */ +#define HAVE_WAVE + +/* Define if we have the SDL2 backend */ +/* #undef HAVE_SDL2 */ + +/* Define if we have dlfcn.h */ +#define HAVE_DLFCN_H + +/* Define if we have pthread_np.h */ +/* #undef HAVE_PTHREAD_NP_H */ + +/* Define if we have malloc.h */ +#define HAVE_MALLOC_H + +/* Define if we have cpuid.h */ +#define HAVE_CPUID_H + +/* Define if we have intrin.h */ +/* #undef HAVE_INTRIN_H */ + +/* Define if we have guiddef.h */ +/* #undef HAVE_GUIDDEF_H */ + +/* Define if we have initguid.h */ +/* #undef HAVE_INITGUID_H */ + +/* Define if we have GCC's __get_cpuid() */ +#define HAVE_GCC_GET_CPUID + +/* Define if we have the __cpuid() intrinsic */ +/* #undef HAVE_CPUID_INTRINSIC */ + +/* Define if we have SSE intrinsics */ +#define HAVE_SSE_INTRINSICS + +/* Define if we have pthread_setschedparam() */ +#define HAVE_PTHREAD_SETSCHEDPARAM + +/* Define if we have pthread_setname_np() */ +/* #undef HAVE_PTHREAD_SETNAME_NP */ + +/* Define if we have pthread_set_name_np() */ +/* #undef HAVE_PTHREAD_SET_NAME_NP */ + +/* Define the installation data directory */ +/* #undef ALSOFT_INSTALL_DATADIR */ + +/* Define whether build alsoft for winuwp */ +/* #undef ALSOFT_UWP */ diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc new file mode 100644 index 0000000..bd44244 --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc @@ -0,0 +1,12 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: OpenAL +Description: OpenAL is a cross-platform 3D audio API +Requires: +Version: 1.23.1 +Libs: -L${libdir} -lopenal +Libs.private: +Cflags: -I${includedir} -I${includedir}/AL diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake new file mode 100644 index 0000000..ba3d63c --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake new file mode 100644 index 0000000..760561d --- /dev/null +++ b/cmake-build-relwithdebinfo-addrsan/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/cache-v2 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/cache-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/cmakeFiles-v1 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/codemodel-v2 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/codemodel-v2 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/query/toolchains-v1 b/cmake-build-relwithdebinfo/.cmake/api/v1/query/toolchains-v1 new file mode 100644 index 0000000..e69de29 diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cache-v2-063ff8240b1f1ee56e04.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cache-v2-063ff8240b1f1ee56e04.json new file mode 100644 index 0000000..0b37500 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cache-v2-063ff8240b1f1ee56e04.json @@ -0,0 +1,7791 @@ +{ + "entries" : + [ + { + "name" : "ALSA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) include directory" + } + ], + "type" : "PATH", + "value" : "ALSA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "ALSA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The ALSA (asound) library" + } + ], + "type" : "FILEPATH", + "value" : "ALSA_LIBRARY-NOTFOUND" + }, + { + "name" : "ALSOFT_BACKEND_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ALSA backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable JACK backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Oboe backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable OSS backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_BACKEND_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SndIO backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Solaris backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_BACKEND_WAVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable Wave Writer backend" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE2 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE3 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_CPUEXT_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_DLOPEN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Check for the dlopen API for loading optional libs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EAX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable legacy EAX extensions" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_EMBED_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Embed the HRTF data files (increases library footprint)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build example programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install main library" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_AMBDEC_PRESETS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install AmbDec preset files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_CONFIG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install alsoft.conf sample configuration file" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install example programs (alplay, alstream, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_HRTF_DATA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install HRTF data files" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_INSTALL_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install utility programs (openal-info, alsoft-config, ...)" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_NO_CONFIG_UTIL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable building the alsoft-config utility" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_ALSA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ALSA backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_COREAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require CoreAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_JACK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require JACK backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_NEON", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require ARM NEON support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OBOE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Oboe backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OPENSL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OpenSL backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require OSS backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PipeWire backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PORTAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PortAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_PULSEAUDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require PulseAudio backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require RTKit/D-Bus support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SDL2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SDL2 backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SNDIO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SndIO backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SOLARIS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require Solaris backend" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE2 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE3", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE3 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_REQUIRE_SSE4_1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require SSE4.1 support" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_RTKIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable RTKit support" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_SEARCH_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Search the installation data directory" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_LIBGCC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Force -static-libgcc for static GCC runtimes" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_STATIC_STDCXX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Static link libstdc++" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ALSOFT_UPDATE_BUILD_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Update git build version info" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_UTILS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build utility programs" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "ALSOFT_WERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Treat compile warnings as errors" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "AUDIOIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The AudioIO include directory" + } + ], + "type" : "PATH", + "value" : "AUDIOIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "AUDIOUNIT_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "AUDIOUNIT_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BLT_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_DISABLE_DEBUG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_DEBUG macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_ERROR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_ERROR macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_FATAL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_FATAL macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_INFO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_INFO macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_LOGGING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging (all macros and will safely disable logging function!)" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_TRACE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_TRACE macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_DISABLE_WARN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable blt::logging BLT_WARN macro" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BLT_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;ZLIB::ZLIB;" + }, + { + "name" : "BLT_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + { + "name" : "BLT_WITH_GRAPHICS_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BLT_WITH_GRAPHICS_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "BLT_WITH_GRAPHICS_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template" + }, + { + "name" : "BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "BUILD_GRAPHICS_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT Graphics test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_NBT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT NBT + eNBT extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PARSE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT parsers" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_PROFILING", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT profiler extension" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_SHARED_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build shared libraries" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BUILD_STD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT standard utilities." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the BLT test set" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "BZIP2_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "BZIP2_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "BZIP2_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "BZIP2_LIBRARY_RELEASE-NOTFOUND" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..." + } + ], + "type" : "STRING", + "value" : "RelWithDebInfo" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "25" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/c++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/cc" + }, + { + "name" : "CMAKE_C_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar-12" + }, + { + "name" : "CMAKE_C_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib-12" + }, + { + "name" : "CMAKE_C_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_C_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_C_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_C_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the C compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_DEBUG_POSTFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Library postfix for debug builds. Normally left blank." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_EXTRA_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of external makefile project generator." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator." + } + ], + "type" : "INTERNAL", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HAVE_CONNECT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function connect" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_GETHOSTBYNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function gethostbyname" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_LIBC_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test CMAKE_HAVE_LIBC_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_REMOVE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function remove" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HAVE_SHMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have function shmat" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library ICE" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "UNINITIALIZED", + "value" : "/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "8" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "gp_image_test" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.9.0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "9" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake-3.25" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "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." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "COREAUDIO_FRAMEWORK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "COREAUDIO_FRAMEWORK-NOTFOUND" + }, + { + "name" : "CPACK_SOURCE_RPM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build RPM source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "CPACK_SOURCE_TBZ2", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TBZ2 source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TGZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TGZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TXZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TXZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_TZ", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build TZ source packages" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "CPACK_SOURCE_ZIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable to build ZIP source packages" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "DBus1_ARCH_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "DBus1_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for DBus1." + } + ], + "type" : "PATH", + "value" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1" + }, + { + "name" : "DBus1_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/dbus-1.0" + }, + { + "name" : "DBus1_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "ENABLE_ADDRSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the address sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_TSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the thread data race sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "ENABLE_UBSAN", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable the ub sanitizer" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding BrotliDec" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Git", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Git" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/git][v2.39.2()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding HarfBuzz" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_OSS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding OSS" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include/x86_64-linux-gnu][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PNG" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding PkgConfig" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/bin/pkg-config][v1.8.1()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_SndFile", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding SndFile" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_Threads", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding Threads" + } + ], + "type" : "INTERNAL", + "value" : "[TRUE][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_X11", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding X11" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()]" + }, + { + "name" : "FIND_PACKAGE_MESSAGE_DETAILS_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Details about finding ZLIB" + } + ], + "type" : "INTERNAL", + "value" : "[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()]" + }, + { + "name" : "FT_DISABLE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable HarfBuzz (used for improving auto-hinting of OpenType fonts)." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_DISABLE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Disable use of system zlib and use internal zlib library instead." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_ENABLE_ERROR_STRINGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable support for meaningful error descriptions." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BROTLI", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of compressed WOFF2 fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of bzip2 compressed fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require HarfBuzz for improving auto-hinting of OpenType fonts." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_PNG", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require support of PNG compressed OpenType embedded bitmaps." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "FT_REQUIRE_ZLIB", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Require system zlib instead of internal zlib library." + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GIT_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Git command line client" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/git" + }, + { + "name" : "GLFW_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_BUILD_DOCS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW documentation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_EXAMPLES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW example programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_BUILD_TESTS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Build the GLFW test programs" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_INSTALL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generate installation target" + } + ], + "type" : "BOOL", + "value" : "ON" + }, + { + "name" : "GLFW_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "GLFW_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + { + "name" : "GLFW_USE_OSMESA", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use OSMesa for offscreen context creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_USE_WAYLAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Use Wayland for window creation" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "GLFW_VULKAN_STATIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Assume the Vulkan loader is linked with the application" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "HAVE_ARM_NEON_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include arm_neon.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_CPUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include cpuid.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_DLFCN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include dlfcn.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_EMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include emmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FCNTL_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include fcntl.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_FNO_MATH_ERRNO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_FNO_MATH_ERRNO" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_GET_CPUID", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_GET_CPUID" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GCC_PROTECTED_VISIBILITY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_GCC_PROTECTED_VISIBILITY" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GETOPT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol getopt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_GUIDDEF_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include guiddef.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INITGUID_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include initguid.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_INTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include intrin.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_LIBATOMIC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_LIBATOMIC" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBDL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library dl" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library m" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_LIBRT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library rt" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MALLOC_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include malloc.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_MSSE2_SWITCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_MSSE2_SWITCH" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_POSIX_MEMALIGN_DEFAULT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol posix_memalign" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PROC_PIDPATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol proc_pidpath" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_PTHREAD" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include pthread.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_NP_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have includes pthread.h;pthread_np.h" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETNAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setname_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_PTHREAD_SETSCHEDPARAM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_setschedparam" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_PTHREAD_SET_NAME_NP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have symbol pthread_set_name_np" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "HAVE_SMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include smmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_SSE_INTRINSICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_SSE_INTRINSICS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_STDC_FORMAT_MACROS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_STDC_FORMAT_MACROS" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_UNISTD_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include unistd.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_WNO_CXX20_ATTR_EXT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE_WNO_CXX20_ATTR_EXT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE_XMMINTRIN_H", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have include xmmintrin.h" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HAVE___RESTRICT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Test HAVE___RESTRICT" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "HarfBuzz_ICU_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_ICU_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "(This variable does not exist and should not be used)" + } + ], + "type" : "UNINITIALIZED", + "value" : "" + }, + { + "name" : "HarfBuzz_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include/harfbuzz" + }, + { + "name" : "HarfBuzz_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "JACK_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK include directory" + } + ], + "type" : "PATH", + "value" : "JACK_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "JACK_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The JACK library" + } + ], + "type" : "FILEPATH", + "value" : "JACK_LIBRARY-NOTFOUND" + }, + { + "name" : "MATH_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "MYSOFA_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA include directory" + } + ], + "type" : "PATH", + "value" : "MYSOFA_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "MYSOFA_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The MySOFA library" + } + ], + "type" : "FILEPATH", + "value" : "MYSOFA_LIBRARY-NOTFOUND" + }, + { + "name" : "MYSOFA_M_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The math library for MySOFA" + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libm.so" + }, + { + "name" : "OPENSL_ANDROID_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL Android include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL include directory" + } + ], + "type" : "PATH", + "value" : "OPENSL_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "OPENSL_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OpenSL library" + } + ], + "type" : "FILEPATH", + "value" : "OPENSL_LIBRARY-NOTFOUND" + }, + { + "name" : "OSS_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The OSS include directory" + } + ], + "type" : "PATH", + "value" : "/usr/include/x86_64-linux-gnu" + }, + { + "name" : "OSS_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Optional OSS library" + } + ], + "type" : "FILEPATH", + "value" : "OSS_LIBRARY-NOTFOUND" + }, + { + "name" : "OpenAL_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "OpenAL_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "OpenAL_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_BROTLIDEC_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_BROTLIDEC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec" + }, + { + "name" : "PC_BROTLIDEC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libbrotlidec" + }, + { + "name" : "PC_BROTLIDEC_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "brotlidec;brotlicommon" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.0.9" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BROTLIDEC_libbrotlidec_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_BZIP2_bzip2_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_DBUS1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_DBUS1_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1" + }, + { + "name" : "PC_DBUS1_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1" + }, + { + "name" : "PC_DBUS1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd" + }, + { + "name" : "PC_DBUS1_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "dbus-1;systemd" + }, + { + "name" : "PC_DBUS1_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1.14.10" + }, + { + "name" : "PC_DBUS1_dbus-1_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_DBUS1_dbus-1_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PC_HARFBUZZ_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PC_HARFBUZZ_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz" + }, + { + "name" : "PC_HARFBUZZ_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-pthread;-pthread" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "6.0.0" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PC_HARFBUZZ_harfbuzz_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_FOUND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "PIPEWIRE_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include" + }, + { + "name" : "PIPEWIRE_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_MODULE_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3" + }, + { + "name" : "PIPEWIRE_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_I", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_CFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-D_REENTRANT" + }, + { + "name" : "PIPEWIRE_STATIC_INCLUDE_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/include/pipewire-0.3;/usr/include/spa-0.2" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LDFLAGS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARIES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "pipewire-0.3" + }, + { + "name" : "PIPEWIRE_STATIC_LIBRARY_DIRS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_L", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_OTHER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_STATIC_LIBS_PATHS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "0.3.65" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_INCLUDEDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_LIBDIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PIPEWIRE_libpipewire-0.3_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "PKG_CONFIG_ARGN", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Arguments to supply to pkg-config" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "PKG_CONFIG_EXECUTABLE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "pkg-config executable" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/pkg-config" + }, + { + "name" : "PNG_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "PNG_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "PNG_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpng.so" + }, + { + "name" : "PNG_PNG_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "PORTAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio include directory" + } + ], + "type" : "PATH", + "value" : "PORTAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PORTAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The PortAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PORTAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio include directory" + } + ], + "type" : "PATH", + "value" : "PULSEAUDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "PULSEAUDIO_LIBRARY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The PulseAudio library" + } + ], + "type" : "FILEPATH", + "value" : "PULSEAUDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "Qt5Widgets_DIR-NOTFOUND" + }, + { + "name" : "RT_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/librt.a" + }, + { + "name" : "SDL2_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for SDL2." + } + ], + "type" : "PATH", + "value" : "SDL2_DIR-NOTFOUND" + }, + { + "name" : "SNDFILE_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "SNDFILE_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libsndfile.so" + }, + { + "name" : "SOUNDIO_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO include directory" + } + ], + "type" : "PATH", + "value" : "SOUNDIO_INCLUDE_DIR-NOTFOUND" + }, + { + "name" : "SOUNDIO_LIBRARY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "The SoundIO library" + } + ], + "type" : "FILEPATH", + "value" : "SOUNDIO_LIBRARY-NOTFOUND" + }, + { + "name" : "X11_ICE_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_ICE_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libICE.so" + }, + { + "name" : "X11_LIB_X11_SOLO", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "X11_SM_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_SM_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libSM.so" + }, + { + "name" : "X11_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libX11.so" + }, + { + "name" : "X11_X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_X11_xcb_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_X11_xcb_LIB-NOTFOUND" + }, + { + "name" : "X11_XRes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_XRes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_XRes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_XRes_LIB-NOTFOUND" + }, + { + "name" : "X11_XShm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_XSync_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xaccessrules_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaccessrules_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaccessstr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xau_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXau.so" + }, + { + "name" : "X11_Xaw_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xaw_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xaw_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xaw_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xcomposite_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xcomposite_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xcomposite_LIB-NOTFOUND" + }, + { + "name" : "X11_Xcursor_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xcursor_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXcursor.so" + }, + { + "name" : "X11_Xdamage_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xdamage_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xdamage_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xdamage_LIB-NOTFOUND" + }, + { + "name" : "X11_Xdmcp_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xdmcp_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXdmcp.so" + }, + { + "name" : "X11_Xext_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xext_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXext.so" + }, + { + "name" : "X11_Xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXfixes.so" + }, + { + "name" : "X11_Xft_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xft_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xft_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xft_LIB-NOTFOUND" + }, + { + "name" : "X11_Xi_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xi_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXi.so" + }, + { + "name" : "X11_Xinerama_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xinerama_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXinerama.so" + }, + { + "name" : "X11_Xkb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xkblib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xlib_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xmu_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xmu_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xmu_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xmu_LIB-NOTFOUND" + }, + { + "name" : "X11_Xpm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xpm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xpm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xpm_LIB-NOTFOUND" + }, + { + "name" : "X11_Xrandr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrandr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrandr.so" + }, + { + "name" : "X11_Xrender_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xrender_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXrender.so" + }, + { + "name" : "X11_Xshape_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xss_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xss_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xss_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xss_LIB-NOTFOUND" + }, + { + "name" : "X11_Xt_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xt_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libXt.so" + }, + { + "name" : "X11_Xtst_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xtst_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xtst_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xtst_LIB-NOTFOUND" + }, + { + "name" : "X11_Xutil_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_Xv_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xv_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xv_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xv_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86misc_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86misc_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86misc_LIB-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_Xxf86vm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_Xxf86vm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_Xxf86vm_LIB-NOTFOUND" + }, + { + "name" : "X11_dpms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "X11_xcb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libxcb.so" + }, + { + "name" : "X11_xcb_icccm_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_icccm_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_icccm_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_icccm_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_keysyms_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_keysyms_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_randr_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_randr_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_randr_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_util_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_util_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_util_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_util_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xfixes_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xfixes_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xkb_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xkb_LIB-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xcb_xtest_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xcb_xtest_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xcb_xtest_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbcommon_X11_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbcommon_X11_LIB-NOTFOUND" + }, + { + "name" : "X11_xkbfile_INCLUDE_PATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "X11_xkbfile_INCLUDE_PATH-NOTFOUND" + }, + { + "name" : "X11_xkbfile_LIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "X11_xkbfile_LIB-NOTFOUND" + }, + { + "name" : "ZLIB_INCLUDE_DIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a file." + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "ZLIB_LIBRARY_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "ZLIB_LIBRARY_DEBUG-NOTFOUND" + }, + { + "name" : "ZLIB_LIBRARY_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libz.so" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + }, + { + "name" : "__pkg_config_arguments_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;libbrotlidec" + }, + { + "name" : "__pkg_config_arguments_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;dbus-1" + }, + { + "name" : "__pkg_config_arguments_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "QUIET;harfbuzz" + }, + { + "name" : "__pkg_config_arguments_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "libpipewire-0.3>=0.3.23" + }, + { + "name" : "__pkg_config_checked_PC_BROTLIDEC", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_BZIP2", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_DBUS1", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PC_HARFBUZZ", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "__pkg_config_checked_PIPEWIRE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "alsoft-config_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "alsoft-config_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "alsoft-config_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "name" : "freetype_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "freetype_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "OFF" + }, + { + "name" : "freetype_LIB_DEPENDS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Dependencies for the target" + } + ], + "type" : "STATIC", + "value" : "general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so;" + }, + { + "name" : "freetype_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + { + "name" : "gp_image_test_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo" + }, + { + "name" : "gp_image_test_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "gp_image_test_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/brett/Documents/code/c++/gp_image_test" + }, + { + "name" : "pkgcfg_lib_PC_BROTLIDEC_brotlidec", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so" + }, + { + "name" : "pkgcfg_lib_PC_DBUS1_dbus-1", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libdbus-1.so" + }, + { + "name" : "pkgcfg_lib_PC_HARFBUZZ_harfbuzz", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so" + }, + { + "name" : "pkgcfg_lib_PIPEWIRE_pipewire-0.3", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a library." + } + ], + "type" : "FILEPATH", + "value" : "/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so" + }, + { + "name" : "prefix_result", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "INTERNAL", + "value" : "/usr/lib/x86_64-linux-gnu" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cmakeFiles-v1-080a897ef7bae8ed6edc.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cmakeFiles-v1-080a897ef7bae8ed6edc.json new file mode 100644 index 0000000..2b2cce0 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/cmakeFiles-v1-080a897ef7bae8ed6edc.json @@ -0,0 +1,813 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCCompiler.cmake" + }, + { + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindThreads.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindX11.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindGit.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPNG.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindZLIB.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindBZip2.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPkgConfig.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/FindPackageMessage.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPack.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Modules/CPackComponent.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + }, + { + "isExternal" : true, + "path" : "/usr/share/cmake-3.25/Templates/CPackConfig.cmake.in" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/codemodel-v2-816c863414a03fd107a4.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/codemodel-v2-816c863414a03fd107a4.json new file mode 100644 index 0000000..6ab7f24 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/codemodel-v2-816c863414a03fd107a4.json @@ -0,0 +1,467 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "childIndexes" : + [ + 1 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-.-RelWithDebInfo-f5ebdc15457944623624.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 18 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template", + "childIndexes" : + [ + 2, + 4, + 6, + 7 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json", + "minimumCMakeVersion" : + { + "string" : "3.25" + }, + "parentIndex" : 0, + "projectIndex" : 1, + "source" : "libraries/BLT-With-Graphics-Template", + "targetIndexes" : + [ + 1 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "childIndexes" : + [ + 3 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-8ac024515e4c2cfd6a05.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "targetIndexes" : + [ + 22 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 2, + "projectIndex" : 2, + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "targetIndexes" : + [ + 17, + 23 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "childIndexes" : + [ + 5 + ], + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-56824f461332ea66582a.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 1, + "projectIndex" : 3, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json", + "minimumCMakeVersion" : + { + "string" : "3.13" + }, + "parentIndex" : 4, + "projectIndex" : 4, + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-f075cf5cf75a9697b780.json", + "minimumCMakeVersion" : + { + "string" : "3.5" + }, + "parentIndex" : 1, + "projectIndex" : 5, + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "targetIndexes" : + [ + 0 + ] + }, + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "hasInstallRule" : true, + "jsonFile" : "directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-b574272317f5c63891ec.json", + "minimumCMakeVersion" : + { + "string" : "3.0" + }, + "parentIndex" : 1, + "projectIndex" : 6, + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "targetIndexes" : + [ + 16 + ] + } + ], + "name" : "RelWithDebInfo", + "projects" : + [ + { + "childIndexes" : + [ + 1 + ], + "directoryIndexes" : + [ + 0 + ], + "name" : "gp_image_test", + "targetIndexes" : + [ + 18 + ] + }, + { + "childIndexes" : + [ + 2, + 3, + 5, + 6 + ], + "directoryIndexes" : + [ + 1 + ], + "name" : "BLT_WITH_GRAPHICS", + "parentIndex" : 0, + "targetIndexes" : + [ + 1 + ] + }, + { + "directoryIndexes" : + [ + 2, + 3 + ], + "name" : "GLFW", + "parentIndex" : 1, + "targetIndexes" : + [ + 17, + 22, + 23 + ] + }, + { + "childIndexes" : + [ + 4 + ], + "directoryIndexes" : + [ + 4 + ], + "name" : "OpenAL", + "parentIndex" : 1, + "targetIndexes" : + [ + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 19, + 20, + 21 + ] + }, + { + "directoryIndexes" : + [ + 5 + ], + "name" : "alsoft-config", + "parentIndex" : 3 + }, + { + "directoryIndexes" : + [ + 6 + ], + "name" : "BLT", + "parentIndex" : 1, + "targetIndexes" : + [ + 0 + ] + }, + { + "directoryIndexes" : + [ + 7 + ], + "name" : "freetype", + "parentIndex" : 1, + "targetIndexes" : + [ + 16 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 6, + "id" : "BLT::@50366bf68bbd07315335", + "jsonFile" : "target-BLT-RelWithDebInfo-5d12afaa3b08d3fc3fc5.json", + "name" : "BLT", + "projectIndex" : 5 + }, + { + "directoryIndex" : 1, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "jsonFile" : "target-BLT_WITH_GRAPHICS-RelWithDebInfo-9e1ee845ee97b0f86aeb.json", + "name" : "BLT_WITH_GRAPHICS", + "projectIndex" : 1 + }, + { + "directoryIndex" : 4, + "id" : "OpenAL::@1336fb67af673d856491", + "jsonFile" : "target-OpenAL-RelWithDebInfo-24ea0b30f43b08e3d65f.json", + "name" : "OpenAL", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "al-excommon::@1336fb67af673d856491", + "jsonFile" : "target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json", + "name" : "al-excommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alcommon::@1336fb67af673d856491", + "jsonFile" : "target-alcommon-RelWithDebInfo-5c830e5303e5b48fc696.json", + "name" : "alcommon", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alconvolve::@1336fb67af673d856491", + "jsonFile" : "target-alconvolve-RelWithDebInfo-93fa750b258c17f34159.json", + "name" : "alconvolve", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alhrtf::@1336fb67af673d856491", + "jsonFile" : "target-alhrtf-RelWithDebInfo-8e8bcb62747a865c4ec1.json", + "name" : "alhrtf", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "allatency::@1336fb67af673d856491", + "jsonFile" : "target-allatency-RelWithDebInfo-280f863cfb04fcc71e08.json", + "name" : "allatency", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "almultireverb::@1336fb67af673d856491", + "jsonFile" : "target-almultireverb-RelWithDebInfo-ff708d2f3aef6f108b90.json", + "name" : "almultireverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alplay::@1336fb67af673d856491", + "jsonFile" : "target-alplay-RelWithDebInfo-1115c0c1a6de1a98e2f3.json", + "name" : "alplay", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alrecord::@1336fb67af673d856491", + "jsonFile" : "target-alrecord-RelWithDebInfo-97681f5f153f81e0ec7a.json", + "name" : "alrecord", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alreverb::@1336fb67af673d856491", + "jsonFile" : "target-alreverb-RelWithDebInfo-8ce2a4341776a82a0f94.json", + "name" : "alreverb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstream::@1336fb67af673d856491", + "jsonFile" : "target-alstream-RelWithDebInfo-c20bdc31da75287a197d.json", + "name" : "alstream", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "alstreamcb::@1336fb67af673d856491", + "jsonFile" : "target-alstreamcb-RelWithDebInfo-036292cc08046f723a39.json", + "name" : "alstreamcb", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "altonegen::@1336fb67af673d856491", + "jsonFile" : "target-altonegen-RelWithDebInfo-d869e94cc688e5caa3ce.json", + "name" : "altonegen", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "build_version::@1336fb67af673d856491", + "jsonFile" : "target-build_version-RelWithDebInfo-31aa07bd5134beb6719f.json", + "name" : "build_version", + "projectIndex" : 3 + }, + { + "directoryIndex" : 7, + "id" : "freetype::@e00407d3eb957746b2e2", + "jsonFile" : "target-freetype-RelWithDebInfo-4e255863c59e24542a55.json", + "name" : "freetype", + "projectIndex" : 6 + }, + { + "directoryIndex" : 3, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-glfw-RelWithDebInfo-1b9fa10fe0f4716f0f76.json", + "name" : "glfw", + "projectIndex" : 2 + }, + { + "directoryIndex" : 0, + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "jsonFile" : "target-gp_image_test-RelWithDebInfo-2002e3f37d6cdafa5b6d.json", + "name" : "gp_image_test", + "projectIndex" : 0 + }, + { + "directoryIndex" : 4, + "id" : "openal-info::@1336fb67af673d856491", + "jsonFile" : "target-openal-info-RelWithDebInfo-18acc2c6fb92565ad207.json", + "name" : "openal-info", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjdecoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjdecoder-RelWithDebInfo-b59b932851c519afa1c4.json", + "name" : "uhjdecoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 4, + "id" : "uhjencoder::@1336fb67af673d856491", + "jsonFile" : "target-uhjencoder-RelWithDebInfo-12288286cde681e85af6.json", + "name" : "uhjencoder", + "projectIndex" : 3 + }, + { + "directoryIndex" : 2, + "id" : "uninstall::@14b83a2e4b8869b63580", + "jsonFile" : "target-uninstall-RelWithDebInfo-bdaf061ab2b866082c8b.json", + "name" : "uninstall", + "projectIndex" : 2 + }, + { + "directoryIndex" : 3, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "jsonFile" : "target-update_mappings-RelWithDebInfo-fb87d06c703ba66081cc.json", + "name" : "update_mappings", + "projectIndex" : 2 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo", + "source" : "/home/brett/Documents/code/c++/gp_image_test" + }, + "version" : + { + "major" : 2, + "minor" : 4 + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json new file mode 100644 index 0000000..3a67af9 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-.-RelWithDebInfo-f5ebdc15457944623624.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json new file mode 100644 index 0000000..2e49953 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template-RelWithDebInfo-191a688bc69624ad1c79.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-f075cf5cf75a9697b780.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-f075cf5cf75a9697b780.json new file mode 100644 index 0000000..4e01814 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.BLT-RelWithDebInfo-f075cf5cf75a9697b780.json @@ -0,0 +1,573 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 120, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 125, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h" + ], + "type" : "file" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "include/blt/math", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h" + ], + "type" : "file" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "include/blt/nbt", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h" + ], + "type" : "file" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h" + ], + "type" : "file" + }, + { + "backtrace" : 10, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h" + ], + "type" : "file" + }, + { + "backtrace" : 11, + "component" : "Unspecified", + "destination" : "include/blt/parse", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 12, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h" + ], + "type" : "file" + }, + { + "backtrace" : 13, + "component" : "Unspecified", + "destination" : "include/blt/profiling", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h" + ], + "type" : "file" + }, + { + "backtrace" : 14, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h" + ], + "type" : "file" + }, + { + "backtrace" : 15, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h" + ], + "type" : "file" + }, + { + "backtrace" : 16, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h" + ], + "type" : "file" + }, + { + "backtrace" : 17, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h" + ], + "type" : "file" + }, + { + "backtrace" : 18, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h" + ], + "type" : "file" + }, + { + "backtrace" : 19, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h" + ], + "type" : "file" + }, + { + "backtrace" : 20, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h" + ], + "type" : "file" + }, + { + "backtrace" : 21, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h" + ], + "type" : "file" + }, + { + "backtrace" : 22, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h" + ], + "type" : "file" + }, + { + "backtrace" : 23, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h" + ], + "type" : "file" + }, + { + "backtrace" : 24, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h" + ], + "type" : "file" + }, + { + "backtrace" : 25, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h" + ], + "type" : "file" + }, + { + "backtrace" : 26, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h" + ], + "type" : "file" + }, + { + "backtrace" : 27, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h" + ], + "type" : "file" + }, + { + "backtrace" : 28, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h" + ], + "type" : "file" + }, + { + "backtrace" : 29, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h" + ], + "type" : "file" + }, + { + "backtrace" : 30, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h" + ], + "type" : "file" + }, + { + "backtrace" : 31, + "component" : "Unspecified", + "destination" : "include/blt/std", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h" + ], + "type" : "file" + }, + { + "backtrace" : 32, + "component" : "Unspecified", + "destination" : "include/blt/window", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h" + ], + "type" : "file" + }, + { + "backtrace" : 33, + "component" : "Unspecified", + "destination" : "include/blt", + "paths" : + [ + "cmake-build-relwithdebinfo/config/blt/config.h" + ], + "type" : "file" + }, + { + "backtrace" : 34, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a" + ], + "targetId" : "BLT::@50366bf68bbd07315335", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-b574272317f5c63891ec.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-b574272317f5c63891ec.json new file mode 100644 index 0000000..5a2bf2b --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.freetype-2.13.2-RelWithDebInfo-b574272317f5c63891ec.json @@ -0,0 +1,141 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 561, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 569, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 623, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 642, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 647, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "headers", + "destination" : "include/freetype2", + "paths" : + [ + { + "from" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include", + "to" : "." + } + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "headers", + "destination" : "include/freetype2/freetype/config", + "paths" : + [ + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "pkgconfig", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc" + ], + "type" : "file" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a" + ], + "targetId" : "freetype::@e00407d3eb957746b2e2", + "targetIndex" : 16, + "type" : "target" + }, + { + "backtrace" : 5, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "exportName" : "freetype-targets", + "exportTargets" : + [ + { + "id" : "freetype::@e00407d3eb957746b2e2", + "index" : 16 + }, + { + "id" : "freetype-interface::@e00407d3eb957746b2e2", + "index" : 0 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 6, + "component" : "headers", + "destination" : "lib/cmake/freetype", + "paths" : + [ + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-8ac024515e4c2cfd6a05.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-8ac024515e4c2cfd6a05.json new file mode 100644 index 0000000..7fd70f3 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8-RelWithDebInfo-8ac024515e4c2cfd6a05.json @@ -0,0 +1,100 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 361, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 364, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 368, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 371, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" + ], + "type" : "directory" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "paths" : + [ + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake", + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "lib/cmake/glfw3", + "exportName" : "glfwTargets", + "exportTargets" : + [ + { + "id" : "glfw::@c52b2194413d9c9d0e1f", + "index" : 17 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc" + ], + "type" : "file" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json new file mode 100644 index 0000000..060768e --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.glfw-3.3.8.src-RelWithDebInfo-9182c3242e1d6b5925d2.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 189, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + ], + "targetId" : "glfw::@c52b2194413d9c9d0e1f", + "targetIndex" : 17, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-56824f461332ea66582a.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-56824f461332ea66582a.json new file mode 100644 index 0000000..b33cc62 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft-RelWithDebInfo-56824f461332ea66582a.json @@ -0,0 +1,294 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1571, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1575, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1577, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1579, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1591, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1597, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1603, + "parent" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1824, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "skip", + "type" : "target" + }, + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "lib", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + ], + "targetId" : "OpenAL::@1336fb67af673d856491", + "targetIndex" : 2, + "targetInstallNamelink" : "only", + "type" : "target" + }, + { + "backtrace" : 2, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "exportName" : "OpenAL", + "exportTargets" : + [ + { + "id" : "OpenAL::@1336fb67af673d856491", + "index" : 2 + } + ], + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake" + ], + "type" : "export" + }, + { + "backtrace" : 3, + "component" : "Unspecified", + "destination" : "include", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + ], + "type" : "directory" + }, + { + "backtrace" : 4, + "component" : "Unspecified", + "destination" : "lib/pkgconfig", + "paths" : + [ + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc" + ], + "type" : "file" + }, + { + "backtrace" : 5, + "component" : "Unspecified", + "destination" : "lib/cmake/OpenAL", + "paths" : + [ + "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake" + ], + "type" : "file" + }, + { + "backtrace" : 6, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample" + ], + "type" : "file" + }, + { + "backtrace" : 7, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf" + ], + "type" : "directory" + }, + { + "backtrace" : 8, + "component" : "Unspecified", + "destination" : "share/openal", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets" + ], + "type" : "directory" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + ], + "targetId" : "openal-info::@1336fb67af673d856491", + "targetIndex" : 19, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + ], + "targetId" : "altonegen::@1336fb67af673d856491", + "targetIndex" : 14, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + ], + "targetId" : "alrecord::@1336fb67af673d856491", + "targetIndex" : 10, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + ], + "targetId" : "alplay::@1336fb67af673d856491", + "targetIndex" : 9, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + ], + "targetId" : "alstream::@1336fb67af673d856491", + "targetIndex" : 12, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + ], + "targetId" : "alreverb::@1336fb67af673d856491", + "targetIndex" : 11, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + ], + "targetId" : "almultireverb::@1336fb67af673d856491", + "targetIndex" : 8, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + ], + "targetId" : "allatency::@1336fb67af673d856491", + "targetIndex" : 7, + "type" : "target" + }, + { + "backtrace" : 9, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + ], + "targetId" : "alhrtf::@1336fb67af673d856491", + "targetIndex" : 6, + "type" : "target" + } + ], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json new file mode 100644 index 0000000..83c282b --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/directory-libraries.BLT-With-Graphics-Template.libraries.openal-soft.utils.alsoft-config-RelWithDebInfo-0f6eded386a94e65cb43.json @@ -0,0 +1,14 @@ +{ + "backtraceGraph" : + { + "commands" : [], + "files" : [], + "nodes" : [] + }, + "installers" : [], + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config" + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0374.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0374.json new file mode 100644 index 0000000..6879385 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/index-2024-01-14T18-30-29-0374.json @@ -0,0 +1,108 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake-3.25" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 25, + "patch" : 1, + "string" : "3.25.1", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-816c863414a03fd107a4.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + { + "jsonFile" : "cache-v2-063ff8240b1f1ee56e04.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-080a897ef7bae8ed6edc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-063ff8240b1f1ee56e04.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-080a897ef7bae8ed6edc.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 0 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-816c863414a03fd107a4.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 4 + } + }, + "toolchains-v1" : + { + "jsonFile" : "toolchains-v1-a68c232ca45b00aa6bba.json", + "kind" : "toolchains", + "version" : + { + "major" : 1, + "minor" : 0 + } + } + } +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-5d12afaa3b08d3fc3fc5.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-5d12afaa3b08d3fc3fc5.json new file mode 100644 index 0000000..065af91 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT-RelWithDebInfo-5d12afaa3b08d3fc3fc5.json @@ -0,0 +1,258 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 84, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 125, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 100, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 76, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 77, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "id" : "BLT::@50366bf68bbd07315335", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "BLT", + "nameOnDisk" : "libBLT.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/BLT", + "source" : "libraries/BLT-With-Graphics-Template/libraries/BLT" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-RelWithDebInfo-9e1ee845ee97b0f86aeb.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-RelWithDebInfo-9e1ee845ee97b0f86aeb.json new file mode 100644 index 0000000..5823b0e --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-BLT_WITH_GRAPHICS-RelWithDebInfo-9e1ee845ee97b0f86aeb.json @@ -0,0 +1,370 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 117, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 118, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 50, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 120, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 41, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 42, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 44, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Werror" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-comment" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-strict-aliasing" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-unused-function" + } + ], + "includes" : + [ + { + "backtrace" : 7, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples" + }, + { + "backtrace" : 9, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 5, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b", + "name" : "BLT_WITH_GRAPHICS", + "nameOnDisk" : "libBLT_WITH_GRAPHICS.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template", + "source" : "libraries/BLT-With-Graphics-Template" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-OpenAL-RelWithDebInfo-24ea0b30f43b08e3d65f.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-OpenAL-RelWithDebInfo-24ea0b30f43b08e3d65f.json new file mode 100644 index 0000000..c0d4ffe --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-OpenAL-RelWithDebInfo-24ea0b30f43b08e3d65f.json @@ -0,0 +1,1464 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_link_options", + "target_link_libraries", + "add_dependencies", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1404, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1562, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1432, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1409, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1496, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1493, + "parent" : 0 + }, + { + "command" : 6, + "file" : 0, + "line" : 1490, + "parent" : 0 + }, + { + "command" : 7, + "file" : 0, + "line" : 1471, + "parent" : 0 + }, + { + "command" : 8, + "file" : 0, + "line" : 1485, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 6, + "fragment" : "-Winline" + }, + { + "backtrace" : 6, + "fragment" : "-Wunused" + }, + { + "backtrace" : 6, + "fragment" : "-Wall" + }, + { + "backtrace" : 6, + "fragment" : "-Wextra" + }, + { + "backtrace" : 6, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 6, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 6, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 6, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 6, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 6, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 6, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 6, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 6, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 6, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 7, + "define" : "ALC_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_ALEXT_PROTOTYPES" + }, + { + "backtrace" : 7, + "define" : "AL_API=__attribute__((visibility(\"protected\")))" + }, + { + "backtrace" : 7, + "define" : "AL_BUILD_LIBRARY" + }, + { + "define" : "OpenAL_EXPORTS" + }, + { + "backtrace" : 7, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/dbus-1.0" + }, + { + "backtrace" : 8, + "path" : "/usr/lib/x86_64-linux-gnu/dbus-1.0/include" + }, + { + "backtrace" : 8, + "path" : "/usr/include/pipewire-0.3" + }, + { + "backtrace" : 8, + "path" : "/usr/include/spa-0.2" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 8, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 9 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 5, + "id" : "build_version::@1336fb67af673d856491" + }, + { + "backtrace" : 4, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "OpenAL::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + }, + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version", + "role" : "flags" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-latomic", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lm", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "OpenAL", + "nameOnDisk" : "libopenal.so", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 7, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 28, + 29, + 31, + 33, + 35, + 36, + 37, + 39, + 41, + 43, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 64, + 65, + 67, + 69, + 71, + 73, + 75, + 78, + 80, + 83, + 85, + 88, + 91, + 93, + 95, + 97, + 100, + 102, + 104, + 107, + 109, + 112, + 113, + 115, + 117, + 119, + 122, + 124, + 126, + 128, + 130, + 133, + 135, + 136, + 139, + 141, + 146, + 147, + 148, + 149, + 150, + 151 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1, + 3, + 5, + 6, + 8, + 17, + 27, + 30, + 32, + 34, + 38, + 40, + 42, + 44, + 45, + 61, + 62, + 63, + 66, + 68, + 70, + 72, + 74, + 76, + 79, + 81, + 82, + 84, + 86, + 87, + 89, + 90, + 92, + 94, + 96, + 98, + 99, + 101, + 103, + 105, + 106, + 108, + 110, + 111, + 114, + 116, + 118, + 120, + 121, + 123, + 125, + 127, + 129, + 131, + 132, + 134, + 137, + 138, + 140, + 142, + 143, + 144, + 145, + 152, + 153, + 154, + 155, + 156 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 77 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 157 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/direct_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/export_list.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/inprogext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/async_event.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bufferline.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effects/base.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/front_stablizer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/resampler_limits.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice_change.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/defs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfbase.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/hrtfdefs.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/resources/openal32.rc", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/al.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alc.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/alext.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL/efx-presets.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "SHARED_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json new file mode 100644 index 0000000..3bc40b7 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-al-excommon-RelWithDebInfo-3981812b65f150bb304d.json @@ -0,0 +1,204 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1694, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1699, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1697, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1698, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1701, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "al-excommon::@1336fb67af673d856491", + "name" : "al-excommon", + "nameOnDisk" : "libal-excommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alcommon-RelWithDebInfo-5c830e5303e5b48fc696.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alcommon-RelWithDebInfo-5c830e5303e5b48fc696.json new file mode 100644 index 0000000..13754d9 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alcommon-RelWithDebInfo-5c830e5303e5b48fc696.json @@ -0,0 +1,422 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1338, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1342, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1341, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1339, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1343, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "id" : "alcommon::@1336fb67af673d856491", + "name" : "alcommon", + "nameOnDisk" : "libalcommon.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 2, + 4, + 5, + 6, + 7, + 9, + 10, + 12, + 14, + 15, + 16, + 17, + 19, + 20, + 21, + 22, + 24, + 25, + 27, + 28, + 30, + 32, + 33, + 34 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 1, + 3, + 8, + 11, + 13, + 18, + 23, + 26, + 29, + 31 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/albit.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/almalloc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumbers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alnumeric.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alspan.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/altraits.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/atomic.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/comptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/flexarray.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/intrusive_ptr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/opthelpers.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/phase_shifter.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pragmadefs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vecmat.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/vector.h", + "sourceGroupIndex" : 0 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alconvolve-RelWithDebInfo-93fa750b258c17f34159.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alconvolve-RelWithDebInfo-93fa750b258c17f34159.json new file mode 100644 index 0000000..9ca05e5 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alconvolve-RelWithDebInfo-93fa750b258c17f34159.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1754, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1755, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1757, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alconvolve::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alconvolve", + "nameOnDisk" : "alconvolve", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alhrtf-RelWithDebInfo-8e8bcb62747a865c4ec1.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alhrtf-RelWithDebInfo-8e8bcb62747a865c4ec1.json new file mode 100644 index 0000000..104fc35 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alhrtf-RelWithDebInfo-8e8bcb62747a865c4ec1.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1744, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1745, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1747, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alhrtf::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alhrtf", + "nameOnDisk" : "alhrtf", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-allatency-RelWithDebInfo-280f863cfb04fcc71e08.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-allatency-RelWithDebInfo-280f863cfb04fcc71e08.json new file mode 100644 index 0000000..40629f2 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-allatency-RelWithDebInfo-280f863cfb04fcc71e08.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1739, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1740, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1742, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "allatency::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "allatency", + "nameOnDisk" : "allatency", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-almultireverb-RelWithDebInfo-ff708d2f3aef6f108b90.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-almultireverb-RelWithDebInfo-ff708d2f3aef6f108b90.json new file mode 100644 index 0000000..d5fcbb9 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-almultireverb-RelWithDebInfo-ff708d2f3aef6f108b90.json @@ -0,0 +1,250 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1734, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1735, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1737, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "almultireverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "almultireverb", + "nameOnDisk" : "almultireverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alplay-RelWithDebInfo-1115c0c1a6de1a98e2f3.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alplay-RelWithDebInfo-1115c0c1a6de1a98e2f3.json new file mode 100644 index 0000000..3a749a6 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alplay-RelWithDebInfo-1115c0c1a6de1a98e2f3.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1719, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1720, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1722, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alplay::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alplay", + "nameOnDisk" : "alplay", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alrecord-RelWithDebInfo-97681f5f153f81e0ec7a.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alrecord-RelWithDebInfo-97681f5f153f81e0ec7a.json new file mode 100644 index 0000000..3613bc8 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alrecord-RelWithDebInfo-97681f5f153f81e0ec7a.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1708, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1709, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1710, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alrecord::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alrecord", + "nameOnDisk" : "alrecord", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alreverb-RelWithDebInfo-8ce2a4341776a82a0f94.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alreverb-RelWithDebInfo-8ce2a4341776a82a0f94.json new file mode 100644 index 0000000..9dd7e9f --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alreverb-RelWithDebInfo-8ce2a4341776a82a0f94.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1729, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1730, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1732, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alreverb::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alreverb", + "nameOnDisk" : "alreverb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alstream-RelWithDebInfo-c20bdc31da75287a197d.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alstream-RelWithDebInfo-c20bdc31da75287a197d.json new file mode 100644 index 0000000..3c3defc --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alstream-RelWithDebInfo-c20bdc31da75287a197d.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1724, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1725, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1727, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstream::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "alstream", + "nameOnDisk" : "alstream", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alstreamcb-RelWithDebInfo-036292cc08046f723a39.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alstreamcb-RelWithDebInfo-036292cc08046f723a39.json new file mode 100644 index 0000000..c9c062b --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-alstreamcb-RelWithDebInfo-036292cc08046f723a39.json @@ -0,0 +1,240 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1749, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1750, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1752, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 2, + "fragment" : "-Winline" + }, + { + "backtrace" : 2, + "fragment" : "-Wunused" + }, + { + "backtrace" : 2, + "fragment" : "-Wall" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra" + }, + { + "backtrace" : 2, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 2, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 2, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 2, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 2, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 2, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 2, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 2, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 2, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 2, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 4 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 2, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "alstreamcb::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "alstreamcb", + "nameOnDisk" : "alstreamcb", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-altonegen-RelWithDebInfo-d869e94cc688e5caa3ce.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-altonegen-RelWithDebInfo-d869e94cc688e5caa3ce.json new file mode 100644 index 0000000..207854d --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-altonegen-RelWithDebInfo-d869e94cc688e5caa3ce.json @@ -0,0 +1,245 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1704, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1705, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1700, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1706, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 5 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "al-excommon::@1336fb67af673d856491" + } + ], + "id" : "altonegen::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + }, + { + "backtrace" : 4, + "fragment" : "-lrt", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "altonegen", + "nameOnDisk" : "altonegen", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-build_version-RelWithDebInfo-31aa07bd5134beb6719f.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-build_version-RelWithDebInfo-31aa07bd5134beb6719f.json new file mode 100644 index 0000000..048e4ab --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-build_version-RelWithDebInfo-31aa07bd5134beb6719f.json @@ -0,0 +1,78 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1251, + "parent" : 0 + } + ] + }, + "id" : "build_version::@1336fb67af673d856491", + "name" : "build_version", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-freetype-RelWithDebInfo-4e255863c59e24542a55.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-freetype-RelWithDebInfo-4e255863c59e24542a55.json new file mode 100644 index 0000000..52da1c2 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-freetype-RelWithDebInfo-4e255863c59e24542a55.json @@ -0,0 +1,958 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_definitions", + "target_include_directories" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 454, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 634, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 465, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 484, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 546, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "FT2_BUILD_LIBRARY" + } + ], + "includes" : + [ + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 4, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config" + }, + { + "backtrace" : 5, + "path" : "/usr/include/harfbuzz" + } + ], + "language" : "C", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "id" : "freetype::@e00407d3eb957746b2e2", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "freetype", + "nameOnDisk" : "libfreetype.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2", + "source" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 73, + 74, + 75, + 76, + 77, + 78, + 79 + ] + }, + { + "name" : "Source Files", + "sourceIndexes" : + [ + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 89, + 90, + 91, + 92, + 93, + 94, + 95, + 96, + 97, + 98, + 99, + 100, + 101, + 102, + 103, + 104, + 105, + 106, + 107, + 108, + 109, + 110, + 111, + 112, + 113, + 114, + 115, + 116, + 117, + 118, + 119, + 120, + 121 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/freetype.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftadvanc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbbox.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbdf.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbitmap.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftbzip2.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcache.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftchapters.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftcolor.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftdriver.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrdef.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fterrors.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftfntfmt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgasp.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftglyph.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgxval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftgzip.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftimage.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftincrem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlcdfil.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlist.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlogging.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftlzw.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmac.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmm.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmodapi.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftmoderr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftotval.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftoutln.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftparams.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftpfr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftrender.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsizes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsnames.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftstroke.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsynth.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftsystem.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttrigon.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/fttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ftwinfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/otsvg.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/t1tables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/ttnameid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttables.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/tttags.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/ft2build.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftheader.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftmodule.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftstdlib.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/integer-types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/mac-support.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/public-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/autohint.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cffotypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/cfftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/compiler-macros.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftcalc.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdebug.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftdrv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftgloadr.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fthash.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmemory.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftmmtypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftobjs.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftpsprop.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftrfork.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftserv.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftstream.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/fttrace.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/ftvalid.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/psaux.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/pshints.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/sfnt.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/svginterface.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/t1types.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/tttypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/internal/wofftypes.h", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-1b9fa10fe0f4716f0f76.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-1b9fa10fe0f4716f0f76.json new file mode 100644 index 0000000..1623fe8 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-glfw-RelWithDebInfo-1b9fa10fe0f4716f0f76.json @@ -0,0 +1,429 @@ +{ + "archive" : {}, + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_library", + "install", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 91, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 189, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 140, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 111, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 112, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 115, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 102, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + }, + { + "fragment" : "-Wdeclaration-after-statement" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 13, + 14 + ] + }, + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "fragment" : "-std=gnu99" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "_GLFW_USE_CONFIG_H" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + { + "backtrace" : 6, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 7 + ], + "standard" : "99" + }, + "sourceIndexes" : + [ + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 15 + ] + } + ], + "folder" : + { + "name" : "GLFW3" + }, + "id" : "glfw::@c52b2194413d9c9d0e1f", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "lib" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "name" : "glfw", + "nameOnDisk" : "libglfw3.a", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/internal.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW/glfw3native.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_platform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.h", + "sourceGroupIndex" : 1 + } + ], + "type" : "STATIC_LIBRARY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gp_image_test-RelWithDebInfo-2002e3f37d6cdafa5b6d.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gp_image_test-RelWithDebInfo-2002e3f37d6cdafa5b6d.json new file mode 100644 index 0000000..d12d164 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-gp_image_test-RelWithDebInfo-2002e3f37d6cdafa5b6d.json @@ -0,0 +1,402 @@ +{ + "artifacts" : + [ + { + "path" : "gp_image_test" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_options", + "target_link_libraries", + "target_compile_options", + "include_directories" + ], + "files" : + [ + "CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt", + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 15, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 18, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 20, + "parent" : 0 + }, + { + "file" : 1 + }, + { + "command" : 2, + "file" : 1, + "line" : 49, + "parent" : 4 + }, + { + "file" : 2 + }, + { + "command" : 2, + "file" : 2, + "line" : 89, + "parent" : 6 + }, + { + "command" : 2, + "file" : 1, + "line" : 50, + "parent" : 4 + }, + { + "file" : 3 + }, + { + "command" : 2, + "file" : 3, + "line" : 525, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 539, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 545, + "parent" : 9 + }, + { + "command" : 2, + "file" : 3, + "line" : 550, + "parent" : 9 + }, + { + "command" : 2, + "file" : 1, + "line" : 117, + "parent" : 4 + }, + { + "file" : 4 + }, + { + "command" : 2, + "file" : 4, + "line" : 119, + "parent" : 15 + }, + { + "command" : 2, + "file" : 1, + "line" : 118, + "parent" : 4 + }, + { + "command" : 3, + "file" : 0, + "line" : 17, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 12, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG -fdiagnostics-color=always" + }, + { + "backtrace" : 18, + "fragment" : "-Wall" + }, + { + "backtrace" : 18, + "fragment" : "-Wextra" + }, + { + "backtrace" : 18, + "fragment" : "-Werror" + }, + { + "backtrace" : 18, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 18, + "fragment" : "-Wno-comment" + } + ], + "includes" : + [ + { + "backtrace" : 19, + "path" : "/home/brett/Documents/code/c++/gp_image_test/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 1 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "BLT_WITH_GRAPHICS::@134fdf019d2a8baf624b" + }, + { + "backtrace" : 3, + "id" : "glfw::@c52b2194413d9c9d0e1f" + }, + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + }, + { + "backtrace" : 3, + "id" : "BLT::@50366bf68bbd07315335" + }, + { + "backtrace" : 3, + "id" : "freetype::@e00407d3eb957746b2e2" + } + ], + "id" : "gp_image_test::@6890427a1f51a3e7e1df", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -DNDEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wall", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wextra", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Werror", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wpedantic", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "-Wno-comment", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "-rdynamic", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a", + "role" : "libraries" + }, + { + "backtrace" : 5, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a", + "role" : "libraries" + }, + { + "backtrace" : 7, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 8, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 10, + "fragment" : "/usr/lib/x86_64-linux-gnu/libz.so", + "role" : "libraries" + }, + { + "backtrace" : 11, + "fragment" : "/usr/lib/x86_64-linux-gnu/libpng.so", + "role" : "libraries" + }, + { + "backtrace" : 12, + "fragment" : "/usr/lib/x86_64-linux-gnu/libharfbuzz.so", + "role" : "libraries" + }, + { + "backtrace" : 13, + "fragment" : "/usr/lib/x86_64-linux-gnu/libbrotlidec.so", + "role" : "libraries" + }, + { + "backtrace" : 14, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/usr/lib/x86_64-linux-gnu/librt.a", + "role" : "libraries" + }, + { + "fragment" : "-lm", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "-ldl", + "role" : "libraries" + }, + { + "backtrace" : 16, + "fragment" : "/usr/lib/x86_64-linux-gnu/libX11.so", + "role" : "libraries" + }, + { + "backtrace" : 17, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "gp_image_test", + "nameOnDisk" : "gp_image_test", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "src/main.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-openal-info-RelWithDebInfo-18acc2c6fb92565ad207.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-openal-info-RelWithDebInfo-18acc2c6fb92565ad207.json new file mode 100644 index 0000000..f37266e --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-openal-info-RelWithDebInfo-18acc2c6fb92565ad207.json @@ -0,0 +1,227 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "target_compile_options", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1615, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1824, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1618, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1617, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1616, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1619, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 4, + "fragment" : "-Winline" + }, + { + "backtrace" : 4, + "fragment" : "-Wunused" + }, + { + "backtrace" : 4, + "fragment" : "-Wall" + }, + { + "backtrace" : 4, + "fragment" : "-Wextra" + }, + { + "backtrace" : 4, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 4, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 4, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 4, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 4, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 4, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu11" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include" + }, + { + "backtrace" : 3, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" + } + ], + "language" : "C", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "11" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 3, + "id" : "OpenAL::@1336fb67af673d856491" + } + ], + "id" : "openal-info::@1336fb67af673d856491", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "fragment" : "-Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 3, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1", + "role" : "libraries" + } + ], + "language" : "C" + }, + "name" : "openal-info", + "nameOnDisk" : "openal-info", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uhjdecoder-RelWithDebInfo-b59b932851c519afa1c4.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uhjdecoder-RelWithDebInfo-b59b932851c519afa1c4.json new file mode 100644 index 0000000..c5f129a --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uhjdecoder-RelWithDebInfo-b59b932851c519afa1c4.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1625, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1630, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1629, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1626, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1627, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1632, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjdecoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjdecoder", + "nameOnDisk" : "uhjdecoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uhjencoder-RelWithDebInfo-12288286cde681e85af6.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uhjencoder-RelWithDebInfo-12288286cde681e85af6.json new file mode 100644 index 0000000..ce79aab --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uhjencoder-RelWithDebInfo-12288286cde681e85af6.json @@ -0,0 +1,233 @@ +{ + "artifacts" : + [ + { + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "target_link_libraries", + "target_compile_options", + "target_compile_definitions", + "target_include_directories", + "set_target_properties" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 1634, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 1639, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 1638, + "parent" : 0 + }, + { + "command" : 3, + "file" : 0, + "line" : 1635, + "parent" : 0 + }, + { + "command" : 4, + "file" : 0, + "line" : 1636, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 1641, + "parent" : 0 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-Winline" + }, + { + "backtrace" : 3, + "fragment" : "-Wunused" + }, + { + "backtrace" : 3, + "fragment" : "-Wall" + }, + { + "backtrace" : 3, + "fragment" : "-Wextra" + }, + { + "backtrace" : 3, + "fragment" : "-Wshadow" + }, + { + "backtrace" : 3, + "fragment" : "-Wconversion" + }, + { + "backtrace" : 3, + "fragment" : "-Wcast-align" + }, + { + "backtrace" : 3, + "fragment" : "-Wpedantic" + }, + { + "backtrace" : 3, + "fragment" : "-Wold-style-cast" + }, + { + "backtrace" : 3, + "fragment" : "-Wnon-virtual-dtor" + }, + { + "backtrace" : 3, + "fragment" : "-Woverloaded-virtual" + }, + { + "backtrace" : 3, + "fragment" : "-Wno-c++20-attribute-extensions" + }, + { + "backtrace" : 3, + "fragment" : "-fno-math-errno" + }, + { + "backtrace" : 3, + "fragment" : "-pthread" + }, + { + "fragment" : "-std=gnu++17" + } + ], + "defines" : + [ + { + "backtrace" : 4, + "define" : "RESTRICT=__restrict" + } + ], + "includes" : + [ + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + { + "backtrace" : 5, + "path" : "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 6 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0 + ] + } + ], + "dependencies" : + [ + { + "backtrace" : 2, + "id" : "alcommon::@1336fb67af673d856491" + } + ], + "id" : "uhjencoder::@1336fb67af673d856491", + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-O2 -g -D_DEBUG", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 2, + "fragment" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "-pthread", + "role" : "libraries" + }, + { + "backtrace" : 2, + "fragment" : "/usr/lib/x86_64-linux-gnu/libsndfile.so", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "uhjencoder", + "nameOnDisk" : "uhjencoder", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft", + "source" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft" + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp", + "sourceGroupIndex" : 0 + } + ], + "type" : "EXECUTABLE" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-bdaf061ab2b866082c8b.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-bdaf061ab2b866082c8b.json new file mode 100644 index 0000000..32122c4 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-uninstall-RelWithDebInfo-bdaf061ab2b866082c8b.json @@ -0,0 +1,70 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 379, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "uninstall::@14b83a2e4b8869b63580", + "name" : "uninstall", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8" + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-fb87d06c703ba66081cc.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-fb87d06c703ba66081cc.json new file mode 100644 index 0000000..644bc52 --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/target-update_mappings-RelWithDebInfo-fb87d06c703ba66081cc.json @@ -0,0 +1,88 @@ +{ + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_custom_target" + ], + "files" : + [ + "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 8, + "parent" : 0 + } + ] + }, + "folder" : + { + "name" : "GLFW3" + }, + "id" : "update_mappings::@c52b2194413d9c9d0e1f", + "name" : "update_mappings", + "paths" : + { + "build" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src", + "source" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src" + }, + "sourceGroups" : + [ + { + "name" : "Header Files", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 1, + 2 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 3 + ] + } + ], + "sources" : + [ + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/mappings.h.in", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.rule", + "sourceGroupIndex" : 2 + } + ], + "type" : "UTILITY" +} diff --git a/cmake-build-relwithdebinfo/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json new file mode 100644 index 0000000..d98e41f --- /dev/null +++ b/cmake-build-relwithdebinfo/.cmake/api/v1/reply/toolchains-v1-a68c232ca45b00aa6bba.json @@ -0,0 +1,107 @@ +{ + "kind" : "toolchains", + "toolchains" : + [ + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "gcc", + "gcc_s", + "c", + "gcc", + "gcc_s" + ] + }, + "path" : "/usr/bin/cc", + "version" : "12.2.0" + }, + "language" : "C", + "sourceFileExtensions" : + [ + "c", + "m" + ] + }, + { + "compiler" : + { + "id" : "GNU", + "implicit" : + { + "includeDirectories" : + [ + "/usr/include/c++/12", + "/usr/include/x86_64-linux-gnu/c++/12", + "/usr/include/c++/12/backward", + "/usr/lib/gcc/x86_64-linux-gnu/12/include", + "/usr/local/include", + "/usr/include/x86_64-linux-gnu", + "/usr/include" + ], + "linkDirectories" : + [ + "/usr/lib/gcc/x86_64-linux-gnu/12", + "/usr/lib/x86_64-linux-gnu", + "/usr/lib", + "/lib/x86_64-linux-gnu", + "/lib" + ], + "linkFrameworkDirectories" : [], + "linkLibraries" : + [ + "stdc++", + "m", + "gcc_s", + "gcc", + "c", + "gcc_s", + "gcc" + ] + }, + "path" : "/usr/bin/c++", + "version" : "12.2.0" + }, + "language" : "CXX", + "sourceFileExtensions" : + [ + "C", + "M", + "c++", + "cc", + "cpp", + "cxx", + "mm", + "mpp", + "CPP", + "ixx", + "cppm" + ] + } + ], + "version" : + { + "major" : 1, + "minor" : 0 + } +} diff --git a/cmake-build-relwithdebinfo/CMakeCache.txt b/cmake-build-relwithdebinfo/CMakeCache.txt new file mode 100644 index 0000000..622deb1 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeCache.txt @@ -0,0 +1,1761 @@ +# This is the CMakeCache file. +# For build in directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo +# 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 +######################## + +//The ALSA (asound) include directory +ALSA_INCLUDE_DIR:PATH=ALSA_INCLUDE_DIR-NOTFOUND + +//The ALSA (asound) library +ALSA_LIBRARY:FILEPATH=ALSA_LIBRARY-NOTFOUND + +//Enable ALSA backend +ALSOFT_BACKEND_ALSA:BOOL=ON + +//Enable CoreAudio backend +ALSOFT_BACKEND_COREAUDIO:BOOL=ON + +//Enable JACK backend +ALSOFT_BACKEND_JACK:BOOL=ON + +//Enable Oboe backend +ALSOFT_BACKEND_OBOE:BOOL=ON + +//Enable OpenSL backend +ALSOFT_BACKEND_OPENSL:BOOL=ON + +//Enable OSS backend +ALSOFT_BACKEND_OSS:BOOL=ON + +//Enable PipeWire backend +ALSOFT_BACKEND_PIPEWIRE:BOOL=ON + +//Enable PortAudio backend +ALSOFT_BACKEND_PORTAUDIO:BOOL=ON + +//Enable PulseAudio backend +ALSOFT_BACKEND_PULSEAUDIO:BOOL=ON + +//Enable SDL2 backend +ALSOFT_BACKEND_SDL2:BOOL=OFF + +//Enable SndIO backend +ALSOFT_BACKEND_SNDIO:BOOL=ON + +//Enable Solaris backend +ALSOFT_BACKEND_SOLARIS:BOOL=ON + +//Enable Wave Writer backend +ALSOFT_BACKEND_WAVE:BOOL=ON + +//Enable ARM NEON support +ALSOFT_CPUEXT_NEON:BOOL=ON + +//Enable SSE support +ALSOFT_CPUEXT_SSE:BOOL=ON + +//Enable SSE2 support +ALSOFT_CPUEXT_SSE2:BOOL=ON + +//Enable SSE3 support +ALSOFT_CPUEXT_SSE3:BOOL=ON + +//Enable SSE4.1 support +ALSOFT_CPUEXT_SSE4_1:BOOL=ON + +//Check for the dlopen API for loading optional libs +ALSOFT_DLOPEN:BOOL=ON + +//Enable legacy EAX extensions +ALSOFT_EAX:BOOL=OFF + +//Embed the HRTF data files (increases library footprint) +ALSOFT_EMBED_HRTF_DATA:BOOL=ON + +//Build example programs +ALSOFT_EXAMPLES:BOOL=ON + +//Install main library +ALSOFT_INSTALL:BOOL=ON + +//Install AmbDec preset files +ALSOFT_INSTALL_AMBDEC_PRESETS:BOOL=ON + +//Install alsoft.conf sample configuration file +ALSOFT_INSTALL_CONFIG:BOOL=ON + +//Install example programs (alplay, alstream, ...) +ALSOFT_INSTALL_EXAMPLES:BOOL=ON + +//Install HRTF data files +ALSOFT_INSTALL_HRTF_DATA:BOOL=ON + +//Install utility programs (openal-info, alsoft-config, ...) +ALSOFT_INSTALL_UTILS:BOOL=ON + +//Disable building the alsoft-config utility +ALSOFT_NO_CONFIG_UTIL:BOOL=OFF + +//Require ALSA backend +ALSOFT_REQUIRE_ALSA:BOOL=OFF + +//Require CoreAudio backend +ALSOFT_REQUIRE_COREAUDIO:BOOL=OFF + +//Require JACK backend +ALSOFT_REQUIRE_JACK:BOOL=OFF + +//Require ARM NEON support +ALSOFT_REQUIRE_NEON:BOOL=OFF + +//Require Oboe backend +ALSOFT_REQUIRE_OBOE:BOOL=OFF + +//Require OpenSL backend +ALSOFT_REQUIRE_OPENSL:BOOL=OFF + +//Require OSS backend +ALSOFT_REQUIRE_OSS:BOOL=OFF + +//Require PipeWire backend +ALSOFT_REQUIRE_PIPEWIRE:BOOL=OFF + +//Require PortAudio backend +ALSOFT_REQUIRE_PORTAUDIO:BOOL=OFF + +//Require PulseAudio backend +ALSOFT_REQUIRE_PULSEAUDIO:BOOL=OFF + +//Require RTKit/D-Bus support +ALSOFT_REQUIRE_RTKIT:BOOL=OFF + +//Require SDL2 backend +ALSOFT_REQUIRE_SDL2:BOOL=OFF + +//Require SndIO backend +ALSOFT_REQUIRE_SNDIO:BOOL=OFF + +//Require Solaris backend +ALSOFT_REQUIRE_SOLARIS:BOOL=OFF + +//Require SSE support +ALSOFT_REQUIRE_SSE:BOOL=OFF + +//Require SSE2 support +ALSOFT_REQUIRE_SSE2:BOOL=OFF + +//Require SSE3 support +ALSOFT_REQUIRE_SSE3:BOOL=OFF + +//Require SSE4.1 support +ALSOFT_REQUIRE_SSE4_1:BOOL=OFF + +//Enable RTKit support +ALSOFT_RTKIT:BOOL=ON + +//Search the installation data directory +ALSOFT_SEARCH_INSTALL_DATADIR:BOOL=OFF + +//Force -static-libgcc for static GCC runtimes +ALSOFT_STATIC_LIBGCC:BOOL=OFF + +//Static link libstdc++ +ALSOFT_STATIC_STDCXX:BOOL=OFF + +//Build test programs +ALSOFT_TESTS:BOOL=OFF + +//Update git build version info +ALSOFT_UPDATE_BUILD_VERSION:BOOL=ON + +//Build utility programs +ALSOFT_UTILS:BOOL=ON + +//Treat compile warnings as errors +ALSOFT_WERROR:BOOL=OFF + +//The AudioIO include directory +AUDIOIO_INCLUDE_DIR:PATH=AUDIOIO_INCLUDE_DIR-NOTFOUND + +//Path to a file. +AUDIOUNIT_INCLUDE_DIR:PATH=AUDIOUNIT_INCLUDE_DIR-NOTFOUND + +//Value Computed by CMake +BLT_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Disable blt::logging BLT_DEBUG macro +BLT_DISABLE_DEBUG:BOOL=OFF + +//Disable blt::logging BLT_ERROR macro +BLT_DISABLE_ERROR:BOOL=OFF + +//Disable blt::logging BLT_FATAL macro +BLT_DISABLE_FATAL:BOOL=OFF + +//Disable blt::logging BLT_INFO macro +BLT_DISABLE_INFO:BOOL=OFF + +//Disable blt::logging (all macros and will safely disable logging +// function!) +BLT_DISABLE_LOGGING:BOOL=OFF + +//Disable blt::logging BLT_TRACE macro +BLT_DISABLE_TRACE:BOOL=OFF + +//Disable blt::logging BLT_WARN macro +BLT_DISABLE_WARN:BOOL=OFF + +//Value Computed by CMake +BLT_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +BLT_LIB_DEPENDS:STATIC=general;ZLIB::ZLIB; + +//Value Computed by CMake +BLT_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +//Value Computed by CMake +BLT_WITH_GRAPHICS_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template + +//Value Computed by CMake +BLT_WITH_GRAPHICS_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +BLT_WITH_GRAPHICS_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +//Path to a file. +BROTLIDEC_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +BROTLIDEC_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Build the BLT Graphics test set +BUILD_GRAPHICS_TESTS:BOOL=OFF + +//Build the BLT NBT + eNBT extension +BUILD_NBT:BOOL=ON + +//Build the BLT parsers +BUILD_PARSE:BOOL=ON + +//Build the BLT profiler extension +BUILD_PROFILING:BOOL=ON + +//Build shared libraries +BUILD_SHARED_LIBS:BOOL=OFF + +//Build the BLT standard utilities. +BUILD_STD:BOOL=ON + +//Build the BLT test set +BUILD_TESTS:BOOL=OFF + +//Path to a file. +BZIP2_INCLUDE_DIR:PATH=BZIP2_INCLUDE_DIR-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_DEBUG:FILEPATH=BZIP2_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +BZIP2_LIBRARY_RELEASE:FILEPATH=BZIP2_LIBRARY_RELEASE-NOTFOUND + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//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 + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-12 + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-12 + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//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 + +//Library postfix for debug builds. Normally left blank. +CMAKE_DEBUG_POSTFIX:STRING= + +//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= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//No help, variable specified on the command line. +CMAKE_MAKE_PROGRAM:UNINITIALIZED=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja + +//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=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/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=gp_image_test + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.9.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=9 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/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=/usr/bin/strip + +//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 + +//Path to a library. +COREAUDIO_FRAMEWORK:FILEPATH=COREAUDIO_FRAMEWORK-NOTFOUND + +//Enable to build RPM source packages +CPACK_SOURCE_RPM:BOOL=OFF + +//Enable to build TBZ2 source packages +CPACK_SOURCE_TBZ2:BOOL=ON + +//Enable to build TGZ source packages +CPACK_SOURCE_TGZ:BOOL=ON + +//Enable to build TXZ source packages +CPACK_SOURCE_TXZ:BOOL=ON + +//Enable to build TZ source packages +CPACK_SOURCE_TZ:BOOL=ON + +//Enable to build ZIP source packages +CPACK_SOURCE_ZIP:BOOL=OFF + +//Path to a file. +DBus1_ARCH_INCLUDE_DIR:PATH=/usr/lib/x86_64-linux-gnu/dbus-1.0/include + +//The directory containing a CMake configuration file for DBus1. +DBus1_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/DBus1 + +//Path to a file. +DBus1_INCLUDE_DIR:PATH=/usr/include/dbus-1.0 + +//Path to a library. +DBus1_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Enable the address sanitizer +ENABLE_ADDRSAN:BOOL=OFF + +//Enable the thread data race sanitizer +ENABLE_TSAN:BOOL=OFF + +//Enable the ub sanitizer +ENABLE_UBSAN:BOOL=OFF + +//Disable support of compressed WOFF2 fonts. +FT_DISABLE_BROTLI:BOOL=OFF + +//Disable support of bzip2 compressed fonts. +FT_DISABLE_BZIP2:BOOL=OFF + +//Disable HarfBuzz (used for improving auto-hinting of OpenType +// fonts). +FT_DISABLE_HARFBUZZ:BOOL=OFF + +//Disable support of PNG compressed OpenType embedded bitmaps. +FT_DISABLE_PNG:BOOL=OFF + +//Disable use of system zlib and use internal zlib library instead. +FT_DISABLE_ZLIB:BOOL=OFF + +//Enable support for meaningful error descriptions. +FT_ENABLE_ERROR_STRINGS:BOOL=OFF + +//Require support of compressed WOFF2 fonts. +FT_REQUIRE_BROTLI:BOOL=OFF + +//Require support of bzip2 compressed fonts. +FT_REQUIRE_BZIP2:BOOL=OFF + +//Require HarfBuzz for improving auto-hinting of OpenType fonts. +FT_REQUIRE_HARFBUZZ:BOOL=OFF + +//Require support of PNG compressed OpenType embedded bitmaps. +FT_REQUIRE_PNG:BOOL=OFF + +//Require system zlib instead of internal zlib library. +FT_REQUIRE_ZLIB:BOOL=OFF + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Value Computed by CMake +GLFW_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Build the GLFW documentation +GLFW_BUILD_DOCS:BOOL=OFF + +//Build the GLFW example programs +GLFW_BUILD_EXAMPLES:BOOL=OFF + +//Build the GLFW test programs +GLFW_BUILD_TESTS:BOOL=OFF + +//Generate installation target +GLFW_INSTALL:BOOL=ON + +//Value Computed by CMake +GLFW_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +GLFW_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +//Use OSMesa for offscreen context creation +GLFW_USE_OSMESA:BOOL=OFF + +//Use Wayland for window creation +GLFW_USE_WAYLAND:BOOL=OFF + +//Assume the Vulkan loader is linked with the application +GLFW_VULKAN_STATIC:BOOL=OFF + +//Path to a file. +HarfBuzz_INCLUDE_DIR:PATH=/usr/include/harfbuzz + +//Path to a library. +HarfBuzz_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//The JACK include directory +JACK_INCLUDE_DIR:PATH=JACK_INCLUDE_DIR-NOTFOUND + +//The JACK library +JACK_LIBRARY:FILEPATH=JACK_LIBRARY-NOTFOUND + +//Path to a library. +MATH_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The MySOFA include directory +MYSOFA_INCLUDE_DIR:PATH=MYSOFA_INCLUDE_DIR-NOTFOUND + +//The MySOFA library +MYSOFA_LIBRARY:FILEPATH=MYSOFA_LIBRARY-NOTFOUND + +//The math library for MySOFA +MYSOFA_M_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so + +//The OpenSL Android include directory +OPENSL_ANDROID_INCLUDE_DIR:PATH=OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND + +//The OpenSL include directory +OPENSL_INCLUDE_DIR:PATH=OPENSL_INCLUDE_DIR-NOTFOUND + +//The OpenSL library +OPENSL_LIBRARY:FILEPATH=OPENSL_LIBRARY-NOTFOUND + +//The OSS include directory +OSS_INCLUDE_DIR:PATH=/usr/include/x86_64-linux-gnu + +//Optional OSS library +OSS_LIBRARY:FILEPATH=OSS_LIBRARY-NOTFOUND + +//Value Computed by CMake +OpenAL_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Value Computed by CMake +OpenAL_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +OpenAL_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +PNG_LIBRARY_DEBUG:FILEPATH=PNG_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +PNG_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libpng.so + +//Path to a file. +PNG_PNG_INCLUDE_DIR:PATH=/usr/include + +//The PortAudio include directory +PORTAUDIO_INCLUDE_DIR:PATH=PORTAUDIO_INCLUDE_DIR-NOTFOUND + +//The PortAudio library +PORTAUDIO_LIBRARY:FILEPATH=PORTAUDIO_LIBRARY-NOTFOUND + +//The PulseAudio include directory +PULSEAUDIO_INCLUDE_DIR:PATH=PULSEAUDIO_INCLUDE_DIR-NOTFOUND + +//The PulseAudio library +PULSEAUDIO_LIBRARY:FILEPATH=PULSEAUDIO_LIBRARY-NOTFOUND + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=Qt5Widgets_DIR-NOTFOUND + +//Path to a library. +RT_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.a + +//The directory containing a CMake configuration file for SDL2. +SDL2_DIR:PATH=SDL2_DIR-NOTFOUND + +//Path to a file. +SNDFILE_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +SNDFILE_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libsndfile.so + +//The SoundIO include directory +SOUNDIO_INCLUDE_DIR:PATH=SOUNDIO_INCLUDE_DIR-NOTFOUND + +//The SoundIO library +SOUNDIO_LIBRARY:FILEPATH=SOUNDIO_LIBRARY-NOTFOUND + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libICE.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=X11_X11_xcb_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=X11_X11_xcb_LIB-NOTFOUND + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=X11_XRes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_XRes_LIB:FILEPATH=X11_XRes_LIB-NOTFOUND + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=X11_Xaccessrules_INCLUDE_PATH-NOTFOUND + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=X11_Xaw_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xaw_LIB:FILEPATH=X11_Xaw_LIB-NOTFOUND + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=X11_Xcomposite_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=X11_Xcomposite_LIB-NOTFOUND + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=X11_Xdamage_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=X11_Xdamage_LIB-NOTFOUND + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=X11_Xft_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xft_LIB:FILEPATH=X11_Xft_LIB-NOTFOUND + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=X11_Xmu_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xmu_LIB:FILEPATH=X11_Xmu_LIB-NOTFOUND + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=X11_Xpm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xpm_LIB:FILEPATH=X11_Xpm_LIB-NOTFOUND + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=X11_Xss_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xss_LIB:FILEPATH=X11_Xss_LIB-NOTFOUND + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=X11_Xtst_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xtst_LIB:FILEPATH=X11_Xtst_LIB-NOTFOUND + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=X11_Xv_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xv_LIB:FILEPATH=X11_Xv_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=X11_Xxf86vm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=X11_Xxf86vm_LIB-NOTFOUND + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/x86_64-linux-gnu/libxcb.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=X11_xcb_icccm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=X11_xcb_icccm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=X11_xcb_keysyms_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=X11_xcb_keysyms_LIB-NOTFOUND + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=X11_xcb_randr_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=X11_xcb_randr_LIB-NOTFOUND + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=X11_xcb_util_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=X11_xcb_util_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=X11_xcb_xfixes_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=X11_xcb_xfixes_LIB-NOTFOUND + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=X11_xcb_xkb_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=X11_xcb_xtest_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=X11_xcb_xtest_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=X11_xkbcommon_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=X11_xkbcommon_LIB-NOTFOUND + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=X11_xkbcommon_X11_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=X11_xkbcommon_X11_LIB-NOTFOUND + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=X11_xkbfile_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=X11_xkbfile_LIB-NOTFOUND + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so + +//Value Computed by CMake +alsoft-config_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +alsoft-config_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +alsoft-config_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +//Value Computed by CMake +freetype_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +freetype_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +freetype_LIB_DEPENDS:STATIC=general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libpng.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;general;/usr/lib/x86_64-linux-gnu/libbrotlidec.so; + +//Value Computed by CMake +freetype_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +//Value Computed by CMake +gp_image_test_BINARY_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + +//Value Computed by CMake +gp_image_test_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +gp_image_test_SOURCE_DIR:STATIC=/home/brett/Documents/code/c++/gp_image_test + +//Path to a library. +pkgcfg_lib_PC_BROTLIDEC_brotlidec:FILEPATH=/usr/lib/x86_64-linux-gnu/libbrotlidec.so + +//Path to a library. +pkgcfg_lib_PC_DBUS1_dbus-1:FILEPATH=/usr/lib/x86_64-linux-gnu/libdbus-1.so + +//Path to a library. +pkgcfg_lib_PC_HARFBUZZ_harfbuzz:FILEPATH=/usr/lib/x86_64-linux-gnu/libharfbuzz.so + +//Path to a library. +pkgcfg_lib_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/x86_64-linux-gnu/libpipewire-0.3.so + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: ALSA_INCLUDE_DIR +ALSA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ALSA_LIBRARY +ALSA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AUDIOIO_INCLUDE_DIR +AUDIOIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_INCLUDE_DIRS +BROTLIDEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BROTLIDEC_LIBRARIES +BROTLIDEC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_INCLUDE_DIR +BZIP2_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_DEBUG +BZIP2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: BZIP2_LIBRARY_RELEASE +BZIP2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo +//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=25 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION: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 +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//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 +CMAKE_C_COMPILER-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 +//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=Ninja +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/brett/Documents/code/c++/gp_image_test +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-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=8 +//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-3.25 +//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 +//ADVANCED property for variable: CPACK_SOURCE_RPM +CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TBZ2 +CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TGZ +CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TXZ +CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TZ +CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_ZIP +CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_INCLUDE_DIR +DBus1_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_LIBRARY +DBus1_LIBRARY-ADVANCED:INTERNAL=1 +//Details about finding BrotliDec +FIND_PACKAGE_MESSAGE_DETAILS_BrotliDec:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libbrotlidec.so][v1.0.9()] +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.39.2()] +//Details about finding HarfBuzz +FIND_PACKAGE_MESSAGE_DETAILS_HarfBuzz:INTERNAL=[/usr/include/harfbuzz][/usr/lib/x86_64-linux-gnu/libharfbuzz.so][ON][v6.0.0(2.0.0)] +//Details about finding OSS +FIND_PACKAGE_MESSAGE_DETAILS_OSS:INTERNAL=[/usr/include/x86_64-linux-gnu][v()] +//Details about finding PNG +FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/usr/lib/x86_64-linux-gnu/libpng.so][/usr/include][v1.6.39()] +//Details about finding PkgConfig +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v1.8.1()] +//Details about finding SndFile +FIND_PACKAGE_MESSAGE_DETAILS_SndFile:INTERNAL=[/usr/lib/x86_64-linux-gnu/libsndfile.so][/usr/include][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/x86_64-linux-gnu/libX11.so][c ][v()] +//Details about finding ZLIB +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/x86_64-linux-gnu/libz.so][/usr/include][v1.2.13()] +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Have include arm_neon.h +HAVE_ARM_NEON_H:INTERNAL= +//Have include cpuid.h +HAVE_CPUID_H:INTERNAL=1 +//Have include dlfcn.h +HAVE_DLFCN_H:INTERNAL=1 +//Have include emmintrin.h +HAVE_EMMINTRIN_H:INTERNAL=1 +//Have include fcntl.h +HAVE_FCNTL_H:INTERNAL=1 +//Test HAVE_FNO_MATH_ERRNO +HAVE_FNO_MATH_ERRNO:INTERNAL=1 +//Test HAVE_GCC_GET_CPUID +HAVE_GCC_GET_CPUID:INTERNAL=1 +//Test HAVE_GCC_PROTECTED_VISIBILITY +HAVE_GCC_PROTECTED_VISIBILITY:INTERNAL=1 +//Have symbol getopt +HAVE_GETOPT:INTERNAL=1 +//Have include guiddef.h +HAVE_GUIDDEF_H:INTERNAL= +//Have include initguid.h +HAVE_INITGUID_H:INTERNAL= +//Have include intrin.h +HAVE_INTRIN_H:INTERNAL= +//Test HAVE_LIBATOMIC +HAVE_LIBATOMIC:INTERNAL=1 +//Have library dl +HAVE_LIBDL:INTERNAL=1 +//Have library m +HAVE_LIBM:INTERNAL=1 +//Have library rt +HAVE_LIBRT:INTERNAL=1 +//Have include malloc.h +HAVE_MALLOC_H:INTERNAL=1 +//Test HAVE_MSSE2_SWITCH +HAVE_MSSE2_SWITCH:INTERNAL=1 +//Have include pmmintrin.h +HAVE_PMMINTRIN_H:INTERNAL=1 +//Have symbol posix_memalign +HAVE_POSIX_MEMALIGN_DEFAULT:INTERNAL=1 +//Have symbol proc_pidpath +HAVE_PROC_PIDPATH:INTERNAL= +//Test HAVE_PTHREAD +HAVE_PTHREAD:INTERNAL=1 +//Have include pthread.h +HAVE_PTHREAD_H:INTERNAL=1 +//Have includes pthread.h;pthread_np.h +HAVE_PTHREAD_NP_H:INTERNAL= +//Have symbol pthread_setname_np +HAVE_PTHREAD_SETNAME_NP:INTERNAL= +//Have symbol pthread_setschedparam +HAVE_PTHREAD_SETSCHEDPARAM:INTERNAL=1 +//Have symbol pthread_set_name_np +HAVE_PTHREAD_SET_NAME_NP:INTERNAL= +//Have include smmintrin.h +HAVE_SMMINTRIN_H:INTERNAL=1 +//Test HAVE_SSE_INTRINSICS +HAVE_SSE_INTRINSICS:INTERNAL=1 +//Test HAVE_STDC_FORMAT_MACROS +HAVE_STDC_FORMAT_MACROS:INTERNAL=1 +//Have include unistd.h +HAVE_UNISTD_H:INTERNAL=1 +//Test HAVE_WNO_CXX20_ATTR_EXT +HAVE_WNO_CXX20_ATTR_EXT:INTERNAL=1 +//Have include xmmintrin.h +HAVE_XMMINTRIN_H:INTERNAL=1 +//Test HAVE___RESTRICT +HAVE___RESTRICT:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_INCLUDE_DIR +HarfBuzz_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: HarfBuzz_LIBRARY +HarfBuzz_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_INCLUDE_DIR +JACK_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_LIBRARY +JACK_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MATH_LIBRARY +MATH_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_INCLUDE_DIR +MYSOFA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_LIBRARY +MYSOFA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_ANDROID_INCLUDE_DIR +OPENSL_ANDROID_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_INCLUDE_DIR +OPENSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_LIBRARY +OPENSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_INCLUDE_DIR +OSS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_LIBRARY +OSS_LIBRARY-ADVANCED:INTERNAL=1 +PC_BROTLIDEC_CFLAGS:INTERNAL= +PC_BROTLIDEC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_FOUND:INTERNAL=1 +PC_BROTLIDEC_INCLUDEDIR:INTERNAL=/usr/include +PC_BROTLIDEC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec +PC_BROTLIDEC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBRARIES:INTERNAL=brotlidec +PC_BROTLIDEC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_LIBS:INTERNAL= +PC_BROTLIDEC_LIBS_L:INTERNAL= +PC_BROTLIDEC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_MODULE_NAME:INTERNAL=libbrotlidec +PC_BROTLIDEC_PREFIX:INTERNAL=/usr +PC_BROTLIDEC_STATIC_CFLAGS:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_I:INTERNAL= +PC_BROTLIDEC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_INCLUDE_DIRS:INTERNAL= +PC_BROTLIDEC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon +PC_BROTLIDEC_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBDIR:INTERNAL= +PC_BROTLIDEC_STATIC_LIBRARIES:INTERNAL=brotlidec;brotlicommon +PC_BROTLIDEC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_BROTLIDEC_STATIC_LIBS:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_L:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_OTHER:INTERNAL= +PC_BROTLIDEC_STATIC_LIBS_PATHS:INTERNAL= +PC_BROTLIDEC_VERSION:INTERNAL=1.0.9 +PC_BROTLIDEC_libbrotlidec_INCLUDEDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_LIBDIR:INTERNAL= +PC_BROTLIDEC_libbrotlidec_PREFIX:INTERNAL= +PC_BROTLIDEC_libbrotlidec_VERSION:INTERNAL= +PC_BZIP2_CFLAGS:INTERNAL= +PC_BZIP2_CFLAGS_I:INTERNAL= +PC_BZIP2_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_FOUND:INTERNAL= +PC_BZIP2_INCLUDEDIR:INTERNAL= +PC_BZIP2_LIBDIR:INTERNAL= +PC_BZIP2_LIBS:INTERNAL= +PC_BZIP2_LIBS_L:INTERNAL= +PC_BZIP2_LIBS_OTHER:INTERNAL= +PC_BZIP2_LIBS_PATHS:INTERNAL= +PC_BZIP2_MODULE_NAME:INTERNAL= +PC_BZIP2_PREFIX:INTERNAL= +PC_BZIP2_STATIC_CFLAGS:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_I:INTERNAL= +PC_BZIP2_STATIC_CFLAGS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBDIR:INTERNAL= +PC_BZIP2_STATIC_LIBS:INTERNAL= +PC_BZIP2_STATIC_LIBS_L:INTERNAL= +PC_BZIP2_STATIC_LIBS_OTHER:INTERNAL= +PC_BZIP2_STATIC_LIBS_PATHS:INTERNAL= +PC_BZIP2_VERSION:INTERNAL= +PC_BZIP2_bzip2_INCLUDEDIR:INTERNAL= +PC_BZIP2_bzip2_LIBDIR:INTERNAL= +PC_BZIP2_bzip2_PREFIX:INTERNAL= +PC_BZIP2_bzip2_VERSION:INTERNAL= +PC_DBUS1_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_CFLAGS_I:INTERNAL= +PC_DBUS1_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_FOUND:INTERNAL=1 +PC_DBUS1_INCLUDEDIR:INTERNAL=/usr/include +PC_DBUS1_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1 +PC_DBUS1_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBRARIES:INTERNAL=dbus-1 +PC_DBUS1_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_LIBS:INTERNAL= +PC_DBUS1_LIBS_L:INTERNAL= +PC_DBUS1_LIBS_OTHER:INTERNAL= +PC_DBUS1_LIBS_PATHS:INTERNAL= +PC_DBUS1_MODULE_NAME:INTERNAL=dbus-1 +PC_DBUS1_PREFIX:INTERNAL=/usr +PC_DBUS1_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_CFLAGS_I:INTERNAL= +PC_DBUS1_STATIC_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/x86_64-linux-gnu/dbus-1.0/include +PC_DBUS1_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-ldbus-1;-lsystemd +PC_DBUS1_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBDIR:INTERNAL= +PC_DBUS1_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd +PC_DBUS1_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_DBUS1_STATIC_LIBS:INTERNAL= +PC_DBUS1_STATIC_LIBS_L:INTERNAL= +PC_DBUS1_STATIC_LIBS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBS_PATHS:INTERNAL= +PC_DBUS1_VERSION:INTERNAL=1.14.10 +PC_DBUS1_dbus-1_INCLUDEDIR:INTERNAL= +PC_DBUS1_dbus-1_LIBDIR:INTERNAL= +PC_DBUS1_dbus-1_PREFIX:INTERNAL= +PC_DBUS1_dbus-1_VERSION:INTERNAL= +PC_HARFBUZZ_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_FOUND:INTERNAL=1 +PC_HARFBUZZ_INCLUDEDIR:INTERNAL=/usr/include +PC_HARFBUZZ_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz +PC_HARFBUZZ_LDFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBRARIES:INTERNAL=harfbuzz +PC_HARFBUZZ_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_LIBS:INTERNAL= +PC_HARFBUZZ_LIBS_L:INTERNAL= +PC_HARFBUZZ_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_MODULE_NAME:INTERNAL=harfbuzz +PC_HARFBUZZ_PREFIX:INTERNAL=/usr +PC_HARFBUZZ_STATIC_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_STATIC_CFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/x86_64-linux-gnu/glib-2.0/include +PC_HARFBUZZ_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lharfbuzz;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lfreetype;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lpng16;-lm;-lz;-lm;-L/usr/lib/x86_64-linux-gnu;-L/usr/lib/x86_64-linux-gnu;-lz;-lbrotlidec;-L/usr/lib/x86_64-linux-gnu;-lbrotlicommon;-lgraphite2;-lglib-2.0;-pthread;-lm;-L/usr/lib/x86_64-linux-gnu;-lpcre2-8 +PC_HARFBUZZ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL= +PC_HARFBUZZ_STATIC_LIBRARIES:INTERNAL=harfbuzz;m;freetype;z;png16;m;z;m;z;brotlidec;brotlicommon;graphite2;glib-2.0;m;pcre2-8 +PC_HARFBUZZ_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu;/usr/lib/x86_64-linux-gnu +PC_HARFBUZZ_STATIC_LIBS:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_L:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_VERSION:INTERNAL=6.0.0 +PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL= +PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL= +PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_CFLAGS_I:INTERNAL= +PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_FOUND:INTERNAL=1 +PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include +PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_LIBDIR:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_LIBS:INTERNAL= +PIPEWIRE_LIBS_L:INTERNAL= +PIPEWIRE_LIBS_OTHER:INTERNAL= +PIPEWIRE_LIBS_PATHS:INTERNAL= +PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 +PIPEWIRE_PREFIX:INTERNAL=/usr +PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= +PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib/x86_64-linux-gnu;-lpipewire-0.3 +PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBDIR:INTERNAL= +PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib/x86_64-linux-gnu +PIPEWIRE_STATIC_LIBS:INTERNAL= +PIPEWIRE_STATIC_LIBS_L:INTERNAL= +PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= +PIPEWIRE_VERSION:INTERNAL=0.3.65 +PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= +PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_DEBUG +PNG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_LIBRARY_RELEASE +PNG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR +PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_INCLUDE_DIR +PORTAUDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_LIBRARY +PORTAUDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: RT_LIBRARY +RT_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_INCLUDE_DIR +SNDFILE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_LIBRARY +SNDFILE_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_INCLUDE_DIR +SOUNDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SOUNDIO_LIBRARY +SOUNDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_PC_BROTLIDEC:INTERNAL=QUIET;libbrotlidec +__pkg_config_arguments_PC_DBUS1:INTERNAL=QUIET;dbus-1 +__pkg_config_arguments_PC_HARFBUZZ:INTERNAL=QUIET;harfbuzz +__pkg_config_arguments_PIPEWIRE:INTERNAL=libpipewire-0.3>=0.3.23 +__pkg_config_checked_PC_BROTLIDEC:INTERNAL=1 +__pkg_config_checked_PC_BZIP2:INTERNAL=1 +__pkg_config_checked_PC_DBUS1:INTERNAL=1 +__pkg_config_checked_PC_HARFBUZZ:INTERNAL=1 +__pkg_config_checked_PIPEWIRE:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_BROTLIDEC_brotlidec +pkgcfg_lib_PC_BROTLIDEC_brotlidec-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_DBUS1_dbus-1 +pkgcfg_lib_PC_DBUS1_dbus-1-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_HARFBUZZ_harfbuzz +pkgcfg_lib_PC_HARFBUZZ_harfbuzz-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PIPEWIRE_pipewire-0.3 +pkgcfg_lib_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib/x86_64-linux-gnu + diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCCompiler.cmake b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCCompiler.cmake new file mode 100644 index 0000000..14ce679 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCCompiler.cmake @@ -0,0 +1,72 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "12.2.0") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;c_std_17;c_std_23") +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_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake new file mode 100644 index 0000000..1be14a5 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeCXXCompiler.cmake @@ -0,0 +1,83 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "12.2.0") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +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;cxx_std_23") +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_CXX23_COMPILE_FEATURES "cxx_std_23") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar-12") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib-12") +set(CMAKE_LINKER "/usr/bin/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_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm) +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 "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "x86_64-linux-gnu") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000..f38c8e7 Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_C.bin differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..60578f9 Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeSystem.cmake b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeSystem.cmake new file mode 100644 index 0000000..8e69a26 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.1.0-16-amd64") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.1.0-16-amd64") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c new file mode 100644 index 0000000..a83e378 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdC/CMakeCCompilerId.c @@ -0,0 +1,868 @@ +#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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif __STDC_VERSION__ > 201710L +# define C_VERSION "23" +#elif __STDC_VERSION__ >= 201710L +# define C_VERSION "17" +#elif __STDC_VERSION__ >= 201000L +# define C_VERSION "11" +#elif __STDC_VERSION__ >= 199901L +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdC/a.out b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdC/a.out new file mode 100755 index 0000000..2842992 Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdC/a.out differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 0000000..c9ba632 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,857 @@ +/* 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 + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#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 prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# 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 +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# 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(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#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(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#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(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_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(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#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(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#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(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(1) +# if defined(__LCC__) +# define COMPILER_VERSION_MINOR DEC(__LCC__- 100) +# endif +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# 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(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 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__) || defined(__ICCSTM8__)) +# 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(__CRAYXT_COMPUTE_LINUX_TARGET) +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(__MSYS__) +# define PLATFORM_ID "MSYS" + +#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 + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#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_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# 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" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# 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 + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(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'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#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_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > 202002L + "23" +#elif CXX_STD > 201703L + "20" +#elif CXX_STD >= 201703L + "17" +#elif CXX_STD >= 201402L + "14" +#elif CXX_STD >= 201103L + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef 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(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdCXX/a.out b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdCXX/a.out new file mode 100755 index 0000000..af69ab5 Binary files /dev/null and b/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdCXX/a.out differ diff --git a/cmake-build-relwithdebinfo/CMakeFiles/CMakeError.log b/cmake-build-relwithdebinfo/CMakeFiles/CMakeError.log new file mode 100644 index 0000000..486b82a --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/CMakeError.log @@ -0,0 +1,162 @@ +Determining if the include file arm_neon.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-GLGtzI + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_77d08 && [1/2] Building C object CMakeFiles/cmTC_77d08.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_77d08.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_77d08.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-GLGtzI/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-GLGtzI/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file intrin.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-evpf5E + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_6f869 && [1/2] Building C object CMakeFiles/cmTC_6f869.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_6f869.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_6f869.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-evpf5E/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-evpf5E/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory + 1 | #include + | ^~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file guiddef.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-fAZ5xy + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_6ef95 && [1/2] Building C object CMakeFiles/cmTC_6ef95.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_6ef95.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_6ef95.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-fAZ5xy/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-fAZ5xy/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the include file initguid.h exists failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-tA1Taq + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ba0ef && [1/2] Building C object CMakeFiles/cmTC_ba0ef.dir/CheckIncludeFile.c.o +FAILED: CMakeFiles/cmTC_ba0ef.dir/CheckIncludeFile.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_ba0ef.dir/CheckIncludeFile.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-tA1Taq/CheckIncludeFile.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-tA1Taq/CheckIncludeFile.c:1:10: fatal error: initguid.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + + +Determining if the proc_pidpath exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-qOPJir + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_cc300 && [1/2] Building C object CMakeFiles/cmTC_cc300.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_cc300.dir/CheckSymbolExists.c.o +/usr/bin/cc -fdiagnostics-color=always -o CMakeFiles/cmTC_cc300.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-qOPJir/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-qOPJir/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory + 2 | #include + | ^~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef proc_pidpath + return ((int*)(&proc_pidpath))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if files pthread.h;pthread_np.h exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-PkIRB4 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_07761 && [1/2] Building C object CMakeFiles/cmTC_07761.dir/HAVE_PTHREAD_NP_H.c.o +FAILED: CMakeFiles/cmTC_07761.dir/HAVE_PTHREAD_NP_H.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_07761.dir/HAVE_PTHREAD_NP_H.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-PkIRB4/HAVE_PTHREAD_NP_H.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-PkIRB4/HAVE_PTHREAD_NP_H.c:3:10: fatal error: pthread_np.h: No such file or directory + 3 | #include + | ^~~~~~~~~~~~~~ +compilation terminated. +ninja: build stopped: subcommand failed. + + +Source: +/* */ +#include +#include + + +int main(void){return 0;} + +Determining if the pthread_setname_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-VFOJZU + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_78fb5 && [1/2] Building C object CMakeFiles/cmTC_78fb5.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_78fb5.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_78fb5.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-VFOJZU/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-VFOJZU/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-VFOJZU/CheckSymbolExists.c:8:19: error: ‘pthread_setname_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_setname_np))[argc]; + | ^~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-VFOJZU/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setname_np + return ((int*)(&pthread_setname_np))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the pthread_set_name_np exist failed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-uDZKG5 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_53686 && [1/2] Building C object CMakeFiles/cmTC_53686.dir/CheckSymbolExists.c.o +FAILED: CMakeFiles/cmTC_53686.dir/CheckSymbolExists.c.o +/usr/bin/cc -pthread -fdiagnostics-color=always -o CMakeFiles/cmTC_53686.dir/CheckSymbolExists.c.o -c /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-uDZKG5/CheckSymbolExists.c +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-uDZKG5/CheckSymbolExists.c: In function ‘main’: +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-uDZKG5/CheckSymbolExists.c:8:19: error: ‘pthread_set_name_np’ undeclared (first use in this function); did you mean ‘pthread_setcanceltype’? + 8 | return ((int*)(&pthread_set_name_np))[argc]; + | ^~~~~~~~~~~~~~~~~~~ + | pthread_setcanceltype +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-uDZKG5/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in +ninja: build stopped: subcommand failed. + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_set_name_np + return ((int*)(&pthread_set_name_np))[argc]; +#else + (void)argc; + return 0; +#endif +} diff --git a/cmake-build-relwithdebinfo/CMakeFiles/CMakeOutput.log b/cmake-build-relwithdebinfo/CMakeFiles/CMakeOutput.log new file mode 100644 index 0000000..de763ac --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/CMakeOutput.log @@ -0,0 +1,798 @@ +The system is: Linux - 6.1.0-16-amd64 - x86_64 +Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. +Compiler: /usr/bin/cc +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + +The C compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdC/a.out" + +Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. +Compiler: /usr/bin/c++ +Build flags: +Id flags: + +The output was: +0 + + +Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + +The CXX compiler identification is GNU, found in "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/3.25.1/CompilerIdCXX/a.out" + +Detecting C compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-1g2wjQ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b08db && [1/2] Building C object CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b08db.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_b08db.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccFgSbcp.s +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b08db.dir/' + as -v --64 -o CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o /tmp/ccFgSbcp.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.' +[2/2] Linking C executable cmTC_b08db +Using built-in specs. +COLLECT_GCC=/usr/bin/cc +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b08db' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_b08db.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7Qhxuo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b08db /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b08db' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_b08db.' + + + +Parsed C implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed C implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-1g2wjQ] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_b08db && [1/2] Building C object CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b08db.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.25/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_b08db.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/ccFgSbcp.s] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: cc72d2b9b5048fedc2be9051c917b40b] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b08db.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o /tmp/ccFgSbcp.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.'] + ignore line: [[2/2] Linking C executable cmTC_b08db] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_b08db' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_b08db.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/cc7Qhxuo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b08db /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc7Qhxuo.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_b08db] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_b08db.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Detecting CXX compiler ABI info compiled with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-0p3hxA + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0f3b7 && [1/2] Building CXX object CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0f3b7.dir/' + /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_0f3b7.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/cctv93CY.s +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12" +ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed" +ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include" +#include "..." search starts here: +#include <...> search starts here: + /usr/include/c++/12 + /usr/include/x86_64-linux-gnu/c++/12 + /usr/include/c++/12/backward + /usr/lib/gcc/x86_64-linux-gnu/12/include + /usr/local/include + /usr/include/x86_64-linux-gnu + /usr/include +End of search list. +GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu) + compiled by GNU C version 12.2.0, GMP version 6.2.1, MPFR version 4.1.1-p1, MPC version 1.3.1, isl version isl-0.25-GMP + +warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0. +GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 +Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0f3b7.dir/' + as -v --64 -o CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o /tmp/cctv93CY.s +GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40 +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.' +[2/2] Linking CXX executable cmTC_0f3b7 +Using built-in specs. +COLLECT_GCC=/usr/bin/c++ +COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper +OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa +OFFLOAD_TARGET_DEFAULT=1 +Target: x86_64-linux-gnu +Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu +Thread model: posix +Supported LTO compression algorithms: zlib zstd +gcc version 12.2.0 (Debian 12.2.0-14) +COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/ +LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/ +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0f3b7' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0f3b7.' + /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNZPqlO.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0f3b7 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o +COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0f3b7' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0f3b7.' + + + +Parsed CXX implicit include dir info from above output: rv=done + found start of include info + found start of implicit include info + add: [/usr/include/c++/12] + add: [/usr/include/x86_64-linux-gnu/c++/12] + add: [/usr/include/c++/12/backward] + add: [/usr/lib/gcc/x86_64-linux-gnu/12/include] + add: [/usr/local/include] + add: [/usr/include/x86_64-linux-gnu] + add: [/usr/include] + end of search list found + collapse include dir [/usr/include/c++/12] ==> [/usr/include/c++/12] + collapse include dir [/usr/include/x86_64-linux-gnu/c++/12] ==> [/usr/include/x86_64-linux-gnu/c++/12] + collapse include dir [/usr/include/c++/12/backward] ==> [/usr/include/c++/12/backward] + collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/12/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/12/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/12;/usr/include/x86_64-linux-gnu/c++/12;/usr/include/c++/12/backward;/usr/lib/gcc/x86_64-linux-gnu/12/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include] + + +Parsed CXX implicit link information from above output: + link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)] + ignore line: [Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-0p3hxA] + ignore line: [] + ignore line: [Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0f3b7 && [1/2] Building CXX object CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0f3b7.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.25/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_0f3b7.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -fasynchronous-unwind-tables -o /tmp/cctv93CY.s] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/12"] + ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/include-fixed"] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/12/../../../../x86_64-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/include/c++/12] + ignore line: [ /usr/include/x86_64-linux-gnu/c++/12] + ignore line: [ /usr/include/c++/12/backward] + ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/12/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/include/x86_64-linux-gnu] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [GNU C++17 (Debian 12.2.0-14) version 12.2.0 (x86_64-linux-gnu)] + ignore line: [ compiled by GNU C version 12.2.0 GMP version 6.2.1 MPFR version 4.1.1-p1 MPC version 1.3.1 isl version isl-0.25-GMP] + ignore line: [] + ignore line: [warning: MPFR header version 4.1.1-p1 differs from library version 4.2.0.] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [Compiler executable checksum: 62b090dbbefa50644117a3c13d47369a] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0f3b7.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o /tmp/cctv93CY.s] + ignore line: [GNU assembler version 2.40 (x86_64-linux-gnu) using BFD version (GNU Binutils for Debian) 2.40] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-v' '-o' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] Linking CXX executable cmTC_0f3b7] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] + ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa] + ignore line: [OFFLOAD_TARGET_DEFAULT=1] + ignore line: [Target: x86_64-linux-gnu] + ignore line: [Configured with: ../src/configure -v --with-pkgversion='Debian 12.2.0-14' --with-bugurl=file:///usr/share/doc/gcc-12/README.Bugs --enable-languages=c ada c++ go d fortran objc obj-c++ m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-12 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-nvptx/usr amdgcn-amdhsa=/build/gcc-12-bTRWOB/gcc-12-12.2.0/debian/tmp-gcn/usr --enable-offload-defaulted --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 12.2.0 (Debian 12.2.0-14) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/12/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/12/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0f3b7' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0f3b7.'] + link line: [ /usr/lib/gcc/x86_64-linux-gnu/12/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper -plugin-opt=-fresolution=/tmp/ccNZPqlO.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0f3b7 /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/12 -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/12/../../.. CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/12/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccNZPqlO.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [--as-needed] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_0f3b7] ==> ignore + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] + arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] + arg [CMakeFiles/cmTC_0f3b7.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o] + arg [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/Scrt1.o] ==> [/usr/lib/x86_64-linux-gnu/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crti.o] ==> [/usr/lib/x86_64-linux-gnu/crti.o] + collapse obj [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu/crtn.o] ==> [/usr/lib/x86_64-linux-gnu/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12] ==> [/usr/lib/gcc/x86_64-linux-gnu/12] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/12/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/x86_64-linux-gnu/Scrt1.o;/usr/lib/x86_64-linux-gnu/crti.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtbeginS.o;/usr/lib/gcc/x86_64-linux-gnu/12/crtendS.o;/usr/lib/x86_64-linux-gnu/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/12;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib] + implicit fwks: [] + + +Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-spkOzA + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_248b3 && [1/2] Building C object CMakeFiles/cmTC_248b3.dir/src.c.o +[2/2] Linking C executable cmTC_248b3 + + +Source file was: +#include + +static void* test_func(void* data) +{ + return data; +} + +int main(void) +{ + pthread_t thread; + pthread_create(&thread, NULL, test_func, NULL); + pthread_detach(thread); + pthread_cancel(thread); + pthread_join(thread, NULL); + pthread_atfork(NULL, NULL, NULL); + pthread_exit(NULL); + + return 0; +} + + +Determining if the function XOpenDisplay exists in the /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-z4WuqQ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_6fb6e && [1/2] Building C object CMakeFiles/cmTC_6fb6e.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_6fb6e + + + +Determining if the function gethostbyname exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-zjT7Rd + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ea223 && [1/2] Building C object CMakeFiles/cmTC_ea223.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_ea223 + + + +Determining if the function connect exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-VV5cdJ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_aa25a && [1/2] Building C object CMakeFiles/cmTC_aa25a.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_aa25a + + + +Determining if the function remove exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-OIGKQd + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_7f07e && [1/2] Building C object CMakeFiles/cmTC_7f07e.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_7f07e + + + +Determining if the function shmat exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-GuB0qf + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_ed704 && [1/2] Building C object CMakeFiles/cmTC_ed704.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_ed704 + + + +Determining if the function IceConnectionNumber exists in the ICE passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-NDPq8h + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_01827 && [1/2] Building C object CMakeFiles/cmTC_01827.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_01827 + + + +Performing C++ SOURCE FILE Test HAVE_STDC_FORMAT_MACROS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-eDAw5q + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_e78ab && [1/2] Building CXX object CMakeFiles/cmTC_e78ab.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_e78ab + + +Source file was: +#include +#include +int main() +{ + int64_t i64{}; + std::printf("%" PRId64, i64); +} + +Determining if the posix_memalign exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-k2fbAj + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_192f2 && [1/2] Building C object CMakeFiles/cmTC_192f2.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_192f2 + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef posix_memalign + return ((int*)(&posix_memalign))[argc]; +#else + (void)argc; + return 0; +#endif +} +Performing C++ SOURCE FILE Test HAVE___RESTRICT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-hzTTCc + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_a9b3b && [1/2] Building CXX object CMakeFiles/cmTC_a9b3b.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_a9b3b + + +Source file was: +int *__restrict foo; +int main() { return 0; } + +Performing C++ SOURCE FILE Test HAVE_LIBATOMIC succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-Ep0tjK + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_9a003 && [1/2] Building CXX object CMakeFiles/cmTC_9a003.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_9a003 + + +Source file was: +#include +std::atomic foo{0}; +int main() { return foo.fetch_add(2); } + +Performing C++ SOURCE FILE Test HAVE_WNO_CXX20_ATTR_EXT succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-HxvEX1 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_1ff11 && [1/2] Building CXX object CMakeFiles/cmTC_1ff11.dir/src.cxx.o +[2/2] Linking CXX executable cmTC_1ff11 + + +Source file was: +int main() { return 0; } + +Performing C SOURCE FILE Test HAVE_FNO_MATH_ERRNO succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-ndKjb6 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0e754 && [1/2] Building C object CMakeFiles/cmTC_0e754.dir/src.c.o +[2/2] Linking C executable cmTC_0e754 + + +Source file was: +int main(void) { return 0; } + +Performing C SOURCE FILE Test HAVE_GCC_PROTECTED_VISIBILITY succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-mAiF5M + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_54ed2 && [1/2] Building C object CMakeFiles/cmTC_54ed2.dir/src.c.o +[2/2] Linking C executable cmTC_54ed2 + + +Source file was: +int foo() __attribute__((visibility("protected"))); + int main() {return 0;} + +Performing C SOURCE FILE Test HAVE_MSSE2_SWITCH succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-aKkmFL + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_4e57a && [1/2] Building C object CMakeFiles/cmTC_4e57a.dir/src.c.o +[2/2] Linking C executable cmTC_4e57a + + +Source file was: +int main(void) { return 0; } + +Determining if the include file xmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-ADmc7p + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d61da && [1/2] Building C object CMakeFiles/cmTC_d61da.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_d61da + + + +Determining if the include file emmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-gvcWzb + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_05f48 && [1/2] Building C object CMakeFiles/cmTC_05f48.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_05f48 + + + +Determining if the include file pmmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-qCNWsJ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_cf0d4 && [1/2] Building C object CMakeFiles/cmTC_cf0d4.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_cf0d4 + + + +Determining if the include file smmintrin.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-hRCZ6G + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_57cf0 && [1/2] Building C object CMakeFiles/cmTC_57cf0.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_57cf0 + + + +Performing C SOURCE FILE Test HAVE_SSE_INTRINSICS succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-Hm87fC + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_3d274 && [1/2] Building C object CMakeFiles/cmTC_3d274.dir/src.c.o +[2/2] Linking C executable cmTC_3d274 + + +Source file was: +#include + int main() {_mm_pause(); return 0;} + +Determining if the include file malloc.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-tVp9ib + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_6256e && [1/2] Building C object CMakeFiles/cmTC_6256e.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_6256e + + + +Determining if the include file cpuid.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-9gRTus + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_d2522 && [1/2] Building C object CMakeFiles/cmTC_d2522.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_d2522 + + + +Determining if the function pow exists in the m passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-TY1Kbs + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_4881e && [1/2] Building C object CMakeFiles/cmTC_4881e.dir/CheckFunctionExists.c.o +: warning: conflicting types for built-in function ‘pow’; expected ‘double(double, double)’ [-Wbuiltin-declaration-mismatch] +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-TY1Kbs/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ + 7 | CHECK_FUNCTION_EXISTS(void); + | ^~~~~~~~~~~~~~~~~~~~~ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-TY1Kbs/CheckFunctionExists.c:1:1: note: ‘pow’ is declared in header ‘’ + +++ |+#include + 1 | #ifdef CHECK_FUNCTION_EXISTS +[2/2] Linking C executable cmTC_4881e + + + +Determining if the function clock_gettime exists in the rt passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-YklYoJ + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_910a6 && [1/2] Building C object CMakeFiles/cmTC_910a6.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_910a6 + + + +Determining if the include file dlfcn.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-xOUClX + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_c0df3 && [1/2] Building C object CMakeFiles/cmTC_c0df3.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_c0df3 + + + +Determining if the function dlopen exists in the dl passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-BITHr0 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_be540 && [1/2] Building C object CMakeFiles/cmTC_be540.dir/CheckFunctionExists.c.o +[2/2] Linking C executable cmTC_be540 + + + +Performing C SOURCE FILE Test HAVE_GCC_GET_CPUID succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-dZRahv + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_34338 && [1/2] Building C object CMakeFiles/cmTC_34338.dir/src.c.o +[2/2] Linking C executable cmTC_34338 + + +Source file was: +#include + int main() + { + unsigned int eax, ebx, ecx, edx; + return __get_cpuid(0, &eax, &ebx, &ecx, &edx); + } + +Determining if the include file pthread.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-odO1ur + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_cefac && [1/2] Building C object CMakeFiles/cmTC_cefac.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_cefac + + + +Performing C SOURCE FILE Test HAVE_PTHREAD succeeded with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-TPdGPV + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_0267e && [1/2] Building C object CMakeFiles/cmTC_0267e.dir/src.c.o +[2/2] Linking C executable cmTC_0267e + + +Source file was: +int main(void) { return 0; } + +Determining if the pthread_setschedparam exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-zerCCR + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_487c5 && [1/2] Building C object CMakeFiles/cmTC_487c5.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_487c5 + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef pthread_setschedparam + return ((int*)(&pthread_setschedparam))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the getopt exist passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-uD3Nh8 + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_367bc && [1/2] Building C object CMakeFiles/cmTC_367bc.dir/CheckSymbolExists.c.o +[2/2] Linking C executable cmTC_367bc + + +File CheckSymbolExists.c: +/* */ +#include + +int main(int argc, char** argv) +{ + (void)argv; +#ifndef getopt + return ((int*)(&getopt))[argc]; +#else + (void)argc; + return 0; +#endif +} +Determining if the include file unistd.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-srj7OV + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_8b281 && [1/2] Building C object CMakeFiles/cmTC_8b281.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_8b281 + + + +Determining if the include file fcntl.h exists passed with the following output: +Change Dir: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/CMakeScratch/TryCompile-1Q2M0k + +Run Build Command(s):/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja cmTC_f9703 && [1/2] Building C object CMakeFiles/cmTC_f9703.dir/CheckIncludeFile.c.o +[2/2] Linking C executable cmTC_f9703 + + + diff --git a/cmake-build-relwithdebinfo/CMakeFiles/TargetDirectories.txt b/cmake-build-relwithdebinfo/CMakeFiles/TargetDirectories.txt new file mode 100644 index 0000000..53ed9ff --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,88 @@ +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/gp_image_test.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/list_install_components.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.dir +/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.dir diff --git a/cmake-build-relwithdebinfo/CMakeFiles/clion-RelWithDebInfo-log.txt b/cmake-build-relwithdebinfo/CMakeFiles/clion-RelWithDebInfo-log.txt new file mode 100644 index 0000000..980a1d3 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/clion-RelWithDebInfo-log.txt @@ -0,0 +1,51 @@ +/usr/bin/cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_MAKE_PROGRAM=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -G Ninja -S /home/brett/Documents/code/c++/gp_image_test -B /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo +Not using emscripten! (linking GLFW) +-- Using X11 for window creation +-- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR) +-- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) +-- Could NOT find AudioIO (missing: AUDIOIO_INCLUDE_DIR) +-- Could NOT find SoundIO (missing: SOUNDIO_LIBRARY SOUNDIO_INCLUDE_DIR) +-- Could NOT find JACK (missing: JACK_LIBRARY JACK_INCLUDE_DIR) +-- Could NOT find OpenSL (missing: OPENSL_LIBRARY OPENSL_INCLUDE_DIR OPENSL_ANDROID_INCLUDE_DIR) +-- Could NOT find PortAudio (missing: PORTAUDIO_LIBRARY PORTAUDIO_INCLUDE_DIR) +-- Could NOT find MySOFA (missing: MYSOFA_LIBRARY MYSOFA_INCLUDE_DIR) +-- Could NOT find Qt5Widgets +-- +-- Building OpenAL with support for the following backends: +-- PipeWire, OSS, WaveFile, Null +-- +-- Building with support for CPU extensions: +-- Default, SSE, SSE2, SSE3, SSE4.1 +-- +-- Embedding HRTF datasets +-- +-- Installing library and headers +-- Installing sample configuration +-- Installing HRTF data files +-- Installing AmbDec presets +-- +-- Building utility programs +-- +-- Building example programs +-- Building SndFile example programs +-- +Building STD +Building Profiling +Building NBT +Building Parsers +Found Parallel Hashmaps +Standard Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp +Profiler Files /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp +Source: /home/brett/Documents/code/c++/gp_image_test +Current Source: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT +Including phmap +BLT Successfully included! +Installing to lib with headers at include +-- Found the following HarfBuzz libraries: +-- HarfBuzz (required): /usr/lib/x86_64-linux-gnu/libharfbuzz.so +-- Could NOT find BZip2 (missing: BZIP2_LIBRARIES BZIP2_INCLUDE_DIR) +-- Checking for module 'bzip2' +-- Package 'bzip2', required by 'virtual:world', not found +-- Configuring done +-- Generating done +-- Build files have been written to: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo diff --git a/cmake-build-relwithdebinfo/CMakeFiles/clion-environment.txt b/cmake-build-relwithdebinfo/CMakeFiles/clion-environment.txt new file mode 100644 index 0000000..d1d0a61 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/clion-environment.txt @@ -0,0 +1,3 @@ +ToolSet: 1.0 (local)Options: + +Options:-DCMAKE_MAKE_PROGRAM=/opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja \ No newline at end of file diff --git a/cmake-build-relwithdebinfo/CMakeFiles/cmake.check_cache b/cmake-build-relwithdebinfo/CMakeFiles/cmake.check_cache new file mode 100644 index 0000000..3dccd73 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/cmake-build-relwithdebinfo/CMakeFiles/rules.ninja b/cmake-build-relwithdebinfo/CMakeFiles/rules.ninja new file mode 100644 index 0000000..efd08b9 --- /dev/null +++ b/cmake-build-relwithdebinfo/CMakeFiles/rules.ninja @@ -0,0 +1,452 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: gp_image_test +# Configurations: RelWithDebInfo +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__gp_image_test_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__gp_image_test_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__glfw_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__glfw_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alcommon_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__alcommon_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__OpenAL_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX shared library. + +rule CXX_SHARED_LIBRARY_LINKER__OpenAL_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ -fPIC $LANGUAGE_COMPILE_FLAGS $ARCH_FLAGS $LINK_FLAGS -shared $SONAME_FLAG$SONAME -o $TARGET_FILE $in $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX shared library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for creating library symlink. + +rule CMAKE_SYMLINK_LIBRARY + command = /usr/bin/cmake -E cmake_symlink_library $in $SONAME $out && $POST_BUILD + description = Creating library symlink $out + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__openal-info_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__openal-info_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjdecoder_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjdecoder_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__uhjencoder_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__uhjencoder_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__al-excommon_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__al-excommon_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__altonegen_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__altonegen_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alrecord_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alrecord_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alplay_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alplay_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alstream_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alstream_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alreverb_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alreverb_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__almultireverb_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__almultireverb_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__allatency_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__allatency_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alhrtf_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C executable. + +rule C_EXECUTABLE_LINKER__alhrtf_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cc $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking C executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__alstreamcb_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alstreamcb_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__alconvolve_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__alconvolve_RelWithDebInfo + command = $PRE_LINK && /usr/bin/c++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__BLT_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/c++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX static library. + +rule CXX_STATIC_LIBRARY_LINKER__BLT_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking CXX static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for compiling C files. + +rule C_COMPILER__freetype_RelWithDebInfo + depfile = $DEP_FILE + deps = gcc + command = /usr/bin/cc $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building C object $out + + +############################################# +# Rule for linking C static library. + +rule C_STATIC_LIBRARY_LINKER__freetype_RelWithDebInfo + command = $PRE_LINK && /usr/bin/cmake -E rm -f $TARGET_FILE && /usr/bin/ar qc $TARGET_FILE $LINK_FLAGS $in && /usr/bin/ranlib $TARGET_FILE && $POST_BUILD + description = Linking C static library $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /opt/brett/jetbrains/clion-install/bin/ninja/linux/x64/ninja -t targets + description = All primary targets available: + diff --git a/cmake-build-relwithdebinfo/CPackConfig.cmake b/cmake-build-relwithdebinfo/CPackConfig.cmake new file mode 100644 index 0000000..44d3f19 --- /dev/null +++ b/cmake-build-relwithdebinfo/CPackConfig.cmake @@ -0,0 +1,78 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TGZ") +set(CPACK_INSTALL_CMAKE_PROJECTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo;gp_image_test;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Linux") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-relwithdebinfo/CPackSourceConfig.cmake b/cmake-build-relwithdebinfo/CPackSourceConfig.cmake new file mode 100644 index 0000000..159e666 --- /dev/null +++ b/cmake-build-relwithdebinfo/CPackSourceConfig.cmake @@ -0,0 +1,86 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BUILD_SOURCE_DIRS "/home/brett/Documents/code/c++/gp_image_test;/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo") +set(CPACK_CMAKE_GENERATOR "Ninja") +set(CPACK_COMPONENTS_ALL "Unspecified;headers;pkgconfig") +set(CPACK_COMPONENT_HEADERS_DEPENDS "libraries") +set(CPACK_COMPONENT_HEADERS_DESCRIPTION "C/C++ header files for use with FreeType") +set(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "C/C++ Headers") +set(CPACK_COMPONENT_HEADERS_GROUP "Development") +set(CPACK_COMPONENT_LIBRARIES_DESCRIPTION "Library used to build programs which use FreeType") +set(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "Libraries") +set(CPACK_COMPONENT_LIBRARIES_GROUP "Development") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "gp_image_test built using CMake") +set(CPACK_DMG_SLA_USE_RESOURCE_FILE_LICENSE "ON") +set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake") +set(CPACK_NSIS_DISPLAY_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "gp_image_test 2.13.2") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/README") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The FreeType font rendering library.") +set(CPACK_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "gp_image_test 2.13.2") +set(CPACK_PACKAGE_NAME "gp_image_test") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "2.13.2") +set(CPACK_PACKAGE_VERSION_MAJOR "2") +set(CPACK_PACKAGE_VERSION_MINOR "13") +set(CPACK_PACKAGE_VERSION_PATCH "2") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/LICENSE.TXT") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake-3.25/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-3.25/Templates/CPack.GenericWelcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "gp_image_test-2.13.2-Source") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/cmake-build-relwithdebinfo/build.ninja b/cmake-build-relwithdebinfo/build.ninja new file mode 100644 index 0000000..5cfb6fc --- /dev/null +++ b/cmake-build-relwithdebinfo/build.ninja @@ -0,0 +1,3134 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.25 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: gp_image_test +# Configurations: RelWithDebInfo +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = RelWithDebInfo +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/ +# ============================================================================= +# Object build statements for EXECUTABLE target gp_image_test + + +############################################# +# Order-only phony target for gp_image_test + +build cmake_object_order_depends_target_gp_image_test: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_BLT_WITH_GRAPHICS cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build CMakeFiles/gp_image_test.dir/src/main.cpp.o: CXX_COMPILER__gp_image_test_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/src/main.cpp || cmake_object_order_depends_target_gp_image_test + DEP_FILE = CMakeFiles/gp_image_test.dir/src/main.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Werror -Wpedantic -Wno-comment + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = CMakeFiles/gp_image_test.dir + OBJECT_FILE_DIR = CMakeFiles/gp_image_test.dir/src + + +# ============================================================================= +# Link build statements for EXECUTABLE target gp_image_test + + +############################################# +# Link the executable gp_image_test + +build gp_image_test: CXX_EXECUTABLE_LINKER__gp_image_test_RelWithDebInfo CMakeFiles/gp_image_test.dir/src/main.cpp.o | libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a /usr/lib/x86_64-linux-gnu/libm.so /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -DNDEBUG + LINK_FLAGS = -Wall -Wextra -Werror -Wpedantic -Wno-comment -rdynamic + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a /usr/lib/x86_64-linux-gnu/libz.so libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libharfbuzz.so /usr/lib/x86_64-linux-gnu/libbrotlidec.so libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a /usr/lib/x86_64-linux-gnu/librt.a -lm -ldl /usr/lib/x86_64-linux-gnu/libX11.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = CMakeFiles/gp_image_test.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = gp_image_test + TARGET_PDB = gp_image_test.dbg + + +############################################# +# Utility command for package + +build CMakeFiles/package.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build package: phony CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build package_source: phony CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Order-only phony target for BLT_WITH_GRAPHICS + +build cmake_object_order_depends_target_BLT_WITH_GRAPHICS: phony || cmake_object_order_depends_target_BLT cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_freetype cmake_object_order_depends_target_glfw + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/glad.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/model.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/batch_2d_renderer.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/camera.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/renderer/resource_manager.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/shader.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/sound/sound.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/state.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/stb/stb_vorbis.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/texture.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/gfx/window.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/src/blt/imgui/imgui_utils.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_demo.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_draw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_tables.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/imgui_widgets.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_opengl3.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + +build libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o: CXX_COMPILER__BLT_WITH_GRAPHICS_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui/backends/imgui_impl_glfw.cpp || cmake_object_order_depends_target_BLT_WITH_GRAPHICS + DEP_FILE = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Werror -Wpedantic -Wno-comment -Wno-strict-aliasing -Wno-unused-function + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/imgui -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/examples -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT_WITH_GRAPHICS + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a: CXX_STATIC_LIBRARY_LINKER__BLT_WITH_GRAPHICS_RelWithDebInfo libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/glad.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/model.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/batch_2d_renderer.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/camera.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/renderer/resource_manager.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/shader.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/sound/sound.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/state.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/stb/stb_vorbis.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/texture.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/gfx/window.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/src/blt/imgui/imgui_utils.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_demo.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_draw.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_tables.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/imgui_widgets.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_opengl3.cpp.o libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir/libraries/imgui/backends/imgui_impl_glfw.cpp.o || libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/CMakeFiles/BLT_WITH_GRAPHICS.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + TARGET_PDB = BLT_WITH_GRAPHICS.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/package_source: phony libraries/BLT-With-Graphics-Template/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/edit_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/rebuild_cache: phony libraries/BLT-With-Graphics-Template/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/local: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/install/strip: phony libraries/BLT-With-Graphics-Template/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/uninstall: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target glfw + + +############################################# +# Order-only phony target for glfw + +build cmake_object_order_depends_target_glfw: phony || libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/input.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/vulkan.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_init.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_monitor.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/x11_window.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/xkb_unicode.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_time.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/posix_thread.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glx_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/egl_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/osmesa_context.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 -Wdeclaration-after-statement + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o: C_COMPILER__glfw_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/linux_joystick.c || cmake_object_order_depends_target_glfw + DEFINES = -D_GLFW_USE_CONFIG_H + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o.d + FLAGS = -O2 -g -DNDEBUG -fPIC -fdiagnostics-color=always -Wall -std=gnu99 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target glfw + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a: C_STATIC_LIBRARY_LINKER__glfw_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/input.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/vulkan.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_init.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_monitor.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/x11_window.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/xkb_unicode.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_time.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/posix_thread.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/glx_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/egl_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/osmesa_context.c.o libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir/linux_joystick.c.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/glfw.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + TARGET_PDB = glfw3.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/package_source: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/local: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/install/strip.util + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeFiles/update_mappings: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src && /usr/bin/cmake -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMake/GenerateMappings.cmake mappings.h.in mappings.h + DESC = Updating gamepad mappings from upstream repository + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Order-only phony target for alcommon + +build cmake_object_order_depends_target_alcommon: phony || libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alcomplex.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alfstream.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alsem.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/alstring.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/althrd_setname.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/dynload.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/pffft.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/polyphase_resampler.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/ringbuffer.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o: CXX_COMPILER__alcommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common/strutils.cpp || cmake_object_order_depends_target_alcommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target alcommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a: CXX_STATIC_LIBRARY_LINKER__alcommon_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alcomplex.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alfstream.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alsem.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/alstring.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/althrd_setname.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/dynload.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/pffft.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/polyphase_resampler.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/ringbuffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir/common/strutils.cpp.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -D_DEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alcommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + TARGET_PDB = alcommon.a.dbg + +# ============================================================================= +# Object build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Order-only phony target for OpenAL + +build cmake_object_order_depends_target_OpenAL: phony || cmake_object_order_depends_target_alcommon libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/auxeffectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/buffer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/debug.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effect.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/effects.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/error.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/event.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/extension.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/filter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/listener.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/source.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/al/state.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alu.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/alconfig.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/autowah.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/chorus.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/compressor.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/convolution.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/dedicated.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/distortion.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/echo.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/equalizer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/fshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/modulator.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/pshifter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/reverb.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/effects/vmorpher.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/events.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/panning.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/base.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/loopback.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/null.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/pipewire.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/oss.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alc/backends/wave.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/ambidefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bformatdec.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bs2b.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/bsinc_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/buffer_storage.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/context.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/converter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cpu_caps.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/cubic_tables.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/devformat.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/device.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/effectslot.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/except.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/biquad.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/nfc.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/filters/splitter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fmt_traits.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/fpu_ctrl.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/helpers.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/hrtf.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/logging.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mastering.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uhjfilter.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/uiddefs.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/voice.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/dbus_wrap.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/rtkit.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_c.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse2.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse3.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: CXX_COMPILER__OpenAL_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/core/mixer/mixer_sse41.cpp || cmake_object_order_depends_target_OpenAL + DEFINES = -DALC_API="__attribute__((visibility(\"protected\")))" -DAL_ALEXT_PROTOTYPES -DAL_API="__attribute__((visibility(\"protected\")))" -DAL_BUILD_LIBRARY -DOpenAL_EXPORTS -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fPIC -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer + + +# ============================================================================= +# Link build statements for SHARED_LIBRARY target OpenAL + + +############################################# +# Link the shared library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1: CXX_SHARED_LIBRARY_LINKER__OpenAL_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/buffer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/debug.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effect.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/error.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/event.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/extension.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/filter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/listener.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/source.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/al/state.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alu.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/events.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/panning.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/context.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/converter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/devformat.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/device.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/except.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fmt_traits.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/helpers.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mastering.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/voice.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + LANGUAGE_COMPILE_FLAGS = -O2 -g -D_DEBUG + LINK_FLAGS = -Wl,--version-script=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.version + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread -ldl -latomic -lm + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/OpenAL.dir + POST_BUILD = : + PRE_LINK = : + SONAME = libopenal.so.1 + SONAME_FLAG = -Wl,-soname, + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + TARGET_PDB = openal.so.dbg + + +############################################# +# Create library symlink libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1 libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so: CMAKE_SYMLINK_LIBRARY libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + POST_BUILD = : + +# ============================================================================= +# Object build statements for EXECUTABLE target openal-info + + +############################################# +# Order-only phony target for openal-info + +build cmake_object_order_depends_target_openal-info: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o: C_COMPILER__openal-info_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/openal-info.c || cmake_object_order_depends_target_openal-info + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target openal-info + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info: C_EXECUTABLE_LINKER__openal-info_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir/utils/openal-info.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/openal-info.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + TARGET_PDB = openal-info.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Order-only phony target for uhjdecoder + +build cmake_object_order_depends_target_uhjdecoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: CXX_COMPILER__uhjdecoder_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjdecoder.cpp || cmake_object_order_depends_target_uhjdecoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjdecoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder: CXX_EXECUTABLE_LINKER__uhjdecoder_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjdecoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + TARGET_PDB = uhjdecoder.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target uhjencoder + + +############################################# +# Order-only phony target for uhjencoder + +build cmake_object_order_depends_target_uhjencoder: phony || cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: CXX_COMPILER__uhjencoder_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/uhjencoder.cpp || cmake_object_order_depends_target_uhjencoder + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils + + +# ============================================================================= +# Link build statements for EXECUTABLE target uhjencoder + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder: CXX_EXECUTABLE_LINKER__uhjencoder_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/uhjencoder.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + TARGET_PDB = uhjencoder.dbg + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Order-only phony target for al-excommon + +build cmake_object_order_depends_target_al-excommon: phony || cmake_object_order_depends_target_OpenAL + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o: C_COMPILER__al-excommon_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/common/alhelpers.c || cmake_object_order_depends_target_al-excommon + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target al-excommon + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a: C_STATIC_LIBRARY_LINKER__al-excommon_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir/examples/common/alhelpers.c.o || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + LANGUAGE_COMPILE_FLAGS = -O2 -g -D_DEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/al-excommon.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + TARGET_PDB = al-excommon.a.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target altonegen + + +############################################# +# Order-only phony target for altonegen + +build cmake_object_order_depends_target_altonegen: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o: C_COMPILER__altonegen_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/altonegen.c || cmake_object_order_depends_target_altonegen + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target altonegen + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen: C_EXECUTABLE_LINKER__altonegen_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir/examples/altonegen.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/altonegen.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + TARGET_PDB = altonegen.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alrecord + + +############################################# +# Order-only phony target for alrecord + +build cmake_object_order_depends_target_alrecord: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o: C_COMPILER__alrecord_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alrecord.c || cmake_object_order_depends_target_alrecord + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alrecord + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord: C_EXECUTABLE_LINKER__alrecord_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir/examples/alrecord.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alrecord.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + TARGET_PDB = alrecord.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alplay + + +############################################# +# Order-only phony target for alplay + +build cmake_object_order_depends_target_alplay: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o: C_COMPILER__alplay_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alplay.c || cmake_object_order_depends_target_alplay + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alplay + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay: C_EXECUTABLE_LINKER__alplay_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir/examples/alplay.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alplay.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + TARGET_PDB = alplay.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstream + + +############################################# +# Order-only phony target for alstream + +build cmake_object_order_depends_target_alstream: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o: C_COMPILER__alstream_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstream.c || cmake_object_order_depends_target_alstream + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstream + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream: C_EXECUTABLE_LINKER__alstream_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir/examples/alstream.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstream.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + TARGET_PDB = alstream.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alreverb + + +############################################# +# Order-only phony target for alreverb + +build cmake_object_order_depends_target_alreverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o: C_COMPILER__alreverb_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alreverb.c || cmake_object_order_depends_target_alreverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alreverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb: C_EXECUTABLE_LINKER__alreverb_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir/examples/alreverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alreverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + TARGET_PDB = alreverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target almultireverb + + +############################################# +# Order-only phony target for almultireverb + +build cmake_object_order_depends_target_almultireverb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: C_COMPILER__almultireverb_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/almultireverb.c || cmake_object_order_depends_target_almultireverb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target almultireverb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb: C_EXECUTABLE_LINKER__almultireverb_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/almultireverb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + TARGET_PDB = almultireverb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target allatency + + +############################################# +# Order-only phony target for allatency + +build cmake_object_order_depends_target_allatency: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o: C_COMPILER__allatency_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/allatency.c || cmake_object_order_depends_target_allatency + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target allatency + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency: C_EXECUTABLE_LINKER__allatency_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir/examples/allatency.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/allatency.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + TARGET_PDB = allatency.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alhrtf + + +############################################# +# Order-only phony target for alhrtf + +build cmake_object_order_depends_target_alhrtf: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: C_COMPILER__alhrtf_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alhrtf.c || cmake_object_order_depends_target_alhrtf + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alhrtf + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf: C_EXECUTABLE_LINKER__alhrtf_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft: -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a -lm libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alhrtf.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + TARGET_PDB = alhrtf.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alstreamcb + + +############################################# +# Order-only phony target for alstreamcb + +build cmake_object_order_depends_target_alstreamcb: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: CXX_COMPILER__alstreamcb_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alstreamcb.cpp || cmake_object_order_depends_target_alstreamcb + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-c++20-attribute-extensions -fno-math-errno -pthread -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alstreamcb + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb: CXX_EXECUTABLE_LINKER__alstreamcb_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o | /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alstreamcb.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + TARGET_PDB = alstreamcb.dbg + +# ============================================================================= +# Object build statements for EXECUTABLE target alconvolve + + +############################################# +# Order-only phony target for alconvolve + +build cmake_object_order_depends_target_alconvolve: phony || cmake_object_order_depends_target_OpenAL cmake_object_order_depends_target_al-excommon cmake_object_order_depends_target_alcommon + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: C_COMPILER__alconvolve_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/examples/alconvolve.c || cmake_object_order_depends_target_alconvolve + DEFINES = -DRESTRICT=__restrict + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d + FLAGS = -O2 -g -D_DEBUG -fvisibility=hidden -fdiagnostics-color=always -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -fno-math-errno -pthread -std=gnu11 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/common -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples + + +# ============================================================================= +# Link build statements for EXECUTABLE target alconvolve + + +############################################# +# Link the executable libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve: CXX_EXECUTABLE_LINKER__alconvolve_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o | libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 || libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + FLAGS = -O2 -g -D_DEBUG + LINK_LIBRARIES = -Wl,-rpath,/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft -pthread libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a /usr/lib/x86_64-linux-gnu/libsndfile.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1 -lrt + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/alconvolve.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + TARGET_PDB = alconvolve.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/install/strip.util + + +############################################# +# Phony custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in /home/brett/Documents/code/c++/gp_image_test/.git/modules/libraries/BLT-With-Graphics-Template/modules/libraries/openal-soft/index /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D GIT_EXECUTABLE=/usr/bin/git -D LIB_VERSION=1.23.1 -D LIB_VERSION_NUM=1,23,1,0 -D SRC=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h.in -D DST=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.h -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version.cmake && /usr/bin/cmake -E touch /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/version_witness.txt + DESC = Generating version_witness.txt + restat = 1 + + +############################################# +# Custom command for libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt | ${cmake_ninja_workdir}libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt: CUSTOM_COMMAND /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default$ HRTF.mhr /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake || libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft && /usr/bin/cmake -D "INPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf/Default HRTF.mhr" -D OUTPUT_FILE=/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/default_hrtf.txt -P /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/bin2h.script.cmake + DESC = Generating default_hrtf.txt + restat = 1 + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt +# ============================================================================= + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/package_source: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/local: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target BLT + + +############################################# +# Order-only phony target for BLT + +build cmake_object_order_depends_target_BLT: phony || libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/assert.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/filesystem.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/format.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/logging.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/string.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/std/system.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/profiling/profiler_v2.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/nbt/nbt_block.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/argparse.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o: CXX_COMPILER__BLT_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/src/blt/parse/obj_loader.cpp || cmake_object_order_depends_target_BLT + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o.d + FLAGS = -O2 -g -DNDEBUG -fdiagnostics-color=always -Wall -Wextra -Wpedantic -std=gnu++17 + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/libraries/parallel-hashmap -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target BLT + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a: CXX_STATIC_LIBRARY_LINKER__BLT_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/assert.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/filesystem.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/format.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/loader.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/logging.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/string.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/std/system.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/profiling/profiler_v2.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/nbt/nbt_block.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/argparse.cpp.o libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir/src/blt/parse/obj_loader.cpp.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/BLT.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + TARGET_PDB = BLT.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/package_source: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/BLT/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/local: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/BLT/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/BLT/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeFiles/install/strip.util + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt +# ============================================================================= + +# ============================================================================= +# Object build statements for STATIC_LIBRARY target freetype + + +############################################# +# Order-only phony target for freetype + +build cmake_object_order_depends_target_freetype: phony || libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/autofit/autofit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbase.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbbox.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftbitmap.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftcid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftfstype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgasp.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftglyph.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftgxval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftinit.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftmm.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftotval.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpatent.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftpfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftstroke.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftsynth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/fttype1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftwinfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bdf/bdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/bzip2/ftbzip2.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cache/ftcache.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cff/cff.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/cid/type1cid.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/gzip/ftgzip.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/lzw/ftlzw.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pcf/pcf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pfr/pfr.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psaux/psaux.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/pshinter/pshinter.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/psnames/psnames.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/raster/raster.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sdf/sdf.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/sfnt/sfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/smooth/smooth.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/svg/svg.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/truetype/truetype.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type1/type1.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/type42/type42.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/winfonts/winfnt.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/unix/ftsystem.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o: C_COMPILER__freetype_RelWithDebInfo /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/src/base/ftdebug.c || cmake_object_order_depends_target_freetype + DEFINES = -DFT2_BUILD_LIBRARY + DEP_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o.d + FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -fdiagnostics-color=always + INCLUDES = -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include -I/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config -I/usr/include/harfbuzz + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + OBJECT_FILE_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base + + +# ============================================================================= +# Link build statements for STATIC_LIBRARY target freetype + + +############################################# +# Link the static library libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a: C_STATIC_LIBRARY_LINKER__freetype_RelWithDebInfo libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/autofit/autofit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbase.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbbox.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftbitmap.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftcid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftfstype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgasp.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftglyph.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftgxval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftinit.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftmm.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftotval.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpatent.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftpfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftstroke.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftsynth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/fttype1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftwinfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bdf/bdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/bzip2/ftbzip2.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cache/ftcache.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cff/cff.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/cid/type1cid.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/gzip/ftgzip.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/lzw/ftlzw.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pcf/pcf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pfr/pfr.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psaux/psaux.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/pshinter/pshinter.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/psnames/psnames.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/raster/raster.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sdf/sdf.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/sfnt/sfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/smooth/smooth.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/svg/svg.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/truetype/truetype.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type1/type1.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/type42/type42.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/winfonts/winfnt.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/builds/unix/ftsystem.c.o libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir/src/base/ftdebug.c.o + LANGUAGE_COMPILE_FLAGS = -O2 -g -DNDEBUG + OBJECT_DIR = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/freetype.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + TARGET_PDB = freetype.a.dbg + + +############################################# +# Utility command for package + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackConfig.cmake + DESC = Run CPack packaging tool... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package.util + + +############################################# +# Utility command for package_source + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/CPackSourceConfig.cmake + DESC = Run CPack packaging tool for source... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/package_source: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/package_source.util + + +############################################# +# Utility command for edit_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. + DESC = No interactive CMake dialog available... + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/edit_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake --regenerate-during-build -S/home/brett/Documents/code/c++/gp_image_test -B/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/rebuild_cache: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/list_install_components: phony + + +############################################# +# Utility command for install + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/local: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util: CUSTOM_COMMAND libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + COMMAND = cd /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/install/strip: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/install/strip.util + +# ============================================================================= +# Target aliases. + +build BLT: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build BLT_WITH_GRAPHICS: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build OpenAL: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build al-excommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build alcommon: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build alconvolve: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve + +build alhrtf: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf + +build allatency: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency + +build almultireverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb + +build alplay: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay + +build alrecord: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord + +build alreverb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb + +build alstream: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream + +build alstreamcb: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb + +build altonegen: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen + +build build_version: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/build_version + +build freetype: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build glfw: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libBLT.a: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +build libBLT_WITH_GRAPHICS.a: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a + +build libal-excommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libal-excommon.a + +build libalcommon.a: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libalcommon.a + +build libfreetype.a: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +build libglfw3.a: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +build libopenal.so: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so + +build openal-info: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info + +build uhjdecoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder + +build uhjencoder: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder + +build uninstall: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/uninstall + +build update_mappings: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/update_mappings + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo + +build all: phony gp_image_test libraries/BLT-With-Graphics-Template/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template + +build libraries/BLT-With-Graphics-Template/all: phony libraries/BLT-With-Graphics-Template/libBLT_WITH_GRAPHICS.a libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all libraries/BLT-With-Graphics-Template/libraries/openal-soft/all libraries/BLT-With-Graphics-Template/libraries/BLT/all libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT + +build libraries/BLT-With-Graphics-Template/libraries/BLT/all: phony libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +build libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/all: phony libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +build libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/all: phony libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/all: phony libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjdecoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/uhjencoder libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstreamcb libraries/BLT-With-Graphics-Template/libraries/openal-soft/alconvolve libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all + +# ============================================================================= + +############################################# +# Folder: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +build libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/all: phony + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build /home/brett/Documents/code/c++/gp_image_test/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindBrotliDec.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/builds/cmake/FindHarfBuzz.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeLists.txt /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindALSA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindAudioIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindJACK.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindMySOFA.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOSS.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindOpenSL.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPortAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindPulseAudio.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSndFile.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake/FindSoundIO.cmake /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc.in /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CMakeLists.txt /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1Config.cmake /usr/lib/x86_64-linux-gnu/cmake/DBus1/DBus1ConfigVersion.cmake /usr/share/cmake-3.25/Modules/BasicConfigVersion-SameMajorVersion.cmake.in /usr/share/cmake-3.25/Modules/CMakeCInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCXXInformation.cmake /usr/share/cmake-3.25/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake /usr/share/cmake-3.25/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake-3.25/Modules/CMakeDependentOption.cmake /usr/share/cmake-3.25/Modules/CMakeGenericSystem.cmake /usr/share/cmake-3.25/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake-3.25/Modules/CMakeLanguageInformation.cmake /usr/share/cmake-3.25/Modules/CMakePackageConfigHelpers.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake-3.25/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake-3.25/Modules/CPack.cmake /usr/share/cmake-3.25/Modules/CPackComponent.cmake /usr/share/cmake-3.25/Modules/CheckCCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckCXXCompilerFlag.cmake /usr/share/cmake-3.25/Modules/CheckCXXSourceCompiles.cmake /usr/share/cmake-3.25/Modules/CheckFunctionExists.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFile.cmake /usr/share/cmake-3.25/Modules/CheckIncludeFiles.cmake /usr/share/cmake-3.25/Modules/CheckLibraryExists.cmake /usr/share/cmake-3.25/Modules/CheckStructHasMember.cmake /usr/share/cmake-3.25/Modules/CheckSymbolExists.cmake /usr/share/cmake-3.25/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-C.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Compiler/GNU.cmake /usr/share/cmake-3.25/Modules/FindBZip2.cmake /usr/share/cmake-3.25/Modules/FindGit.cmake /usr/share/cmake-3.25/Modules/FindPNG.cmake /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake /usr/share/cmake-3.25/Modules/FindPackageMessage.cmake /usr/share/cmake-3.25/Modules/FindPkgConfig.cmake /usr/share/cmake-3.25/Modules/FindThreads.cmake /usr/share/cmake-3.25/Modules/FindX11.cmake /usr/share/cmake-3.25/Modules/FindZLIB.cmake /usr/share/cmake-3.25/Modules/GNUInstallDirs.cmake /usr/share/cmake-3.25/Modules/Internal/CheckCompilerFlag.cmake /usr/share/cmake-3.25/Modules/Internal/CheckFlagCommonConfig.cmake /usr/share/cmake-3.25/Modules/Internal/CheckSourceCompiles.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-C.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake-3.25/Modules/Platform/Linux-GNU.cmake /usr/share/cmake-3.25/Modules/Platform/Linux.cmake /usr/share/cmake-3.25/Modules/Platform/UnixPaths.cmake /usr/share/cmake-3.25/Modules/SelectLibraryConfigurations.cmake /usr/share/cmake-3.25/Modules/WriteBasicConfigVersionFile.cmake /usr/share/cmake-3.25/Templates/CPackConfig.cmake.in CMakeCache.txt CMakeFiles/3.25.1/CMakeCCompiler.cmake CMakeFiles/3.25.1/CMakeCXXCompiler.cmake CMakeFiles/3.25.1/CMakeSystem.cmake: phony + + +############################################# +# Clean all the built files. + +build clean: CLEAN + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/cmake-build-relwithdebinfo/cmake_install.cmake b/cmake-build-relwithdebinfo/cmake_install.cmake new file mode 100644 index 0000000..7ad8708 --- /dev/null +++ b/cmake-build-relwithdebinfo/cmake_install.cmake @@ -0,0 +1,59 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT) + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +file(WRITE "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/cmake_install.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/cmake_install.cmake new file mode 100644 index 0000000..f139759 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/cmake_install.cmake @@ -0,0 +1,64 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake") +endif() + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake new file mode 100644 index 0000000..4293563 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/cmake_install.cmake @@ -0,0 +1,182 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/compatibility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/averages.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/log_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/math.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/matrix.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/math" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/math/vectors.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/nbt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/nbt/nbt_block.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/argparse.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/mustache.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/parse" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/parse/obj_loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/profiling" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/profiling/profiler_v2.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/allocator.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/assert.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/binary_tree.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/filesystem.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/format.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/hashmap.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/loader.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/logging.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/memory_util.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/queue.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/random.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/string.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/system.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/thread.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/time.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/utility.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/std" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/std/uuid.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt/window" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/BLT/include/blt/window/window.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/blt" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/config/blt/config.h") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/libBLT.a") + endif() +endif() + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h new file mode 100755 index 0000000..c59bead --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/BLT/config/blt/config.h @@ -0,0 +1,13 @@ +#ifndef BLT_CONFIG_H +#define BLT_CONFIG_H + +/* #undef ZLIB_FOUND */ +/* #undef BLT_DISABLE_LOGGING */ +/* #undef BLT_DISABLE_TRACE */ +/* #undef BLT_DISABLE_DEBUG */ +/* #undef BLT_DISABLE_INFO */ +/* #undef BLT_DISABLE_WARN */ +/* #undef BLT_DISABLE_ERROR */ +/* #undef BLT_DISABLE_FATAL */ + +#endif // BLT_CONFIG_H diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake new file mode 100644 index 0000000..579c512 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "freetype" for configuration "RelWithDebInfo" +set_property(TARGET freetype APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(freetype PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libfreetype.a" + ) + +list(APPEND _cmake_import_check_targets freetype ) +list(APPEND _cmake_import_check_files_for_freetype "${_IMPORT_PREFIX}/lib/libfreetype.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake new file mode 100644 index 0000000..b2b4557 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake @@ -0,0 +1,114 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS freetype Freetype::Freetype) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target freetype +add_library(freetype STATIC IMPORTED) + +set_target_properties(freetype PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include/freetype2" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libpng.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libharfbuzz.so;/usr/lib/x86_64-linux-gnu/libbrotlidec.so" +) + +# Create imported target Freetype::Freetype +add_library(Freetype::Freetype INTERFACE IMPORTED) + +set_target_properties(Freetype::Freetype PROPERTIES + INTERFACE_LINK_LIBRARIES "freetype" +) + +if(CMAKE_VERSION VERSION_LESS 3.0.0) + message(FATAL_ERROR "This file relies on consumers using CMake 3.0.0 or greater.") +endif() + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/freetype-config-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake new file mode 100644 index 0000000..1bc03b8 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/cmake_install.cmake @@ -0,0 +1,90 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/" REGEX "/internal$" EXCLUDE REGEX "/ftconfig\\.h$" EXCLUDE REGEX "/ftoption\\.h$" EXCLUDE) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/freetype2/freetype/config" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "pkgconfig" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/libfreetype.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype/freetype-config.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/CMakeFiles/Export/778b4f54a68e80ec034bf381f364ca2c/freetype-config-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "headers" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/freetype" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake") +endif() + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake new file mode 100644 index 0000000..5f85b31 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype-config-version.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "2.13.2") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("2.13.2" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "2.13.2") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc new file mode 100644 index 0000000..d491ff4 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/freetype2.pc @@ -0,0 +1,14 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=${prefix}/lib +includedir=${prefix}/include + +Name: FreeType 2 +URL: https://freetype.org +Description: A free, high-quality, and portable font engine. +Version: 26.1.20 +Requires: zlib, libpng, harfbuzz >= 2.0.0, libbrotlidec +Requires.private: +Libs: -L${libdir} -lfreetype +Libs.private: +Cflags: -I${includedir}/freetype2 diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h new file mode 100644 index 0000000..3d8dede --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftconfig.h @@ -0,0 +1,52 @@ +/**************************************************************************** + * + * ftconfig.h.in + * + * UNIX-specific configuration file (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + + /************************************************************************** + * + * This header file contains a number of macro definitions that are used by + * the rest of the engine. Most of the macros here are automatically + * determined at compile time, and you should not need to change it to port + * FreeType, except to compile the library with a non-ANSI compiler. + * + * Note however that if some specific modifications are needed, we advise + * you to place a modified copy in your build directory. + * + * The build directory is usually `builds/`, and contains + * system-specific files that are always included first when building the + * library. + * + */ + +#ifndef FTCONFIG_H_ +#define FTCONFIG_H_ + +#include +#include FT_CONFIG_OPTIONS_H +#include FT_CONFIG_STANDARD_LIBRARY_H + +#define HAVE_UNISTD_H 1 +#define HAVE_FCNTL_H 1 + +#include +#include +#include + +#endif /* FTCONFIG_H_ */ + + +/* END */ diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h new file mode 100644 index 0000000..c1347f2 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/freetype-2.13.2/include/freetype/config/ftoption.h @@ -0,0 +1,1014 @@ +/**************************************************************************** + * + * ftoption.h + * + * User-selectable configuration macros (specification only). + * + * Copyright (C) 1996-2023 by + * David Turner, Robert Wilhelm, and Werner Lemberg. + * + * This file is part of the FreeType project, and may only be used, + * modified, and distributed under the terms of the FreeType project + * license, LICENSE.TXT. By continuing to use, modify, or distribute + * this file you indicate that you have read the license and + * understand and accept it fully. + * + */ + + +#ifndef FTOPTION_H_ +#define FTOPTION_H_ + + +#include + + +FT_BEGIN_HEADER + + /************************************************************************** + * + * USER-SELECTABLE CONFIGURATION MACROS + * + * This file contains the default configuration macro definitions for a + * standard build of the FreeType library. There are three ways to use + * this file to build project-specific versions of the library: + * + * - You can modify this file by hand, but this is not recommended in + * cases where you would like to build several versions of the library + * from a single source directory. + * + * - You can put a copy of this file in your build directory, more + * precisely in `$BUILD/freetype/config/ftoption.h`, where `$BUILD` is + * the name of a directory that is included _before_ the FreeType include + * path during compilation. + * + * The default FreeType Makefiles use the build directory + * `builds/` by default, but you can easily change that for your + * own projects. + * + * - Copy the file to `$BUILD/ft2build.h` and modify it + * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate + * this file during the build. For example, + * + * ``` + * #define FT_CONFIG_OPTIONS_H + * #include + * ``` + * + * will use `$BUILD/myftoptions.h` instead of this file for macro + * definitions. + * + * Note also that you can similarly pre-define the macro + * `FT_CONFIG_MODULES_H` used to locate the file listing of the modules + * that are statically linked to the library at compile time. By + * default, this file is ``. + * + * We highly recommend using the third method whenever possible. + * + */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** G E N E R A L F R E E T Y P E 2 C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /*#************************************************************************ + * + * If you enable this configuration option, FreeType recognizes an + * environment variable called `FREETYPE_PROPERTIES`, which can be used to + * control the various font drivers and modules. The controllable + * properties are listed in the section @properties. + * + * You have to undefine this configuration option on platforms that lack + * the concept of environment variables (and thus don't have the `getenv` + * function), for example Windows CE. + * + * `FREETYPE_PROPERTIES` has the following syntax form (broken here into + * multiple lines for better readability). + * + * ``` + * + * ':' + * '=' + * + * ':' + * '=' + * ... + * ``` + * + * Example: + * + * ``` + * FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ + * cff:no-stem-darkening=1 + * ``` + * + */ +#define FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES + + + /************************************************************************** + * + * Uncomment the line below if you want to activate LCD rendering + * technology similar to ClearType in this build of the library. This + * technology triples the resolution in the direction color subpixels. To + * mitigate color fringes inherent to this technology, you also need to + * explicitly set up LCD filtering. + * + * When this macro is not defined, FreeType offers alternative LCD + * rendering technology that produces excellent output. + */ +/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ + + + /************************************************************************** + * + * Many compilers provide a non-ANSI 64-bit data type that can be used by + * FreeType to speed up some computations. However, this will create some + * problems when compiling the library in strict ANSI mode. + * + * For this reason, the use of 64-bit integers is normally disabled when + * the `__STDC__` macro is defined. You can however disable this by + * defining the macro `FT_CONFIG_OPTION_FORCE_INT64` here. + * + * For most compilers, this will only create compilation warnings when + * building the library. + * + * ObNote: The compiler-specific 64-bit integers are detected in the + * file `ftconfig.h` either statically or through the `configure` + * script on supported platforms. + */ +#undef FT_CONFIG_OPTION_FORCE_INT64 + + + /************************************************************************** + * + * If this macro is defined, do not try to use an assembler version of + * performance-critical functions (e.g., @FT_MulFix). You should only do + * that to verify that the assembler function works properly, or to execute + * benchmark tests of the various implementations. + */ +/* #define FT_CONFIG_OPTION_NO_ASSEMBLER */ + + + /************************************************************************** + * + * If this macro is defined, try to use an inlined assembler version of the + * @FT_MulFix function, which is a 'hotspot' when loading and hinting + * glyphs, and which should be executed as fast as possible. + * + * Note that if your compiler or CPU is not supported, this will default to + * the standard and portable implementation found in `ftcalc.c`. + */ +#define FT_CONFIG_OPTION_INLINE_MULFIX + + + /************************************************************************** + * + * LZW-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `compress` program. This is mostly used to parse many of the PCF + * files that come with various X11 distributions. The implementation + * uses NetBSD's `zopen` to partially uncompress the file on the fly (see + * `src/lzw/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. + */ +#define FT_CONFIG_OPTION_USE_LZW + + + /************************************************************************** + * + * Gzip-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `gzip` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses 'zlib' to partially + * uncompress the file on the fly (see `src/gzip/ftgzip.c`). + * + * Define this macro if you want to enable this 'feature'. See also the + * macro `FT_CONFIG_OPTION_SYSTEM_ZLIB` below. + */ +#define FT_CONFIG_OPTION_USE_ZLIB + + + /************************************************************************** + * + * ZLib library selection + * + * This macro is only used when `FT_CONFIG_OPTION_USE_ZLIB` is defined. + * It allows FreeType's 'ftgzip' component to link to the system's + * installation of the ZLib library. This is useful on systems like + * Unix or VMS where it generally is already available. + * + * If you let it undefined, the component will use its own copy of the + * zlib sources instead. These have been modified to be included + * directly within the component and **not** export external function + * names. This allows you to link any program with FreeType _and_ ZLib + * without linking conflicts. + * + * Do not `#undef` this macro here since the build system might define + * it for certain configurations only. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + * + * If you use the GNU make build system directly (that is, without the + * `configure` script) and you define this macro, you also have to pass + * `SYSTEM_ZLIB=yes` as an argument to make. + */ +#define FT_CONFIG_OPTION_SYSTEM_ZLIB + + + /************************************************************************** + * + * Bzip2-compressed file support. + * + * FreeType now handles font files that have been compressed with the + * `bzip2` program. This is mostly used to parse many of the PCF files + * that come with XFree86. The implementation uses `libbz2` to partially + * uncompress the file on the fly (see `src/bzip2/ftbzip2.c`). Contrary + * to gzip, bzip2 currently is not included and need to use the system + * available bzip2 implementation. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +/* #define FT_CONFIG_OPTION_USE_BZIP2 */ + + + /************************************************************************** + * + * Define to disable the use of file stream functions and types, `FILE`, + * `fopen`, etc. Enables the use of smaller system libraries on embedded + * systems that have multiple system libraries, some with or without file + * stream support, in the cases where file stream support is not necessary + * such as memory loading of font files. + */ +/* #define FT_CONFIG_OPTION_DISABLE_STREAM_SUPPORT */ + + + /************************************************************************** + * + * PNG bitmap support. + * + * FreeType now handles loading color bitmap glyphs in the PNG format. + * This requires help from the external libpng library. Uncompressed + * color bitmaps do not need any external libraries and will be supported + * regardless of this configuration. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_PNG + + + /************************************************************************** + * + * HarfBuzz support. + * + * FreeType uses the HarfBuzz library to improve auto-hinting of OpenType + * fonts. If available, many glyphs not directly addressable by a font's + * character map will be hinted also. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_HARFBUZZ + + + /************************************************************************** + * + * Brotli support. + * + * FreeType uses the Brotli library to provide support for decompressing + * WOFF2 streams. + * + * Define this macro if you want to enable this 'feature'. + * + * If you use a build system like cmake or the `configure` script, + * options set by those programs have precedence, overwriting the value + * here with the configured one. + */ +#define FT_CONFIG_OPTION_USE_BROTLI + + + /************************************************************************** + * + * Glyph Postscript Names handling + * + * By default, FreeType 2 is compiled with the 'psnames' module. This + * module is in charge of converting a glyph name string into a Unicode + * value, or return a Macintosh standard glyph name for the use with the + * TrueType 'post' table. + * + * Undefine this macro if you do not want 'psnames' compiled in your + * build of FreeType. This has the following effects: + * + * - The TrueType driver will provide its own set of glyph names, if you + * build it to support postscript names in the TrueType 'post' table, + * but will not synthesize a missing Unicode charmap. + * + * - The Type~1 driver will not be able to synthesize a Unicode charmap + * out of the glyphs found in the fonts. + * + * You would normally undefine this configuration macro when building a + * version of FreeType that doesn't contain a Type~1 or CFF driver. + */ +#define FT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Postscript Names to Unicode Values support + * + * By default, FreeType~2 is built with the 'psnames' module compiled in. + * Among other things, the module is used to convert a glyph name into a + * Unicode value. This is especially useful in order to synthesize on + * the fly a Unicode charmap from the CFF/Type~1 driver through a big + * table named the 'Adobe Glyph List' (AGL). + * + * Undefine this macro if you do not want the Adobe Glyph List compiled + * in your 'psnames' module. The Type~1 driver will not be able to + * synthesize a Unicode charmap out of the glyphs found in the fonts. + */ +#define FT_CONFIG_OPTION_ADOBE_GLYPH_LIST + + + /************************************************************************** + * + * Support for Mac fonts + * + * Define this macro if you want support for outline fonts in Mac format + * (mac dfont, mac resource, macbinary containing a mac resource) on + * non-Mac platforms. + * + * Note that the 'FOND' resource isn't checked. + */ +#define FT_CONFIG_OPTION_MAC_FONTS + + + /************************************************************************** + * + * Guessing methods to access embedded resource forks + * + * Enable extra Mac fonts support on non-Mac platforms (e.g., GNU/Linux). + * + * Resource forks which include fonts data are stored sometimes in + * locations which users or developers don't expected. In some cases, + * resource forks start with some offset from the head of a file. In + * other cases, the actual resource fork is stored in file different from + * what the user specifies. If this option is activated, FreeType tries + * to guess whether such offsets or different file names must be used. + * + * Note that normal, direct access of resource forks is controlled via + * the `FT_CONFIG_OPTION_MAC_FONTS` option. + */ +#ifdef FT_CONFIG_OPTION_MAC_FONTS +#define FT_CONFIG_OPTION_GUESSING_EMBEDDED_RFORK +#endif + + + /************************************************************************** + * + * Allow the use of `FT_Incremental_Interface` to load typefaces that + * contain no glyph data, but supply it via a callback function. This is + * required by clients supporting document formats which supply font data + * incrementally as the document is parsed, such as the Ghostscript + * interpreter for the PostScript language. + */ +#define FT_CONFIG_OPTION_INCREMENTAL + + + /************************************************************************** + * + * The size in bytes of the render pool used by the scan-line converter to + * do all of its work. + */ +#define FT_RENDER_POOL_SIZE 16384L + + + /************************************************************************** + * + * FT_MAX_MODULES + * + * The maximum number of modules that can be registered in a single + * FreeType library object. 32~is the default. + */ +#define FT_MAX_MODULES 32 + + + /************************************************************************** + * + * Debug level + * + * FreeType can be compiled in debug or trace mode. In debug mode, + * errors are reported through the 'ftdebug' component. In trace mode, + * additional messages are sent to the standard output during execution. + * + * Define `FT_DEBUG_LEVEL_ERROR` to build the library in debug mode. + * Define `FT_DEBUG_LEVEL_TRACE` to build it in trace mode. + * + * Don't define any of these macros to compile in 'release' mode! + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_LEVEL_ERROR */ +/* #define FT_DEBUG_LEVEL_TRACE */ + + + /************************************************************************** + * + * Logging + * + * Compiling FreeType in debug or trace mode makes FreeType write error + * and trace log messages to `stderr`. Enabling this macro + * automatically forces the `FT_DEBUG_LEVEL_ERROR` and + * `FT_DEBUG_LEVEL_TRACE` macros and allows FreeType to write error and + * trace log messages to a file instead of `stderr`. For writing logs + * to a file, FreeType uses an the external `dlg` library (the source + * code is in `src/dlg`). + * + * This option needs a C99 compiler. + */ +/* #define FT_DEBUG_LOGGING */ + + + /************************************************************************** + * + * Autofitter debugging + * + * If `FT_DEBUG_AUTOFIT` is defined, FreeType provides some means to + * control the autofitter behaviour for debugging purposes with global + * boolean variables (consequently, you should **never** enable this + * while compiling in 'release' mode): + * + * ``` + * af_debug_disable_horz_hints_ + * af_debug_disable_vert_hints_ + * af_debug_disable_blue_hints_ + * ``` + * + * Additionally, the following functions provide dumps of various + * internal autofit structures to stdout (using `printf`): + * + * ``` + * af_glyph_hints_dump_points + * af_glyph_hints_dump_segments + * af_glyph_hints_dump_edges + * af_glyph_hints_get_num_segments + * af_glyph_hints_get_segment_offset + * ``` + * + * As an argument, they use another global variable: + * + * ``` + * af_debug_hints_ + * ``` + * + * Please have a look at the `ftgrid` demo program to see how those + * variables and macros should be used. + * + * Do not `#undef` these macros here since the build system might define + * them for certain configurations only. + */ +/* #define FT_DEBUG_AUTOFIT */ + + + /************************************************************************** + * + * Memory Debugging + * + * FreeType now comes with an integrated memory debugger that is capable + * of detecting simple errors like memory leaks or double deletes. To + * compile it within your build of the library, you should define + * `FT_DEBUG_MEMORY` here. + * + * Note that the memory debugger is only activated at runtime when when + * the _environment_ variable `FT2_DEBUG_MEMORY` is defined also! + * + * Do not `#undef` this macro here since the build system might define it + * for certain configurations only. + */ +/* #define FT_DEBUG_MEMORY */ + + + /************************************************************************** + * + * Module errors + * + * If this macro is set (which is _not_ the default), the higher byte of + * an error code gives the module in which the error has occurred, while + * the lower byte is the real error code. + * + * Setting this macro makes sense for debugging purposes only, since it + * would break source compatibility of certain programs that use + * FreeType~2. + * + * More details can be found in the files `ftmoderr.h` and `fterrors.h`. + */ +#undef FT_CONFIG_OPTION_USE_MODULE_ERRORS + + + /************************************************************************** + * + * OpenType SVG Glyph Support + * + * Setting this macro enables support for OpenType SVG glyphs. By + * default, FreeType can only fetch SVG documents. However, it can also + * render them if external rendering hook functions are plugged in at + * runtime. + * + * More details on the hooks can be found in file `otsvg.h`. + */ +#define FT_CONFIG_OPTION_SVG + + + /************************************************************************** + * + * Error Strings + * + * If this macro is set, `FT_Error_String` will return meaningful + * descriptions. This is not enabled by default to reduce the overall + * size of FreeType. + * + * More details can be found in the file `fterrors.h`. + */ +/* #define FT_CONFIG_OPTION_ERROR_STRINGS */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** S F N T D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_EMBEDDED_BITMAPS` if you want to support + * embedded bitmaps in all formats using the 'sfnt' module (namely + * TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_EMBEDDED_BITMAPS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COLOR_LAYERS` if you want to support colored + * outlines (from the 'COLR'/'CPAL' tables) in all formats using the 'sfnt' + * module (namely TrueType~& OpenType). + */ +#define TT_CONFIG_OPTION_COLOR_LAYERS + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_POSTSCRIPT_NAMES` if you want to be able to + * load and enumerate Postscript names of glyphs in a TrueType or OpenType + * file. + * + * Note that if you do not compile the 'psnames' module by undefining the + * above `FT_CONFIG_OPTION_POSTSCRIPT_NAMES` macro, the 'sfnt' module will + * contain additional code to read the PostScript name table from a font. + * + * (By default, the module uses 'psnames' to extract glyph names.) + */ +#define TT_CONFIG_OPTION_POSTSCRIPT_NAMES + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SFNT_NAMES` if your applications need to access + * the internal name table in a SFNT-based format like TrueType or + * OpenType. The name table contains various strings used to describe the + * font, like family name, copyright, version, etc. It does not contain + * any glyph name though. + * + * Accessing SFNT names is done through the functions declared in + * `ftsnames.h`. + */ +#define TT_CONFIG_OPTION_SFNT_NAMES + + + /************************************************************************** + * + * TrueType CMap support + * + * Here you can fine-tune which TrueType CMap table format shall be + * supported. + */ +#define TT_CONFIG_CMAP_FORMAT_0 +#define TT_CONFIG_CMAP_FORMAT_2 +#define TT_CONFIG_CMAP_FORMAT_4 +#define TT_CONFIG_CMAP_FORMAT_6 +#define TT_CONFIG_CMAP_FORMAT_8 +#define TT_CONFIG_CMAP_FORMAT_10 +#define TT_CONFIG_CMAP_FORMAT_12 +#define TT_CONFIG_CMAP_FORMAT_13 +#define TT_CONFIG_CMAP_FORMAT_14 + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T R U E T Y P E D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` if you want to compile a + * bytecode interpreter in the TrueType driver. + * + * By undefining this, you will only compile the code necessary to load + * TrueType glyphs without hinting. + * + * Do not `#undef` this macro here, since the build system might define it + * for certain configurations only. + */ +#define TT_CONFIG_OPTION_BYTECODE_INTERPRETER + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_SUBPIXEL_HINTING` if you want to compile + * subpixel hinting support into the TrueType driver. This modifies the + * TrueType hinting mechanism when anything but `FT_RENDER_MODE_MONO` is + * requested. + * + * In particular, it modifies the bytecode interpreter to interpret (or + * not) instructions in a certain way so that all TrueType fonts look like + * they do in a Windows ClearType (DirectWrite) environment. See [1] for a + * technical overview on what this means. See `ttinterp.h` for more + * details on this option. + * + * The new default mode focuses on applying a minimal set of rules to all + * fonts indiscriminately so that modern and web fonts render well while + * legacy fonts render okay. The corresponding interpreter version is v40. + * The so-called Infinality mode (v38) is no longer available in FreeType. + * + * By undefining these, you get rendering behavior like on Windows without + * ClearType, i.e., Windows XP without ClearType enabled and Win9x + * (interpreter version v35). Or not, depending on how much hinting blood + * and testing tears the font designer put into a given font. If you + * define one or both subpixel hinting options, you can switch between + * between v35 and the ones you define (using `FT_Property_Set`). + * + * This option requires `TT_CONFIG_OPTION_BYTECODE_INTERPRETER` to be + * defined. + * + * [1] + * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx + */ +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED` to compile the + * TrueType glyph loader to use Apple's definition of how to handle + * component offsets in composite glyphs. + * + * Apple and MS disagree on the default behavior of component offsets in + * composites. Apple says that they should be scaled by the scaling + * factors in the transformation matrix (roughly, it's more complex) while + * MS says they should not. OpenType defines two bits in the composite + * flags array which can be used to disambiguate, but old fonts will not + * have them. + * + * https://www.microsoft.com/typography/otspec/glyf.htm + * https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6glyf.html + */ +#undef TT_CONFIG_OPTION_COMPONENT_OFFSET_SCALED + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_GX_VAR_SUPPORT` if you want to include support + * for Apple's distortable font technology ('fvar', 'gvar', 'cvar', and + * 'avar' tables). Tagged 'Font Variations', this is now part of OpenType + * also. This has many similarities to Type~1 Multiple Masters support. + */ +#define TT_CONFIG_OPTION_GX_VAR_SUPPORT + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_NO_BORING_EXPANSION` if you want to exclude + * support for 'boring' OpenType specification expansions. + * + * https://github.com/harfbuzz/boring-expansion-spec + * + * Right now, the following features are covered: + * + * - 'avar' version 2.0 + * + * Most likely, this is a temporary configuration option to be removed in + * the near future, since it is assumed that eventually those features are + * added to the OpenType standard. + */ +/* #define TT_CONFIG_OPTION_NO_BORING_EXPANSION */ + + + /************************************************************************** + * + * Define `TT_CONFIG_OPTION_BDF` if you want to include support for an + * embedded 'BDF~' table within SFNT-based bitmap formats. + */ +#define TT_CONFIG_OPTION_BDF + + + /************************************************************************** + * + * Option `TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES` controls the maximum + * number of bytecode instructions executed for a single run of the + * bytecode interpreter, needed to prevent infinite loops. You don't want + * to change this except for very special situations (e.g., making a + * library fuzzer spend less time to handle broken fonts). + * + * It is not expected that this value is ever modified by a configuring + * script; instead, it gets surrounded with `#ifndef ... #endif` so that + * the value can be set as a preprocessor option on the compiler's command + * line. + */ +#ifndef TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES +#define TT_CONFIG_OPTION_MAX_RUNNABLE_OPCODES 1000000L +#endif + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** T Y P E 1 D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * `T1_MAX_DICT_DEPTH` is the maximum depth of nest dictionaries and arrays + * in the Type~1 stream (see `t1load.c`). A minimum of~4 is required. + */ +#define T1_MAX_DICT_DEPTH 5 + + + /************************************************************************** + * + * `T1_MAX_SUBRS_CALLS` details the maximum number of nested sub-routine + * calls during glyph loading. + */ +#define T1_MAX_SUBRS_CALLS 16 + + + /************************************************************************** + * + * `T1_MAX_CHARSTRING_OPERANDS` is the charstring stack's capacity. A + * minimum of~16 is required. + * + * The Chinese font 'MingTiEG-Medium' (covering the CNS 11643 character + * set) needs 256. + */ +#define T1_MAX_CHARSTRINGS_OPERANDS 256 + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the 't1afm' module, which is in charge of reading Type~1 AFM files + * into an existing face. Note that if set, the Type~1 driver will be + * unable to produce kerning distances. + */ +#undef T1_CONFIG_OPTION_NO_AFM + + + /************************************************************************** + * + * Define this configuration macro if you want to prevent the compilation + * of the Multiple Masters font support in the Type~1 driver. + */ +#undef T1_CONFIG_OPTION_NO_MM_SUPPORT + + + /************************************************************************** + * + * `T1_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe Type~1 + * engine gets compiled into FreeType. If defined, it is possible to + * switch between the two engines using the `hinting-engine` property of + * the 'type1' driver module. + */ +/* #define T1_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** C F F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Using `CFF_CONFIG_OPTION_DARKENING_PARAMETER_{X,Y}{1,2,3,4}` it is + * possible to set up the default values of the four control points that + * define the stem darkening behaviour of the (new) CFF engine. For more + * details please read the documentation of the `darkening-parameters` + * property (file `ftdriver.h`), which allows the control at run-time. + * + * Do **not** undefine these macros! + */ +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 500 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 400 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 1000 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 1667 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 275 + +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 2333 +#define CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 0 + + + /************************************************************************** + * + * `CFF_CONFIG_OPTION_OLD_ENGINE` controls whether the pre-Adobe CFF engine + * gets compiled into FreeType. If defined, it is possible to switch + * between the two engines using the `hinting-engine` property of the 'cff' + * driver module. + */ +/* #define CFF_CONFIG_OPTION_OLD_ENGINE */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** P C F D R I V E R C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * There are many PCF fonts just called 'Fixed' which look completely + * different, and which have nothing to do with each other. When selecting + * 'Fixed' in KDE or Gnome one gets results that appear rather random, the + * style changes often if one changes the size and one cannot select some + * fonts at all. This option makes the 'pcf' module prepend the foundry + * name (plus a space) to the family name. + * + * We also check whether we have 'wide' characters; all put together, we + * get family names like 'Sony Fixed' or 'Misc Fixed Wide'. + * + * If this option is activated, it can be controlled with the + * `no-long-family-names` property of the 'pcf' driver module. + */ +/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */ + + + /*************************************************************************/ + /*************************************************************************/ + /**** ****/ + /**** A U T O F I T M O D U L E C O N F I G U R A T I O N ****/ + /**** ****/ + /*************************************************************************/ + /*************************************************************************/ + + + /************************************************************************** + * + * Compile 'autofit' module with CJK (Chinese, Japanese, Korean) script + * support. + */ +#define AF_CONFIG_OPTION_CJK + + + /************************************************************************** + * + * Compile 'autofit' module with fallback Indic script support, covering + * some scripts that the 'latin' submodule of the 'autofit' module doesn't + * (yet) handle. Currently, this needs option `AF_CONFIG_OPTION_CJK`. + */ +#ifdef AF_CONFIG_OPTION_CJK +#define AF_CONFIG_OPTION_INDIC +#endif + + + /************************************************************************** + * + * Use TrueType-like size metrics for 'light' auto-hinting. + * + * It is strongly recommended to avoid this option, which exists only to + * help some legacy applications retain its appearance and behaviour with + * respect to auto-hinted TrueType fonts. + * + * The very reason this option exists at all are GNU/Linux distributions + * like Fedora that did not un-patch the following change (which was + * present in FreeType between versions 2.4.6 and 2.7.1, inclusive). + * + * ``` + * 2011-07-16 Steven Chu + * + * [truetype] Fix metrics on size request for scalable fonts. + * ``` + * + * This problematic commit is now reverted (more or less). + */ +/* #define AF_CONFIG_OPTION_TT_SIZE_METRICS */ + + /* */ + + + /* + * This macro is obsolete. Support has been removed in FreeType version + * 2.5. + */ +/* #define FT_CONFIG_OPTION_OLD_INTERNALS */ + + + /* + * The next two macros are defined if native TrueType hinting is + * requested by the definitions above. Don't change this. + */ +#ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER +#define TT_USE_BYTECODE_INTERPRETER +#ifdef TT_CONFIG_OPTION_SUBPIXEL_HINTING +#define TT_SUPPORT_SUBPIXEL_HINTING_MINIMAL +#endif +#endif + + + /* + * The TT_SUPPORT_COLRV1 macro is defined to indicate to clients that this + * version of FreeType has support for 'COLR' v1 API. This definition is + * useful to FreeType clients that want to build in support for 'COLR' v1 + * depending on a tip-of-tree checkout before it is officially released in + * FreeType, and while the feature cannot yet be tested against using + * version macros. Don't change this macro. This may be removed once the + * feature is in a FreeType release version and version macros can be used + * to test for availability. + */ +#ifdef TT_CONFIG_OPTION_COLOR_LAYERS +#define TT_SUPPORT_COLRV1 +#endif + + + /* + * Check CFF darkening parameters. The checks are the same as in function + * `cff_property_set` in file `cffdrivr.c`. + */ +#if CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 < 0 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 < 0 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X1 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X2 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X3 > \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_X4 || \ + \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y1 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y2 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y3 > 500 || \ + CFF_CONFIG_OPTION_DARKENING_PARAMETER_Y4 > 500 +#error "Invalid CFF darkening parameters!" +#endif + + +FT_END_HEADER + +#endif /* FTOPTION_H_ */ + + +/* END */ diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake new file mode 100644 index 0000000..f4ff602 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "glfw" for configuration "RelWithDebInfo" +set_property(TARGET glfw APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(glfw PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libglfw3.a" + ) + +list(APPEND _cmake_import_check_targets glfw ) +list(APPEND _cmake_import_check_files_for_glfw "${_IMPORT_PREFIX}/lib/libglfw3.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake new file mode 100644 index 0000000..6189407 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake @@ -0,0 +1,103 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS glfw) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target glfw +add_library(glfw STATIC IMPORTED) + +set_target_properties(glfw PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "/usr/lib/x86_64-linux-gnu/librt.a;/usr/lib/x86_64-linux-gnu/libm.so;\$;/usr/lib/x86_64-linux-gnu/libX11.so" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/glfw3Targets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake new file mode 100644 index 0000000..0a6fed0 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_install.cmake @@ -0,0 +1,87 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/include/GLFW" FILES_MATCHING REGEX "/glfw3\\.h$" REGEX "/glfw3native\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3/glfw3Targets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/glfw3" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/CMakeFiles/Export/f367bd07922f2ecfc14cf5547f1f7c4e/glfw3Targets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc") +endif() + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake new file mode 100644 index 0000000..be03447 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/cmake_uninstall.cmake @@ -0,0 +1,29 @@ + +if (NOT EXISTS "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: \"/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt\"") +endif() + +file(READ "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/install_manifest.txt" files) +string(REGEX REPLACE "\n" ";" files "${files}") + +foreach (file ${files}) + message(STATUS "Uninstalling \"$ENV{DESTDIR}${file}\"") + if (EXISTS "$ENV{DESTDIR}${file}") + exec_program("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + MESSAGE(FATAL_ERROR "Problem when removing \"$ENV{DESTDIR}${file}\"") + endif() + elseif (IS_SYMLINK "$ENV{DESTDIR}${file}") + EXEC_PROGRAM("/usr/bin/cmake" ARGS "-E remove \"$ENV{DESTDIR}${file}\"" + OUTPUT_VARIABLE rm_out + RETURN_VALUE rm_retval) + if (NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing symlink \"$ENV{DESTDIR}${file}\"") + endif() + else() + message(STATUS "File \"$ENV{DESTDIR}${file}\" does not exist.") + endif() +endforeach() + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake new file mode 100644 index 0000000..2a84fda --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/cmake_install.cmake @@ -0,0 +1,48 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/libglfw3.a") +endif() + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc new file mode 100644 index 0000000..bee23f7 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3.pc @@ -0,0 +1,13 @@ +prefix=/usr/local +exec_prefix=${prefix} +includedir=/usr/local/include +libdir=/usr/local/lib + +Name: GLFW +Description: A multi-platform library for OpenGL, window and input +Version: 3.3.8 +URL: https://www.glfw.org/ +Requires.private: x11 +Libs: -L${libdir} -lglfw3 +Libs.private: -lrt -lm -ldl +Cflags: -I${includedir} diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake new file mode 100644 index 0000000..1fa200e --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3Config.cmake @@ -0,0 +1 @@ +include("${CMAKE_CURRENT_LIST_DIR}/glfw3Targets.cmake") diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake new file mode 100644 index 0000000..733a6c8 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw3ConfigVersion.cmake @@ -0,0 +1,70 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "3.3.8") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("3.3.8" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "3.3.8") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h new file mode 100644 index 0000000..15ac27c --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/glfw-3.3.8/src/glfw_config.h @@ -0,0 +1,58 @@ +//======================================================================== +// GLFW 3.3 - www.glfw.org +//------------------------------------------------------------------------ +// Copyright (c) 2010-2016 Camilla Löwy +// +// This software is provided 'as-is', without any express or implied +// warranty. In no event will the authors be held liable for any damages +// arising from the use of this software. +// +// Permission is granted to anyone to use this software for any purpose, +// including commercial applications, and to alter it and redistribute it +// freely, subject to the following restrictions: +// +// 1. The origin of this software must not be misrepresented; you must not +// claim that you wrote the original software. If you use this software +// in a product, an acknowledgment in the product documentation would +// be appreciated but is not required. +// +// 2. Altered source versions must be plainly marked as such, and must not +// be misrepresented as being the original software. +// +// 3. This notice may not be removed or altered from any source +// distribution. +// +//======================================================================== +// As glfw_config.h.in, this file is used by CMake to produce the +// glfw_config.h configuration header file. If you are adding a feature +// requiring conditional compilation, this is where to add the macro. +//======================================================================== +// As glfw_config.h, this file defines compile-time option macros for a +// specific platform and development environment. If you are using the +// GLFW CMake files, modify glfw_config.h.in instead of this file. If you +// are using your own build system, make this file define the appropriate +// macros in whatever way is suitable. +//======================================================================== + +// Define this to 1 if building GLFW for X11 +#define _GLFW_X11 +// Define this to 1 if building GLFW for Win32 +/* #undef _GLFW_WIN32 */ +// Define this to 1 if building GLFW for Cocoa +/* #undef _GLFW_COCOA */ +// Define this to 1 if building GLFW for Wayland +/* #undef _GLFW_WAYLAND */ +// Define this to 1 if building GLFW for OSMesa +/* #undef _GLFW_OSMESA */ + +// Define this to 1 if building as a shared library / dynamic library / DLL +/* #undef _GLFW_BUILD_DLL */ +// Define this to 1 to use Vulkan loader linked statically into application +/* #undef _GLFW_VULKAN_STATIC */ + +// Define this to 1 to force use of high-performance GPU on hybrid systems +/* #undef _GLFW_USE_HYBRID_HPG */ + +// Define this to 1 if the libc supports memfd_create() +/* #undef HAVE_MEMFD_CREATE */ + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake new file mode 100644 index 0000000..595f1b0 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" + IMPORTED_SONAME_RELWITHDEBINFO "libopenal.so.1" + ) + +list(APPEND _cmake_import_check_targets OpenAL::OpenAL ) +list(APPEND _cmake_import_check_files_for_OpenAL::OpenAL "${_IMPORT_PREFIX}/lib/libopenal.so.1.23.1" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake new file mode 100644 index 0000000..330a22a --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake @@ -0,0 +1,102 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL;${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenALTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake new file mode 100644 index 0000000..8224c3f --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CTestTestfile.cmake @@ -0,0 +1,7 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("utils/alsoft-config") diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake new file mode 100644 index 0000000..9ac79f9 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.1...3.18) + +include("${CMAKE_CURRENT_LIST_DIR}/OpenALTargets.cmake") + +set(OPENAL_FOUND ON) +set(OPENAL_INCLUDE_DIR $) +set(OPENAL_LIBRARY $) +set(OPENAL_DEFINITIONS $) +set(OPENAL_VERSION_STRING 1.23.1) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake new file mode 100644 index 0000000..71f0a7e --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALTargets.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.23) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL SHARED IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include;/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL" +) + +# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LOCATION_RELWITHDEBINFO "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + IMPORTED_SONAME_RELWITHDEBINFO "libopenal.so.1" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake new file mode 100644 index 0000000..8b9c130 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/cmake_install.cmake @@ -0,0 +1,322 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + file(RPATH_CHECK + FILE "${file}" + RPATH "") + endif() + endforeach() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1.23.1" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so.1" + ) + foreach(file + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1.23.1" + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so.1" + ) + if(EXISTS "${file}" AND + NOT IS_SYMLINK "${file}") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "${file}") + endif() + endif() + endforeach() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/libopenal.so") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libopenal.so") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake" + "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/include/AL") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/OpenALConfig.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE FILE FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alsoftrc.sample") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/hrtf") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/presets") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal-info") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/altonegen") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alrecord") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alstream") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alreverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/almultireverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/allatency") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/alhrtf") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + OLD_RPATH "/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake") + +endif() + diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h new file mode 100644 index 0000000..8fd4374 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/config.h @@ -0,0 +1,119 @@ +/* Define the alignment attribute for externally callable functions. */ +#define FORCE_ALIGN + +/* Define if deprecated EAX extensions are enabled */ +/* #undef ALSOFT_EAX */ + +/* Define if HRTF data is embedded in the library */ +#define ALSOFT_EMBED_HRTF_DATA + +/* Define if we have the proc_pidpath function */ +/* #undef HAVE_PROC_PIDPATH */ + +/* Define if we have the getopt function */ +#define HAVE_GETOPT + +/* Define if we have DBus/RTKit */ +#define HAVE_RTKIT + +/* Define if we have SSE CPU extensions */ +#define HAVE_SSE +#define HAVE_SSE2 +#define HAVE_SSE3 +#define HAVE_SSE4_1 + +/* Define if we have ARM Neon CPU extensions */ +/* #undef HAVE_NEON */ + +/* Define if we have the ALSA backend */ +/* #undef HAVE_ALSA */ + +/* Define if we have the OSS backend */ +#define HAVE_OSS + +/* Define if we have the PipeWire backend */ +#define HAVE_PIPEWIRE + +/* Define if we have the Solaris backend */ +/* #undef HAVE_SOLARIS */ + +/* Define if we have the SndIO backend */ +/* #undef HAVE_SNDIO */ + +/* Define if we have the WASAPI backend */ +/* #undef HAVE_WASAPI */ + +/* Define if we have the DSound backend */ +/* #undef HAVE_DSOUND */ + +/* Define if we have the Windows Multimedia backend */ +/* #undef HAVE_WINMM */ + +/* Define if we have the PortAudio backend */ +/* #undef HAVE_PORTAUDIO */ + +/* Define if we have the PulseAudio backend */ +/* #undef HAVE_PULSEAUDIO */ + +/* Define if we have the JACK backend */ +/* #undef HAVE_JACK */ + +/* Define if we have the CoreAudio backend */ +/* #undef HAVE_COREAUDIO */ + +/* Define if we have the OpenSL backend */ +/* #undef HAVE_OPENSL */ + +/* Define if we have the Oboe backend */ +/* #undef HAVE_OBOE */ + +/* Define if we have the Wave Writer backend */ +#define HAVE_WAVE + +/* Define if we have the SDL2 backend */ +/* #undef HAVE_SDL2 */ + +/* Define if we have dlfcn.h */ +#define HAVE_DLFCN_H + +/* Define if we have pthread_np.h */ +/* #undef HAVE_PTHREAD_NP_H */ + +/* Define if we have malloc.h */ +#define HAVE_MALLOC_H + +/* Define if we have cpuid.h */ +#define HAVE_CPUID_H + +/* Define if we have intrin.h */ +/* #undef HAVE_INTRIN_H */ + +/* Define if we have guiddef.h */ +/* #undef HAVE_GUIDDEF_H */ + +/* Define if we have initguid.h */ +/* #undef HAVE_INITGUID_H */ + +/* Define if we have GCC's __get_cpuid() */ +#define HAVE_GCC_GET_CPUID + +/* Define if we have the __cpuid() intrinsic */ +/* #undef HAVE_CPUID_INTRINSIC */ + +/* Define if we have SSE intrinsics */ +#define HAVE_SSE_INTRINSICS + +/* Define if we have pthread_setschedparam() */ +#define HAVE_PTHREAD_SETSCHEDPARAM + +/* Define if we have pthread_setname_np() */ +/* #undef HAVE_PTHREAD_SETNAME_NP */ + +/* Define if we have pthread_set_name_np() */ +/* #undef HAVE_PTHREAD_SET_NAME_NP */ + +/* Define the installation data directory */ +/* #undef ALSOFT_INSTALL_DATADIR */ + +/* Define whether build alsoft for winuwp */ +/* #undef ALSOFT_UWP */ diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc new file mode 100644 index 0000000..bd44244 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/openal.pc @@ -0,0 +1,12 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: OpenAL +Description: OpenAL is a cross-platform 3D audio API +Requires: +Version: 1.23.1 +Libs: -L${libdir} -lopenal +Libs.private: +Cflags: -I${includedir} -I${includedir}/AL diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake new file mode 100644 index 0000000..0969ef8 --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# Build directory: /home/brett/Documents/code/c++/gp_image_test/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake new file mode 100644 index 0000000..760561d --- /dev/null +++ b/cmake-build-relwithdebinfo/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config/cmake_install.cmake @@ -0,0 +1,44 @@ +# Install script for directory: /home/brett/Documents/code/c++/gp_image_test/libraries/BLT-With-Graphics-Template/libraries/openal-soft/utils/alsoft-config + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set default install directory permissions. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + diff --git a/libraries/BLT-With-Graphics-Template b/libraries/BLT-With-Graphics-Template new file mode 160000 index 0000000..25e0d0a --- /dev/null +++ b/libraries/BLT-With-Graphics-Template @@ -0,0 +1 @@ +Subproject commit 25e0d0a8461edb1b4d6ea851da7e1ea95dd2146a diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..6295556 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,34 @@ +#include +#include +#include +#include +#include +#include "blt/gfx/renderer/resource_manager.h" +#include "blt/gfx/renderer/batch_2d_renderer.h" + +blt::gfx::matrix_state_manager global_matrices; +blt::gfx::resource_manager resources; +blt::gfx::batch_renderer_2d renderer_2d(resources); + +void init() +{ + global_matrices.create_internals(); + resources.load_resources(); + renderer_2d.create(); +} + +void update(std::int32_t, std::int32_t) +{ + global_matrices.update(); + renderer_2d.render(); +} + +int main() +{ + blt::gfx::init(blt::gfx::window_data{"Window of GP test", init, update}.setSyncInterval(1)); + global_matrices.cleanup(); + resources.cleanup(); + renderer_2d.cleanup(); + blt::gfx::cleanup(); + return 0; +}